generated from ibm-client-engineering/solution-template-quarto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·94 lines (88 loc) · 3.57 KB
/
_quarto.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
project:
type: website
output-dir: docs
language:
search-text-placeholder: Search
website:
title: Unified Virtual Assistant
favicon: images/bee.png
page-navigation: true
search:
type: overlay
navbar:
pinned: true
logo: images/IBMlogo.png
right:
- icon: github
href: https://github.com/ibm-client-engineering/unified-virtual-assistant
- icon: linkedin
menu:
- text: Share on your LinkedIn
href: https://www.linkedin.com/company/ibm/
- text: IBM LinkedIn
href: https://www.linkedin.com/company/ibm/
sidebar:
- title: "Contents"
style: docked
collapse-level: 1
search: false
contents:
- href: index.qmd
text: Problem Definition
- section: Solution Overview
contents:
- text: Overview
href: src/solution_overview/overview.qmd
- text: Capabilities
href: src/solution_overview/capabilities.qmd
- text: Integrations and Deployment
href: src/solution_overview/deploy_int.qmd
- text: Software Requirements
href: src/solution_overview/environment.qmd
- section: Implementation Methodology
contents:
- text: User Interface
href: src/implementation_methodology/imp-UI.qmd
- text: Generative-AI Driven Routing
href: src/implementation_methodology/imp-genai-rout.qmd
- section: Document Search
contents:
- text: watsonx Discovery
href: src/implementation_methodology/watsonx-dis.qmd
- text: watson Discovery
href: src/implementation_methodology/watson-dis.qmd
- section: Governance
contents:
- text: watsonx Governance
href: src/implementation_methodology/watsonx-gov.qmd
- text: RAG Attribution Links
href: src/implementation_methodology/rag-attr-links.qmd
- section: Third-Party Applications
contents:
- text: ServiceNow
href: src/implementation_methodology/imp-snow.qmd
- text: Workday
href: src/implementation_methodology/imp-workday.qmd
- text: Genesys
href: src/implementation_methodology/imp-genesys.qmd
- section: Subordinate Bots
contents:
- text: Assistant Custom Extension
href: src/implementation_methodology/imp-assis-ext.qmd
- section: Identity and Access Management
contents:
- text: IBM Security Verify
href: src/implementation_methodology/imp-verify-assis.qmd
- text: Simulation
href: src/implementation_methodology/imp-sim.qmd
- text: Key Takeaways
href: src/key-takeaway.qmd
page-footer:
background: black
left:
<div class ="listitem"><a href="https://ibm.com" rel="noopener noreferrer" class="footerLogo"><img src="https://www.ibm.com/brand/experience-guides/developer/8f4e3cc2b5d52354a6d43c8edba1e3c9/02_8-bar-reverse.svg" alt="IBM Logo" class="footer__logo themedComponent_node_modules-@docusaurus-theme-common-lib-components-ThemedComponent-styles-module themedComponent--light_node_modules-@docusaurus-theme-common-lib-components-ThemedComponent-styles-module" width="250" height="250"></a></div>
format:
html:
theme: src/custom.scss
toc: true
toc-location: right