-
Notifications
You must be signed in to change notification settings - Fork 245
/
Copy path_config.yml
49 lines (40 loc) · 1.01 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
49
title: ACS Deployment Documentation
description: User documentation for deploying Alfresco Content Services
theme: just-the-docs
color_scheme: alfresco
url: https://alfresco.github.io
aux_links:
Hyland Support: https://support.hyland.com/p/alfresco
Docs: https://docs.alfresco.com/
GitHub Repository: https://github.com/Alfresco/acs-deployment
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/acs-deployment
gh_edit_branch: master
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'
- '*.tgz'
- '*/NOTES.txt'
- README.md
- LICENSE
plugins:
- jekyll-relative-links
mermaid:
version: "10.9.0"