|
3 | 3 |
|
4 | 4 | - pages: |
5 | 5 | - [Developer Console](https://developer.adobe.com/developer-console/) |
6 | | - - [Authentication Guide](guides/authentication/) |
7 | | - - [Documentation](guides/) |
8 | | - - [Support](support/) |
| 6 | + - [Authentication Guide](guides/authentication/index.md) |
| 7 | + - [Documentation](guides/index.md) |
| 8 | + - [Support](support/index.md) |
9 | 9 |
|
10 | 10 | - subPages: |
11 | | - - [Developer Console](guides/) |
12 | | - - [Getting Started](guides/getting-started) |
13 | | - - [Projects](guides/projects/) |
14 | | - - [Create an Empty Project](guides/projects/projects-empty) |
15 | | - - [Create a Templated Project](guides/projects/projects-template) |
16 | | - - [Projects Approval](guides/projects/approval) |
17 | | - - [Beta Users](guides/projects/beta-users) |
18 | | - - [Plugins](guides/plugins/) |
19 | | - - [Distribute a Plugin](guides/plugins/plugin-distribution) |
20 | | - - [Update a Plugin](guides/plugins/plugin-update) |
21 | | - - [Services](guides/services/) |
22 | | - - [Add API using OAuth Server-to-Server credential](guides/services/services-add-api-oauth-s2-s) |
23 | | - - [Add API using API Key credential](guides/services/services-add-api-key) |
24 | | - - [Add API using OAuth User authentication credential](guides/services/services-add-api-oauth-user-authentication) |
25 | | - - [Add Events](guides/services/services-add-event) |
26 | | - - [Enable Runtime](guides/services/services-enable-runtime) |
27 | | - - [Email Alerts](guides/email-alerts/) |
28 | | - - [Certificate Expiry](guides/email-alerts/cert-expiry) |
29 | | - - [Credentials](guides/credentials) |
30 | | - - [Insights](guides/insights) |
31 | | - - [APIs and services](guides/apis-and-services) |
32 | | - - [Public Profile](guides/public-profile) |
33 | | - - [Quota](guides/quota) |
34 | | - - [Authentication](guides/authentication/) |
35 | | - - [User Authentication](guides/authentication/UserAuthentication/) |
36 | | - - [Implementation Guide](guides/authentication/UserAuthentication/implementation) |
37 | | - - [API Reference](guides/authentication/UserAuthentication/ims) |
38 | | - - [Server to Server Authentication](guides/authentication/ServerToServerAuthentication/) |
39 | | - - [Implementation Guide](guides/authentication/ServerToServerAuthentication/implementation) |
40 | | - - [Migration Guide](guides/authentication/ServerToServerAuthentication/migration) |
41 | | - - [Migration FAQs](guides/authentication/ServerToServerAuthentication/faqs) |
42 | | - - [API Reference](guides/authentication/ServerToServerAuthentication/ims) |
43 | | - - [Service Account (JWT) credential](guides/authentication/JWT/) |
44 | | - - [Create a Public Key Certificate](guides/authentication/JWT/jwt-certificate) |
45 | | - - [JWT Metascopes](guides/authentication/JWT/scopes) |
46 | | - - [JWT Sample Code](guides/authentication/JWT/samples) |
47 | | - - [API Key Authentication](guides/authentication/APIKeyAuthentication/) |
48 | | - - [Tools](guides/authentication/Tools/) |
49 | | - - [OAuth 2.0 Playground](guides/authentication/Tools/o-auth-playground) |
50 | | - - [Postman](guides/authentication/Tools/postman) |
51 | | - - [Support](support/) |
52 | | - - [FAQ](support/faq) |
| 11 | + - [Developer Console](guides/index.md) |
| 12 | + - [Getting Started](guides/getting-started.md) |
| 13 | + - [Projects](guides/projects/index.md) |
| 14 | + - [Create an Empty Project](guides/projects/projects-empty.md) |
| 15 | + - [Create a Templated Project](guides/projects/projects-template.md) |
| 16 | + - [Projects Approval](guides/projects/approval.md) |
| 17 | + - [Beta Users](guides/projects/beta-users.md) |
| 18 | + - [Plugins](guides/plugins/index.md) |
| 19 | + - [Distribute a Plugin](guides/plugins/plugin-distribution.md) |
| 20 | + - [Update a Plugin](guides/plugins/plugin-update.md) |
| 21 | + - [Services](guides/services/index.md) |
| 22 | + - [Add API using OAuth Server-to-Server credential](guides/services/services-add-api-oauth-s2s.md) |
| 23 | + - [Add API using API Key credential](guides/services/services-add-api-key.md) |
| 24 | + - [Add API using OAuth User authentication credential](guides/services/services-add-api-oauth-user-authentication.md) |
| 25 | + - [Add Events](guides/services/services-add-event.md) |
| 26 | + - [Enable Runtime](guides/services/services-enable-runtime.md) |
| 27 | + - [Email Alerts](guides/email-alerts/index.md) |
| 28 | + - [Certificate Expiry](guides/email-alerts/cert-expiry.md) |
| 29 | + - [Credentials](guides/credentials.md) |
| 30 | + - [Insights](guides/insights.md) |
| 31 | + - [APIs and services](guides/apis-and-services.md) |
| 32 | + - [Public Profile](guides/public-profile.md) |
| 33 | + - [Quota](guides/quota.md) |
| 34 | + - [Authentication](guides/authentication/index.md) |
| 35 | + - [User Authentication](guides/authentication/UserAuthentication/index.md) |
| 36 | + - [Implementation Guide](guides/authentication/UserAuthentication/implementation.md) |
| 37 | + - [API Reference](guides/authentication/UserAuthentication/ims.md) |
| 38 | + - [Server to Server Authentication](guides/authentication/ServerToServerAuthentication/index.md) |
| 39 | + - [Implementation Guide](guides/authentication/ServerToServerAuthentication/implementation.md) |
| 40 | + - [Migration Guide](guides/authentication/ServerToServerAuthentication/migration.md) |
| 41 | + - [Migration FAQs](guides/authentication/ServerToServerAuthentication/faqs.md) |
| 42 | + - [API Reference](guides/authentication/ServerToServerAuthentication/ims.md) |
| 43 | + - [Service Account (JWT) credential](guides/authentication/JWT/index.md) |
| 44 | + - [Create a Public Key Certificate](guides/authentication/JWT/jwt-certificate.md) |
| 45 | + - [JWT Metascopes](guides/authentication/JWT/scopes.md) |
| 46 | + - [JWT Sample Code](guides/authentication/JWT/samples.md) |
| 47 | + - [API Key Authentication](guides/authentication/APIKeyAuthentication/index.md) |
| 48 | + - [Tools](guides/authentication/Tools/index.md) |
| 49 | + - [OAuth 2.0 Playground](guides/authentication/Tools/o-auth-playground.md) |
| 50 | + - [Postman](guides/authentication/Tools/postman.md) |
| 51 | + - [Support](support/index.md) |
| 52 | + - [FAQ](support/faq.md) |
0 commit comments