summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Vyr Cossont <VyrCossont@users.noreply.github.com>2024-05-31 03:57:42 -0700
committerLibravatar GitHub <noreply@github.com>2024-05-31 12:57:42 +0200
commit04bcde08a1b9994ceb384749c2fe095d6d9eee8c (patch)
treee18afb15643e9ffa5732c3902b4257b8361578bd /mkdocs.yml
parent[feature] Implement Filter API v2 (#2936) (diff)
downloadgotosocial-04bcde08a1b9994ceb384749c2fe095d6d9eee8c.tar.xz
[feature] Add from: search operator and account_id query param (#2943)
* Add from: search operator * Fix whitespace in Swagger YAML comment * Move query parsing into its own method * Document search * Clarify post search scope
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index c0132fb2f..a9dbf68cb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -62,6 +62,7 @@ nav:
- "User Guide":
- "user_guide/posts.md"
- "user_guide/settings.md"
+ - "user_guide/search.md"
- "user_guide/custom_css.md"
- "user_guide/password_management.md"
- "user_guide/rss.md"