forked from ProjectAliceDev/aliceos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (37 loc) · 968 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (37 loc) · 968 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
36
37
38
39
40
41
42
43
44
site_name: AliceOS Documentation
site_author: Project Alice
site_description: 'Documentation site for AliceOS framework'
docs_dir: mkdocs/
edit_uri: ""
# Material Theme configuration
theme:
favicon: images/favicon.ico
name: material
logo: 'images/logo.svg'
palette:
primary: 'grey'
accent: 'yellow'
font:
text: 'Inter'
code: 'Fira Code'
feature:
tabs: true
extra_css:
- 'https://rsms.me/inter/inter.css'
- 'https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css'
# Repository
repo_name: 'ProjectAliceDev/AliceOS'
repo_url: 'https://github.com/ProjectAliceDev/aliceos'
copyright: 'Copyright © 2018 - 2019 Project Alice.'
extra:
social:
- type: 'github'
link: 'https://github.com/projectalicedev'
- type: 'twitter'
link: 'https://twitter.com/justaliceproj'
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true