-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (54 loc) · 1.15 KB
/
_config.yml
File metadata and controls
64 lines (54 loc) · 1.15 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
title: "문과생을 위한 Copilot Studio"
description: "개발자 없이 만드는 우리 팀 전용 AI — 완전 정복 1일 과정"
theme: just-the-docs
url: "https://microsoft.github.io"
baseurl: "/easycopilotlab"
# 검색 설정
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
# 네비게이션
heading_anchors: true
# 색상 — ocean | lavender | forest | sunset | light | dark
color_scheme: ocean
# Callouts
callouts:
highlight:
title: 핵심
color: blue
tip:
title: 팁
color: green
warning:
title: 주의
color: yellow
important:
title: 중요
color: red
note:
title: 참고
color: grey-dk
# 링크
aux_links:
"GitHub":
- "https://github.com/microsoft/easycopilotlab"
aux_links_new_tab: true
# 푸터
footer_content: "문과생을 위한 Copilot Studio — 개발자 없이 만드는 우리 팀 전용 AI"
# Mermaid 다이어그램
mermaid:
version: "10.9.0"
# 기본 레이아웃
defaults:
- scope:
path: ""
values:
layout: "default"
# 빌드 제외
exclude:
- Gemfile.lock
- node_modules/
- vendor/