Skip to content

Commit

Permalink
feat: migrate to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jun 5, 2024
1 parent 6ab0308 commit 293cd2d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
description: "The Documentation about Semantic HTML",

themeConfig: {
minimal: true,
author: "Semantic HTML Documentation",
nav: {
show: false,
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Aplos from "aplos/minimal/Layout.vue";
import Aplos from "aplos/Layout.vue";
import type { Theme } from "vitepress";
import "aplos/minimal";
import "aplos";
import "./custom.scss";

export default {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"aplos": "^1.6.0"
"aplos": "2.0.2"
},
"devDependencies": {
"sass": "^1.77.2",
Expand Down
29 changes: 18 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 293cd2d

Please sign in to comment.