Skip to content

Commit 5790860

Browse files
committed
fix(configuration): Update to template_type configuration.
1 parent 6da0fe6 commit 5790860

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelogs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ Feat 018 (#51)
201201

202202
- *(template)* Updates to template cookiecutter.json file.
203203
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
204+
205+
### 🚀 Added
206+
207+
- *(docs)* Minor documentation update.
204208
## [0.1.0] - 2025-12-05
205209

206210
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,7 @@ Feat 018 (#51)
201201

202202
- *(template)* Updates to template cookiecutter.json file.
203203
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
204+
205+
### 🚀 Added
206+
207+
- *(docs)* Minor documentation update.

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"publication_year": "2025",
5959
"python_version": "3.11",
6060
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
61-
"template_type": "cookiecutter",
61+
"template_type": "documentation",
6262
"theme": "just-the-docs/just-the-docs@v0.11.0",
6363
"timezone": "America/Los_Angeles",
6464
"twitter_username": "",

0 commit comments

Comments
 (0)