Skip to content

Commit b2d9b5e

Browse files
committed
chore: Adding reference polkadot monitor
1 parent 2aa27a2 commit b2d9b5e

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

src/navigation/polkadot.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,67 @@
353353
]
354354
}
355355
]
356+
},
357+
{
358+
"type": "folder",
359+
"name": "Monitor",
360+
"index": {
361+
"type": "page",
362+
"name": "Overview",
363+
"url": "/monitor/1.1.x"
364+
},
365+
"children": [
366+
{
367+
"type": "page",
368+
"name": "Quickstart",
369+
"url": "/monitor/1.1.x/quickstart"
370+
},
371+
{
372+
"type": "page",
373+
"name": "Architecture Guide",
374+
"url": "/monitor/1.1.x/architecture"
375+
},
376+
{
377+
"type": "page",
378+
"name": "Project Structure",
379+
"url": "/monitor/1.1.x/project-structure"
380+
},
381+
{
382+
"type": "page",
383+
"name": "RPC Client",
384+
"url": "/monitor/1.1.x/rpc"
385+
},
386+
{
387+
"type": "page",
388+
"name": "Custom scripts",
389+
"url": "/monitor/1.1.x/scripts"
390+
},
391+
{
392+
"type": "page",
393+
"name": "Error Handling",
394+
"url": "/monitor/1.1.x/error"
395+
},
396+
{
397+
"type": "page",
398+
"name": "Testing",
399+
"url": "/monitor/1.1.x/testing"
400+
},
401+
{
402+
"type": "page",
403+
"name": "Contribution guidelines",
404+
"url": "/monitor/1.1.x/contribution"
405+
},
406+
{
407+
"type": "page",
408+
"name": "Changelog",
409+
"url": "/monitor/1.1.x/changelog"
410+
},
411+
{
412+
"type": "page",
413+
"name": "Rust Book",
414+
"url": "https://docs-v1-1--openzeppelin-monitor.netlify.app/openzeppelin_monitor/",
415+
"external": true
416+
}
417+
]
356418
}
357419
]

0 commit comments

Comments
 (0)