-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
49 lines (42 loc) · 971 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
45
46
47
48
49
# Project information
site_name: OpenBlock Wiki
site_url: https://openblockcc.github.io/
site_author: Arthur Zheng
site_description: >-
Open source block program software for arduino micrpython or other hardware
# Copyright
copyright: Copyright © 2020 - 2021 openblock.cc
# Configuration
theme:
name: null
custom_dir: material
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
# - navigation.instant
# - navigation.sections
# - navigation.tabs
palette:
scheme: default
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
# Plugins
plugins:
- minify:
minify_html: true
# Google Analytics
google_analytics:
- !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
- auto