Files
cypress/docs
Gleb Bahmutov 5097da939c Broken hashes 377 try 2 (#379)
* fix cheerio unit test

* use cheerio, but assume wrapping

* switch all heading url helpers to plan markdown links
2017-08-25 16:57:24 -04:00
..
2017-08-25 16:57:24 -04:00
2017-08-25 16:57:24 -04:00
2017-08-25 16:57:24 -04:00
2017-08-25 16:57:24 -04:00
2017-08-23 13:40:46 -04:00
2017-08-09 15:51:04 -04:00
2017-08-09 16:11:01 -04:00
2017-06-11 18:26:31 -04:00
2017-07-04 21:20:24 -04:00

Cypress Documentation

The code for Cypress' Documentation including Guides, API, Examples, Dashboard & FAQ.

Contributing

Please see our Documentation Contributing Guideline

Installing Dependencies

npm install

npm run build

Starting the server

npm start

Visit http://localhost:2222/

Writing Docs

Links are all handled through our cypress.on api.

Link all pages but their name (property key) in source/_data/sidebar.yml

Deploying

npm run deploy