From 3d85ff447d8ff7091b600c982495b5d1c8b25bf3 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Tue, 9 Nov 2021 09:53:21 -0800 Subject: docs: documentation overhaul (#1384) * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder --- scripts/docgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/docgen.lua') diff --git a/scripts/docgen.lua b/scripts/docgen.lua index eae6278a..b5682e83 100644 --- a/scripts/docgen.lua +++ b/scripts/docgen.lua @@ -272,7 +272,7 @@ local function generate_readme(template_file, params) local input_template = readfile(template_file) local readme_data = template(input_template, params) - local writer = io.open('CONFIG.md', 'w') + local writer = io.open('doc/server_configurations.md', 'w') writer:write(readme_data) writer:close() end -- cgit v1.2.3-70-g09d2