@ampernic/vitepress-theme-alt-docs 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -29,7 +29,8 @@ export const Theme = {
|
|
|
29
29
|
"nav-bar-content-after": () => h(NolebaseEnhancedReadabilitiesMenu),
|
|
30
30
|
"nav-screen-content-after": () => h(NolebaseEnhancedReadabilitiesScreenMenu),
|
|
31
31
|
"sidebar-nav-before": () => h(ADProductsSidebar),
|
|
32
|
-
|
|
32
|
+
// Above the outline ("Оглавление"), per request.
|
|
33
|
+
"aside-outline-before": () => h(ExportButton)
|
|
33
34
|
}),
|
|
34
35
|
enhanceApp({ app, router, siteData }) {
|
|
35
36
|
installCrossSiteRouter(router, siteData);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ampernic/vitepress-theme-alt-docs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "Shared VitePress theme for ALT Linux documentation",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"author": "Ampernic",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"vitepress": "^1.0.0",
|
|
29
29
|
"vue": "^3.0.0",
|
|
30
|
-
"@ampernic/vitepress-plugin-export": "^0.1.
|
|
30
|
+
"@ampernic/vitepress-plugin-export": "^0.1.38"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@alt-gnome/markdown-it-custom-containers": "^1.0.0",
|
|
34
34
|
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.14.0",
|
|
35
35
|
"markdown-it-kbd": "^1.0.0",
|
|
36
36
|
"vitepress-plugin-tabs": "^0.6.0",
|
|
37
|
+
"@ampernic/vitepress-plugin-alt-docs-versioning": "0.1.9",
|
|
37
38
|
"@ampernic/vitepress-plugin-cross-site-router": "0.1.2",
|
|
38
|
-
"@ampernic/vitepress-plugin-alt-docs-versioning": "0.1.8",
|
|
39
39
|
"@ampernic/vitepress-plugin-pagefind": "0.1.8",
|
|
40
40
|
"@ampernic/vitepress-plugin-html-image": "0.1.2"
|
|
41
41
|
},
|