File tree Expand file tree Collapse file tree 4 files changed +41
-0
lines changed
docs/node-operators/infrastructure Expand file tree Collapse file tree 4 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments