-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
54 lines (43 loc) · 1.45 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
# Site settings
title: "Training course for Microsoft AZ-400"
description: "Companion Material and Resources for Class Delivery by Ricardo Cabral for Microsoft Official Course (MOC) AZ-400: Designing and Implementing Microsoft DevOps Solutions."
url: "https://az-400.rramoscabral.com/"
repository: rramoscabral/AZ-400---Training---Microsoft-Azure-DevOps-Solutions
theme: just-the-docs
# Aux links for the upper right navigation
aux_links:
"Companion Material and Resources for Class Delivery by Ricardo Cabral for Microsoft Official Course AZ-400":
- "https://az-400.rramoscabral.com/"
# Color scheme
color_scheme: nil
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
# CODE
enable_copy_code_button: true
# Footer content
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "Companion Material and Resources for Class Delivery by Ricardo Cabral"
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# Ruby Markdown-superset converter
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true