This repository was archived by the owner on Mar 20, 2026. It is now read-only.
forked from aws-samples/generative-ai-use-cases
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
152 lines (142 loc) · 4.79 KB
/
mkdocs.yml
File metadata and controls
152 lines (142 loc) · 4.79 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
site_name: Generative AI Use Cases (GenU)
site_url: https://aws-samples.github.io/generative-ai-use-cases/
repo_url: https://github.com/aws-samples/generative-ai-use-cases
repo_name: aws-samples/generative-ai-use-cases
edit_uri: blob/main/docs
watch: [mkdocs.yml, README.md, browser-extension/README.md]
use_directory_urls: false
copyright: © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
theme:
name: material
custom_dir: docs/overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.trackings
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
media: '(prefers-color-scheme: light)'
scheme: default
primary: custom
accent: deep-orange
font:
text: Roboto
code: Roboto Mono
language: en
extra_css:
- assets/stylesheets/custom/custom.css
nav:
- Overview: index.md
- Getting started:
- Deploy:
- Quick Start: ABOUT.md
- (Optional) Deploy with AWS CloudShell: DEPLOY_ON_CLOUDSHELL.md
- Deploy Options: DEPLOY_OPTION.md
- Authentication:
- Authenticate with Google Workspace: SAML_WITH_GOOGLE_WORKSPACE.md
- Authenticate with Microsoft Entra ID: SAML_WITH_ENTRA_ID.md
- Browser Extension:
- Overview: EXTENSION.md
- Build: EXTENSION_BUILD.md
- Install: EXTENSION_INSTALL.md
- SAML Authentication: EXTENSION_SAML.md
- Other:
- Update: UPDATE.md
- Local Development Environment: DEVELOPMENT.md
- Delete Resources: DESTROY.md
- Use as a Native App: PWA.md
extra:
# Used in custom hook anchors.py
absolute_path_replace_uri: https://github.com/aws-samples/generative-ai-use-cases/blob/main/
replace_dict:
'../../README.md': '../en/ABOUT.html'
'../../README_ja.md': '../ja/ABOUT.html'
'../../README.md#deployment': '../en/ABOUT.html#deployment'
'../../README_ja.md#デプロイ': '../ja/ABOUT.html#デプロイ'
plugins:
- include-markdown:
rewrite_relative_urls: true
- gh-admonitions
- search
- social
- i18n:
docs_structure: folder
force_default_in_subdirectory: true
reconfigure_search: true
languages:
- locale: en
name: English
default: true
- locale: ja
name: 日本語
nav_translations:
Overview: 概要
Deploy: デプロイ方法
Quick Start: クイックスタート
(Optional) Deploy with AWS CloudShell: (オプション) AWS CloudShell でデプロイする
Deploy Options: デプロイオプション
Authentication: 認証
Authenticate with Google Workspace: Google Workspace で認証する
Authenticate with Microsoft Entra ID: Microsoft Entra ID で認証する
Browser Extension: ブラウザ拡張機能
Build: ビルド
Install: インストール
SAML Authentication: SAML 認証
Other: その他
Update: アップデート方法
Local Development Environment: ローカル開発環境構築手順
Delete Resources: リソースの削除方法
Use as a Native App: ネイティブアプリのように利用する方法
- locale: ko
name: 한국어
nav_translations:
Overview: 개요
Deploy: 배포
Quick Start: Quick Start
(Optional) Deploy with AWS CloudShell: (선택사항) AWS CloudShell로 배포하기
Deploy Options: 배포 옵션
Authentication: 인증
Authenticate with Google Workspace: Google Workspace로 인증하기
Authenticate with Microsoft Entra ID: Microsoft Entra ID로 인증하기
Browser Extension: 브라우저 확장 프로그램
Build: 빌드
Install: 설치
SAML Authentication: SAML 인증
Other: 기타
Update: 업데이트
Local Development Environment: 로컬 개발 환경
Delete Resources: 리소스 삭제
Use as a Native App: 네이티브 앱처럼 사용하는 방법
hooks:
- docs/overrides/hooks/anchors.py
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
validation:
links:
absolute_links: info
anchors: warn
unrecognized_links: warn