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 db834d0 commit 0b8fafaCopy full SHA for 0b8fafa
cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml
@@ -8,6 +8,8 @@ site_author: "{{cookiecutter.author_name}}"
8
copyright: "Copyright © {{copyright_year}} {{cookiecutter.author_name}}"
9
repo_name: "{{cookiecutter.github_repo_name}}"
10
repo_url: "https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}"
11
+# TODO(cookiecutter): "v0.x.x" is the GitHub repo default branch, you might want to update it
12
+# if the project uses a different default branch.
13
edit_uri: "edit/v0.x.x/docs/"
14
strict: true # Treat warnings as errors
15
0 commit comments