Skip to content

Commit b4ac373

Browse files
committed
Add a table of contents to the FAQ page.
1 parent af06f7c commit b4ac373

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/FAQ.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ nav_order: 3
77
{: .note }
88
> [Docker-related stuff is on a separate page](Installation-Guide#faq)
99
10+
{: .no_toc }
11+
12+
## Table of contents
13+
{: .no_toc .text-delta }
14+
15+
- TOC
16+
{:toc}
17+
1018
### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly
1119

1220
tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side.

docs/Installation-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav_order: 2
99
## Table of contents
1010
{: .no_toc .text-delta }
1111

12-
1. TOC
12+
- TOC
1313
{:toc}
1414

1515
---

0 commit comments

Comments
 (0)