Skip to content
25 changes: 19 additions & 6 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,29 @@ Feat 013 (#41)
- Merge pull request #44 from jcook3701/develop

Feat 014 (#43)
- Feat 015 (#45)

### 🐛 Fixed
* fix(links): More link fixes along with a few configuration fixes to remove warnings.

- *(template)* Updates to template cookiecutter.json file.
- *(links)* More link fixes along with a few configuration fixes to remove warnings.
* feat(links): More links and general docs template updates.

* feat(docs): Documentation updates.

* chore(upgrade): Update template from cookiecutter-cookiecutter.
- Merge pull request #46 from jcook3701/develop

### 🚀 Added
Feat 015 (#45)

- *(links)* More links and general docs template updates.
- *(docs)* Documentation updates.
### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
- *(configuration)* Cookiecutter upgrader configuration fix.
- *(template)* Forgot to add configuration setting to main settings file.
- *(template)* Forgot to add configuration setting to main settings file.
- *(theme)* Update to latest just the docs theme.
## [0.1.0] - 2025-12-05

### ⚙️ Miscellaneous
Expand Down
25 changes: 19 additions & 6 deletions changelogs/releases/v0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,26 @@ Feat 013 (#41)
- Merge pull request #44 from jcook3701/develop

Feat 014 (#43)
- Feat 015 (#45)

### 🐛 Fixed
* fix(links): More link fixes along with a few configuration fixes to remove warnings.

- *(template)* Updates to template cookiecutter.json file.
- *(links)* More link fixes along with a few configuration fixes to remove warnings.
* feat(links): More links and general docs template updates.

* feat(docs): Documentation updates.

* chore(upgrade): Update template from cookiecutter-cookiecutter.
- Merge pull request #46 from jcook3701/develop

### 🚀 Added
Feat 015 (#45)

- *(links)* More links and general docs template updates.
- *(docs)* Documentation updates.
### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
- *(docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
- *(template)* Figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
- *(configuration)* Cookiecutter upgrader configuration fix.
- *(template)* Forgot to add configuration setting to main settings file.
- *(template)* Forgot to add configuration setting to main settings file.
- *(theme)* Update to latest just the docs theme.
1 change: 1 addition & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"ros2",
"typescript"
],
"_default_branch": "master",
"_is_sub_template": true,
"_copy_without_render": [
"README.md",
Expand Down
8 changes: 4 additions & 4 deletions docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"__year_range": "2025-2026",
"_checkout": "main",
"_copy_without_render": [],
"_default_branch": "master",
"_default_branch": "main",
"_extensions": [
"jinja2.ext.do",
"jinja2.ext.loopcontrols"
Expand All @@ -26,10 +26,10 @@
"changelog": false,
"git-init": false,
"pre-commit-init": false,
"python-install": false
"python-install": true
}
},
"_is_sub_template": true,
"_is_sub_template": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
Expand Down Expand Up @@ -59,7 +59,7 @@
"python_version": "3.11",
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
"template_type": "cookiecutter",
"theme": "pmarsceill/just-the-docs",
"theme": "just-the-docs/just-the-docs@v0.11.0",
"timezone": "America/Los_Angeles",
"twitter_username": "",
"version": "0.1.1"
Expand Down
5 changes: 3 additions & 2 deletions docs/jekyll/docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"__year_range": "2025-2026",
"_checkout": null,
"_checkout": "master",
"_copy_without_render": [
"README.md",
"_includes/*"
],
"_default_branch": "master",
"_extensions": [
"jinja2.ext.do",
"jinja2.ext.loopcontrols",
Expand Down Expand Up @@ -36,7 +37,7 @@
"publication_year": "2025",
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
"template_type": "cookiecutter",
"theme": "pmarsceill/just-the-docs",
"theme": "just-the-docs/just-the-docs@v0.11.0",
"timezone": "America/Los_Angeles",
"twitter_username": "",
"version": "0.1.1"
Expand Down
6 changes: 3 additions & 3 deletions {{ cookiecutter.project_slug }}/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ remote_theme: "{{ cookiecutter.theme }}"
ga_tracking: "{{ cookiecutter.ga_tracking }}"

repo_url: "{{ cookiecutter.repo_url }}"
repo_blob: "{{cookiecutter.repo_url }}/blob/{{ cookiecutter._checkout }}"
repo_blob: "{{ cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}"
github_io_url: "{{ cookiecutter.github_io }}"
repository: "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}"

Expand Down Expand Up @@ -102,7 +102,7 @@ back_to_top_text: "Back to top"

footer_content: >-
{{ cookiecutter.copyright }}. Distributed by an
<a href="{{ cookiecutter.repo_url }}/blob/master/LICENSE.md">
<a href="{{ cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}/LICENSE.md">
{{ cookiecutter.license }} license.
</a>
<a href=""></a>
Expand All @@ -121,7 +121,7 @@ gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: >-
{{ cookiecutter.repo_url }}
# the branch that your docs is served from
gh_edit_branch: "master"
gh_edit_branch: "{{ cookiecutter._default_branch }}"
# the source that your files originate from
gh_edit_source: docs
# "tree" or "edit" if you want the user to jump into the editor immediately
Expand Down
14 changes: 7 additions & 7 deletions {{ cookiecutter.project_slug }}/_manual/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ We're excited that you're considering making a contribution to the {{ cookiecutt

These are some good resources to explore for developers:

* [Create a pull request]({% raw %}{% link _manual/contribute/create-pull-request.md %}{% endraw %})
* [Create a feature request]({% raw %}{% link _manual/contribute/create-feature-request.md %}{% endraw %})
* [Developer guide]({% raw %}{% link _manual/contribute/developer-guide.md %}{% endraw %})
* [Merge a pull request]({% raw %}{% link _manual/contribute/merge-pull-request.md %}{% endraw %})
* [Create a pull request]({% raw %}{% link _manual/contribute/create-pull-request.md %}{% endraw %})
* [Create a feature request]({% raw %}{% link _manual/contribute/create-feature-request.md %}{% endraw %})
* [Developer guide]({% raw %}{% link _manual/contribute/developer-guide.md %}{% endraw %})
* [Merge a pull request]({% raw %}{% link _manual/contribute/merge-pull-request.md %}{% endraw %})

Find [style guides]({% raw %}{% link _manual/contribute/style-guides/index.md %}{% endraw %}) for the {{ cookiecutter.project_name }} software project:
* [Python]({% raw %}{% link _manual/contribute/style-guides/python.md %}{% endraw %}) style guide.
* [Typescript]({% raw %}{% link _manual/contribute/style-guides/typescript.md %}{% endraw %}) style guide.
* [YAML]({% raw %}{% link _manual/contribute/style-guides/yaml.md %}{% endraw %}) style guide.
* [Python]({% raw %}{% link _manual/contribute/style-guides/python.md %}{% endraw %}) style guide.
* [Typescript]({% raw %}{% link _manual/contribute/style-guides/typescript.md %}{% endraw %}) style guide.
* [YAML]({% raw %}{% link _manual/contribute/style-guides/yaml.md %}{% endraw %}) style guide.
Loading