-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
25 lines (22 loc) · 1.04 KB
/
_config.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
# serve the site using this theme
remote_theme: pmarsceill/just-the-docs
logo: "hyperledger-logo.png"
footer_content: "<a href=\"https://github.com/hyperledger-tooling/start-here-hyperledger\">Page generated from getting started repo on GitHub</a>"
aux_links:
"GitHub":
- "//github.com/hyperledger-tooling/start-here-hyperledger"
"Chat":
- "https://chat.hyperledger.org"
# 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/hyperledger-tooling/start-here-hyperledger" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# List of excludes from being built into the website
exclude: ["hyperledger-updates", "templates", "actions", "docker", "Dockerfile", "trending"]
plugins:
- jekyll-remote-theme