diff options
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | scripts/docgen.lua | 2 | ||||
| -rw-r--r-- | scripts/docs_template.md (renamed from scripts/README_template.md) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7db8f850..2b79c9d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ If using nix, you can use `nix develop` to install these to a local nix shell. ## Generating docs GitHub Actions automatically generates `configs.md`. Only modify -`scripts/README_template.md` or the `docs` table in the server config Lua file. +`scripts/docs_template.md` or the `docs` table in the config code. Do not modify `configs.md` directly. To preview the generated `configs.md` locally, run `scripts/docgen.lua` from diff --git a/scripts/docgen.lua b/scripts/docgen.lua index 79beebe0..e81f0aca 100644 --- a/scripts/docgen.lua +++ b/scripts/docgen.lua @@ -278,7 +278,7 @@ local function generate_readme(template_file, params) end require_all_configs() -generate_readme('scripts/README_template.md', { +generate_readme('scripts/docs_template.md', { implemented_servers_list = make_implemented_servers_list(), lsp_server_details = make_lsp_sections(), }) diff --git a/scripts/README_template.md b/scripts/docs_template.md index cb25a45c..cb25a45c 100644 --- a/scripts/README_template.md +++ b/scripts/docs_template.md |
