File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }}/_manual/troubleshooting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818<p ><a href =" LICENSE " ><img src =" https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter " alt =" License " /></a ></p >
1919
20+ <!-- []() -->
2021<p ><img src =" https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg " alt =" dependency-check " />
2122<img src =" https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg " alt =" format-check " />
2223<img src =" https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg " alt =" lint-check " />
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ Feat 016 (#47)
180180- * (template)* Updates to template cookiecutter.json file.
181181- * (configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182182- * (links)* Major fixes for documentation links.
183+ - * (docs)* Fixed license image shield.
183184
184185### 🚀 Added
185186
Original file line number Diff line number Diff line change 22# Changelog:
33# --------------------------------------------------
44
5- ## [ 0.1.1] - 2026-01-28
5+ ## [ 0.1.1] - 2026-01-29
66
77### ⚙️ Miscellaneous
88
@@ -180,6 +180,7 @@ Feat 016 (#47)
180180- * (template)* Updates to template cookiecutter.json file.
181181- * (configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182182- * (links)* Major fixes for documentation links.
183+ - * (docs)* Fixed license image shield.
183184
184185### 🚀 Added
185186
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Template cookiecutter project for Github Pages (Jekyll). This project can utili
1212
1313[ ![ License] ( https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter )] ( LICENSE )
1414
15+ <!-- []() -->
1516![ dependency-check] ( https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg )
1617![ format-check] ( https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg )
1718![ lint-check] ( https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg )
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : Requirements
4+ nav_order : 1
5+ parent : Troubleshooting
6+ ---
7+
8+ ## {{ cookiecutter.project_name }} Frequently Asked Questions
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ nav_order: 1
55has_children : true
66---
77## Troubleshooting {{ cookiecutter.project_name }}
8+
9+ * ** [ FAQ] ({% raw %}{% link _ manual/troubleshooting/faq.md %}{% endraw %})** Common questions are answered in our [ Frequently Asked Questions] ({{ cookiecutter.github_io }}/manual/troubleshooting/faq.md).
You can’t perform that action at this time.
0 commit comments