Skip to content

Commit a2b28e5

Browse files
committed
feat(faq): Added the Frequently asked questions page.
1 parent 22defb6 commit a2b28e5

6 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<p><a href="LICENSE"><img src="https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter" alt="License" /></a></p>
1919

20+
<!-- [![CLA assistant](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/cla.yml/badge.svg)]() -->
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" />

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

changelogs/releases/v0.1.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

docs/jekyll/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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+
<!-- [![CLA assistant](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/cla.yml/badge.svg)]() -->
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)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Requirements
4+
nav_order: 1
5+
parent: Troubleshooting
6+
---
7+
8+
## {{ cookiecutter.project_name }} Frequently Asked Questions

{{ cookiecutter.project_slug }}/_manual/troubleshooting/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
## 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).

0 commit comments

Comments
 (0)