Correct the order of the widgets docs

By the looks of things the list of docs got sorted, but didn't exclude the
index, so the prev/next chain in the footer got broken around `header`. This
corrects that.
This commit is contained in:
Dave Pearson
2022-10-16 10:20:32 +01:00
parent c32dbda297
commit 2a8029be38

View File

@@ -89,11 +89,11 @@ nav:
- "styles/visibility.md"
- "styles/width.md"
- Widgets:
- "widgets/index.md"
- "widgets/button.md"
- "widgets/data_table.md"
- "widgets/footer.md"
- "widgets/header.md"
- "widgets/index.md"
- "widgets/input.md"
- "widgets/static.md"
- "widgets/tree_control.md"