Tweak the documentation routes and revamp the menus

This commit is contained in:
Kévin Chalet
2018-09-13 13:48:01 +02:00
parent aedcc6a70a
commit 87725369a5
13 changed files with 50 additions and 23 deletions

20
configuration/index.md Normal file
View File

@@ -0,0 +1,20 @@
# Configuration and settings
<div class="row">
<div class="col-md-4">
<div class="panel panel-default" style="min-height: 120px;">
<div class="panel-body">
<p><strong><a href="application-permissions.md">Application permissions</a></strong></p>
<p>Learn how to leverage permissions to control the OIDC features a client is allowed to use.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default" style="min-height: 120px;">
<div class="panel-body">
<p><strong><a href="token-setup-and-validation.md">Token setup and API validation</a></strong></p>
<p>Learn how to change the default token format and register the API token validation components.</p>
</div>
</div>
</div>
</div>