Commit 935aa2b9 authored by Ori Pomerantz's avatar Ori Pomerantz Committed by Kelvin Fichter

feat(doc/op-stack): Some Mattie comments

parent 60763d37
...@@ -37,7 +37,6 @@ module.exports = { ...@@ -37,7 +37,6 @@ module.exports = {
indexName: 'optimism' indexName: 'optimism'
}, },
nav: [ nav: [
{ {
text: 'Home', text: 'Home',
link: 'https://www.optimism.io/' link: 'https://www.optimism.io/'
...@@ -126,7 +125,7 @@ module.exports = { ...@@ -126,7 +125,7 @@ module.exports = {
title: "Releases", title: "Releases",
collapsable: false, collapsable: false,
children: [ children: [
'/docs/releases/releases.md', '/docs/releases/',
'/docs/releases/bedrock.md', '/docs/releases/bedrock.md',
] ]
}, },
...@@ -134,15 +133,11 @@ module.exports = { ...@@ -134,15 +133,11 @@ module.exports = {
title: "Building OP Stack Rollups", title: "Building OP Stack Rollups",
collapsable: false, collapsable: false,
children: [ children: [
{ '/docs/build/getting-started.md',
title: "Running a Bedrock Rollup", '/docs/build/conf.md',
children: [
'/docs/build/getting-started.md',
'/docs/build/conf.md'
]
},
{ {
title: "OP Stack Hacks", title: "OP Stack Hacks",
sidebardDepth: 3,
collapsable: true, collapsable: true,
children: [ children: [
'/docs/build/hacks.md', '/docs/build/hacks.md',
...@@ -152,7 +147,7 @@ module.exports = { ...@@ -152,7 +147,7 @@ module.exports = {
'/docs/build/execution.md', '/docs/build/execution.md',
'/docs/build/settlement.md', '/docs/build/settlement.md',
{ {
title: "Tutorials", title: "Sample Hacks",
children: [ children: [
"/docs/build/tutorials/add-attr.md", "/docs/build/tutorials/add-attr.md",
"/docs/build/tutorials/new-precomp.md", "/docs/build/tutorials/new-precomp.md",
...@@ -162,7 +157,7 @@ module.exports = { ...@@ -162,7 +157,7 @@ module.exports = {
}, // End of OP Stack hacks }, // End of OP Stack hacks
], ],
}, // End of Building OP Stack Rollups }, // End of Building OP Stack Rollups
'/docs/CONTRIB.md', '/docs/contribute.md',
{ {
title: "Security", title: "Security",
collapsable: false, collapsable: false,
...@@ -171,7 +166,7 @@ module.exports = { ...@@ -171,7 +166,7 @@ module.exports = {
'/docs/security/policy.md', '/docs/security/policy.md',
] ]
}, },
], // end of '/docs' ], // end of '/'
}, // end of sidebar }, // end of sidebar
plugins: [ plugins: [
"@vuepress/pwa", "@vuepress/pwa",
......
...@@ -60,13 +60,13 @@ export default Vue.extend({ ...@@ -60,13 +60,13 @@ export default Vue.extend({
h("a", { attrs: { href: "https://discord.optimism.io", target: "_blank" } }, [ h("a", { attrs: { href: "https://discord.optimism.io", target: "_blank" } }, [
h("div", [ h("div", [
h("i", { attrs: { class: "fab fa-discord" } }), h("i", { attrs: { class: "fab fa-discord" } }),
" Discord community" " Discord community "
]) ])
]), ]),
h("a", { attrs: { href: "https://oplabs.typeform.com/get-in-touch", target: "_blank" } }, [ h("a", { attrs: { href: "https://forms.monday.com/forms/055862bfb7f4091be3db2567288296f8?r=use1", target: "_blank" } }, [
h("div", [ h("div", [
h("i", { attrs: { class: "far fa-comment-dots" } }), h("i", { attrs: { class: "far fa-comment-dots" } }),
" Get support for going live" " Join the Superchain "
]) ])
]), ]),
h("a", { attrs: { href: "https://github.com/ethereum-optimism/optimism/issues", target: "_blank" } }, [ h("a", { attrs: { href: "https://github.com/ethereum-optimism/optimism/issues", target: "_blank" } }, [
......
--- ---
title: Releases title: Release History
lang: en-US lang: en-US
--- ---
......
...@@ -12,11 +12,11 @@ The Bedrock release primarily consists of the core software required to run L2 b ...@@ -12,11 +12,11 @@ The Bedrock release primarily consists of the core software required to run L2 b
### Rollup Protocol ### Rollup Protocol
Learn about the basics of the Rollup protocol used by Bedrock on the Rollup Protocol page. Learn about the basics of the Rollup protocol used by Bedrock on the [Rollup Protocol](https://community.optimism.io/docs/protocol/2-rollup-protocol/) page.
### Bedrock Explainer ### Bedrock Explainer
Learn all about the Bedrock release of the OP Stack by reading the Bedrock Explainer. Learn all about the Bedrock release of the OP Stack by reading the [Bedrock Explainer](https://community.optimism.io/docs/developers/bedrock/explainer/).
### Specifications ### Specifications
......
README.md
\ No newline at end of file
...@@ -55,6 +55,6 @@ Extensibility is a key design principle that unlocks the superpower of collabora ...@@ -55,6 +55,6 @@ Extensibility is a key design principle that unlocks the superpower of collabora
## Contributing to the OP Stack ## Contributing to the OP Stack
The OP Stack is a decentralized software stack that anyone can contribute to. The OP Stack is a decentralized software stack that anyone can contribute to.
If you're interested in contributing to the OP Stack, check out [the Contributing section of these docs](../CONTRIB.md). If you're interested in contributing to the OP Stack, check out [the Contributing section of these docs](../contribute.md).
Of course, software that has impact for the Optimism Collective can receive [Retroactive Public Goods Funding](https://app.optimism.io/retropgf). Of course, software that has impact for the Optimism Collective can receive [Retroactive Public Goods Funding](https://app.optimism.io/retropgf).
Build for the OP Stack — get rewarded for writing great open source software. What's not to love? Build for the OP Stack — get rewarded for writing great open source software. What's not to love?
\ No newline at end of file
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