* docs: adjust wording of ActivityType.Watching enum Adjusts the xmldoc summary wording of the ActivityType.Watching enum to fix a wording issue. * Add D.NET Logo to Open Graph meta tags * Update DescriptionGenerator ...And update color to suit the logo better * Disable smooth scrolling due to user complaints * Remove unnecessary spacing in sideaffix * Update footer version * Remove featherlight plugin As it is unnecessary and can break image tags * Adjust wordings regarding safe-handling of secrets * Fix formatting for first bot token sample * Add badges to homepage * Minor wording fixes on terminal * Update to higher quality PNG * Add Discord.Net.Example in sln for build validation * Clarify all instances of IAsnycEnumerable * Clarify overridden props in SocketNewsChannel * Add returns and params docs for SyncPermissionsAsync * Remove/fix invalid XMLdoc strings * Remove AppVeyor and add GitHub badge
34 lines
2.3 KiB
Plaintext
34 lines
2.3 KiB
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta property="og:title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
|
|
{{#_description}}<meta property="og:description" content="{{_description}}">{{/_description}}
|
|
<meta property="og:locale" content="en-us">
|
|
<meta property="og:type" content="website">
|
|
<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="#995EA7"/>
|
|
<meta name="generator" content="docfx {{_docfxVersion}}">
|
|
<meta property="docfx:navrel" content="{{_navRel}}">
|
|
<meta property="docfx:tocrel" content="{{_tocRel}}">
|
|
<meta id="docfx-style:rel" content="{{_rel}}">
|
|
<link rel="preload" href="{{_rel}}styles/search-worker.js" as="script">
|
|
<link rel="preload" href="{{_rel}}fonts/glyphicons-halflings-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
|
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.minify.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/master.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/main.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/material.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/theme-switcher.css">
|
|
<link href="https://cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.css" type="text/css" rel="stylesheet" />
|
|
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
|
|
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
|
|
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
|
|
</head>
|