-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (111 loc) · 3.21 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (111 loc) · 3.21 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
site_name: AgentOps Accelerator
site_description: Continuous evaluation, safety testing, observability, and release readiness for Microsoft Foundry agents
site_author: Paulo Lacerda
site_url: https://azure.github.io/agentops/
repo_url: https://github.com/Azure/agentops
repo_name: Azure/agentops
theme:
name: material
custom_dir: overrides
language: en
logo: media/logo.png
favicon: media/logo.png
icon:
repo: fontawesome/brands/github
palette:
# Light is the default. The first entry is used on first visit; the
# toggle persists the visitor's choice afterwards.
- scheme: default
primary: custom
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: custom
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
plugins:
- search
- macros
exclude_docs: |
bundles.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- toc:
permalink: true
toc_depth: 2
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Overview: index.md
- Concepts: concepts.md
- Tutorials:
- Overview: tutorials.md
- Prompt Agent Tutorial: tutorial-prompt-agent.md
- Hosted Agent Tutorial: tutorial-hosted-agent.md
- HTTP Agent Tutorial: tutorial-http-agent.md
- End-to-End Tutorial: tutorial-end-to-end.md
- Evaluation:
- Overview: evaluation.md
- Built-in Evaluators: foundry-evaluation-sdk-built-in-evaluators.md
- Ship:
- Overview: ship.md
- GitHub Actions: ci-github-actions.md
- Observe: observe.md
- Operate:
- Overview: operate.md
- Foundry Operations Workbook: foundry-ops-workbook.md
- Foundry Operations KQL Library: foundry-ops-workbook-kql.md
- Retrieval Optimization: retrieval-optimization.md
- Doctor Checks: doctor-checks.md
- Doctor Explained: doctor-explained.md
- Contributing:
- How It Works: how-it-works.md
- Release Process: release-process.md
- End-to-End Test Setup: e2e-live-setup.md
- End-to-End Test Architecture: e2e-live-architecture.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Azure/agentops
- icon: fontawesome/brands/python
link: https://pypi.org/project/agentops-accelerator/
extra_css:
- styles.css
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
- javascripts/mermaid.js