Skip to content

Commit

Permalink
Update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 8, 2024
1 parent 5396a0e commit f594f7e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
antora:
antora antora-playbook.yml

default:
rm -rf docs
mkdir docs
Expand Down
62 changes: 46 additions & 16 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit f594f7e

Please sign in to comment.