-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
80 lines (66 loc) Β· 1.82 KB
/
_config.yml
File metadata and controls
80 lines (66 loc) Β· 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
############
# Info #
############
# David Schulte (Celerium)
# https://celerium.org
############
# Main #
############
title: PokeAPI
description: Online documentation for the PokeAPI PowerShell wrapper
remote_theme: just-the-docs/just-the-docs
color_scheme: dark
# Set a path/url to a logo that will be displayed instead of the title
#logo: "https://celerium.org/wp-content/uploads/2021/04/Unicorn-01-LargeTall-Clear2.png"
# Aux links for the upper right navigation
aux_links_new_tab: true
aux_links:
"Celerium":
- "https://celerium.org/"
"GitHub":
- "https://github.com/Celerium/PokeAPI-PowerShellWrapper"
"Support":
- "https://www.buymeacoffee.com/Celerium"
############
# Body #
############
#Exclude directories
#exclude:
# - cab/
# - en-US/
# External navigation links
nav_external_links:
- title: PokeAPI on GitHub
url: https://github.com/Celerium/PokeAPI-PowerShellWrapper
# Call outs (Notes,Warning..etc)
callouts_level: loud #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
############
# Footer #
############
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Copyright
footer_content: "Copyright © 2020-2023 David Schulte (Celerium). Distributed by an <a href=\"https://github.com/Celerium/PokeAPI-PowerShellWrapper/blob/main/LICENSE\">MIT license.</a>"
# Footer "Edit this page on GitHub" link text
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/Celerium/PokeAPI-PowerShellWrapper"
gh_edit_branch: "main"
gh_edit_source: docs
gh_edit_view_mode: "blob" # "tree" or "edit" if you want the user to jump into the editor immediately