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 = {
indexName: 'optimism'
},
nav: [
{
text: 'Home',
link: 'https://www.optimism.io/'
......@@ -126,7 +125,7 @@ module.exports = {
title: "Releases",
collapsable: false,
children: [
'/docs/releases/releases.md',
'/docs/releases/',
'/docs/releases/bedrock.md',
]
},
......@@ -134,15 +133,11 @@ module.exports = {
title: "Building OP Stack Rollups",
collapsable: false,
children: [
{
title: "Running a Bedrock Rollup",
children: [
'/docs/build/getting-started.md',
'/docs/build/conf.md'
]
},
'/docs/build/getting-started.md',
'/docs/build/conf.md',
{
title: "OP Stack Hacks",
sidebardDepth: 3,
collapsable: true,
children: [
'/docs/build/hacks.md',
......@@ -152,7 +147,7 @@ module.exports = {
'/docs/build/execution.md',
'/docs/build/settlement.md',
{
title: "Tutorials",
title: "Sample Hacks",
children: [
"/docs/build/tutorials/add-attr.md",
"/docs/build/tutorials/new-precomp.md",
......@@ -162,7 +157,7 @@ module.exports = {
}, // End of OP Stack hacks
],
}, // End of Building OP Stack Rollups
'/docs/CONTRIB.md',
'/docs/contribute.md',
{
title: "Security",
collapsable: false,
......@@ -171,7 +166,7 @@ module.exports = {
'/docs/security/policy.md',
]
},
], // end of '/docs'
], // end of '/'
}, // end of sidebar
plugins: [
"@vuepress/pwa",
......
......@@ -60,13 +60,13 @@ export default Vue.extend({
h("a", { attrs: { href: "https://discord.optimism.io", target: "_blank" } }, [
h("div", [
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("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" } }, [
......
---
title: Releases
title: Release History
lang: en-US
---
......
......@@ -12,11 +12,11 @@ The Bedrock release primarily consists of the core software required to run L2 b
### 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
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
......
README.md
\ No newline at end of file
......@@ -55,6 +55,6 @@ Extensibility is a key design principle that unlocks the superpower of collabora
## Contributing to the OP Stack
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).
Build for the OP Stack — get rewarded for writing great open source software. What's not to love?
\ No newline at end of file
Build for the OP Stack — get rewarded for writing great open source software. What's not to love?
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