-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (89 loc) · 3.42 KB
/
mkdocs.yml
File metadata and controls
91 lines (89 loc) · 3.42 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: template-github-copilot
site_url: https://ks6088ts-labs.github.io/template-github-copilot
repo_url: https://github.com/ks6088ts/template-github-copilot
repo_name: ks6088ts/template-github-copilot
docs_dir: docs
nav:
- Home: index.md
- Copilot SDK Tutorial:
- Home: copilot_sdk_tutorial/index.md
- Architecture: copilot_sdk_tutorial/architecture.md
- Getting Started: copilot_sdk_tutorial/getting_started.md
- Tutorials:
- "01: CLI Chatbot": copilot_sdk_tutorial/tutorials/01_chat_bot.md
- "02: Custom Tools": copilot_sdk_tutorial/tutorials/02_custom_tools.md
- "03: Streaming": copilot_sdk_tutorial/tutorials/03_streaming.md
- "04: Skills": copilot_sdk_tutorial/tutorials/04_skills.md
- "05: Hooks & Permissions": copilot_sdk_tutorial/tutorials/05_hooks_permissions.md
- "06: BYOK": copilot_sdk_tutorial/tutorials/06_byok.md
- Appendix:
- References: copilot_sdk_tutorial/appendix/references.md
- CopilotReportForge:
- Home: copilot_report_forge/index.md
- Overview:
- Problem & Solution: copilot_report_forge/overview/problem_and_solution.md
- Architecture: copilot_report_forge/overview/architecture.md
- User Guide:
- Getting Started: copilot_report_forge/guide/getting_started.md
- Web UI Guide: copilot_report_forge/guide/web_ui_guide.md
- Industry Use Case Examples: copilot_report_forge/guide/industry_examples.md
- GitHub OAuth App Setup: copilot_report_forge/guide/github_oauth_app.md
- Operations:
- Running Containers Locally: copilot_report_forge/operations/container_local_run.md
- Deployment: copilot_report_forge/operations/deployment.md
- Appendix:
- Responsible AI Notes: copilot_report_forge/appendix/responsible_ai.md
- References: copilot_report_forge/appendix/references.md
theme:
name: material
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#automatic-light-dark-mode
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
language: en
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ks6088ts/
- icon: fontawesome/brands/github
link: https://github.com/ks6088ts
- icon: fontawesome/brands/x-twitter
link: https://x.com/ks6088ts
analytics:
provider: google
property: G-0ZTKFXVQ5K
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: ja
name: 日本語
build: true