File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,3 @@ For full documentation visit [mkdocs.org](https://www.mkdocs.org).
1515 docs/
1616 index.md # The documentation homepage.
1717 ... # Other markdown pages, images and other files.
18-
19- # Reference
20-
21- ## Client
22-
23- ::: sift_client.client.SiftClient
24-
25- ## Sync APIs
26-
27- ::: sift_client.resources.AssetsAPI
28- ::: sift_client.resources.PingAPI
Original file line number Diff line number Diff line change 11site_name : Sift Python Client Library
22repo_url : https://github.com/sift-stack/sift/tree/main/python
3+ copyright : " Copyright 2025 Sift Stack, Inc."
34theme :
45 name : material
6+ palette :
7+ # Palette toggle for light mode
8+ - scheme : default
9+ primary : grey
10+ accent : deep orange
11+ toggle :
12+ icon : material/brightness-7
13+ name : Switch to dark mode
14+ # Palette toggle for dark mode
15+ - scheme : slate
16+ primary : black
17+ accent : deep orange
18+ toggle :
19+ icon : material/brightness-4
20+ name : Switch to light mode
21+ logo : https://avatars.githubusercontent.com/u/105525178?s=200&v=4
522 features :
623 - navigation.tabs
724 - navigation.sections
25+ - toc.follow
26+ - navigation.top
27+ - search.suggest
828
929nav :
1030 - Home : index.md
@@ -23,7 +43,7 @@ plugins:
2343 find_stubs_package : true
2444 show_if_no_docstring : true
2545 # TODO: custom griffe plugin instead
26- # force_inspection: true # Needed for run-time generated sync_stubs
46+ force_inspection : true # Needed for run-time generated sync_stubs
2747 # filters: [ "!^__", "!^_abc_", "!^_", "!TYPE_CHECKING" ]
2848 filters : " public"
2949 show_submodules : false
You can’t perform that action at this time.
0 commit comments