-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
48 lines (40 loc) · 1 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
title: Alfresco Helm Charts Documentation
description: User documentation for the Alfresco component Helm Charts
theme: just-the-docs
color_scheme: alfresco
url: https://alfresco.github.io
aux_links:
Docs: https://docs.alfresco.com/
GitHub Repository: https://github.com/Alfresco/alfresco-helm-charts
aux_links_new_tab: true
gh_edit_link: true
gh_edit_link_text: "Improve this page on GitHub"
gh_edit_repository: https://github.com/Alfresco/alfresco-helm-charts
gh_edit_branch: main
gh_edit_source: .
gh_edit_view_mode: edit
logo: "docs/images/hyland-alfresco-logos.png"
favicon_ico: "docs/images/favicon.ico"
defaults:
# apply the default layout to all markdown pages
- scope:
path: "*"
values:
layout: "default"
render_with_liquid: false
exclude:
- Brewfile
- '*/ci/*'
- Gemfile
- Gemfile.lock
- '*.yaml'
- '*/Chart.lock'
- '*/README.md.gotmpl'
- '*.tgz'
- scripts
- '*/NOTES.txt'
- README.md
- CODE_OF_CONDUCT.md
- LICENSE
plugins:
- jekyll-relative-links