-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (107 loc) · 4.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
107 lines (107 loc) · 4.4 KB
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
site_name: Amazon Quick Knowledge Hub
theme:
name: material
custom_dir: static/overrides
logo: amazonquick.png
favicon: amazonquick.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: white
toggle:
icon: material/weather-night
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-sunny
name: "Switch to light mode"
docs_dir: docs
exclude_docs: |
node_modules/
**/node_modules/**
use-cases/*/cdk/
use-cases/*/infrastructure/
use-cases/*/fe/
use-cases/*/tools/
amazon-quick-on-desktop/lib/
amazon-quick-on-desktop/lambda/
amazon-quick-on-desktop/scripts/
integration/actions/MCP/*/cdk/
integration/actions/MCP/*/tools/
!use-cases/*/images/
!use-cases/*/README.md
!use-cases/*/LICENSE
!integration/actions/MCP/*/images/
!integration/actions/MCP/*/README.md
!integration/actions/MCP/*/LICENSE
extra_css:
- stylesheets/extra.css
extra:
static_path: ../static
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html
- tables
- fenced_code
- codehilite
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
url_download: True
url_request_headers:
nav:
- Home: index.md
- Infrastructure as a Code:
- Terraform: infrastructure as code/Terraform/README.md
- Manage Quick:
- Observability: manage quick/observability-agent/README.md
- Amazon Quick on desktop:
- Cognito OIDC Provider: amazon-quick-on-desktop/README.md
- Integration:
- Knowledge Base:
- Confluence Cloud: integration/knowledge base/confluence-cloud-knowledge-only-setup-guide/README.md
- Actions:
- MCP:
- Amazon Bedrock KB Retrieval MCP: integration/actions/MCP/bedrock-kb-retrieval-mcp/README.md
- Amazon Redshift Data Query MCP: integration/actions/MCP/redshift-data-query-mcp/README.md
- Amazon Gateway AgentCore S3 MCP: integration/actions/MCP/gateway-agentcore-s3-crud-mcp/README.md
- Build Custom MCP Server Using AgentCore Runtime: integration/actions/MCP/custom-mcp-server-agentcore-runtime/README.md
- Build Custom MCP Server Using AgentCore Gateway: integration/actions/MCP/custom-mcp-server-agentcore-gateway/README.md
- Powerpoint Creator MCP: integration/actions/MCP/powerpoint-creator-mcp/README.md
- Asana: integration/actions/asana-action-setup-guide/README.md
- Box: integration/actions/box-action-setup-guide/README.md
- Confluence Cloud: integration/actions/confluence-cloud-knowledge-action-setup-guide/README.md
- Jira Cloud: integration/actions/jira-cloud-action-setup-guide/README.md
- HubSpot: integration/actions/hubspot-action-setup-guide/README.md
- MS Outlook: integration/actions/ms-outlook-action-setup-guide/README.md
- MS SharePoint: integration/actions/ms-sharepoint-action-setup-guide/README.md
- MS Teams: integration/actions/ms-teams-action-setup-guide/README.md
- PagerDuty: integration/actions/pagerduty-action-setup-guide/README.md
- Salesforce: integration/actions/salesforce-action-setup-guide/README.md
- ServiceNow: integration/actions/servicenow-action-setup-guide/README.md
- ServiceNow (2LO): integration/actions/2lo-servicenow-action-setup-guide/README.md
- Slack: integration/actions/slack-action-setup-guide/README.md
- Smartsheet: integration/actions/smartsheet-action-setup-guide/README.md
- Use Cases:
- Actuarial Analysis Solution: use-cases/actuarial-analysis-solution/README.md
- Quick Chat Agent Embedding Demo: use-cases/quick-chat-agent-embedding-demo/README.md
- Compliance Assistant MCP: use-cases/compliance-assistant-mcp/README.md
- Document Generation MCP AgentCore Runtime: use-cases/document-generation-mcp-agentcore-runtime/README.md
- Embed Quick Chat Agent in Salesforce: use-cases/salesforce-chat-embed/README.md
- Export SharePoint Lists to Quick Sight: use-cases/sharepoint-list-to-quicksight-dataset/README.md
- How To Contribute: HOW-TO-CONTRIBUTE.md
repo_url: https://github.com/aws-samples/sample-amazon-quick-suite-knowledge-hub
edit_uri: edit/main/docs/