mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-19 01:57:56 +08:00
Update the documentation pages
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Application permissions ">
|
<meta name="title" content="Application permissions ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -264,7 +264,7 @@ if (await manager.FindByClientIdAsync("console") == null)
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/configuration/application-permissions.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/configuration/application-permissions.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -290,8 +290,8 @@ if (await manager.FindByClientIdAsync("console") == null)
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
127
configuration/index.html
Normal file
127
configuration/index.html
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if IE]><![endif]-->
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<title>Configuration and settings </title>
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta name="title" content="Configuration and settings ">
|
||||||
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body data-spy="scroll" data-target="#affix">
|
||||||
|
<div id="wrapper">
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<a class="navbar-brand" href="../index.html">
|
||||||
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
|
<form class="navbar-form navbar-right" role="search" id="search">
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="subnav navbar navbar-default">
|
||||||
|
<div class="container hide-when-search" id="breadcrumb">
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div role="main" class="container body-content hide-when-search">
|
||||||
|
|
||||||
|
<div class="sidenav hide-when-search">
|
||||||
|
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||||
|
<div class="sidetoggle collapse" id="sidetoggle">
|
||||||
|
<div id="sidetoc"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="article row grid-right">
|
||||||
|
<div class="col-md-10">
|
||||||
|
<article class="content wrap" id="_content" data-uid="">
|
||||||
|
<h1 id="configuration-and-settings">Configuration and settings</h1>
|
||||||
|
|
||||||
|
<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.html">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.html">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></article>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hidden-sm col-md-2" role="complementary">
|
||||||
|
<div class="sideaffix">
|
||||||
|
<div class="contribution">
|
||||||
|
<ul class="nav">
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/configuration/index.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||||
|
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="grad-bottom"></div>
|
||||||
|
<div class="footer">
|
||||||
|
<div class="container">
|
||||||
|
<span class="pull-right">
|
||||||
|
<a href="#top">Back to top</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
@@ -15,7 +15,7 @@
|
|||||||
<link rel="stylesheet" href="../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -73,38 +73,14 @@
|
|||||||
|
|
||||||
<ul class="nav level1">
|
<ul class="nav level1">
|
||||||
<li>
|
<li>
|
||||||
<span class="expand-stub"></span>
|
<a href="index.html" name="" title="Introduction">Introduction</a>
|
||||||
<a>Guides</a>
|
</li>
|
||||||
|
|
||||||
<ul class="nav level2">
|
|
||||||
<li>
|
|
||||||
<a href="guide/index.html" name="" title="Introduction">Introduction</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="guide/getting-started.html" name="" title="Getting started">Getting started</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="guide/samples.html" name="" title="Samples">Samples</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="guide/migration.html" name="" title="Migration guide">Migration guide</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="guide/token-formats.html" name="" title="Understanding the different token formats">Understanding the different token formats</a>
|
|
||||||
</li>
|
|
||||||
</ul> </li>
|
|
||||||
<li>
|
<li>
|
||||||
<span class="expand-stub"></span>
|
<a href="token-setup-and-validation.html" name="" title="Token setup and API validation">Token setup and API validation</a>
|
||||||
<a>Configuration</a>
|
</li>
|
||||||
|
<li>
|
||||||
<ul class="nav level2">
|
<a href="application-permissions.html" name="" title="Application permissions">Application permissions</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="configuration/token-setup-and-validation.html" name="" title="Token setup and API validation">Token setup and API validation</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="configuration/application-permissions.html" name="" title="Application permissions">Application permissions</a>
|
|
||||||
</li>
|
|
||||||
</ul> </li>
|
|
||||||
</ul> </div>
|
</ul> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Token setup and validation ">
|
<meta name="title" content="Token setup and validation ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -423,7 +423,7 @@ public class MyController : Controller
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/configuration/token-setup-and-validation.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/configuration/token-setup-and-validation.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -449,8 +449,8 @@ public class MyController : Controller
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Getting started ">
|
<meta name="title" content="Getting started ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -244,7 +244,7 @@ using (var scope = app.ApplicationServices.CreateScope())
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/guide/getting-started.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/guide/getting-started.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -270,8 +270,8 @@ using (var scope = app.ApplicationServices.CreateScope())
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Introduction ">
|
<meta name="title" content="Introduction ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -91,7 +91,7 @@ with the power to control who can access your API and the information that is ex
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/guide/index.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/guide/index.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -117,8 +117,8 @@ with the power to control who can access your API and the information that is ex
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Migrate to OpenIddict RC3 ">
|
<meta name="title" content="Migrate to OpenIddict RC3 ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -530,7 +530,7 @@ controlling and limiting the OAuth2/OpenID Connect features a client application
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/guide/migration.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/guide/migration.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -556,8 +556,8 @@ controlling and limiting the OAuth2/OpenID Connect features a client application
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Samples ">
|
<meta name="title" content="Samples ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/guide/samples.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/guide/samples.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
128
guide/toc.html
Normal file
128
guide/toc.html
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if IE]><![endif]-->
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<title>Table of Content </title>
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<meta name="title" content="Table of Content ">
|
||||||
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body data-spy="scroll" data-target="#affix">
|
||||||
|
<div id="wrapper">
|
||||||
|
<header>
|
||||||
|
|
||||||
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<a class="navbar-brand" href="../index.html">
|
||||||
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
|
<form class="navbar-form navbar-right" role="search" id="search">
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="subnav navbar navbar-default">
|
||||||
|
<div class="container hide-when-search" id="breadcrumb">
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div role="main" class="container body-content hide-when-search">
|
||||||
|
<div class="article row grid">
|
||||||
|
<div class="col-md-10">
|
||||||
|
<article class="content wrap" id="_content" data-uid="">
|
||||||
|
<div id="sidetoggle">
|
||||||
|
<div>
|
||||||
|
<div class="sidefilter">
|
||||||
|
<form class="toc-filter">
|
||||||
|
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
||||||
|
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="sidetoc">
|
||||||
|
<div class="toc" id="toc">
|
||||||
|
|
||||||
|
<ul class="nav level1">
|
||||||
|
<li>
|
||||||
|
<a href="index.html" name="" title="Introduction">Introduction</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="getting-started.html" name="" title="Getting started">Getting started</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="samples.html" name="" title="Samples">Samples</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="migration.html" name="" title="Migration guide">Migration guide</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="token-formats.html" name="" title="Understanding the different token formats">Understanding the different token formats</a>
|
||||||
|
</li>
|
||||||
|
</ul> </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div></article>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hidden-sm col-md-2" role="complementary">
|
||||||
|
<div class="sideaffix">
|
||||||
|
<div class="contribution">
|
||||||
|
<ul class="nav">
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||||
|
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="grad-bottom"></div>
|
||||||
|
<div class="footer">
|
||||||
|
<div class="container">
|
||||||
|
<span class="pull-right">
|
||||||
|
<a href="#top">Back to top</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
@@ -10,12 +10,12 @@
|
|||||||
<meta name="title" content="Understanding the different token formats ">
|
<meta name="title" content="Understanding the different token formats ">
|
||||||
<meta name="generator" content="docfx 2.24.0.0">
|
<meta name="generator" content="docfx 2.24.0.0">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../favicon.ico">
|
<link rel="shortcut icon" href="../favicon.ico">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||||
<link rel="stylesheet" href="../../styles/docfx.css">
|
<link rel="stylesheet" href="../styles/docfx.css">
|
||||||
<link rel="stylesheet" href="../../styles/main.css">
|
<link rel="stylesheet" href="../styles/main.css">
|
||||||
<meta property="docfx:navrel" content="../../toc.html">
|
<meta property="docfx:navrel" content="../toc.html">
|
||||||
<meta property="docfx:tocrel" content="../toc.html">
|
<meta property="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../index.html">
|
||||||
<img id="logo" class="svg" src="../../logo.svg" alt="">
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="navbar">
|
<div class="collapse navbar-collapse" id="navbar">
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
<div class="contribution">
|
<div class="contribution">
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/docs/guide/token-formats.md/#L1" class="contribution-link">Improve this Doc</a>
|
<a href="https://github.com/openiddict/openiddict-documentation/blob/dev/guide/token-formats.md/#L1" class="contribution-link">Improve this Doc</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||||
<script type="text/javascript" src="../../styles/main.js"></script>
|
<script type="text/javascript" src="../styles/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -67,7 +67,7 @@
|
|||||||
<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="docs/guide/index.html">Introduction</a></strong></p>
|
<p><strong><a href="guide/index.html">Introduction</a></strong></p>
|
||||||
<p>Read an introduction on OpenIddict and the reason it was created.</p>
|
<p>Read an introduction on OpenIddict and the reason it was created.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<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="docs/guide/getting-started.html">Getting started</a></strong></p>
|
<p><strong><a href="guide/getting-started.html">Getting started</a></strong></p>
|
||||||
<p>Get started quickly by working through this step-by-step guide.</p>
|
<p>Get started quickly by working through this step-by-step guide.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
<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="docs/guide/samples.html">Samples</a></strong></p>
|
<p><strong><a href="guide/samples.html">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>
|
||||||
|
138
manifest.json
138
manifest.json
@@ -3,6 +3,54 @@
|
|||||||
"source_base_path": "C:/projects/openiddict-documentation",
|
"source_base_path": "C:/projects/openiddict-documentation",
|
||||||
"xrefmap": "xrefmap.yml",
|
"xrefmap": "xrefmap.yml",
|
||||||
"files": [
|
"files": [
|
||||||
|
{
|
||||||
|
"type": "Conceptual",
|
||||||
|
"source_relative_path": "configuration/application-permissions.md",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "configuration/application-permissions.html",
|
||||||
|
"hash": "bKUoTWvuQdArH/6SAvdCnw=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Conceptual",
|
||||||
|
"source_relative_path": "configuration/index.md",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "configuration/index.html",
|
||||||
|
"hash": "qF3RmMBpfcXNp5Ejs0whhQ=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Toc",
|
||||||
|
"source_relative_path": "configuration/toc.yml",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "configuration/toc.html",
|
||||||
|
"hash": "m67AAcKiDQVnxBgYAmTIUA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Conceptual",
|
||||||
|
"source_relative_path": "configuration/token-setup-and-validation.md",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "configuration/token-setup-and-validation.html",
|
||||||
|
"hash": "j2Rd3f4apImdla2dwzMPGA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "Conceptual",
|
"type": "Conceptual",
|
||||||
"source_relative_path": "docfx.console.2.24.0/content/api/index.md",
|
"source_relative_path": "docfx.console.2.24.0/content/api/index.md",
|
||||||
@@ -76,11 +124,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Conceptual",
|
"type": "Conceptual",
|
||||||
"source_relative_path": "docs/configuration/application-permissions.md",
|
"source_relative_path": "guide/getting-started.md",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "docs/configuration/application-permissions.html",
|
"relative_path": "guide/getting-started.html",
|
||||||
"hash": "MIDxJiBnduouBjs9QeRUKg=="
|
"hash": "0wyHg87zimUQBVUd+YBcoA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -88,11 +136,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Conceptual",
|
"type": "Conceptual",
|
||||||
"source_relative_path": "docs/configuration/token-setup-and-validation.md",
|
"source_relative_path": "guide/index.md",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "docs/configuration/token-setup-and-validation.html",
|
"relative_path": "guide/index.html",
|
||||||
"hash": "djMasJKU5uEA8Plrk5d1cQ=="
|
"hash": "RPB+31ltfkC/6PHrk4fVAQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -100,11 +148,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Conceptual",
|
"type": "Conceptual",
|
||||||
"source_relative_path": "docs/guide/getting-started.md",
|
"source_relative_path": "guide/migration.md",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "docs/guide/getting-started.html",
|
"relative_path": "guide/migration.html",
|
||||||
"hash": "G3s+Y2hNtiSrt13ggdV3TA=="
|
"hash": "pPtuiMkHHvw3DJVajS8QSw=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -112,47 +160,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Conceptual",
|
"type": "Conceptual",
|
||||||
"source_relative_path": "docs/guide/index.md",
|
"source_relative_path": "guide/samples.md",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "docs/guide/index.html",
|
"relative_path": "guide/samples.html",
|
||||||
"hash": "aqqwwaeXCfrrBXPsL7UcSw=="
|
"hash": "KV9on+AGPqCnWLmPoBs8iQ=="
|
||||||
}
|
|
||||||
},
|
|
||||||
"is_incremental": false,
|
|
||||||
"version": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Conceptual",
|
|
||||||
"source_relative_path": "docs/guide/migration.md",
|
|
||||||
"output": {
|
|
||||||
".html": {
|
|
||||||
"relative_path": "docs/guide/migration.html",
|
|
||||||
"hash": "W8f59OZF/uJTY6zZ8M48fg=="
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is_incremental": false,
|
|
||||||
"version": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Conceptual",
|
|
||||||
"source_relative_path": "docs/guide/samples.md",
|
|
||||||
"output": {
|
|
||||||
".html": {
|
|
||||||
"relative_path": "docs/guide/samples.html",
|
|
||||||
"hash": "TSCbeqzgTR4rwJIzWk9D0Q=="
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is_incremental": false,
|
|
||||||
"version": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Conceptual",
|
|
||||||
"source_relative_path": "docs/guide/token-formats.md",
|
|
||||||
"output": {
|
|
||||||
".html": {
|
|
||||||
"relative_path": "docs/guide/token-formats.html",
|
|
||||||
"hash": "nwWbgT85kFl1EQUgekgJBg=="
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -160,11 +172,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Toc",
|
"type": "Toc",
|
||||||
"source_relative_path": "docs/toc.yml",
|
"source_relative_path": "guide/toc.yml",
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "docs/toc.html",
|
"relative_path": "guide/toc.html",
|
||||||
"hash": "lv9Do47KycpxWdiyZbLKNw=="
|
"hash": "dFaJd5/AdBmX/LsgzYS1cg=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"is_incremental": false,
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Conceptual",
|
||||||
|
"source_relative_path": "guide/token-formats.md",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "guide/token-formats.html",
|
||||||
|
"hash": "8OgSEbqbIVV4B7bdPzjVeQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -176,7 +200,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "index.html",
|
"relative_path": "index.html",
|
||||||
"hash": "Vc9YNC/mkPQkU1G877oo3w=="
|
"hash": "1YD9m73tKl+jRwB6uIAnVg=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -188,7 +212,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "toc.html",
|
"relative_path": "toc.html",
|
||||||
"hash": "tlhe4LxQO0b94lLmCaKBZA=="
|
"hash": "8zBbcxLrM9ZNbv/ISAzFcQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
@@ -208,18 +232,18 @@
|
|||||||
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
||||||
"incrementalPhase": "build"
|
"incrementalPhase": "build"
|
||||||
},
|
},
|
||||||
"ResourceDocumentProcessor": {
|
"TocDocumentProcessor": {
|
||||||
"can_incremental": false,
|
"can_incremental": false,
|
||||||
"details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
||||||
"incrementalPhase": "build"
|
"incrementalPhase": "build"
|
||||||
},
|
},
|
||||||
"ConceptualDocumentProcessor": {
|
"ConceptualDocumentProcessor": {
|
||||||
"can_incremental": false,
|
"can_incremental": false,
|
||||||
"incrementalPhase": "build"
|
"incrementalPhase": "build"
|
||||||
},
|
},
|
||||||
"TocDocumentProcessor": {
|
"ResourceDocumentProcessor": {
|
||||||
"can_incremental": false,
|
"can_incremental": false,
|
||||||
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
"details": "Processor ResourceDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
|
||||||
"incrementalPhase": "build"
|
"incrementalPhase": "build"
|
||||||
},
|
},
|
||||||
"ManagedReferenceDocumentProcessor": {
|
"ManagedReferenceDocumentProcessor": {
|
||||||
|
5
toc.html
5
toc.html
@@ -73,7 +73,10 @@
|
|||||||
|
|
||||||
<ul class="nav level1">
|
<ul class="nav level1">
|
||||||
<li>
|
<li>
|
||||||
<a href="docs/guide/index.html" name="docs/toc.html" title="User guide">User guide</a>
|
<a href="guide/index.html" name="" title="User guides">User guides</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="configuration/index.html" name="" title="Configuration and settings">Configuration and settings</a>
|
||||||
</li>
|
</li>
|
||||||
</ul> </div>
|
</ul> </div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user