|
1 | 1 | # Table of contents |
2 | 2 |
|
3 | | -* [Welcome](README.md) |
| 3 | +* [Introduction](README.md) |
4 | 4 |
|
5 | | -## Getting Started |
| 5 | +## Get Started |
6 | 6 |
|
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) |
9 | 15 |
|
10 | | -## Basics |
| 16 | +## How It Works |
11 | 17 |
|
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) |
0 commit comments