aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-05-16 01:53:33 -0700
committerGitHub <noreply@github.com>2024-05-16 01:53:33 -0700
commit668b5fc155af0289c21eabb304c711634472dea8 (patch)
tree95afd4183d49fc0250b53ccc6e5b18cf5354a76a /scripts
parent174da7fe687bd3bf2f6874620e708db24160c4d7 (diff)
downloadrneovim-668b5fc155af0289c21eabb304c711634472dea8.tar.gz
rneovim-668b5fc155af0289c21eabb304c711634472dea8.tar.bz2
rneovim-668b5fc155af0289c21eabb304c711634472dea8.zip
docs: nvim.appdata.xml, set faq to "flow" layout #28769
Diffstat (limited to 'scripts')
-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 7432f5ecc4..9f8b0f18ca 100644
--- a/scripts/gen_help_html.lua
+++ b/scripts/gen_help_html.lua
@@ -67,6 +67,7 @@ local new_layout = {
['dev_theme.txt'] = true,
['dev_tools.txt'] = true,
['dev_vimpatch.txt'] = true,
+ ['faq.txt'] = true,
['lua.txt'] = true,
['luaref.txt'] = true,
['news.txt'] = true,