-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (55 loc) · 1.33 KB
/
mkdocs.yml
File metadata and controls
58 lines (55 loc) · 1.33 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
site_name: ScrapeGraphAI .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for ScrapeGraphAI.
site_url: https://tryagi.github.io/ScrapeGraphAI/
repo_url: https://github.com/tryAGI/ScrapeGraphAI
repo_name: tryAGI/ScrapeGraphAI
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Microsoft.Extensions.AI: guides/meai.md
# EXAMPLES:START
# EXAMPLES:END
theme:
name: tryagi
favicon: 'media/icon128.png'
plugins:
- search
- copy-to-llm
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: ""
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
check_paths: true
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true