forked from mrmans0n/compose-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (46 loc) · 1.23 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
site_name: 'Jetpack Compose Rules'
site_description: 'Compose Rules is a set of custom ktlint and detekt rules to ensure that your composables do not fall into common pitfalls'
site_author: 'Nacho Lopez'
site_url: 'https://mrmans0h.github.io/compose-rules/'
edit_uri: 'tree/main/docs/'
remote_branch: gh-pages
docs_dir: docs
repo_name: 'Compose Rules'
repo_url: 'https://github.com/mrmans0n/compose-rules'
# Navigation
nav:
- 'Overview': index.md
- 'Using with ktlint': ktlint.md
- 'Using with detekt': detekt.md
- 'Rules': rules.md
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'deep orange'
accent: 'red'
font:
text: 'Roboto'
code: 'JetBrains Mono'
icon:
logo: material/ruler-square
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- mdx_truly_sane_lists
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format