Skip to content

Commit

Permalink
build: updated docs build (#1061)
Browse files Browse the repository at this point in the history
* build: updated docs build

* docs: removed duplicated performance section
  • Loading branch information
Frodigo authored May 26, 2022
1 parent 4316565 commit 118de7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ module.exports = {
['/guide/ssr', 'Server Side Rendering Cache'],
],
},
{
title: 'Performance',
collapsable: false,
children: [
['/guide/graphql-get', 'Varnish & GET for GraphQL Queries'],
['/guide/ssr', 'Server Side Rendering Cache'],
],
},
{
title: 'Composables',
children: [
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"repository": "https://github.com/vuestorefront/magento2",
"scripts": {
"dev": "vuepress dev",
"build": "yarn api-extract && vuepress build --max-concurrency=32",
"api-extract": "rimraf api-reference && yarn api-ref && yarn theme-ref && yarn ref-md",
"build": "vuepress build --max-concurrency=32",
"api-extract": "cd ../ && yarn build && cd docs/ && yarn api-ref && yarn theme-ref && yarn ref-md",
"api-ref": "cd ../packages/api-client && api-extractor run --local",
"theme-ref": "cd ../scripts && node generateApiReference.mjs",
"ref-md": "api-documenter markdown --i api-reference --o api-reference"
Expand Down

0 comments on commit 118de7b

Please sign in to comment.