-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (58 loc) · 1.76 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (58 loc) · 1.76 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
site_name: PDF Layout Extraction Hub
site_description: Extract tables, checkboxes, and text from documents with Azure AI Document Intelligence.
site_url: https://cloud2br-msftlearninghub.github.io/PDFs-Layouts-Processing-Fapp-DocIntelligence/
repo_url: https://github.com/Cloud2BR-MSFTLearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence
repo_name: Cloud2BR-MSFTLearningHub/PDFs-Layouts-Processing-Fapp-DocIntelligence
docs_dir: docs
site_dir: site
use_directory_urls: true
copyright: Copyright © 2026 <a href="https://github.com/Cloud2BR-MSFTLearningHub" target="_blank" rel="noopener">Cloud2BR OSS - Learning Hub</a>
theme:
name: material
logo: https://avatars.githubusercontent.com/u/195347873?v=4
favicon: https://avatars.githubusercontent.com/u/195347873?v=4
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
palette:
scheme: default
primary: blue
accent: blue
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.highlight
- pymdownx.snippets:
base_path:
- .
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra_css:
- assets/css/custom.css
extra_javascript:
- assets/js/logo-link.js
- assets/js/external-links.js
- path: assets/js/mermaid.js
type: module
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Cloud2BR-MSFTLearningHub
name: Cloud2BR OSS - Learning Hub
nav:
- Home: index.md
- Deployment:
- Terraform template: deployment/terraform.md