Commit 03b3996c authored by Ori Pomerantz's avatar Ori Pomerantz Committed by Kelvin Fichter

feat(docs/op-stack): Relocate bedrock explainer

parent 9880b128
...@@ -112,12 +112,13 @@ module.exports = { ...@@ -112,12 +112,13 @@ module.exports = {
title: "OP Stack", title: "OP Stack",
collapsable: false, collapsable: false,
children: [ children: [
'/', '/',
[ [
'/docs/understand/design-principles.md', '/docs/understand/design-principles.md',
'Design Principles' 'Design Principles'
], ],
'/docs/understand/landscape.md', '/docs/understand/landscape.md',
'/docs/understand/explainer.md'
] ]
}, },
{ {
...@@ -130,7 +131,7 @@ module.exports = { ...@@ -130,7 +131,7 @@ module.exports = {
collapsable: true, collapsable: true,
children: [ children: [
'/docs/releases/bedrock/', '/docs/releases/bedrock/',
'/docs/understand/bedrock/', '/docs/releases/bedrock/explainer.md',
'/docs/releases/bedrock/differences.md' '/docs/releases/bedrock/differences.md'
] ]
} }
...@@ -187,7 +188,8 @@ module.exports = { ...@@ -187,7 +188,8 @@ module.exports = {
selector: ':not(a) > img' selector: ':not(a) > img'
} }
], ],
"plausible-analytics" "plausible-analytics",
"vuepress-plugin-glossary"
] ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment