-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (36 loc) · 1.03 KB
/
_config.yml
File metadata and controls
44 lines (36 loc) · 1.03 KB
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
title: kool Docs
description: An OpenGL / WebGPU engine for Desktop JVM, Android and Javascript written in Kotlin.
theme: just-the-docs
url: https://kool-engine.github.io
aux_links:
kool Templates: https://github.com/kool-engine/kool-templates
# External navigation links
nav_external_links:
- title: kool on GitHub
url: https://github.com/kool-engine/kool
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "9.1.6"
# Footer content
# appears at the bottom of every page's main content
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "Copyright © 2017-2024 Max Thiele. Distributed by an <a href=\"https://github.com/kool-engine/kool/blob/main/LICENSE\">Apache-2.0 License.</a>"