-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (35 loc) · 897 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Multiplayer Game with documented source built with SDL
repo_name: 'maze-game-sdl'
repo_url: 'https://github.com/mrityunjai01/maze-game-sdl'
copyright: 'Made by <a href="https://github.com/mrityunjai01/">Mrityunjai</a>'
site_author: Mrityunjai
site_dir: docs
docs_dir: markdown
remote_branch: main
remote_name: origin
theme:
name:
material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- toc.integrate
- toc.follow
- navigation.top
plugins:
- search
- tags
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
- git-authors:
show_contribution: True
markdown_extensions:
- admonition