-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
50 lines (45 loc) · 951 Bytes
/
mkdocs.yaml
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
# Project information
site_name: Order button demo
site_url: https://ouxt-polaris.github.io/mkdocs_order_button/
site_author: Masaya Kataoka
site_description: ''
copyright: Copyright © 2021 - OUXT Polaris
# Repository
repo_name: OUXT-Polaris/mkdocs_order_button
repo_url: https://github.com/OUXT-Polaris/mkdocs_order_button
edit_uri: ''
docs_dir: docs
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.expand
- navigation.top
- toc.integrate
#- header.autohide
palette:
scheme: default
font:
text: Roboto
code: Roboto Mono
icon:
logo: fontawesome/solid/robot
repo: fontawesome/brands/github
# Plugins
plugins:
- akizukidenshi_order_button
# - order-button
- search
# Extensions
markdown_extensions:
- pymdownx.snippets
- admonition
- footnotes
- attr_list
- toc:
permalink: ⚓︎
toc_depth: 3
- admonition
nav:
- Home: index.md