We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22221ac commit 94f140bCopy full SHA for 94f140b
{{cookiecutter.project_slug}}/docs/mkdocs.yaml
@@ -1,7 +1,7 @@
1
-site_name: MkApi
2
-site_url: https://github.com/nullhack
3
-site_description: API documentation with MkDocs.
4
-site_author: nullhack
+site_name: {{cookiecutter.project_name}}
+site_url: https://github.com/{{cookiecutter.github_username}}
+site_description: {{cookiecutter.project_short_description}}
+site_author: {{cookiecutter.full_name}}
5
site_dir: html
6
7
plugins:
0 commit comments