-
Notifications
You must be signed in to change notification settings - Fork 468
Expand file tree
/
Copy path_config.yml
More file actions
150 lines (139 loc) · 2.85 KB
/
_config.yml
File metadata and controls
150 lines (139 loc) · 2.85 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
title: Copilot Studio Samples
description: Samples and artifacts for Microsoft Copilot Studio
url: "https://microsoft.github.io"
baseurl: "/CopilotStudioSamples"
theme: just-the-docs
logo: "/assets/images/logo.png"
# Mermaid diagram support
mermaid:
version: "11"
favicon_ico: "/favicon.ico"
# Default layout for all pages
defaults:
- scope:
path: ""
values:
layout: default
# Plugins
plugins:
- jekyll-readme-index
- jekyll-seo-tag
- jekyll-include-cache
# jekyll-readme-index: treat README.md as index pages, even with front matter
readme_index:
with_frontmatter: true
# Search
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/\-]+/
# Aux links (top-right)
aux_links:
"View on GitHub":
- "https://github.com/microsoft/CopilotStudioSamples"
aux_links_new_tab: true
# GitHub source link (used by _includes/source_link.html at top of page)
gh_edit_link: false
gh_edit_repository: "https://github.com/microsoft/CopilotStudioSamples"
gh_edit_branch: "main"
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Callouts (GitHub alert equivalents)
callouts:
note:
title: Note
color: purple
tip:
title: Tip
color: green
important:
title: Important
color: blue
warning:
title: Warning
color: yellow
caution:
title: Caution
color: red
# Exclude source code, binaries, and build artifacts from the site
# Note: Jekyll's File.fnmatch without FNM_PATHNAME means * matches /
# so *.ext patterns match recursively. Directory patterns need */dir form.
exclude:
# Build/dependency dirs (*/pattern matches at any depth)
- Gemfile.lock
- "*/node_modules"
- vendor/
- "*/bin"
- "*/obj"
- "*/packages"
- "*/__pycache__"
- "*/wwwroot"
- "*/dist"
- original-repo/
# HTML source files (can't use *.html — it blocks theme layouts too)
# Exclude source index.html so jekyll-readme-index can use README.md
- "*index.html"
- "*/views"
- "*/public"
- "*CustomChatbotUI*"
- "*/reports"
- "*/test-page"
- "*TypeAhead*"
- "*widget-html*"
- "*.htm"
- "*.sln"
- "*.csproj"
- "*.cs"
- "*.js"
- "*.mjs"
- "*.ts"
- "*.tsx"
- "*.jsx"
- "*.json"
- "*.xml"
- "*.xaml"
- "*.config"
- "*.yaml"
- "*.yml"
- "*.py"
- "*.java"
- "*.jmx"
- "*.ps1"
- "*.sh"
- "*.bat"
- "*.cmd"
- "*.css"
- "*.scss"
- "*.less"
- "*.bicep"
- "*.tf"
- "*.pcfproj"
- "*.cdsproj"
- "*.resx"
# Binaries and packages
- "*.zip"
- "*.nupkg"
- "*.dll"
- "*.exe"
- "*.pdb"
- "*.suo"
- "*.user"
- "*.pyc"
- "*.egg-info"
# Config/lock files
- ".env*"
- ".gitignore"
- ".editorconfig"
- Makefile
- Dockerfile
- "docker-compose*"
- ControlManifest.Input.xml
# Repo-level files
- CODE_OF_CONDUCT.md
- SECURITY.md
- LICENSE
- LICENSE.md