Skip to content

Commit 8d7fc70

Browse files
committed
Website: add new types of nodes o1Labs will be running
1 parent a6f43a3 commit 8d7fc70

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Block Producers
3+
description: o1Labs block producer infrastructure on dev-net
4+
sidebar_position: 5
5+
---
6+
7+
# Block Producers
8+
9+
This section is still a work in progress. It will cover the block producers that
10+
the o1Labs team runs on dev-net.
11+
12+
Track progress: [Issue #1463](https://github.com/o1-labs/mina-rust/issues/1463)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Memory Profiler
3+
description: o1Labs nodes with memory profiler for performance monitoring
4+
sidebar_position: 6
5+
---
6+
7+
# Memory Profiler
8+
9+
This section is still a work in progress. It will cover nodes running with a
10+
memory profiler for performance analysis and optimization. The memory profiler
11+
data is used by the node dashboard for debugging purposes.
12+
13+
Track progress: [Issue #1207](https://github.com/o1-labs/mina-rust/issues/1207)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Network Debugger
3+
description: o1Labs nodes with network debugger for troubleshooting
4+
sidebar_position: 7
5+
---
6+
7+
# Network Debugger
8+
9+
This section is still a work in progress. It will cover nodes running with the
10+
network debugger for network analysis and troubleshooting. The network debugger
11+
data is used by the node dashboard for debugging purposes.
12+
13+
Track progress: [Issue #1365](https://github.com/o1-labs/mina-rust/issues/1365)

website/sidebars.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ const sidebars: SidebarsConfig = {
4747
'node-operators/infrastructure/seed-nodes',
4848
'node-operators/infrastructure/plain-nodes',
4949
'node-operators/infrastructure/archive-nodes',
50+
'node-operators/infrastructure/block-producers',
51+
'node-operators/infrastructure/memory-profiler',
52+
'node-operators/infrastructure/network-debugger',
5053
'node-operators/infrastructure/frontend',
5154
],
5255
},

0 commit comments

Comments
 (0)