Skip to content

Commit 46e78be

Browse files
committed
fix: code checkin
1 parent 1e11398 commit 46e78be

File tree

6 files changed

+6268
-2563
lines changed

6 files changed

+6268
-2563
lines changed

docusaurus.config.ts

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import type * as Preset from "@docusaurus/preset-classic";
66

77
const config: Config = {
88
title: "Basit Jamil",
9-
tagline: "Dinosaurs are cool",
9+
tagline:
10+
"Code in Angular, AG Grid, .NET Core, GitHub, Azure DevOps, MS SQL, Redis, SignalR, RxJS, NgRx, Signals, NX, Tailwind, and More!",
1011
favicon: "img/favicon.ico",
1112

1213
// Set the production url of your site here
@@ -32,7 +33,54 @@ const config: Config = {
3233
defaultLocale: "en",
3334
locales: ["en"],
3435
},
35-
plugins: [require.resolve("docusaurus-lunr-search"), "plugin-image-zoom"],
36+
plugins: [
37+
require.resolve("docusaurus-lunr-search"),
38+
"plugin-image-zoom",
39+
[
40+
"@docusaurus/plugin-pwa",
41+
{
42+
debug: true,
43+
offlineModeActivationStrategies: [
44+
"appInstalled",
45+
"standalone",
46+
"queryString",
47+
],
48+
pwaHead: [
49+
{
50+
tagName: "link",
51+
rel: "icon",
52+
href: "/img/docusaurus.png",
53+
},
54+
{
55+
tagName: "link",
56+
rel: "manifest",
57+
href: "/manifest.json", // your PWA manifest
58+
},
59+
{
60+
tagName: "meta",
61+
name: "theme-color",
62+
content: "rgb(37, 194, 160)",
63+
},
64+
],
65+
},
66+
],
67+
68+
[
69+
"vercel-analytics",
70+
{
71+
debug: true,
72+
mode: "auto",
73+
},
74+
],
75+
[
76+
"rsdoctor",
77+
{
78+
rsdoctorOptions: {
79+
mode: "lite",
80+
},
81+
},
82+
],
83+
],
3684
presets: [
3785
[
3886
"classic",
@@ -65,7 +113,10 @@ const config: Config = {
65113
} satisfies Preset.Options,
66114
],
67115
],
68-
themes: ["@saucelabs/theme-github-codeblock"],
116+
themes: ["@docusaurus/theme-mermaid"],
117+
markdown: {
118+
mermaid: true,
119+
},
69120
themeConfig: {
70121
// Replace with your project's social card
71122
image: "img/docusaurus-social-card.jpg",

0 commit comments

Comments
 (0)