Commit Graph

42 Commits

Author SHA1 Message Date
Jennifer Mann 4eee975aba Remove #section- from all all inter-page links 2017-05-19 12:01:36 -04:00
Jennifer Mann bfb0660eaf Update front matter of api docs to have description and top divider 2017-05-19 11:59:55 -04:00
Jennifer Mann eac2765be2 Fixed syntax errors in js example code 2017-05-19 11:51:15 -04:00
Jennifer Mann 23a8bc96d8 removed hr's from api markdown files 2017-05-19 11:51:03 -04:00
Jennifer Mann 68ecf870f4 Worked on sidebar spacing and font colors 2017-05-19 11:09:53 -04:00
Gleb Bahmutov 4080fad5e7 Run linter against docs js for sanity check (#62)
* add standard linter to docs build code

* lint gulpfile

* lint cy_scripts files

* run linter pretest
2017-05-19 10:29:38 -04:00
Jennifer Mann b0ff6f57bf Fix issue with code highlighting css being removed from /public 2017-05-19 09:55:45 -04:00
Jennifer Shehane 29bab3dc87 Merge pull request #59 from cypress-io/docs/design
Docs/design
2017-05-19 09:15:45 -04:00
Gleb Bahmutov 1aa47d2671 CircleCI v2 (#60)
* each container runs its own commands and it is easy to modify which commands are were (multiline format)
* setup is super fast because all deps are in base docker image (well, except for Chrome) and node_modules are cached
2017-05-18 18:16:16 -04:00
Jennifer Mann 6ffe47e215 Update headers sizing 2017-05-18 16:16:12 -04:00
Jennifer Mann 8c6c4082d0 remove unused css 2017-05-18 16:05:18 -04:00
Jennifer Mann f9cfeac575 Update code highlighting to be more beautiful. 2017-05-18 16:02:49 -04:00
Jennifer Mann 028453d90a text aliasing fix 2017-05-18 16:02:26 -04:00
Jennifer Mann 1f6ae5e006 fix weird spacing of page dividers 2017-05-18 16:02:15 -04:00
Jennifer Mann 9ae2a9658b Fix build process - JS/CSS files were not being concatenated & revisioned correctly 2017-05-18 14:45:31 -04:00
Jennifer Mann 7c3aa905d3 Update wrapper stylings of docs 2017-05-18 13:39:20 -04:00
Jennifer Mann 2743bc74ef Main nav now highlights when on path matching nav folder 2017-05-18 12:47:24 -04:00
Gleb Bahmutov 712544c62b Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-18 12:33:48 -04:00
Gleb Bahmutov d1174fb699 rename record key to not have CYPRESS_ prefix which seems to break tests 2017-05-18 12:33:41 -04:00
Jennifer Mann 96dab9e3a2 Update main nav link to go to first page of guides docs 2017-05-18 11:31:08 -04:00
Loren Norman 30bddc2dce Merge branch 'master' into pln/docs-index
# Conflicts:
#	docs/package.json
#	docs/source/_data/menu.yml
#	docs/themes/cypress/languages/en.yml
2017-05-18 10:34:09 -04:00
Jennifer Shehane 550c20484e Merge pull request #55 from cypress-io/docs/search
Fixed issue with algolia config not working
2017-05-18 09:36:31 -04:00
Jennifer Mann 0b0c466599 Fixed issue with algolia config not working
- Updated test to reflect docsearch component’s class
- Updated <script> tags to type=‘javascript’
2017-05-18 09:17:53 -04:00
Gleb Bahmutov 39def74e54 Run Cypress e2e tests in docs folder on CI (#52)
* docs: run hexo server and cypress e2e tests in parallel

* docs: enable e2e docs tests on CircleCI

* pass record key via env CYPRESS_DOCS_RECORD_KEY to cypress run command

* docs: renaming e2e task names

* ts: cache node_modules folder

* docs: unit test helpful message

* typo in script name

* cache .cypress folder

* do not ignore fixtures folder
2017-05-18 09:04:15 -04:00
Loren Norman 8c19ceb9bd Merge branch 'master' into pln/docs-index
# Conflicts:
#	docs/package.json
#	docs/source/_data/menu.yml
#	docs/themes/cypress/languages/en.yml
2017-05-17 16:36:08 -04:00
Loren Norman b1cd88b837 stub in some new guides to keep the tests green 2017-05-17 15:49:30 -04:00
Loren Norman b92572fc14 move the old docs into a backup folder 2017-05-17 15:44:13 -04:00
Jennifer Mann 1584f2a121 docs: FAQ content 2017-05-17 14:52:22 -04:00
Jennifer Mann cbd5fd7347 Added initial FAQ & stylings 2017-05-17 13:19:45 -04:00
Brian Mann dcd26010f2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	packages/launcher/package.json
2017-05-17 12:34:15 -04:00
Brian Mann 771d6f6167 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Jennifer Mann 9be20bb4a0 Update vendor js and css files to be npm installed + moved into src folder on build. 2017-05-17 12:11:21 -04:00
Jennifer Shehane 5fbc9ec607 Merge pull request #34 from cypress-io/docs/config
updated sitemap generator & deployment
2017-05-17 10:46:42 -04:00
Gleb Bahmutov ee19de2984 skip CI when deploying gh-pages, close #35 2017-05-17 10:43:08 -04:00
Jennifer Mann 3e1ad2d1c0 updated sitemap generator & deployment
- added new SEO friendly sitemap generator
- Update npm scripts
- Got github deployment to go to ssh & gh-pages of monorepo
2017-05-17 10:25:16 -04:00
Loren Norman 6e0710b8f2 recreate the guide index from gdocs in hexo 2017-05-16 20:27:57 -04:00
Loren Norman 712c6b28db rough in the FAQ and Ecosystem pages for fun and 👀 2017-05-16 16:52:59 -04:00
Loren Norman 3844509500 make the new menu items look right 2017-05-16 16:52:25 -04:00
Loren Norman 2a66cd1f72 keep cypress from creating files for new cloners 2017-05-16 13:17:38 -04:00
Loren Norman f2c4d0547e rename watch-dev to start, fix port in readme 2017-05-16 13:17:22 -04:00
Chris Breiding e0dcad8d1c docs: clean up to fit into monorepo 2017-05-15 16:17:57 -04:00
Chris Breiding 6690c040b5 import docs/ (CYP-907-hexo) 2017-05-15 14:10:01 -04:00