-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
34 lines (28 loc) · 998 Bytes
/
_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
26
27
28
29
30
31
32
33
34
domain: hundertzehn.github.io
title: MOCO API docs
description: mocoapp.com REST API documentation
theme: just-the-docs
url: https://hundertzehn.github.io
baseurl: /mocoapp-api-docs
logo: "https://www.mocoapp.com/custom-assets/logo_moco.svg"
color_scheme: moco
aux_links: # remove if you don't want this link to appear on your pages
Github: https://github.com/hundertzehn/mocoapp-api-docs
heading_anchors: true
kramdown:
toc_levels: "2,3"
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: yellow
plugins:
- jekyll-default-layout
# 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/hundertzehn/mocoapp-api-docs" # the github URL for your repo
gh_edit_branch: "master" # 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