docs: tidy headings

This commit is contained in:
perennial
2024-10-14 15:39:17 +11:00
parent 15bf130920
commit c901c7b6d6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Proposals
# Feature ideas
This section contains some potential features or redesigns that can be implemented into PixivFE.
+1 -1
View File
@@ -1,4 +1,4 @@
# Exponential Backoff in PixivFE
# Exponential backoff
PixivFE implements exponential backoff as a strategy for handling API request failures and managing token usage. This document outlines the implementation details of this feature across two key components of the application.
+1 -1
View File
@@ -1,4 +1,4 @@
# Reference Material
# Helpful resources
This section contains multiple external links to materials/resources that could help.
+1 -1
View File
@@ -23,7 +23,7 @@ nav:
- "Roadmap": "dev/roadmap.md"
- "Testing": "dev/testing.md"
- "Features":
- "Exponential backoff in PixivFE": "dev/features/exponential_backoff.md"
- "Exponential backoff": "dev/features/exponential_backoff.md"
- "Caching": "dev/features/caching.md"
- "Novels": "dev/features/novels.md"
- "Tracing flamegraph": "dev/features/tracing-flamegraph.md"