diff --git a/index.d.ts b/index.d.ts new file mode 100644 index 0000000..c00380e --- /dev/null +++ b/index.d.ts @@ -0,0 +1,4 @@ +declare module 'markdown-it' +declare module 'markdown-it-container' +declare module 'markdown-it-highlightjs' +declare module 'markdown-it-emoji' \ No newline at end of file diff --git a/package.json b/package.json index d64fa40..6ed87c5 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,14 @@ "@types/vue-router": "^2.0.0", "axios": "^0.21.1", "luxon": "^2.0.2", + "markdown-it": "^12.2.0", + "markdown-it-vue": "^1.1.6", "prismjs": "^1.24.1", "reflect-metadata": "^0.1.13", "sass": "^1.38.0", "sass-loader": "^12.1.0", "tailwindcss": "^2.2.7", - "typescript": "^4.3.5", + "typescript": "^4.4.3", "vue": "^3.0.5", "vue-prism-component": "^2.0.0", "vue-router": "4" @@ -28,8 +30,14 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.3.0", "@vue/compiler-sfc": "^3.0.5", + "markdown-it-anchor": "^8.3.1", + "markdown-it-container": "^3.0.0", + "markdown-it-emoji": "^2.0.0", + "markdown-it-highlightjs": "^3.5.0", + "markdown-it-toc-done-right": "^4.2.0", "vite": "^2.4.4", "vite-plugin-windicss": "^1.2.7", + "vue3-markdown-it": "^1.0.9", "windicss": "^3.1.7" } } diff --git a/src/assets/banner-discord-profil.jpg b/src/assets/banner-discord-profil.jpg new file mode 100644 index 0000000..75bffad Binary files /dev/null and b/src/assets/banner-discord-profil.jpg differ diff --git a/src/assets/discord-banner.jpg b/src/assets/discord-banner.jpg new file mode 100644 index 0000000..8e79b48 Binary files /dev/null and b/src/assets/discord-banner.jpg differ diff --git a/src/assets/logo-with-label.svg b/src/assets/logo-with-label.svg index 3964cc2..4978bb7 100644 --- a/src/assets/logo-with-label.svg +++ b/src/assets/logo-with-label.svg @@ -1,20 +1,84 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - FACTORY - - - - diff --git a/src/components/CodeDemo.vue b/src/components/CodeDemo.vue index 93133bf..f8aff1e 100644 --- a/src/components/CodeDemo.vue +++ b/src/components/CodeDemo.vue @@ -1,64 +1,74 @@
+
- - - + + + + +
\ No newline at end of file + diff --git a/src/components/CodeHighlight.vue b/src/components/CodeHighlight.vue deleted file mode 100644 index 74287a9..0000000 --- a/src/components/CodeHighlight.vue +++ /dev/null @@ -1,232 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/ColorContainer.vue b/src/components/ColorContainer.vue index f505610..d29cdf9 100644 --- a/src/components/ColorContainer.vue +++ b/src/components/ColorContainer.vue @@ -28,11 +28,11 @@
+ class="h-10 w-10 rounded-md" + :class="popover.color">

- {{ popover.color.replace(/-/g, '_').toUpperCase() }} + {{ popover.color.replace(/bg-/g, '').replace(/-/g, '_').toUpperCase() }}

diff --git a/src/components/Documentation.vue b/src/components/Documentation.vue index 0120f14..1545b1e 100644 --- a/src/components/Documentation.vue +++ b/src/components/Documentation.vue @@ -1,6 +1,6 @@