Skip to content

Commit eb168e2

Browse files
committed
feat(links): More links and general docs template updates.
1 parent 44dae1e commit eb168e2

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Feat 014 (#43)
146146
### 🐛 Fixed
147147

148148
- *(template)* Updates to template cookiecutter.json file.
149+
- *(links)* More link fixes along with a few configuration fixes to remove warnings.
149150
## [0.1.0] - 2025-12-05
150151

151152
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ Feat 014 (#43)
146146
### 🐛 Fixed
147147

148148
- *(template)* Updates to template cookiecutter.json file.
149+
- *(links)* More link fixes along with a few configuration fixes to remove warnings.

{{ cookiecutter.project_slug }}/_manual/setup-guide/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ nav_order: 1
55
has_children: true
66
---
77
## {{ cookiecutter.project_name }} Setup
8+
9+
1. Install all [requirements]({% raw %}{%link link _manual/setup-guide/requirements.md %}{% endraw %}) to effectively pull and utilize cookiecutter template repository effectively.

{{ cookiecutter.project_slug }}/_manual/setup-guide/requirements.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ parent: "Setup Guide"
1111
```shell
1212
$ sudo apt install python3.11
1313
```
14-
2. [rustup](https://rust-lang.org/tools/install/)
14+
2. [Nutri-Matic](https://github.com/jcook3701/nutri-matic)
15+
__Note:__
16+
__Example:__ Install with the following command (Recommended that this is installed in a python virtual environment):
17+
```shell
18+
$ python -m pip install nutri-matic
19+
```
20+
3. [rustup](https://rust-lang.org/tools/install/)
1521
__Note:__ I found that it is easiest to use rustup to manage rustc and cargo but this is not required.
1622
__Example:__ Install rustup with the following:
1723
```shell
1824
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1925
```
20-
3. [git-cliff](https://git-cliff.org/)
26+
4. [git-cliff](https://git-cliff.org/)
2127
__Note:__ git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.
2228
```shell
2329
$ cargo install git-cliff

0 commit comments

Comments
 (0)