forked from NetAppDocs/astra-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
82 lines (81 loc) · 2.41 KB
/
project.yml
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
---
settings:
name: Astra Automation
internal:
pdf_enabled: true
prod:
pdf_enabled: true
harmony_enabled: true
rss_page: "rn/whats_new.html"
sidebar:
entries:
- title: Astra Control Automation docs
url: /index.html
- section: rn
- section: intro
- section: get-started
- section: rest-core
- section: endpoints
- section: additional
- section: workflows_infra
- section: workflows
- section: python
- section: reference
- section: information
- title: Earlier versions
url: /aa-earlier-versions.html
- title: Legal notices
url: /legal-notices.html
product-family:
name: Astra
repo: astra-family
homepage:
tiles:
- title: Get started
links:
- title: Introduction
url: /intro/introduction.html
- title: Before you begin
url: /get-started/before_get_started.html
- title: Get an API token
url: /get-started/get_api_token.html
- title: Hello world
url: /get-started/hello_world.html
- title: REST implementation
links:
- title: REST web services
url: /rest-core/rest_web_services.html
- title: HTTP details
url: /rest-core/http_details.html
- title: URL format
url: /rest-core/url_format.html
- title: Additional considerations
links:
- title: RBAC security
url: /additional/rbac.html
- title: Work with collections
url: /additional/work_with_collections.html
- title: Diagnostics and support
url: /additional/diagnostics_support.html
- title: Revoke an API token
url: /additional/revoke_token.html
- title: Resources
links:
- title: REST resources and collections
url: /rest-core/resources_collections.html
- title: Summary of Astra API resources
url: /endpoints/resources.html
- title: Workflows
links:
- title: Preparation
url: /get-started/prepare_to_use_workflows.html
- title: Infrastructure workflows
url: /workflows_infra/workflows_infra_before.html
- title: Management workflows
url: /workflows/workflows_before.html
- title: Python
links:
- title: NetApp Astra Control Python SDK
url: /python/astra_toolkits.html
- title: Use Python natively
url: /python/python_before.html