Skip to content

Commit 0b8fafa

Browse files
authored
Update cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent db834d0 commit 0b8fafa

File tree

1 file changed

+2
-0
lines changed
  • cookiecutter/{{cookiecutter.github_repo_name}}

1 file changed

+2
-0
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ site_author: "{{cookiecutter.author_name}}"
88
copyright: "Copyright © {{copyright_year}} {{cookiecutter.author_name}}"
99
repo_name: "{{cookiecutter.github_repo_name}}"
1010
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.
1113
edit_uri: "edit/v0.x.x/docs/"
1214
strict: true # Treat warnings as errors
1315

0 commit comments

Comments
 (0)