-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (39 loc) · 992 Bytes
/
_config.yml
File metadata and controls
46 lines (39 loc) · 992 Bytes
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
title: LiquidJava Docs
theme: just-the-docs
color_scheme: liquidjava
liquidjava_api_version: 0.0.4
liquidjava_repo_url: https://github.com/liquid-java/liquidjava
liquidjava_examples_url: https://github.com/liquid-java/liquidjava-examples
liquidjava_examples_codespaces_url: https://codespaces.new/liquid-java/liquidjava-examples
liquidjava_tutorial_url: https://github.com/liquid-java/liquidjava-tutorial
url: https://liquid-java.github.io
baseurl: /liquidjava-docs
permalink: pretty
search_enabled: true
heading_anchors: true
favicon_ico: "/assets/images/favicon.ico"
gh_edit_link: true
gh_edit_repository: https://github.com/liquid-java/liquidjava-docs
gh_edit_branch: main
gh_edit_source: /
gh_edit_view_mode: tree
callouts:
note:
title: Note
color: blue
tip:
title: Tip
color: green
warn:
title: Warning
color: yellow
defaults:
- scope:
path: ""
values:
layout: default
exclude:
- .DS_Store
- vendor
- Gemfile
- Gemfile.lock