Move FAQ into MkDocs (#2984)

This commit is contained in:
Charlie Marsh 2023-02-17 08:15:53 -05:00 committed by GitHub
parent a0912deb2b
commit cd1f57b713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 349 additions and 357 deletions

View file

@ -12,7 +12,6 @@ SECTIONS: list[tuple[str, str]] = [
("Configuration", "configuration.md"),
("Rules", "rules.md"),
("Settings", "settings.md"),
("FAQ", "faq.md"),
("Acknowledgements", "acknowledgements.md"),
]