-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (43 loc) · 1.64 KB
/
Copy pathmkdocs.yml
File metadata and controls
45 lines (43 loc) · 1.64 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
site_name: Anything Graph CLI
site_url: https://anythinggraph.github.io/
repo_url: https://github.com/AnythingGraph/AnythingGraph
repo_name: AnythingGraph/AnythingGraph
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/index.md
- Connect your data: getting-started/connect-your-data.md
- Connect your own agent: getting-started/connect-your-own-agent.md
- Explore your connected data: getting-started/explore-connected-data.md
- Suggest a playbook structure: getting-started/suggest-playbook-structure.md
- Define access rules (ReBAC): getting-started/define-access-rules.md
- Create a playbook with your agent: getting-started/create-playbook-with-agent.md
- Govern your agent with playbooks: getting-started/govern-agent-with-playbooks.md
- Connectors:
- Overview: connectors/index.md
- PostgreSQL: connectors/postgresql.md
- MySQL / MariaDB: connectors/mysql.md
- SQL Server: connectors/sql-server.md
- MongoDB: connectors/mongodb.md
- Salesforce: connectors/salesforce.md
- CSV: connectors/csv.md
- REST / HTTP API: connectors/rest.md
- Playbooks:
- Overview: playbooks/index.md
- Entity mapping and relationships: playbooks/entity-mapping.md
- Role-Based Access Control: playbooks/role-based-access-control.md
- Example 1: playbooks/example-1.md
- Example 2: playbooks/example-2.md
theme:
name: material
features:
- navigation.sections
- navigation.indexes
- navigation.tabs
- navigation.expand
- navigation.search
- navigation.toc
- navigation.breadcrumb
- navigation.footer
- navigation.social
- content.code.copy