This repository was archived by the owner on Jun 29, 2022. It is now read-only.
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Make docs more content aware #1217
Open
Description
Currently when you go to https://kinvolk.io/docs/lokomotive/0.5/quickstarts/aks/, you can see "Lokomotive AKS quickstart guide" string all over the place.
Highlighted parts should be simplified to just "AKS". As far as I know this can be done with the following patch:
---
title: Lokomotive AKS quickstart guide
+linkTitle: AKS
weight: 10
---
We should of course go trough the entire docs tree and apply it everywhere where content is duplicated.