Skip to content

Commit c61e86c

Browse files
authored
Merge pull request #51 from blockopsnetwork/stage-docs
Stage docs
2 parents fa19914 + 48a21d2 commit c61e86c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+81
-327
lines changed

docs/README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,2 @@
1-
---
2-
icon: hand-wave
3-
layout:
4-
width: default
5-
title:
6-
visible: true
7-
description:
8-
visible: false
9-
tableOfContents:
10-
visible: true
11-
outline:
12-
visible: true
13-
pagination:
14-
visible: true
15-
metadata:
16-
visible: true
17-
metaLinks:
18-
alternates:
19-
- https://app.gitbook.com/s/yE16Xb3IemPxJWydtPOj/
20-
---
1+
# Introduction
212

22-
# Welcome
23-
24-
Welcome to the GitBook starter template! Here you'll get an overview of all the amazing features GitBook offers to help you build beautiful, interactive documentation.
25-
26-
You'll see some of the best parts of GitBook in action — and find help on how you can turn this template into your own.
27-
28-
### Jump right in
29-
30-
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Create your first site</td><td></td><td></td><td><a href="getting-started/quickstart.md">quickstart.md</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Editor basics</strong></td><td>Learn the basics of GitBook</td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-globe-pointer">:globe-pointer:</i></h4></td><td><strong>Publish your docs</strong></td><td>Share your docs online</td><td></td><td></td><td><a href="getting-started/publish-your-docs.md">publish-your-docs.md</a></td></tr></tbody></table>

docs/SUMMARY.md

Lines changed: 68 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,74 @@
11
# Table of contents
22

3-
* [Welcome](README.md)
3+
* [Introduction](README.md)
44

5-
## Getting Started
5+
## Get Started
66

7-
* [Quickstart](getting-started/quickstart.md)
8-
* [Publish your docs](getting-started/publish-your-docs.md)
7+
* [What is NodeOperator.ai?](get-started/what-is-nodeoperator.md)
8+
* [Comparison](get-started/comparison.md)
9+
* [Install Ponos](get-started/install-ponos.md)
10+
* [Installation on Linux](get-started/install-ponos/linux.md)
11+
* [Installation on macOS](get-started/install-ponos/macos.md)
12+
* [Docker](get-started/install-ponos/docker.md)
13+
* [Get Your API Key](get-started/get-api-key.md)
14+
* [Configure Ponos](get-started/configure-ponos.md)
915

10-
## Basics
16+
## How It Works
1117

12-
* [Editor](basics/editor.md)
13-
* [Markdown](basics/markdown.md)
14-
* [Images & media](basics/images-and-media.md)
15-
* [Interactive blocks](basics/interactive-blocks.md)
16-
* [Integrations](basics/integrations.md)
18+
* [Architecture](how-it-works/architecture.md)
19+
* [Supported Networks](how-it-works/supported-networks.md)
20+
* [Upgrade Workflow](how-it-works/upgrade-workflow.md)
21+
* [Diagnostics Workflow](how-it-works/diagnostics-workflow.md)
22+
* [GitOps Model](how-it-works/gitops-model.md)
23+
* [Session Management](how-it-works/sessions.md)
24+
25+
## Integrations
26+
27+
* [Slack](integrations/slack.md)
28+
* [GitHub](integrations/github.md)
29+
* [Personal Access Token](integrations/github/pat.md)
30+
* [GitHub App](integrations/github/github-app.md)
31+
* [Intelligent Node Observability](integrations/intelligent-node-observability.md)
32+
* [Prometheus](integrations/intelligent-node-observability/prometheus.md)
33+
* [Loki](integrations/intelligent-node-observability/loki.md)
34+
* [Telescope](integrations/intelligent-node-observability/telescope.md)
35+
* [Kubernetes](integrations/kubernetes.md)
36+
37+
## Tutorials
38+
39+
* [EVM Chains](tutorials/evm-chains.md)
40+
* [Ethereum](tutorials/evm-chains/ethereum/upgrade-workflow.md)
41+
* [Upgrade Workflow Example](tutorials/evm-chains/ethereum/upgrade-workflow.md)
42+
* [Node Diagnostic Example](tutorials/evm-chains/ethereum/node-diagnostic.md)
43+
* [Optimism](tutorials/evm-chains/optimism/upgrade-workflow.md)
44+
* [Upgrade Workflow Example](tutorials/evm-chains/optimism/upgrade-workflow.md)
45+
* [Node Diagnostic Example](tutorials/evm-chains/optimism/node-diagnostic.md)
46+
* [Base](tutorials/evm-chains/base/upgrade-workflow.md)
47+
* [Upgrade Workflow Example](tutorials/evm-chains/base/upgrade-workflow.md)
48+
* [Node Diagnostic Example](tutorials/evm-chains/base/node-diagnostic.md)
49+
* [Polkadot](tutorials/polkadot.md)
50+
* [Polkadot](tutorials/polkadot/polkadot/upgrade-workflow.md)
51+
* [Upgrade Workflow Example](tutorials/polkadot/polkadot/upgrade-workflow.md)
52+
* [Node Diagnostic Example](tutorials/polkadot/polkadot/node-diagnostic.md)
53+
* [Hyperbridge](tutorials/polkadot/hyperbridge/upgrade-workflow.md)
54+
* [Upgrade Workflow Example](tutorials/polkadot/hyperbridge/upgrade-workflow.md)
55+
* [Node Diagnostic Example](tutorials/polkadot/hyperbridge/node-diagnostic.md)
56+
57+
## API
58+
59+
* [API Overview](api/overview.md)
60+
* [Authentication](api/authentication.md)
61+
* [Endpoints Reference](api/endpoints.md)
62+
* [MCP Servers](api/mcp-servers.md)
63+
* [GitHub MCP](api/mcp-servers/github.md)
64+
* [Slack MCP](api/mcp-servers/slack.md)
65+
* [Kubernetes MCP](api/mcp-servers/kubernetes.md)
66+
* [Observability MCP](api/mcp-servers/observability.md)
67+
68+
## References
69+
70+
* [Configuration Reference](references/configuration.md)
71+
* [Environment Variables](references/environment-variables.md)
72+
* [Supported Clients](references/supported-clients.md)
73+
* [Security](references/security.md)
74+
* [Troubleshooting](references/troubleshooting.md)

docs/api/authentication.md

Whitespace-only changes.

docs/api/endpoints.md

Whitespace-only changes.

docs/api/mcp-servers.md

Whitespace-only changes.

docs/api/mcp-servers/github.md

Whitespace-only changes.

docs/api/mcp-servers/kubernetes.md

Whitespace-only changes.

docs/api/mcp-servers/observability.md

Whitespace-only changes.

docs/api/mcp-servers/slack.md

Whitespace-only changes.

docs/api/overview.md

Whitespace-only changes.

0 commit comments

Comments
 (0)