-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87958a0
commit 67efcce
Showing
20 changed files
with
35 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
import { VPCarbon } from 'vitepress-carbon' | ||
export default VPCarbon | ||
|
||
// uncomment to test CSS variables override | ||
// import './override.css' | ||
export default VPCarbon |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
declare module 'vitepress-carbon/config' { | ||
import { UserConfig } from 'vitepress' | ||
const config: () => Promise<UserConfig> | ||
export default config | ||
} | ||
import { UserConfig } from 'vitepress' | ||
const config: () => Promise<UserConfig> | ||
export default config | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
{ | ||
"type": "module", | ||
"name": "vitepress-carbon-template", | ||
"version": "0.0.1", | ||
"description": "VitePress Carbon Template", | ||
"scripts": { | ||
"dev": "vitepress", | ||
"dev": "vitepress dev", | ||
"build": "vitepress build", | ||
"preview": "vitepress preview" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.7", | ||
"vitepress-carbon": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^20.10.1", | ||
"terser": "^5.14.2" | ||
"vitepress-carbon": "1.0.2" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.