From 25c4c787e69605d5266ac2b1bd5ba87eb714c910 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 9 Jul 2024 09:08:43 -0500 Subject: [PATCH 1/2] GA trackingID adjustment --- docs/docusaurus.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ac7ef5a3..4b0ff68a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -2,8 +2,8 @@ // Note: type annotations allow type checking and IDEs autocompletion // Libraries that support mathematics in documentation -import rehypeKatex from 'rehype-katex'; -import remarkMath from 'remark-math'; +import rehypeKatex from "rehype-katex"; +import remarkMath from "remark-math"; // Options: https://github.com/FormidableLabs/prism-react-renderer/tree/master/src/themes const lightCodeTheme = require("prism-react-renderer").themes.github; @@ -54,7 +54,7 @@ const config = { // there will be a third one for real URLs. :) }, gtag: { - trackingID: 'G-G0XW52NM2K', + trackingID: "G-T3TVWD5269", }, blog: { showReadingTime: true, @@ -72,11 +72,11 @@ const config = { stylesheets: [ { - href: 'https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css', - type: 'text/css', + href: "https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css", + type: "text/css", integrity: - 'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM', - crossorigin: 'anonymous', + "sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM", + crossorigin: "anonymous", }, ], @@ -133,9 +133,9 @@ const config = { position: "right", }, { - to: 'blog', - label: 'Blog', - position: 'left', + to: "blog", + label: "Blog", + position: "left", }, ], }, From 611ebb798ab50d624f05d1d3e38220c2c84379c7 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 9 Jul 2024 09:28:56 -0500 Subject: [PATCH 2/2] formatting correction --- docs/docusaurus.config.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4b0ff68a..c2acbdd8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -2,8 +2,8 @@ // Note: type annotations allow type checking and IDEs autocompletion // Libraries that support mathematics in documentation -import rehypeKatex from "rehype-katex"; -import remarkMath from "remark-math"; +import rehypeKatex from 'rehype-katex'; +import remarkMath from 'remark-math'; // Options: https://github.com/FormidableLabs/prism-react-renderer/tree/master/src/themes const lightCodeTheme = require("prism-react-renderer").themes.github; @@ -54,7 +54,7 @@ const config = { // there will be a third one for real URLs. :) }, gtag: { - trackingID: "G-T3TVWD5269", + trackingID: 'G-T3TVWD5269', }, blog: { showReadingTime: true, @@ -72,11 +72,11 @@ const config = { stylesheets: [ { - href: "https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css", - type: "text/css", + href: 'https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css', + type: 'text/css', integrity: - "sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM", - crossorigin: "anonymous", + 'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM', + crossorigin: 'anonymous', }, ], @@ -133,9 +133,9 @@ const config = { position: "right", }, { - to: "blog", - label: "Blog", - position: "left", + to: 'blog', + label: 'Blog', + position: 'left', }, ], }, @@ -211,4 +211,4 @@ const config = { }), }; -module.exports = config; +module.exports = config; \ No newline at end of file