We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bb29c commit f838a51Copy full SHA for f838a51
sources/Website/docusaurus.config.ts
@@ -165,6 +165,7 @@ const config: Config = {
165
prism: {
166
theme: prismThemes.github,
167
darkTheme: prismThemes.dracula,
168
+ additionalLanguages: ["csharp"]
169
},
170
} satisfies Preset.ThemeConfig,
171
};
sources/Website/src/css/custom.css
@@ -295,13 +295,6 @@ ul ul .table-of-contents__link {
295
justify-content: center;
296
}
297
298
-/** Remove badge on desktop */
299
-@media (min-width: 997px) {
300
- .theme-doc-version-badge {
301
- display: none;
302
- }
303
-}
304
-
305
.link-list {
306
display: flex;
307
align-items: stretch;
0 commit comments