Skip to content

Commit 94f140b

Browse files
committed
adding cookiecutter tags to documentation
1 parent 22221ac commit 94f140b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

{{cookiecutter.project_slug}}/docs/mkdocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
site_name: {{cookiecutter.project_name}}
2+
site_url: https://github.com/{{cookiecutter.github_username}}
3+
site_description: {{cookiecutter.project_short_description}}
4+
site_author: {{cookiecutter.full_name}}
55
site_dir: html
66

77
plugins:

0 commit comments

Comments
 (0)