Skip to content

Commit

Permalink
docs: Add Run your node doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Aug 19, 2024
1 parent 243dfed commit dd4bef6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ queries on the network.
findSidebarItem('/node/'),
findSidebarItem('/node/mainnet/'),
findSidebarItem('/node/testnet/'),
findSidebarItem('/node/run-your-node'),
findSidebarItem('/node/run-your-node/'),
]} />

## Build ParaTimes
Expand Down
2 changes: 1 addition & 1 deletion docs/node/grpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@ To make a tunneled Unix socket over SSH permanent, consider using [autossh].
## See also

<DocCardList items={[
findSidebarItem('/node/run-your-node'),
findSidebarItem('/node/run-your-node/'),
findSidebarItem('/node/web3'),
]} />
4 changes: 4 additions & 0 deletions docs/node/run-your-node/README.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {findSidebarItem} from '@site/src/sidebarUtils';

# Run your node
asdfsdf
2 changes: 1 addition & 1 deletion docs/node/web3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,6 @@ extended downtime while the Web3 Gateway is reindexing the blocks.
## See also

<DocCardList items={[
findSidebarItem('/node/run-your-node'),
findSidebarItem('/node/run-your-node/'),
findSidebarItem('/node/grpc'),
]} />
5 changes: 2 additions & 3 deletions sidebarNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ export const sidebarNode: SidebarsConfig = {
label: 'Run Your Node',
collapsible: false,
link: {
type: 'generated-index',
description: "This section provides documentation on how to set up an Oasis Node running on your computer.",
slug: 'node/run-your-node',
type: 'doc',
id: 'node/run-your-node/README',
},
items: [
{
Expand Down

0 comments on commit dd4bef6

Please sign in to comment.