-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
39 lines (34 loc) · 874 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
# Project information
site_name: Selekt
site_url: https://bloomberg.github.io/selekt
repo_name: Selekt
repo_url: https://github.com/bloomberg/selekt
site_description: "A Kotlin and Android wrapper over SQLCipher, providing 256-bit AES encryption of database files"
site_author: Bloomberg L.P.
remote_branch: gh-pages
edit_uri: ""
# Copyright
copyright: Copyright © 2020 Bloomberg L.P.
# Configuration
theme:
name: material
language: en
palette:
scheme: slate
font:
text: Roboto
code: Roboto Mono
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- codehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- 'Overview': index.md
- 'Getting started': getting_started.md
- 'Native libraries': native_libraries.md
- 'Benchmarks': benchmarks.md
- 'API': kdoc/selekt-android/index.md