forked from fornewid/naver-map-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (31 loc) · 681 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (31 loc) · 681 Bytes
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
site_name: "NAVER Map Compose"
site_description: "A library that provides NAVER Map APIs for Jetpack Compose."
site_author: "fornewid"
remote_branch: gh-pages
# Repository
repo_name: fornewid/naver-map-compose
repo_url: https://github.com/fornewid/naver-map-compose
# Navigation
nav:
- "Overview": index.md
- "API Docs": api/index.html
# Configuration
theme:
name: material
language: "en"
palette:
primary: green
accent: green
font:
text: 'Roboto'
code: 'Roboto Mono'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences