Update the documentation pages

This commit is contained in:
OpenIddict Bot 2021-01-13 06:09:51 +00:00
parent 4e9bc9adc3
commit 6d57c55802
3 changed files with 6 additions and 6 deletions

View File

@ -85,7 +85,7 @@ and starting in OpenIddict 3.0, <strong>any ASP.NET 4.x or OWIN application too<
<div class="col-md-4"> <div class="col-md-4">
<div class="panel panel-default" style="min-height: 120px;"> <div class="panel panel-default" style="min-height: 120px;">
<div class="panel-body"> <div class="panel-body">
<p><strong><a href="guide/samples.md">Samples</a></strong></p> <p><strong><a href="https://github.com/openiddict/openiddict-samples">Samples</a></strong></p>
<p>View samples implementing the various authorization flows.</p> <p>View samples implementing the various authorization flows.</p>
</div> </div>
</div> </div>

View File

@ -110,15 +110,12 @@
"version": "" "version": ""
}, },
{ {
"log_codes": [
"InvalidFileLink"
],
"type": "Conceptual", "type": "Conceptual",
"source_relative_path": "index.md", "source_relative_path": "index.md",
"output": { "output": {
".html": { ".html": {
"relative_path": "index.html", "relative_path": "index.html",
"hash": "mf66lbYDYJ1ueuRq2UsFNQ==" "hash": "Kbs+jJDnhfVRQiN6461RJw=="
} }
}, },
"is_incremental": false, "is_incremental": false,
@ -130,7 +127,7 @@
"output": { "output": {
".html": { ".html": {
"relative_path": "toc.html", "relative_path": "toc.html",
"hash": "c81Ur29RlisdhGArITEfFw==" "hash": "Z69MCVNfc1ygKvC6OWg2Ow=="
} }
}, },
"is_incremental": false, "is_incremental": false,

View File

@ -18,6 +18,9 @@
<li> <li>
<a href="configuration/index.html" name="" title="Configuration and settings">Configuration and settings</a> <a href="configuration/index.html" name="" title="Configuration and settings">Configuration and settings</a>
</li> </li>
<li>
<a href="https://github.com/openiddict/openiddict-samples" name="" title="Samples">Samples</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>