aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_help_html.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-13 17:31:39 +0100
committerGitHub <noreply@github.com>2023-12-13 17:31:39 +0100
commitef58ee48f4d553d364c4284870b0860f8cc8427b (patch)
tree0cf67e8d4143d3eeda08a10d2e96744f67bea083 /scripts/gen_help_html.lua
parent8122470f8310ae34bcd5e436e8474f9255eb16f2 (diff)
downloadrneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.gz
rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.tar.bz2
rneovim-ef58ee48f4d553d364c4284870b0860f8cc8427b.zip
docs: add wiki FAQ to the runtime documentation (#26539)
Problem: Wiki contents are not discoverable and hard to maintain. Solution: Move FAQ to runtime docs. Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r--scripts/gen_help_html.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua
index 9369711b0f..8226a0548f 100644
--- a/scripts/gen_help_html.lua
+++ b/scripts/gen_help_html.lua
@@ -80,6 +80,7 @@ local exclude_invalid_urls = {
['http://wiki.services.openoffice.org/wiki/Dictionaries'] = 'spell.txt',
['http://www.adapower.com'] = 'ft_ada.txt',
['http://www.jclark.com/'] = 'quickfix.txt',
+ ['http://oldblog.antirez.com/post/redis-and-scripting.html'] = 'faq.txt',
}
-- Deprecated, brain-damaged files that I don't care about.