-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (30 loc) · 1.18 KB
/
_config.yml
File metadata and controls
39 lines (30 loc) · 1.18 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
title: Minescript Sample
description: Minescript Sample
theme: just-the-docs
url: https://sam-ple.github.io/minescript-sample
# Aux links for the upper right navigation
aux_links:
"View it on GitHub":
- "https://github.com/sam-ple/minescript-sample"
# External navigation links
nav_external_links:
- title: View it on GitHub
url: https://github.com/sam-ple/minescript-sample
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/sam-ple/minescript-sample" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# For copy button on code
enable_copy_code_button: true
# Enable or disable heading anchors
heading_anchors: true
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
# Color scheme supports "light" (default) and "dark"
color_scheme: dark