-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 938 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
43
44
site_name: Pinelang
site_url: https://paulovap.github.com/pinelang
repo_name: Pinelang
repo_url: https://github.com/paulovap/pinelang
site_description: "An small scripting language for mobile development"
site_author: Paulo Pinheiro
remote_branch: gh-pages
copyright: 'Copyright © 2020 Paulo Pinheiro'
theme:
name: 'material'
favicon: images/pine_logo.png
logo: images/pine_logo.png
palette:
primary: 'teal'
accent: 'white'
#extra_css:
# - 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: true
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- tables
nav:
- 'API Docs':
- 'core': latest/core/index.md
- 'lsp': latest/lsp/index.md
- 'android': latest/android/index.md