diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-01 12:37:08 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-01 12:37:08 +0200 |
| commit | 6d9131cc5a4d6ccb1bd2e2f158322ab83e345881 (patch) | |
| tree | 64586063b27796c6890beaa0f16428d33a18838b | |
| parent | 5476094a5e7644b9f57e608b53db677fb00727c6 (diff) | |
Update table of content
Signed-off-by: Nicolas Paul <n@nc0.fr>
| -rw-r--r-- | doc/getting-started.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md index 047cafd..f8cbf8a 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -8,6 +8,11 @@ This document will help you get started with SVGU. + [From source](#compiling-from-source) + [Pre-built binaries](#pre-built-binaries) + [Docker](#docker) +- [Usage](#usage) + + [Configuration](#configuration) + + [Generating the HTML files](#generating-the-html-files) + + [Hosting the HTML files](#hosting-the-html-files) +- [Advanced configuration](#advanced-configuration) ## Installation @@ -137,7 +142,7 @@ Here is a non-exhaustive list of web servers that support URL rewriting: - [GitHub Pages](https://pages.github.com/) does it by default - ... -### Advanced configuration +## Advanced configuration As you can see, the configuration file is very simple. However, it is also a bit boilerplate-heavy, especially with the template URLs for `dir` and |
