-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
117 lines (115 loc) · 2.75 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
markdown_extensions:
- def_list
- attr_list
- admonition
- footnotes
- markdown_include.include
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- meta
- toc:
permalink: ¤
plugins:
- social
- search
- git-revision-date-localized
- awesome-pages
- unused_files:
strict: True
file_types:
- md
- jpg
- xlsx
- png
- svg
- pdf
- csv
- pptx
- txt
- yaml
- yml
excluded_files:
- .pages
# - htmlproofer:
# enabled: True
# validate_rendered_template: True
# raise_error: True
- spellcheck:
backends:
- codespell:
dictionaries: [clear, rare]
known_words: ../known-words.txt
# ignore words in <code> tags
ignore_code: yes
# minimum length of words to consider
min_length: 3
# maximum number of capital letters in a word
max_capital: 1
# keep unicode characters
allow_unicode: no
# skip_files:
# - credits.mda
# - coverage.md
# whether to only check in strict mode
#strict_only: yes
- tags:
repo_name: opendatahub-io-contrib/genai-llm-rag-pattern
repo_url: https://github.com/opendatahub-io-contrib/genai-llm-rag-pattern
site_description: Generative AI Language Model RAG Pattern for Red Hat OpenShift AI
site_name: Generative AI LLM RAG Pattern
site_url: https://opendatahub-io-contrib.github.io/genai-llm-rag-pattern/
edit_uri: https://github.com/opendatahub-io-contrib/genai-llm-rag-pattern/edit/main/docs
theme:
icon:
logo: material/rocket
locale: en # The locale for time localizations, default: system's locale
time_format: '%Y-%m-%d %H:%M:%S' # The format used to display the time
meta_time_format: '%Y-%m-%d %H:%M:%S'
features:
- content.code.annotate
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
- content.action.edit
- content.action.view
- content.code.copy
name: material
font:
text: Red Hat Display
code: Red Hat Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
generator: false
copyright: "Copyright © Red Hat. \n"