Files
cypress/docs

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

Preferred: deploy from CI

Look at circle.yml file in the root of the repo. It should have deploy-docs-staging and deploy-docs-production jobs, which only are triggered for right branch and only after tests pass.

Should not be required: manual deploy

npm run deploy

Look at scripts in cy_scripts folder for deployment steps.