Skip to content

Commit d96fea2

Browse files
authored
Remove segment (#104)
1 parent df51d33 commit d96fea2

File tree

2 files changed

+4
-92
lines changed

2 files changed

+4
-92
lines changed

docusaurus.config.ts

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { themes as prismThemes } from 'prism-react-renderer';
2-
import { EnumChangefreq } from 'sitemap';
1+
import { themes as prismThemes } from "prism-react-renderer";
2+
import { EnumChangefreq } from "sitemap";
33

4-
import type * as Preset from '@docusaurus/preset-classic';
5-
import type { Config } from '@docusaurus/types';
4+
import type * as Preset from "@docusaurus/preset-classic";
5+
import type { Config } from "@docusaurus/types";
66

77
const baseUrl = "/";
88

@@ -97,7 +97,6 @@ const config: Config = {
9797
from: "/platforms/self-hosted-github",
9898
to: "/platforms/github-enterprise-server",
9999
},
100-
101100
],
102101
},
103102
],
@@ -148,10 +147,6 @@ const config: Config = {
148147
"https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js",
149148
"/docs/js/code-block-buttons.js",
150149
"https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js",
151-
{
152-
src: "/js/segment.js",
153-
async: false,
154-
},
155150
{
156151
src: "https://js.hs-scripts.com/43613284.js",
157152
type: "text/javascript",

static/js/segment.js

-83
This file was deleted.

0 commit comments

Comments
 (0)