Add an Acknowledgements section to the README (#2907)

This commit is contained in:
Charlie Marsh 2023-02-14 19:25:07 -05:00 committed by GitHub
parent 3ef1c2e303
commit 298498e934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -14,6 +14,7 @@ SECTIONS: list[tuple[str, str]] = [
("Settings", "settings.md"),
("Editor Integrations", "editor-integrations.md"),
("FAQ", "faq.md"),
("Acknowledgements", "acknowledgements.md"),
]
DOCUMENTATION_LINK: str = (