-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
70 lines (63 loc) · 1.62 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: OSGeo Nepal
site_description: OSGeo Nepal is group of geospatial developers from Nepal
docs_dir: "docs"
site_dir: "build"
#header
repo_name: "osegonepal/rollingdoc"
repo_url: "https://github.com/osgeonepal/rollingdoc/"
site_url: "https://osgeonepal.github.io/rollingdoc/"
#Footer
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/osgeonepal"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/osgeonepal"
- icon: "fontawesome/brands/facebook"
link: "https://facebook.com/osgeonepal"
copyright: Copyright © 2023 OSGEONEPAL
generator: false
#Navigation
nav:
- Home: index.md
- Objectives: objectives.md
- ...
- Contact Us: contact.md
plugins:
- search
- awesome-pages
- mkdocs-jupyter #for jupyter notebook support
- neoteroi.mkdocsoad: # openapi docs
use_pymdownx: true
extra_css:
- css/mkdocsoad.cssmkdocs
#customization
theme:
name: material
#internalization
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: pink
scheme: default
toggle:
icon: material/brightness-7
markdown_extensions:
- attr_list
- pymdownx.details
- pymdownx.superfences
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.highlight
- pymdownx.extra
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji: #for emoji support e.g checkmarks
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg