Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Numerious pages have no navigation #1159

Open
ltrager opened this issue May 31, 2019 · 0 comments
Open

Numerious pages have no navigation #1159

ltrager opened this issue May 31, 2019 · 0 comments

Comments

@ltrager
Copy link
Contributor

ltrager commented May 31, 2019

I noticed that numerous pages have no navigation to them. They can only be found through search. The command below shows all pages which nothing is linking to. There are a few other pages which other pages link to(installconfig-blockdevices for example) but do not show up in navigation.

$ cd maas-docs/en
$ for i in *; do if [ $(cat *.md | grep -c $(echo $i | cut -d '.' -f1)) -eq 0 ]; then echo $i; fi; done
api-authentication.md
installconfig-install.md
installconfig-network-stp.md
installconfig-networking-config.md
installconfig-partitions.md
intro-controllers.md
manage-backup.md
manage-cli-resource-pools.md
manage-kvm-host-networking.md
manage-kvm-intro.md
manage-libmaas.md
manage-maas-security.md
manage-prometheus-metrics.md
manage-rsd-create.md
manage-rsd-intro.md
troubleshoot-faq.md
troubleshoot-getting-help.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant