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

Numerious pages have no navigation #1159

@ltrager

Description

@ltrager

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions