From f594f7e2ea274dffbf7fd7588026cbfb09e69f32 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 8 Sep 2024 20:22:47 +0100 Subject: [PATCH] Update nav --- Makefile | 3 +++ modules/ROOT/nav.adoc | 62 ++++++++++++++++++++++++++++++++----------- 2 files changed, 49 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 1b6c282fa..6ff324e60 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +antora: + antora antora-playbook.yml + default: rm -rf docs mkdir docs diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 2fa841eaa..4ec7ffe86 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -1,16 +1,46 @@ -* xref:install/index.adoc[] -* xref:config.adoc[] -* xref:reverse-proxies/index.adoc[] -* xref:action_execution.adoc[] -* xref:action_customization.adoc[] -* xref:action_examples/index.adoc[] -* xref:args.adoc[] -* xref:dashboards.adoc[] -* xref:entities.adoc[] -* xref:integrations/index.adoc[] -* xref:security/index.adoc[] -* xref:solutions/index.adoc[] -* xref:advanced_configuration.adoc[] -* xref:reference/index.adoc[] -* xref:troubleshooting.adoc[] -* xref:api.adoc[] +* xref:install/index.adoc[Installation Guide] +** xref:install/snippit_container_vs_service.adoc[Containers vs Services] +** xref:install/snippit_choose_package.adoc[Which download do I need?] +** xref:install/systemd.adoc[Linux Package Install (.rpm/.deb)] +** xref:install/linux_fedora.adoc[Fedora Linux (dnf)] +** xref:install/linux_alpine.adoc[Alpine Linux] +** xref:install/linux_arch.adoc[Arch Linux (AUR)] +** xref:install/container.adoc[Container install (podman/docker)] +** xref:install/docker_compose.adoc[Docker Compose Install] +** xref:install/helm.adoc[Kubernetes with Helm] +** xref:install/k8s.adoc[Kubernetes with Manifest files] +** xref:install/targz.adoc[.tar.gz Install (manual)] +* xref:config.adoc[Configuration] +* xref:reverse-proxies/index.adoc[Reverse Proxies] +** xref:reverse-proxies/apache.adoc[Apache] +** xref:reverse-proxies/caddy.adoc[Caddy] +** xref:reverse-proxies/haproxy.adoc[HAProxy] +** xref:reverse-proxies/nginx.adoc[Nginx] +** xref:reverse-proxies/nginx_proxy_manager.adoc[Nginx Proxy Manager] +** xref:reverse-proxies/traefik.adoc[Traefik] +* xref:action_execution.adoc[Action Execution] +* xref:action_customization.adoc[Action Customization] +* xref:action_examples/index.adoc[Action Examples] +* xref:args.adoc[Arguments] +* xref:dashboards.adoc[Dashboards] +* xref:entities.adoc[Entities] +* xref:integrations/index.adoc[Integrations] +* xref:security/index.adoc[Security] +** xref:security/concepts.adoc[Concepts] +** xref:security/acl.adoc[Access Control Lists (Permissions)] +** xref:security/trusted_header.adoc[Trusted Header Authorization] +** xref:security/jwt.adoc[JWT Authorization] +*** xref:security/jwt_keys.adoc[JWT with Keys] +*** xref:security/jwt_hmac.adoc[JWT with HMAC] +* xref:solutions/index.adoc[Solutions] +** xref:solutions/on-git-push/index.adoc[Self hosted GitOps] +** xref:solutions/container-control-panel/index.adoc[Container Control Panel] +** xref:solutions/systemd-control-panel/index.adoc[Systemd Control Panel] +** xref:solutions/heating-control-panel/index.adoc[Heating Control Panel] +** xref:solutions/primitive-password/index.adoc[Primitive Password Protection] +** xref:solutions/wol/index.adoc[Wake on LAN] +** xref:solutions/cloudflare_access_tunnel/index.adoc[Cloudflare Access & Tunnels] +* xref:advanced_configuration.adoc[Advanced Configuration] +* xref:reference/index.adoc[Reference] +* xref:troubleshooting.adoc[Troubleshooting] +* xref:api.adoc[API]