From da219f331bd1dec3284b64fd5441182960190caa Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 5 May 2026 15:48:40 -0400 Subject: [PATCH] Rename docs/local-setup.md to docs/local.md Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- docs/{local-setup.md => local.md} | 0 docs/truenas.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{local-setup.md => local.md} (100%) diff --git a/README.md b/README.md index 5245925..6164ade 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ JSON, and let a custom profile template render the squares client-side. ## Docs -- [Local setup](docs/local-setup.md) +- [Local setup](docs/local.md) - [TrueNAS SCALE setup](docs/truenas.md) ## Op type reference diff --git a/docs/local-setup.md b/docs/local.md similarity index 100% rename from docs/local-setup.md rename to docs/local.md diff --git a/docs/truenas.md b/docs/truenas.md index eac8883..ba31a93 100644 --- a/docs/truenas.md +++ b/docs/truenas.md @@ -86,5 +86,5 @@ check the `GITEA_CUSTOM` env var in the container if unsure: docker exec printenv GITEA_CUSTOM ``` -Then follow [step 4 of the local setup](local-setup.md#4-install-the-profile-template-override) +Then follow [step 4 of the local setup](local.md#4-install-the-profile-template-override) to install the template override into that directory and restart Gitea.