Browse Source

Update DescriptionGenerator

...And update color to suit the logo better
pull/1379/head
Still Hsu 6 years ago
parent
commit
b9827638fb
No known key found for this signature in database GPG Key ID: C176DD7907FF62A7
2 changed files with 1 additions and 1 deletions
  1. BIN
      docs/_template/description-generator/plugins/DocFX.Plugin.DescriptionGenerator.dll
  2. +1
    -1
      docs/_template/light-dark-theme/partials/head.tmpl.partial

BIN
docs/_template/description-generator/plugins/DocFX.Plugin.DescriptionGenerator.dll View File


+ 1
- 1
docs/_template/light-dark-theme/partials/head.tmpl.partial View File

@@ -12,7 +12,7 @@
<meta property="og:site_name" content="Discord.Net Docs">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/discord-net/Discord.Net/docs/marketing/logo/PackageLogo.png">
<meta property="og:image:alt" content="Discord.Net Logo">
<meta name="theme-color" content="#68217a"/>
<meta name="theme-color" content="#995EA7"/>
<meta name="generator" content="docfx {{_docfxVersion}}">
<meta property="docfx:navrel" content="{{_navRel}}">
<meta property="docfx:tocrel" content="{{_tocRel}}">


Loading…
Cancel
Save