-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
80 lines (75 loc) · 2.06 KB
/
mkdocs.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
# Project info
site_name: IBM watsonx Code Assistant for Red Hat Ansible Lightspeed - Technical Sales Level 3
site_description: IBM watsonx Code Assistant for Red Hat Ansible Lightspeed - Technical Sales Level 3
site_author: Christopher Bienko ([email protected])
copyright: Copyright © 2023-2024 IBM
# Repository
repo_name: IBM/WCA-AnsibleLightspeed-L3
#repo_url: https://github.com/IBM/WCA-AnsibleLightspeed-L3
#edit_uri: edit/master/docs
docs_dir: docs
nav:
- Introduction: 'index.md'
- Evaluation: 'evaluation.md'
- Setup and Troubleshooting: 'setup.md'
- Generating Code: 'generating.md'
- Content Source Matching and Post-Processing: 'source-matching-post-processing.md'
- Task Description Tuning and Model Customization: 'customizing.md'
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.footer
palette:
scheme: default
plugins:
- mkdocs-video:
is_video: True
video_autoplay: False
- macros
- search
- glightbox
- print-site:
add_to_navigation: false
print_page_title: 'IBM watsonx Code Assistant for Red Hat Ansible Lightspeed Level 3 Lab Guide'
add_print_site_banner: false
# Table of contents
add_table_of_contents: false
toc_title: 'Table of Contents'
toc_depth: 6
# Content-related
add_full_urls: false
enumerate_headings: false
enumerate_figures: false
add_cover_page: true
cover_page_template: ""
path_to_pdf: ""
include_css: true
enabled: true
markdown_extensions:
- markdown_fenced_code_tabs
- sane_lists
- pymdownx.details
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- attr_list
- md_in_html
- def_list
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- tables