Update the documentation pages

This commit is contained in:
OpenIddict Bot
2020-11-15 03:36:01 +00:00
parent a8707148bf
commit 9fa1357b89
2 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@
<article class="content wrap" id="_content" data-uid=""> <article class="content wrap" id="_content" data-uid="">
<h1 id="security-policy">Security policy</h1> <h1 id="security-policy">Security policy</h1>
<p>Security issues and bugs should be reported privately by emailing contact@kevinchalet.com. <p>Security issues and bugs should be reported privately by emailing security@openiddict.com.
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.</p> You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.</p>
<p>Please do not open GitHub issues for anything you think might have a security implication.</p> <p>Please do not open GitHub issues for anything you think might have a security implication.</p>
</article> </article>

View File

@@ -9,7 +9,7 @@
"output": { "output": {
".html": { ".html": {
"relative_path": "SECURITY.html", "relative_path": "SECURITY.html",
"hash": "OW9McnFWKUxTK0F2MlvlvA==" "hash": "ytQTYA8d9ZPBgJ/Rr2o/7A=="
} }
}, },
"is_incremental": false, "is_incremental": false,
@@ -174,18 +174,18 @@
"full_build_reason_code": "NoAvailableBuildCache" "full_build_reason_code": "NoAvailableBuildCache"
}, },
"processors": { "processors": {
"ConceptualDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 10,
"skipped_file_count": 0
},
"TocDocumentProcessor": { "TocDocumentProcessor": {
"can_incremental": false, "can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", "details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build", "incrementalPhase": "build",
"total_file_count": 0, "total_file_count": 0,
"skipped_file_count": 0 "skipped_file_count": 0
},
"ConceptualDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 10,
"skipped_file_count": 0
} }
} }
}, },