-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (52 loc) · 1.64 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
site_name: Watsonx.data and Milvus RAG Demonstration
# theme:
# name: material
nav:
- Introduction: "wxd-introduction.md"
- Getting Started:
- Requesting an image: "wxd-reference-techzone.md"
- Accessing the reservation: "wxd-reference-access.md"
- Available Ports: "wxd-reference-ports.md"
- Userids and Passwords: "wxd-reference-passwords.md"
- Documentation: "wxd-reference-documentation.md"
- Lab Instructions:
- Main Menu: "wxd-demo-menu.md"
- Overview: "wxd-demo-intro.md"
- RAG: "wxd-demo-rag.md"
- Import Documents: "wxd-demo-import.md"
- Vectorize Documents: "wxd-demo-vectorize.md"
- Query LLM: "wxd-demo-queryllm.md"
- Manage LLM: "wxd-demo-managellm.md"
- Diagnostics: "wxd-demo-diagnostics.md"
- Log File: "wxd-demo-log.md"
- Sample LLM Queries: "wxd-demo-examples.md"
- Support: "wxd-demo-support.md"
- Appendix:
- Watsonx.data Overview:
- Watsonx UI Overview: "wxd-intro-watsonui.md"
- Infrastructure Manager: "wxd-intro-infrastructure.md"
- Data Manager: "wxd-intro-datamanager.md"
- Query Workspace: "wxd-intro-queryworkspace.md"
- Milvus: "wxd-milvus.md"
- Disclaimer: "wxd-disclaimer.md"
- Acknowledgements: "wxd-acknowledgements.md"
# Copyright
copyright: Copyright © 2024 IBM
# Theme
theme:
name: material
font:
text: IBM Plex Sans
code: IBM Plex Mono
logo: wxd-images/IBM_logo®_rev_RGB.png
palette:
scheme: default
primary: black
accent: black
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tasklist:
custom_checkbox: true