diff --git a/index.html b/index.html index 26353e0..842067e 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ Minima -
+
diff --git a/package.json b/package.json index 3a5aad3..ee7d668 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,21 @@ "@types/vue-router": "^2.0.0", "@vueuse/core": "^7.5.5", "autoprefixer": "^10.4.2", - "daisyui": "^1.24.2", + "daisyui": "^1.25.4", "highlight.js": "^11.4.0", "marked": "^4.0.12", "nprogress": "^0.2.0", "postcss": "^8.4.5", "tailwindcss": "^3.0.17", + "theme-change": "^2.0.2", "vue": "^3.2.27", "vue-router": "^4.0.12" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.0.0", + "@tailwindcss/typography": "^0.5.1", "@typescript-eslint/eslint-plugin": "^5.1.0", "@typescript-eslint/parser": "^5.1.0", + "@vitejs/plugin-vue": "^2.0.0", "eslint": "^8.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-vue": "^7.20.0", @@ -39,4 +41,4 @@ "vue-eslint-parser": "^8.2.0", "vue-tsc": "^0.29.8" } -} \ No newline at end of file +} diff --git a/src/assets/intro.png b/src/assets/intro.png deleted file mode 100644 index 15b6cd3..0000000 Binary files a/src/assets/intro.png and /dev/null differ diff --git a/src/assets/router.png b/src/assets/router.png deleted file mode 100644 index 64754d5..0000000 Binary files a/src/assets/router.png and /dev/null differ diff --git a/src/assets/tailwind.css b/src/assets/tailwind.css deleted file mode 100644 index 9164544..0000000 --- a/src/assets/tailwind.css +++ /dev/null @@ -1,142 +0,0 @@ -@tailwind base; - -@layer base { - /* CSS: Tailwind preflight css */ - - ul, - h1, - h2, - h3, - p { - margin-inline-start: 0px; - margin-inline-end: 0px; - } - ul, - h3, - p { - margin-block-start: 1rem; - margin-block-end: 1rem; - } - ul { - list-style-position: inside; - list-style-type: disc; - padding-left: 2rem; - } - h1 { - font-size: 2rem; - margin-block-start: 0.67rem; - margin-block-end: 0.67rem; - } - h2 { - font-size: 1.5rem; - margin-block-start: 0.83rem; - margin-block-end: 0.83rem; - } - h3 { - font-size: 1.17rem; - font-weight: 600; - } - p { - display: block; - } - img, - svg { - display: inherit; - } - - /* CSS: Anchor link */ - - .anchor { - opacity: 0; - font-size: inherit; - } - h1:hover .anchor, - h2:hover .anchor, - h3:hover .anchor, - h4:hover .anchor, - h5:hover .anchor, - h6:hover .anchor { - opacity: 1; - } - - .code-img { - width: 45rem; - } - - .code-img1 { - width: 37rem; - } - - /* CSS: Markdown */ - - article a { - color: #35acf1; - } - article h1 { - font-weight: bold; - font-family: system-ui; - margin-top: 0.125rem; - border-bottom: 1px solid #383838; - } - article h2 { - font-weight: bold; - font-family: system-ui; - margin-top: 0.125rem; - border-bottom: 1px solid #383838; - } - pre { - background-color: #0f1624; - border-radius: 4px; - padding: 10px; - overflow-x: auto; - } - blockquote { - padding: 0 1rem; - border-left: 0.25rem solid black; - } - blockquote p { - margin: 0px; - } - blockquote { - border-left: 0.25rem solid white; - } - table { - border-collapse: collapse; - } - tr { - border: solid 1px black; - } - tr { - border: solid 1px white; - } - td { - border: solid 1px black; - } - td { - border: solid 1px white; - } - th { - border: solid 1px black; - } - th { - border: solid 1px white; - } - - /* CSS: CUSTOM SCROLLBAR */ - - ::-webkit-scrollbar { - width: 10px; - } - ::-webkit-scrollbar-track { - background: #191919; - } - ::-webkit-scrollbar-thumb { - background: #252525; - } - ::-webkit-scrollbar-thumb:hover { - background: #303030; - } -} - -@tailwind components; -@tailwind utilities; diff --git a/src/components/Hero.vue b/src/components/Hero.vue index 353b4c8..e524996 100644 --- a/src/components/Hero.vue +++ b/src/components/Hero.vue @@ -9,14 +9,14 @@ export default defineComponent({

The framework - to scale + to scale

Documentation Get Started diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index ee20135..1aa3f74 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -1,127 +1,111 @@ + + - - diff --git a/src/components/WhatsNew.vue b/src/components/WhatsNew.vue index c8b3ebc..e2fde01 100644 --- a/src/components/WhatsNew.vue +++ b/src/components/WhatsNew.vue @@ -7,13 +7,13 @@ export default defineComponent({ - - diff --git a/src/pages/docs/[docs].vue b/src/pages/docs/[docs].vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/docs/index.vue b/src/pages/docs/index.vue deleted file mode 100644 index 176f4b7..0000000 --- a/src/pages/docs/index.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/src/pages/docs/main/func/[func].vue b/src/pages/docs/main/func/[func].vue new file mode 100644 index 0000000..34462b5 --- /dev/null +++ b/src/pages/docs/main/func/[func].vue @@ -0,0 +1,163 @@ + + + + diff --git a/src/pages/docs/main/index.vue b/src/pages/docs/main/index.vue new file mode 100644 index 0000000..bd10b8a --- /dev/null +++ b/src/pages/docs/main/index.vue @@ -0,0 +1,113 @@ + + + + diff --git a/src/pages/docs/main/struct/[struct].vue b/src/pages/docs/main/struct/[struct].vue new file mode 100644 index 0000000..775204f --- /dev/null +++ b/src/pages/docs/main/struct/[struct].vue @@ -0,0 +1,249 @@ + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index 78f47c5..1a51c68 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,5 +1,5 @@