-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy path_config.yml
91 lines (80 loc) · 2.07 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
title: FinOps toolkit
description: A collection of customizable FinOps solutions that automate and extend native Microsoft Cloud capabilities.
remote_theme: just-the-docs/just-the-docs
# JTD config -- https://just-the-docs.com/docs/configuration/
# Markdown options -- https://jekyllrb.com/docs/configuration/markdown/
# Kramdown options -- https://kramdown.gettalong.org/options.html
# GFM options -- https://github.com/kramdown/parser-gfm
url: https://microsoft.github.io # Base hostname and protocol
# Links in header
aux_links:
FinOps toolkit on GitHub: https://github.com/microsoft/finops-toolkit
# Groups of pages in the left nav
collections:
docs:
permalink: /:collection/:path/
output: true
reporting:
permalink: /:collection/:path/
output: true
optimize:
permalink: /:collection/:path/
output: true
automation:
permalink: /:collection/:path/
output: true
resources:
permalink: /:collection/:path/
output: true
just_the_docs:
collections:
docs:
name: Implementing FinOps
reporting:
name: Reporting + analytics
optimize:
name: Optimization + governance
automation:
name: Automation + extensibility
resources:
name: Help + support
nav_fold: true # collapse by default
# Enable relative links for collections -- https://github.com/benbalter/jekyll-relative-links
relative_links:
enabled: true
collections: true
# Footer
# footer_content: ''
gh_edit_link: true
gh_edit_link_text: Edit this page on GitHub
gh_edit_repository: https://github.com/microsoft/finops-toolkit
gh_edit_branch: main
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
highlight-green:
color: green
note:
title: 🚩 Note
color: yellow
tip:
title: 💡 Tip
color: blue
important:
title: ✨ Important
color: blue
warning:
title: ⚠️ Warning
color: red
new:
title: 🆕 New
color: purple
highlighter: rouge
rouge:
languages:
- bicep
- powershell
# Mermaid versions @ https://cdn.jsdelivr.net/npm/mermaid
mermaid:
version: '10.3.1'