1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Try to make changelog behave

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-13 11:00:14 +12:00
parent 3fbb0ffea7
commit 6f6b3249ac
4 changed files with 6 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ So if you're familiar enough with the concepts above, and you've done self-hosti
## What have you done for me lately? (CHANGELOG) ## What have you done for me lately? (CHANGELOG)
Check out recent change at [CHANGELOG](/changelog/) Check out recent change at [CHANGELOG](/recent-changes/)
## What do you want from me? ## What do you want from me?

View File

@@ -240,7 +240,7 @@ nav:
- Design: premix/ansible/design.md - Design: premix/ansible/design.md
# - Swarm: premix/swarm.md # - Swarm: premix/swarm.md
# - Kubernetes: premix/kubernetes.md # - Kubernetes: premix/kubernetes.md
- CHANGELOG: changelog.md - CHANGELOG: recent-changes.md
- Support: support.md - Support: support.md
- Contribute: community/contribute.md - Contribute: community/contribute.md
- Community: - Community:

View File

@@ -18,6 +18,10 @@ https://geeks-cookbook.funkypenguin.co.nz/* https://geek-cookbook.funkypenguin.c
# Prefer "docker-swarm" to "ha-docker-swarm" # Prefer "docker-swarm" to "ha-docker-swarm"
/ha-docker-swarm/* /docker-swarm/:splat 301! /ha-docker-swarm/* /docker-swarm/:splat 301!
# Having issues with mkdocs and the way it formats changelog, for some reason
/changelog/ /recent-changes/ 301!
# Old backlinks which we need to redirect to working URLs # Old backlinks which we need to redirect to working URLs
/kubernetes/start/ /kubernetes/ 301! /kubernetes/start/ /kubernetes/ 301!
/kubernetes/diycluster/ /kubernetes/cluster/ 301! /kubernetes/diycluster/ /kubernetes/cluster/ 301!