Browse Source

Merge pull request #13538 from abpframework/Fix-doc-nav.json

Docs: Fix syntax error in doc-nav.json
pull/13523/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
83bb838ebc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      docs/en/docs-nav.json

11
docs/en/docs-nav.json

@ -1322,11 +1322,12 @@
},
{
"text": "OpenIddict",
"items": [
{
"text": "OpenIddict Migration Guide",
"path": "Migration-Guides/OpenIddict-Step-by-Step.md"
}
"items": [
{
"text": "OpenIddict Migration Guide",
"path": "Migration-Guides/OpenIddict-Step-by-Step.md"
}
],
"path": "Modules/OpenIddict.md"
},
{

Loading…
Cancel
Save