We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a5350 commit c70deedCopy full SHA for c70deed
scripts/build_docs_site.py
@@ -57,19 +57,24 @@
57
(
58
"Advanced",
59
[
60
+ ("Invalidation", "invalidation.md"),
61
+ ("Resilience", "resilience.md"),
62
+ ("HTTP Middleware", "middleware.md"),
63
("Vector Search", "vector-search.md"),
64
("Monitoring & Health", "monitoring.md"),
65
+ ("Deployment", "deployment.md"),
66
],
67
),
68
69
"Reference",
70
71
+ ("API Reference", "api-reference.md"),
72
("CLI Tool", "cli.md"),
73
("Performance", "performance.md"),
74
("Security", "security.md"),
75
("Testing", "testing.md"),
76
("Troubleshooting", "troubleshooting.md"),
- ("API Reference", "__api__"),
77
+ ("Auto-Generated API", "__api__"),
78
79
80
]
0 commit comments