-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
82 lines (74 loc) · 2.18 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
copyright: © MushroomLabs
docs_dir: docs/pages
markdown_extensions:
- admonition
- attr_list
- meta
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
- footnotes
nav:
- Home: index.md
- Tutorials:
- tutorials/index.md
- Getting started: tutorials/getting_started.md
- Integrating with your existing Django project: tutorials/integration_with_existing_project.md
- Using it as a Standalone ActivityPub API Server: tutorials/standalone.md
- Creating activity handlers: tutorials/activity_handlers.md
- Topic Guides:
- topics/index.md
- Fundamentals of ActivityPub: topics/activitypub_fundamentals.md
- Models:
- topics/models/linked_data.md
- topics/models/activitypub.md
- topics/models/domains.md
- topics/models/accounts.md
- topics/models/messages.md
- Message Adapters: topics/message_adapters.md
- Views: topics/views.md
- Authentication: topics/authn.md
- Authorization: topics/authz.md
- Background Tasks: topics/tasks.md
- Activity Handlers: topics/activity_handlers.md
- Configuration and Customization: topics/application_settings.md
- Reference:
- references/index.md
- Models: references/models.md
- HOWTOs:
- howtos/index.md
- Register Domain: howtos/register_domain.md
- Register account: howtos/register_account.md
- FAQ: faq.md
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
allow_inspection: true
show_root_heading: true
show_source: false
heading_level: 3
- macros:
include_dir: docs/snippets
repo_name: mushroomlabs/django-activitypub-toolkit
repo_url: https://codeberg.org/mushroomlabs/django-activitypub-toolkit
site_url: https://activitypub.mushroomlabs.com
site_name: Django ActivityPub ToolKit
theme:
custom_dir: docs/overrides
name: material
icon:
repo: fontawesome/brands/git-alt
font:
text: Ubuntu
code: Ubuntu Mono
features:
- navigation.tabs
- navigation.indexes
language: en
palette:
primary: indigo
accent: indigo