-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 775 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (34 loc) · 775 Bytes
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
site_name: AI應用:從文件提取結構化訊息
theme:
name: material
icon:
repo: fontawesome/brands/github
plugins:
- search
- awesome-pages
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
nav:
- index.md
- blog01.md
- blog02.md
- blog03.md
- 食譜文生圖範例:
- gen_recipes_markdown/r117.md
- gen_recipes_markdown/r32.md
- gen_recipes_markdown/r61.md
- gen_recipes_markdown/r294.md
- gen_recipes_markdown/r445.md
- conclusion.md
repo_url: https://github.com/yytsui/AIInfoExtractionExample