-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (38 loc) · 926 Bytes
/
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
site_name: Async Storage SQLite
repo_url: https://github.com/react-native-async-storage/sqlite-storage-kmp
nav:
- Quick start: index.md
- Usage: usage.md
- Changelog: changelog.md
theme:
name: material
palette:
primary: deep purple
accent: amber
icon:
repo: fontawesome/brands/github
logo: octicons/database-16
favicon: assets/favicon.png
feature:
- navigation.tabs
- navigation.footer
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
name: Async Storage
link: https://github.com/react-native-async-storage/async-storage