-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
58 lines (58 loc) · 1.57 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
site_name: GiG Open
copyright: GiG Open ($ver)
theme:
name: material
font:
text: Inter
palette:
scheme: preference
logo: assets/images/GiG logo_vector-04.svg
custom_dir: overrides
features:
- navigation.instant
- navigation.expand
- toc.integrate
nav:
- Welcome: index.md
- Open Source:
- Using: open-source/using.md
- Contributing: open-source/contributing.md
- Forking: open-source/forking.md
- Creating: open-source/creating.md
- Projects: projects.md
# - Open Knowledge: open-knowledge.md
repo_name: GiG/open
repo_url: https://github.com/GiG/open
extra_css:
- stylesheets/extra.css
extra:
manifest: site.webmanifest
social:
- icon: fontawesome/brands/github
link: https://github.com/GiG
- icon: fontawesome/solid/comments
link: https://github.com/GiG/open/discussions
- icon: fontawesome/brands/twitter
link: https://twitter.com/GIG_online
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/gig-gaming-innovation-group/
- icon: material/link-variant
link: https://gig.com
markdown_extensions:
- admonition
- codehilite
- pymdownx.tasklist:
clickable_checkbox: true
custom_checkbox: true
- toc:
permalink: true
plugins:
- search:
prebuild_index: true
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
google_analytics:
- UA-58794498-6
- auto