From f781a8cdf2683303eb4391bc5d534d919246c2c0 Mon Sep 17 00:00:00 2001 From: Puneet Saraswat <61435908+saraswatpuneet@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:22:42 -0700 Subject: [PATCH] Mdbook: Deployment Page Index (#621) Update `SUMMARY.md` to include all deployment documents in order they should be read --- docs/src/SUMMARY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index fe36b6d3..699dbe8e 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -23,7 +23,11 @@ - [REST API](./Build/GraphService/Api.md) - [Webhooks API](./Build/GraphService/Webhooks.md) - [Run](./Run/README.md) + - [IPFS](./Run/IPFS.md) - [Deployment](./Run/Deployment.md) + - [Kubernetes](./Run/Kubernetes.md) + - [Ingress](./Run/Nginx.md) + - [Secret Management](./Run/Vault.md) - [Security](./Run/Security.md) - [Performance](./Run/Performance.md) - [Scalability](./Run/Scalability.md)