Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ Desktop.ini

docs/node_modules
docs/.cache
docs/public
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

dev-docs:
cd docs && yarn install
cd docs && npm install

build-docs:
@$(MAKE) build-docs-website

build-docs-website: dev-docs
mkdir -p dist
cd docs && yarn build
cd docs && npm run build
cp -R docs/public/* dist/

docs-local:
cd docs && yarn start
cd docs && npm start

test:
mvn test
Expand Down
20,537 changes: 20,537 additions & 0 deletions docs/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-remark-autolink-headers": "^2.3.3",
"gatsby-theme-apollo-docs": "^4.2.3",
"gatsby-theme-apollo-docs": "^4.3.5",
"semver": "^4.3.2",
"bl": ">=0.9.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down
101 changes: 0 additions & 101 deletions docs/public/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/public/page-data/404.html/page-data.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/public/page-data/404/page-data.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/public/page-data/dev-404-page/page-data.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/public/page-data/dummy/page-data.json

This file was deleted.

Loading