Browse Source

Add description metatag

pull/988/head
Hsu Still 7 years ago
parent
commit
34b0f93602
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/docfx.json

+ 2
- 1
docs/docfx.json View File

@@ -39,8 +39,9 @@
], ],
"overwrite": "_overwrites/**/**.md", "overwrite": "_overwrites/**/**.md",
"globalMetadata": { "globalMetadata": {
"_description": "Home to technical documentation, API references, and examples of the cross-platform .NET library, Discord.Net."
"_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta", "_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
"_enableSearch": true
"_enableSearch": true,
}, },
"noLangKeyword": false, "noLangKeyword": false,
"xrefService": [ "xrefService": [


Loading…
Cancel
Save