alphabetically sort the items in "Topics" dropdown menu

This commit is contained in:
आयुष झा 2021-05-03 13:24:18 +05:45
parent a704a3d5f3
commit fe85338144
No known key found for this signature in database
GPG Key ID: CA80196B77C23BB3

View File

@ -52,14 +52,14 @@ nav:
- 'Views': 'api-guide/views.md' - 'Views': 'api-guide/views.md'
- 'Viewsets': 'api-guide/viewsets.md' - 'Viewsets': 'api-guide/viewsets.md'
- Topics: - 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' - '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' - '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' - 'REST, Hypermedia & HATEOAS': 'topics/rest-hypermedia-hateoas.md'
- 'The Browsable API': 'topics/browsable-api.md'
- Community: - Community:
- 'Tutorials and Resources': 'community/tutorials-and-resources.md' - 'Tutorials and Resources': 'community/tutorials-and-resources.md'
- 'Third Party Packages': 'community/third-party-packages.md' - 'Third Party Packages': 'community/third-party-packages.md'