|
1 | 1 | # Summary |
2 | 2 |
|
3 | 3 | - [Overview](./overview.md) |
4 | | - |
5 | | -- [Deployment Options](./deployments/index.md) |
6 | | - |
7 | | - - [Role Types](./deployments/types.md) |
8 | | - - [Remote Targets](./deployments/targets.md) |
9 | | - - [Role Specific Arguments](./deployments/options.md) |
10 | | - |
11 | | -- [Server Deployments](./serverdeploy/index.md) |
12 | | - |
13 | | - - [Systemd](./serverdeploy/systemd.md) |
14 | | - - [Logging](./serverdeploy/logging.md) |
15 | | - - [Automation](./serverdeploy/automation.md) |
16 | | - |
17 | | -- [Kubernetes Deployments](./kubernetes/index.md) |
18 | | - |
19 | | - - [Helm Chart](./kubernetes/helm.md) |
20 | | - - [Key Injection Example](./kubernetes/key_injection_test.md) |
21 | | - - [Testnet Manager](./kubernetes/testnetmanager.md) |
22 | | - |
23 | | -- [Monitoring](./monitoring/index.md) |
24 | | - |
25 | | - - [Example Monitoring Stack](./monitoring/example.md) |
| 4 | +- [How-to Guides](./guides/index.md) |
| 5 | + - [Parachain Deployment](./guides/parachain_deployment.md) |
| 6 | +- [Explanations](./explanations/index.md) |
| 7 | + - [Deployment Options](./deployments/index.md) |
| 8 | + - [Role Types](./deployments/types.md) |
| 9 | + - [Remote Targets](./deployments/targets.md) |
| 10 | + - [Role Specific Arguments](./deployments/options.md) |
| 11 | + - [Server Deployments](./serverdeploy/index.md) |
| 12 | + - [Systemd](./serverdeploy/systemd.md) |
| 13 | + - [Logging](./serverdeploy/logging.md) |
| 14 | + - [Automation](./serverdeploy/automation.md) |
| 15 | + - [Kubernetes Deployments](./kubernetes/index.md) |
| 16 | + - [Helm Chart](./kubernetes/helm.md) |
| 17 | + - [Key Injection Example](./kubernetes/key_injection_test.md) |
| 18 | + - [Testnet Manager](./kubernetes/testnetmanager.md) |
| 19 | + - [Monitoring](./monitoring/index.md) |
26 | 20 | - [Prometheus](./monitoring/prometheus.md) |
27 | 21 | - [Grafana](./monitoring/grafana.md) |
28 | 22 | - [Alertmanager](./monitoring/alertmanager.md) |
29 | 23 | - [Loki](./monitoring/loki.md) |
30 | | - |
31 | | -- [Keys And Accounts](./keys_accounts.md) |
32 | | - |
33 | | -- [Custom Relay/Solo Chain](./customchain.md) |
34 | | - |
35 | | -- [🥼 Infrastructure Tooling](./tooling.md) |
36 | | - |
37 | | -- [Examples]() |
38 | | - - [Ansible Role](./examples/ansible.md) |
39 | | - - [Polkadot JS CLI Tools](./examples/polkadotjstools.md) |
40 | | - - [Helmfile](./examples/helmfile.md) |
41 | | - - [Zombienet](./examples/zombienet.md) |
42 | | - - [Building and Publishing Docker Images](./examples/docker.md) |
| 24 | + - [Keys And Accounts](./keys_accounts.md) |
| 25 | + - [Custom Relay/Solo Chain](./customchain.md) |
| 26 | +- [References](./references/index.md) |
0 commit comments