-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (68 loc) · 1.87 KB
/
Copy pathmkdocs.yml
File metadata and controls
71 lines (68 loc) · 1.87 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
site_name: DeepL .NET Documentation
site_description: Documentation for the tryAGI .NET SDK for DeepL.
site_url: https://tryagi.github.io/DeepL/
repo_url: https://github.com/tryAGI/DeepL
repo_name: tryAGI/DeepL
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Guides:
- Authentication: guides/authentication.md
- Getting Started: guides/getting-started.md
- Microsoft.Extensions.AI: guides/meai.md
- Combined Search + Translation: guides/combined-tools.md
# EXAMPLES:START
- Examples:
- Translate Text: examples/translate-text.md
- Rephrase Text: examples/rephrase-text.md
- Get Usage: examples/get-usage.md
- List Languages: examples/list-languages.md
- Translate Document: examples/translate-document.md
- Voice Streaming: examples/voice-streaming.md
- Style Rules: examples/style-rules.md
- Custom Instructions: examples/custom-instructions.md
- Free API Endpoint: examples/free-api-endpoint.md
# 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