forked from lumapps/lumapps-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (56 loc) · 1.55 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: LumApps SDK
site_description: "LumApps sdk documentation"
site_url: "https://lumapps.github.io/lumapps-sdk"
repo_url: "https://github.com/lumapps/lumapps-sdk"
repo_name: "lumapps/lumapps-sdk"
theme:
name: "material"
nav:
- Overview: index.md
- Authentication: authentication.md
- Environment: environment.md
- Guides:
- Base Client: guides/base_client_guide.md
- Lumapps jwt: guides/lumapps_jwt.md
- Content:
- Base: guides/content.md
- Template: guides/content_template.md
- Community:
- Community: guides/community.md
- Posts: guides/community_posts.md
- Comments: guides/comments.md
- Groups: guides/groups.md
- Media: guides/media.md
- Metadata: guides/metadata.md
- Notifications: guides/notifications.md
- Users:
- Basics: guides/user_base.md
- User Profile: guides/user_profile.md
- Roles: guides/roles.md
- Widgets: guides/widgets.md
- Reference:
- Base Client: base_client.md
- LumApps Client: lumapps_api_client.md
- Widgets: widgets.md
- Medias: medias.md
- Contributing: CONTRIBUTING.md
- Copyright and license: LICENSE.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.emoji
- toc:
permalink: "¤"
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- lumapps