fish-shell/share
Fabian Homborg fe71e62a68 help: Update sections
This was semi-automated with

```fish
for file in $argv
    set -l varname (string replace -r '.*/(.*).html' '$1' -- $file | string escape --style=var)pages
    set -l sections (string replace -rf '.*class="headerlink" href="#([^"]*)".*' '$1' <$file)

    echo set -l $varname $sections
end
```

(where $argv contains the path to faq, fish_for_bash_users,
interactive, language and tutorial.html)

Building help.fish at compile time would work, but only for users who
build the docs.
2021-08-20 17:40:57 +02:00
..
completions Fix truncated completions for pkg install <foo> 2021-08-18 00:20:08 -05:00
functions help: Update sections 2021-08-20 17:40:57 +02:00
groff
tools Also read home theme directory in webconfig 2021-07-14 18:56:19 +02:00
__fish_build_paths.fish.in
config.fish Deduplicate $fish_user_paths automatically 2021-07-14 16:37:30 +02:00
lynx.lss