diff --git a/docs/configuration/application-permissions.md b/configuration/application-permissions.md similarity index 100% rename from docs/configuration/application-permissions.md rename to configuration/application-permissions.md diff --git a/configuration/index.md b/configuration/index.md new file mode 100644 index 0000000..5c61331 --- /dev/null +++ b/configuration/index.md @@ -0,0 +1,20 @@ +# Configuration and settings + +
+
+
+
+

Application permissions

+

Learn how to leverage permissions to control the OIDC features a client is allowed to use.

+
+
+
+
+
+
+

Token setup and API validation

+

Learn how to change the default token format and register the API token validation components.

+
+
+
+
\ No newline at end of file diff --git a/configuration/toc.yml b/configuration/toc.yml new file mode 100644 index 0000000..7a9c7e9 --- /dev/null +++ b/configuration/toc.yml @@ -0,0 +1,8 @@ +- name: Introduction + href: index.md + +- name: Token setup and API validation + href: token-setup-and-validation.md + +- name: Application permissions + href: application-permissions.md \ No newline at end of file diff --git a/docs/configuration/token-setup-and-validation.md b/configuration/token-setup-and-validation.md similarity index 100% rename from docs/configuration/token-setup-and-validation.md rename to configuration/token-setup-and-validation.md diff --git a/docs/toc.yml b/docs/toc.yml deleted file mode 100644 index 72a360b..0000000 --- a/docs/toc.yml +++ /dev/null @@ -1,18 +0,0 @@ -- name: Guides - items: - - name: Introduction - href: guide/index.md - - name: Getting started - href: guide/getting-started.md - - name: Samples - href: guide/samples.md - - name: Migration guide - href: guide/migration.md - - name: Understanding the different token formats - href: guide/token-formats.md -- name: Configuration - items: - - name: Token setup and API validation - href: configuration/token-setup-and-validation.md - - name: Application permissions - href: configuration/application-permissions.md \ No newline at end of file diff --git a/docs/guide/getting-started.md b/guide/getting-started.md similarity index 100% rename from docs/guide/getting-started.md rename to guide/getting-started.md diff --git a/docs/guide/index.md b/guide/index.md similarity index 100% rename from docs/guide/index.md rename to guide/index.md diff --git a/docs/guide/migration.md b/guide/migration.md similarity index 100% rename from docs/guide/migration.md rename to guide/migration.md diff --git a/docs/guide/samples.md b/guide/samples.md similarity index 100% rename from docs/guide/samples.md rename to guide/samples.md diff --git a/guide/toc.yml b/guide/toc.yml new file mode 100644 index 0000000..e8fbc17 --- /dev/null +++ b/guide/toc.yml @@ -0,0 +1,14 @@ +- name: Introduction + href: index.md + +- name: Getting started + href: getting-started.md + +- name: Samples + href: samples.md + +- name: Migration guide + href: migration.md + +- name: Understanding the different token formats + href: token-formats.md \ No newline at end of file diff --git a/docs/guide/token-formats.md b/guide/token-formats.md similarity index 100% rename from docs/guide/token-formats.md rename to guide/token-formats.md diff --git a/index.md b/index.md index ae1ba2f..0f29bf3 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ OpenIddict aims at providing a **simple and easy-to-use solution** to implement
-

Introduction

+

Introduction

Read an introduction on OpenIddict and the reason it was created.

@@ -14,7 +14,7 @@ OpenIddict aims at providing a **simple and easy-to-use solution** to implement
-

Getting started

+

Getting started

Get started quickly by working through this step-by-step guide.

@@ -22,7 +22,7 @@ OpenIddict aims at providing a **simple and easy-to-use solution** to implement
-

Samples

+

Samples

View samples implementing the various authorization flows.

diff --git a/toc.yml b/toc.yml index f355d2c..84279c7 100644 --- a/toc.yml +++ b/toc.yml @@ -1,2 +1,5 @@ -- name: User guide - href: docs/ \ No newline at end of file +- name: User guides + href: guide/index.md + +- name: Configuration and settings + href: configuration/index.md \ No newline at end of file