-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
43 lines (38 loc) · 1.07 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
site_name: Carbon Compose
site_description: 'Carbon design system implementation with KMP and Compose Multiplatform.'
site_author: 'Gabriel Derrien (gabrieldrn)'
site_url: https://github.com/gabrieldrn/carbon-compose
repo_url: https://github.com/gabrieldrn/carbon-compose
repo_name: carbon-compose
remote_branch: gh-pages
theme:
name: material
logo: assets/carbon_docs_icon.png
font:
text: IBM Plex Sans
code: IBM Plex Mono
features:
- navigation.tabs
palette:
scheme: slate
primary: black
nav:
- Overview: index.md
- Getting started:
- 'Import Carbon': getting-started/import-lib.md
- 'Using Carbon': getting-started/usage.md
- Components:
- components/index.md
- Catalog: catalog/index.html
- API Reference: api/index.html
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true