Skip to content

Commit bee92dc

Browse files
committed
refactor: Remove redundant configurations and dependencies
1 parent f931678 commit bee92dc

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig } from "vitepress";
44

55
// markdown
66
import MarkdownItImplicitFigures from "markdown-it-implicit-figures";
7-
import MarkdownItPlantuml from "markdown-it-plantuml";
87

98
export default defineConfig({
109

@@ -97,23 +96,6 @@ export default defineConfig({
9796
md.use(MarkdownItImplicitFigures, {
9897
figcaption: true,
9998
});
100-
md.use(MarkdownItPlantuml, {
101-
//imageFormat: 'png'
102-
});
103-
// https://github.com/gmunguia/markdown-it-plantuml/issues/35
104-
md.use(MarkdownItPlantuml, {
105-
openMarker: "```plantuml",
106-
closeMarker: "```",
107-
diagramName: "uml",
108-
imageFormat: "svg",
109-
});
110-
// Textik https://textik.com/
111-
md.use(MarkdownItPlantuml, {
112-
openMarker: "```ditaa",
113-
closeMarker: "```",
114-
diagramName: "ditaa",
115-
imageFormat: "png",
116-
});
11799
},
118100
},
119101

packages/documentation/package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/documentation/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@
2929
"serve-docs": "npm run build && npm run preview"
3030
},
3131
"dependencies": {
32-
"@types/markdown-it-plantuml": "^1.4.5",
3332
"@types/node": "^22.5.1",
3433
"@ui5/webcomponents": "^2.1.2",
3534
"autoprefixer": "^10.4.20",
3635
"cssnano": "^7.0.5",
3736
"markdown-it-implicit-figures": "^0.12.0",
3837
"markdown-it-link-attributes": "^4.0.1",
39-
"markdown-it-plantuml": "^1.4.1",
4038
"postcss": "^8.4.41",
4139
"tailwindcss": "^3.4.10",
4240
"vitepress": "^1.3.4",

0 commit comments

Comments
 (0)