Commit 0598e998 authored by Ori Pomerantz's avatar Ori Pomerantz

WIP

parent 2ecde032
...@@ -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",
......
...@@ -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
--- ---
......
README.md
\ 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