You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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$(cat *.md | grep -c $ (echo $i | cut -d '.' -f1)) -eq 0 ]; then echo $i; fi; done
$ for i in *; do if [
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
The text was updated successfully, but these errors were encountered: