FAQ/TODO/KNOWN_BUGS: convert to markdown

- convert to markdown
- auto-generate the TOCs on the website, remove them from the docs
- cleanups
- spellchecked
- updated links

Closes #19875
This commit is contained in:
Daniel Stenberg 2025-12-08 13:07:49 +01:00
parent 43c781a116
commit 3dd1ffdeb0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 3114 additions and 3534 deletions

View file

@ -87,7 +87,7 @@ my %url;
my %flink;
# list all .md files in the repo
my @files=`git ls-files '**.md' docs/TODO docs/KNOWN_BUGS docs/FAQ`;
my @files=`git ls-files '**.md'`;
sub storelink {
my ($f, $line, $link) = @_;