Skip to content

Commit c9d52c1

Browse files
committed
clean up
1 parent 679be80 commit c9d52c1

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

python/docs/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

python/mkdocs.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
site_name: Sift Python Client Library
22
repo_url: https://github.com/sift-stack/sift/tree/main/python
3+
copyright: "Copyright 2025 Sift Stack, Inc."
34
theme:
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

929
nav:
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

0 commit comments

Comments
 (0)