From 073a00b4cae648cb79e494eefb0389f5b038ffce Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:56:05 +0300 Subject: [PATCH] Adjust docs order for lists (#209) --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index e1c002b..8dffa64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,8 +5,8 @@ Welcome to the humanize API reference. - [Number](number.md) - [Time](time.md) - [Filesize](filesize.md) -- [I18n](i18n.md) - [Lists](lists.md) +- [I18n](i18n.md) {% include-markdown "../README.md" diff --git a/mkdocs.yml b/mkdocs.yml index 8605493..f368d51 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,8 +20,8 @@ nav: - Number: number.md - Time: time.md - Filesize: filesize.md - - Internationalisation: i18n.md - Lists: lists.md + - Internationalisation: i18n.md plugins: - search