-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (47 loc) · 1.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
53 lines (47 loc) · 1.09 KB
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
site_name: Suddenly
site_description: Federated shared fiction network
site_url: https://rebellioussmile.github.io/suddenly/
repo_url: https://github.com/RebelliousSmile/suddenly
repo_name: RebelliousSmile/suddenly
docs_dir: docs
edit_uri: edit/main/docs/
theme:
name: material
language: en
palette:
scheme: default
primary: custom
accent: custom
font: false
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- stylesheets/extra.css
- stylesheets/design-system.css
extra_javascript:
- https://unpkg.com/lucide@latest
- javascripts/icons.js
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- toc:
permalink: true
nav:
- "← Back to Suddenly": https://then.suddenly.social
- Home: index.md
- Design System: design-system.md
- Import & Export: import-export.md
- Contributing:
- Translations: translations.md