From fe853381442b8d2899f2ab5f729d0b8ab434ce16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=86=E0=A4=AF=E0=A5=81=E0=A4=B7=20=E0=A4=9D=E0=A4=BE?= Date: Mon, 3 May 2021 13:24:18 +0545 Subject: [PATCH] alphabetically sort the items in "Topics" dropdown menu --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 66ec1959d..37cb684a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,14 +52,14 @@ nav: - 'Views': 'api-guide/views.md' - 'Viewsets': 'api-guide/viewsets.md' - Topics: - - 'Documenting your API': 'topics/documenting-your-api.md' - - 'API Clients': 'topics/api-clients.md' - - 'Internationalization': 'topics/internationalization.md' - 'AJAX, CSRF & CORS': 'topics/ajax-csrf-cors.md' - - 'HTML & Forms': 'topics/html-and-forms.md' + - 'API Clients': 'topics/api-clients.md' - 'Browser Enhancements': 'topics/browser-enhancements.md' - - 'The Browsable API': 'topics/browsable-api.md' + - 'Documenting your API': 'topics/documenting-your-api.md' + - 'HTML & Forms': 'topics/html-and-forms.md' + - 'Internationalization': 'topics/internationalization.md' - 'REST, Hypermedia & HATEOAS': 'topics/rest-hypermedia-hateoas.md' + - 'The Browsable API': 'topics/browsable-api.md' - Community: - 'Tutorials and Resources': 'community/tutorials-and-resources.md' - 'Third Party Packages': 'community/third-party-packages.md'