diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index d00670f..17c94e1 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -1,8 +1,8 @@
-import { themes as prismThemes } from 'prism-react-renderer';
-import { EnumChangefreq } from 'sitemap';
+import { themes as prismThemes } from "prism-react-renderer";
+import { EnumChangefreq } from "sitemap";
 
-import type * as Preset from '@docusaurus/preset-classic';
-import type { Config } from '@docusaurus/types';
+import type * as Preset from "@docusaurus/preset-classic";
+import type { Config } from "@docusaurus/types";
 
 const baseUrl = "/";
 
@@ -97,7 +97,6 @@ const config: Config = {
             from: "/platforms/self-hosted-github",
             to: "/platforms/github-enterprise-server",
           },
-          
         ],
       },
     ],
@@ -148,10 +147,6 @@ const config: Config = {
     "https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js",
     "/docs/js/code-block-buttons.js",
     "https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js",
-    {
-      src: "/js/segment.js",
-      async: false,
-    },
     {
       src: "https://js.hs-scripts.com/43613284.js",
       type: "text/javascript",
diff --git a/static/js/segment.js b/static/js/segment.js
deleted file mode 100644
index b8eb912..0000000
--- a/static/js/segment.js
+++ /dev/null
@@ -1,83 +0,0 @@
-!(function () {
-  var i = "analytics",
-    analytics = (window[i] = window[i] || []);
-  if (!analytics.initialize)
-    if (analytics.invoked)
-      window.console &&
-        console.error &&
-        console.error("Segment snippet included twice.");
-    else {
-      analytics.invoked = !0;
-      analytics.methods = [
-        "trackSubmit",
-        "trackClick",
-        "trackLink",
-        "trackForm",
-        "pageview",
-        "identify",
-        "reset",
-        "group",
-        "track",
-        "ready",
-        "alias",
-        "debug",
-        "page",
-        "screen",
-        "once",
-        "off",
-        "on",
-        "addSourceMiddleware",
-        "addIntegrationMiddleware",
-        "setAnonymousId",
-        "addDestinationMiddleware",
-        "register",
-      ];
-      analytics.factory = function (e) {
-        return function () {
-          if (window[i].initialized)
-            return window[i][e].apply(window[i], arguments);
-          var n = Array.prototype.slice.call(arguments);
-          if (
-            ["track", "screen", "alias", "group", "page", "identify"].indexOf(
-              e
-            ) > -1
-          ) {
-            var c = document.querySelector("link[rel='canonical']");
-            n.push({
-              __t: "bpc",
-              c: (c && c.getAttribute("href")) || void 0,
-              p: location.pathname,
-              u: location.href,
-              s: location.search,
-              t: document.title,
-              r: document.referrer,
-            });
-          }
-          n.unshift(e);
-          analytics.push(n);
-          return analytics;
-        };
-      };
-      for (var n = 0; n < analytics.methods.length; n++) {
-        var key = analytics.methods[n];
-        analytics[key] = analytics.factory(key);
-      }
-      analytics.load = function (key, n) {
-        var t = document.createElement("script");
-        t.type = "text/javascript";
-        t.async = !0;
-        t.setAttribute("data-global-segment-analytics-key", i);
-        t.src =
-          "https://cdn.segment.com/analytics.js/v1/" +
-          key +
-          "/analytics.min.js";
-        var r = document.getElementsByTagName("script")[0];
-        r.parentNode.insertBefore(t, r);
-        analytics._loadOptions = n;
-      };
-      analytics._writeKey = "IvcQvqtKQS24hYl0lkuvsfFSCpCse4F8";
-      analytics.SNIPPET_VERSION = "5.2.0";
-      analytics.load("IvcQvqtKQS24hYl0lkuvsfFSCpCse4F8");
-      analytics.page();
-    }
-})();