File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed
Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,18 @@ Documentation for the [Docker Stack Deploy Action](https://github.com/cssnr/stac
1818
1919These [ docs] ( docs ) are ** written in plain text** using Markdown and built with [ VitePress] ( https://vitepress.dev/ ) .
2020
21- | Location | Description |
22- | ---------------------------------------------- | ------------------------------------ |
23- | [ docs] ( docs ) | Documentation Root (Markdown files). |
24- | [ docs/public] ( docs/public ) | Static Root (copied to docs root). |
25- | [ .vitepress] ( .vitepress ) | VitePress Configuration Root. |
26- | [ .vitepress/config.mts] ( .vitepress/config.mts ) | VitePress Configuration File. |
21+ | Location | Description |
22+ | ------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
23+ | [ docs] ( docs ) | Documentation Root (Markdown files) |
24+ | [ docs/public] ( docs/public ) | Static Root (copied to docs root) |
25+ | [ docs/index.md] ( docs/index.md ) | Special [ VitePress Home Page] ( https://vitepress.dev/reference/default-theme-home-page ) |
26+ | [ .vitepress] ( .vitepress ) | VitePress Configuration Root |
27+ | [ .vitepress/config.mts] ( .vitepress/config.mts ) | VitePress Configuration File |
28+ | [ .vitepress/theme] ( .vitepress/theme ) | VitePress Custom Theme Root |
29+ | [ .vitepress/theme/index.js] ( .vitepress/theme/index.js ) | VitePress Custom Theme File |
30+ | [ .vitepress/theme/custom.css] ( .vitepress/theme/custom.css ) | VitePress Global CSS File |
31+ | [ .vitepress/theme/components] ( .vitepress/theme/components ) | VitePress Components Root |
32+ | [ @components/StackTable .vue] ( .vitepress/theme/components/StackTable.vue ) | StackTable Component |
2733
2834## Development
2935
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ None of these actions have been tested. This is an exhaustive list of published
3333❌ - Only Run, Pull, etc.
3434:::
3535
36+ <!-- suppress ES6UnusedImports -->
3637<script setup >
3738import { repos } from ' ../../.vitepress/vars.js'
3839</script >
Original file line number Diff line number Diff line change 1010 "postinstall" : " npm run get-contributors"
1111 },
1212 "dependencies" : {
13- "@cssnr/vitepress-plugin-contributors" : " ^0.0.3 " ,
13+ "@cssnr/vitepress-plugin-contributors" : " ^0.0.4 " ,
1414 "@cssnr/vitepress-plugin-copybutton" : " ^0.0.2" ,
1515 "vitepress" : " ^1.6.4" ,
1616 "vitepress-plugin-group-icons" : " ^1.6.3"
You can’t perform that action at this time.
0 commit comments