Skip to content

Commit d62e82e

Browse files
Merge pull request #150 from geosmashing/onboard-parliament
Adding Parliament manifest file
2 parents 159b704 + 5090206 commit d62e82e

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

manifest.yaml

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
type: navigation
2+
order: 1
3+
title: ADP Runtime documentation
4+
pages:
5+
- title: Overview
6+
url: /src/pages/index.md
7+
8+
- title: Guides
9+
url: /src/pages/guides/index.md
10+
pages:
11+
- title: Quickstart Guide
12+
url: /src/pages/guides/index.md
13+
14+
- title: Overview
15+
url: /src/pages/guides/overview/index.md
16+
pages:
17+
- title: What is Adobe I/O Runtime
18+
url: /src/pages/guides/overview/what_is_runtime.md
19+
- title: Use cases
20+
url: /src/pages/guides/overview/usecases.md
21+
- title: How Adobe I/O Runtime Works
22+
url: /src/pages/guides/overview/howitworks.md
23+
- title: Adobe I/O Runtime Entities
24+
url: /src/pages/guides/overview/entities.md
25+
- title: Getting Access
26+
url: /src/pages/guides/overview/getting_access.md
27+
28+
- title: Getting Started with Adobe I/O Runtime
29+
url: /src/pages/guides/getting-started/index.md
30+
pages:
31+
- title: Setting up Your Environment
32+
url: /src/pages/guides/getting-started/setup.md
33+
- title: Deploying your First Adobe I/O Runtime Function
34+
url: /src/pages/guides/getting-started/deploy.md
35+
- title: Retrieve Action Invocation Results
36+
url: /src/pages/guides/getting-started/activations.md
37+
38+
- title: Using Adobe I/O Runtime
39+
url: /src/pages/guides/using/index.md
40+
pages:
41+
- title: Creating Actions
42+
url: /src/pages/guides/using/creating_actions.md
43+
- title: Asynchronous Calls
44+
url: /src/pages/guides/using/asynchronous_calls.md
45+
- title: Throughput Tuning
46+
url: /src/pages/guides/using/throughput_tuning.md
47+
- title: Security Guide
48+
url: /src/pages/guides/using/security_general.md
49+
- title: Securing Web Actions
50+
url: /src/pages/guides/using/securing_web_actions.md
51+
- title: Creating REST APIs
52+
url: /src/pages/guides/using/creating_rest_apis.md
53+
- title: Using Packages
54+
url: /src/pages/guides/using/using_packages.md
55+
- title: Logging & Monitoring
56+
url: /src/pages/guides/using/logging_monitoring.md
57+
- title: Debugging
58+
url: /src/pages/guides/using/debugging.md
59+
- title: System Settings
60+
url: /src/pages/guides/using/system_settings.md
61+
- title: CI/CD Pipeline
62+
url: /src/pages/guides/using/ci-cd_pipeline.md
63+
- title: Troubleshooting
64+
url: /src/pages/guides/using/troubleshooting.md
65+
66+
- title: Adobe I/O Runtime reference documentation
67+
url: /src/pages/guides/reference/index.md
68+
pages:
69+
- title: Using aio CLI
70+
url: /src/pages/guides/reference/cli_use.md
71+
- title: Using the wsk CLI
72+
url: /src/pages/guides/reference/wsk_use.md
73+
- title: Environment Variables
74+
url: /src/pages/guides/reference/environment_variables.md
75+
- title: Multiple Regions
76+
url: /src/pages/guides/reference/multiple_regions.md
77+
- title: Pre-installed packages
78+
url: /src/pages/guides/reference/prepackages.md
79+
- title: Runtimes
80+
url: /src/pages/guides/reference/runtimes.md
81+
- title: API Reference
82+
url: /src/pages/guides/reference/api_ref.md
83+
- title: Triggers & Rules
84+
url: /src/pages/guides/reference/triggersrules.md
85+
- title: Sequences & Compositions
86+
url: /src/pages/guides/reference/sequences_compositions.md
87+
- title: Packages
88+
url: /src/pages/guides/reference/packages.md
89+
- title: Feeds
90+
url: /src/pages/guides/reference/feeds.md
91+
92+
- title: Tools
93+
url: /src/pages/guides/tools/index.md
94+
pages:
95+
- title: Setting up the aio CLI
96+
url: /src/pages/guides/tools/cli_install.md
97+
- title: Setting up the wsk CLI
98+
url: /src/pages/guides/tools/wsk_install.md
99+
- title: Setting up the wskdeploy CLI
100+
url: /src/pages/guides/tools/wskdeploy_install.md
101+
102+
- title: Support
103+
url: /src/pages/support/index.md
104+
pages:
105+
- title: Resources & support
106+
url: /src/pages/support/index.md
107+
pages:
108+
- title: FAQ
109+
url: /src/pages/support/faq.md

0 commit comments

Comments
 (0)