Commit Graph

36 Commits

Author SHA1 Message Date
Brian Mann
c165c634d4 all: cleanup package.json, remove versions, license, repo information
-move some deps to devDeps
2017-06-22 17:20:45 -04:00
Gleb Bahmutov
d25074a157 docs: use bin-up to run eslint 2017-06-21 11:47:57 -04:00
Brian Mann
3891f3cdd5 docs: beep when custom tags error 2017-06-21 11:13:09 -04:00
Jennifer Shehane
e92f21e698 docs: reference newly forked menuspy repo (has correctly built dist)
Should update to menuspy repo again whenever
https://github.com/lcdsantos/menuspy/pull/4 is pulled in.
2017-06-20 11:42:58 -04:00
Brian Mann
26b47aa94f docs: added doc scraping to deploy process
- explain how to add circle ci credentials
- spin up circle instance to scrape the docs
- messaging + error handling
2017-06-17 13:50:14 -04:00
Brian Mann
4b49456995 docs: generate not serve on 'npm run build' 2017-06-15 16:34:22 -04:00
Brian Mann
9c1161d979 docs: fix hexo maximum stack trace exceeded errors 2017-06-15 15:33:28 -04:00
Loren Norman
f947e0c55d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	docs/source/guides/getting-started/installing-cypress.md
2017-06-13 15:49:54 -04:00
Brian Mann
bc445e548f docs: add deploy script for uploading to s3
-handle missing aws credentials
-lock all hexo deps
2017-06-11 17:57:39 -04:00
Brian Mann
987f44cfa4 docs: hexo fork bugfix 2017-06-09 17:36:33 -04:00
Brian Mann
7f0516ad10 docs: use the hexo fork for nested async tags 2017-06-09 16:18:36 -04:00
Brian Mann
81e4cbf1b4 docs: validate hashes exist when using {% url %} tag helper 2017-06-09 12:45:05 -04:00
Brian Mann
0192212581 docs: wrote custom 'url' tag to generate and validate that all urls are correct
-added docs unit tests
-validate external urls
-validate local urls by looking up their sidebar data translation
-TODO: validate that hashes exist on the suggested page
2017-06-08 16:12:41 -04:00
Gleb Bahmutov
d0b7a72b3d Remove standard in favor of eslint (#144)
* docs: use eslint instead of standard

* example: eslint instead of standard

* cli: eslint for CLI
2017-06-08 09:34:06 -04:00
Gleb Bahmutov
f3595761d0 all: set private true in each internal package.json 2017-06-07 16:27:00 -04:00
Gleb Bahmutov
a7877921a4 all: need to run build all command separately, fix #79 2017-05-23 09:07:55 -04:00
Jennifer Mann
cee68a7246 Set node env to production on deploy script 2017-05-22 18:27:39 -04:00
Jennifer Mann
abfbeb884f Update npm modules to go to dedicated vendor folder
- add scripts to copy over fonts.
- install fira/font-awesome npm packages
2017-05-22 13:26:09 -04:00
Jennifer Mann
2d7be23a13 remove unused generators 2017-05-19 16:04:44 -04:00
Gleb Bahmutov
0b8a2ab31b 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 Shehane
e2f4ac033f Merge pull request #59 from cypress-io/docs/design
Docs/design
2017-05-19 09:15:45 -04:00
Gleb Bahmutov
62f280e9ae 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
e471e29750 Update code highlighting to be more beautiful. 2017-05-18 16:02:49 -04:00
Jennifer Mann
f8e7440d42 Fix build process - JS/CSS files were not being concatenated & revisioned correctly 2017-05-18 14:45:31 -04:00
Gleb Bahmutov
3a84e6cda8 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-18 12:33:48 -04:00
Gleb Bahmutov
ab2313307f rename record key to not have CYPRESS_ prefix which seems to break tests 2017-05-18 12:33:41 -04:00
Loren Norman
bdca51ff19 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
Gleb Bahmutov
0fc4dab3c7 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
b6ba0fe962 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
Brian Mann
53b32317c9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	packages/launcher/package.json
2017-05-17 12:34:15 -04:00
Brian Mann
2e892fb542 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Jennifer Mann
526a3c892a 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 Mann
8cadfe54f9 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
40e98f0275 rename watch-dev to start, fix port in readme 2017-05-16 13:17:22 -04:00
Chris Breiding
8ee8db503f docs: clean up to fit into monorepo 2017-05-15 16:17:57 -04:00
Chris Breiding
43f24d950c import docs/ (CYP-907-hexo) 2017-05-15 14:10:01 -04:00