diff options
Diffstat (limited to 'doc/getting-started.md')
| -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 |
