Skip to content

Commit 7040d1e

Browse files
authored
Merge pull request #202 from geosmashing/onboard-parliament
Adding Parliament manifest file
2 parents 930f37c + bb8c8e9 commit 7040d1e

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

manifest.yaml

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
type: navigation
2+
order: 1
3+
title: ADP Dev Console documentation
4+
pages:
5+
- title: Developer Console
6+
url: /developer-console
7+
8+
- title: Authentication Guide
9+
url: /src/pages/guides/authentication/index.md
10+
11+
- title: Documentation
12+
url: /src/pages/guides/index.md
13+
pages:
14+
- title: Getting Started
15+
url: /src/pages/guides/getting-started.md
16+
- title: Projects
17+
url: /src/pages/guides/projects/index.md
18+
pages:
19+
- title: Create an Empty Project
20+
url: /src/pages/guides/projects/projects-empty.md
21+
- title: Create a Templated Project
22+
url: /src/pages/guides/projects/projects-template.md
23+
- title: Projects Approval
24+
url: /src/pages/guides/projects/approval.md
25+
- title: Beta Users
26+
url: /src/pages/guides/projects/beta-users.md
27+
- title: Plugins
28+
url: /src/pages/guides/plugins/index.md
29+
pages:
30+
- title: Distribute a Plugin
31+
url: /src/pages/guides/plugins/plugin-distribution.md
32+
- title: Update a Plugin
33+
url: /src/pages/guides/plugins/plugin-update.md
34+
- title: Services
35+
url: /src/pages/guides/services/index.md
36+
pages:
37+
- title: Add API using OAuth Server-to-Server credential
38+
url: /src/pages/guides/services/services-add-api-oauth-s2s.md
39+
- title: Add API using API Key credential
40+
url: /src/pages/guides/services/services-add-api-key.md
41+
- title: Add API using OAuth User authentication credential
42+
url: /src/pages/guides/services/services-add-api-oauth-user-authentication.md
43+
- title: Add Events
44+
url: /src/pages/guides/services/services-add-event.md
45+
- title: Enable Runtime
46+
url: /src/pages/guides/services/services-enable-runtime.md
47+
- title: Email Alerts
48+
url: /src/pages/guides/email-alerts/index.md
49+
pages:
50+
- title: Certificate Expiry
51+
url: /src/pages/guides/email-alerts/cert-expiry.md
52+
- title: Credentials
53+
url: /src/pages/guides/credentials.md
54+
- title: Insights
55+
url: /src/pages/guides/insights.md
56+
- title: APIs and services
57+
url: /src/pages/guides/apis-and-services.md
58+
- title: Public Profile
59+
url: /src/pages/guides/public-profile.md
60+
- title: Quota
61+
url: /src/pages/guides/quota.md
62+
63+
- title: Authentication
64+
url: /src/pages/guides/authentication/index.md
65+
pages:
66+
- title: User Authentication
67+
url: /src/pages/guides/authentication/UserAuthentication/index.md
68+
pages:
69+
- title: Implementation Guide
70+
url: /src/pages/guides/authentication/UserAuthentication/implementation.md
71+
- title: API Reference
72+
url: /src/pages/guides/authentication/UserAuthentication/ims.md
73+
- title: Server to Server Authentication
74+
url: /src/pages/guides/authentication/ServerToServerAuthentication/index.md
75+
pages:
76+
- title: Implementation Guide
77+
url: /src/pages/guides/authentication/ServerToServerAuthentication/implementation.md
78+
- title: Migration Guide
79+
url: /src/pages/guides/authentication/ServerToServerAuthentication/migration.md
80+
- title: Migration FAQs
81+
url: /src/pages/guides/authentication/ServerToServerAuthentication/faqs.md
82+
- title: API Reference
83+
url: /src/pages/guides/authentication/ServerToServerAuthentication/ims.md
84+
- title: Service Account (JWT) credential
85+
url: /src/pages/guides/authentication/JWT/index.md
86+
pages:
87+
- title: Create a Public Key Certificate
88+
url: /src/pages/guides/authentication/JWT/jwt-certificate.md
89+
- title: JWT Metascopes
90+
url: /src/pages/guides/authentication/JWT/scopes.md
91+
- title: JWT Sample Code
92+
url: /src/pages/guides/authentication/JWT/samples.md
93+
- title: API Key Authentication
94+
url: /src/pages/guides/authentication/APIKeyAuthentication/index.md
95+
- title: Tools
96+
url: /src/pages/guides/authentication/Tools/index.md
97+
pages:
98+
- title: OAuth 2.0 Playground
99+
url: /src/pages/guides/authentication/Tools/o-auth-playground.md
100+
- title: Postman
101+
url: /src/pages/guides/authentication/Tools/postman.md
102+
103+
- title: Support
104+
url: /src/pages/support/index.md
105+
pages:
106+
- title: FAQ
107+
url: /src/pages/support/faq.md

0 commit comments

Comments
 (0)