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

WIP

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