equinor / terraform-baseline

Best practices for creating reusable Terraform modules using the Azure provider
https://equinor.github.io/terraform-baseline/
MIT License
12 stars 5 forks source link

chore: restructure navigation #166

Closed hknutsen closed 4 months ago

hknutsen commented 4 months ago

Remove navigation tabs. It's not a complex site anyway with multiple levels of nested documents, so might as well keeps things simple.

Before

Home, best practices and module library in separate tabs, so you have to open a new page to see the documents under each tab:

image

After

Home, best practices and module library in a single tab, so you can see all documents on a single tab:

image

helenakallekleiv commented 4 months ago

Just to add to this, and why its a good change, here are some examples of the navigation tabs viewed on mobile:

The experience is the same for the website in a minimized browser window

Before:

Main navigation bar "Home" navigation bar
alt-text-1 alt-text-2

After:

bilde

The "Home" navigation bar seems redundant (and lonely) in the "Before" version.