Skip to content

Commit

Permalink
feat: add stub article "start your journey"
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Nov 14, 2024
1 parent a8282ba commit ceb318c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions arbitrum-docs/launch-orbit-chain/orbit-start-your-journey.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'Start your journey into Orbit'
sidebar_label: 'Orbit: get started'
description: ''
sidebar_position: 2
author:
sme:
editor: anegg0
target_audience:
---
18 changes: 15 additions & 3 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,21 @@ const sidebars = {
collapsed: true,
items: [
{
type: 'doc',
id: 'launch-orbit-chain/orbit-gentle-introduction',
label: 'A gentle introduction',
type: 'category',
label: 'Introduction',
collapsed: true,
items: [
{
type: 'doc',
id: 'launch-orbit-chain/orbit-gentle-introduction',
label: 'A gentle introduction',
},
{
type: 'doc',
id: 'launch-orbit-chain/orbit-start-your-journey',
label: 'Start your journey',
},
],
},
{
type: 'category',
Expand Down

0 comments on commit ceb318c

Please sign in to comment.