@stacksjs/docs 0.70.9 → 0.70.11
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.js +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{alias as a}from"@stacksjs/alias";import{kolorist as s}from"@stacksjs/cli";import{docs as c}from"@stacksjs/config";import{path as e}from"@stacksjs/path";import{server as d}from"@stacksjs/server";import{withPwa as g}from"@vite-pwa/vitepress";import{defineConfig as m}from"vitepress";var i="0.70.
|
|
2
|
+
import{alias as a}from"@stacksjs/alias";import{kolorist as s}from"@stacksjs/cli";import{docs as c}from"@stacksjs/config";import{path as e}from"@stacksjs/path";import{server as d}from"@stacksjs/server";import{withPwa as g}from"@vite-pwa/vitepress";import{defineConfig as m}from"vitepress";var i="0.70.11";import{docs as t}from"@stacksjs/config";import{frameworkPath as o}from"@stacksjs/path";var r={outDir:o("docs/dist"),registerType:"autoUpdate",strategies:"injectManifest",srcDir:o("docs/.vitepress"),filename:"sw.ts",injectRegister:"inline",manifest:{id:"/",name:t.title,short_name:t.title,description:t.description,theme_color:"#ffffff",start_url:"/",lang:"en-US",dir:"ltr",orientation:"natural",display:"standalone",display_override:["window-controls-overlay"],categories:["development","developer tools"],icons:[{src:"/pwa-64x64.png",sizes:"64x64",type:"image/png"},{src:"/pwa-192x192.png",sizes:"192x192",type:"image/png"},{src:"/pwa-512x512.png",sizes:"512x512",type:"image/png",purpose:"any"},{src:"/maskable-icon.png",sizes:"512x512",type:"image/png",purpose:"maskable"}],edge_side_panel:{preferred_width:480},screenshots:[{src:"og.png",sizes:"1281x641",type:"image/png",label:"Screenshot of Stacks"}]},injectManifest:{globPatterns:["**/*.{css,js,html,svg,png,ico,txt,woff2}","hashmap.json"],globIgnores:["og-*.{png,jpg,jpeg}"]}};var w="https://fonts.googleapis.com",j="https://fonts.gstatic.com",x="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap",v="https://stacksjs.org/",_="https://stacksjs.org/og.png",z="https://github.com/stacksjs/stacks",D="https://github.com/stacksjs/stacks/releases",M="https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md",E="https://chat.stacksjs.org",O="https://twitter.com/stacksjs",S=["https://fonts.googleapis.com","https://fonts.gstatic.com"],B=["https://fonts.googleapis.com","https://fonts.gstatic.com"],I=new RegExp("^https://fonts.googleapis.com/.*","i"),R=new RegExp("^https://fonts.gstatic.com/.*","i"),U=/^https:\/\/((i.ibb.co)|((raw|user-images).githubusercontent.com))\/.*/i;import{transformerTwoslash as q}from"@shikijs/vitepress-twoslash";import C from"@shikijs/vitepress-twoslash/client";var u={base:"/docs/",cleanUrls:!0,srcDir:e.projectPath("docs"),outDir:e.storagePath("framework/docs"),cacheDir:e.storagePath("framework/cache/docs"),assetsDir:"/assets",vite:{envDir:e.projectPath(),envPrefix:"FRONTEND_",server:d({type:"docs"}),resolve:{alias:a},plugins:[{name:"stacks-plugin",configureServer(p){p.printUrls=()=>{console.log(` ${s.blue(s.bold("STACKS"))} ${s.blue(i)}`),console.log(` ${s.green("\u279C")} ${s.bold("Docs")}: ${s.green("https://stacks.localhost/docs")}`),console.log(` ${s.green("\u279C")} ${s.bold("Temp URL")}: ${s.green("http://stacksjs.test:3000")}`)}}}]},pwa:r},l={...u,...c},h=g(m(l)),ss=h;export{O as twitter,q as transformerTwoslash,D as releases,I as pwaFontsRegex,R as pwaFontStylesRegex,r as pwaDocs,S as preconnectLinks,B as preconnectHomeLinks,v as ogUrl,_ as ogImage,j as gstatic,w as googleapis,U as githubusercontentRegex,z as github,u as frameworkDefaults,x as font,E as discord,ss as default,M as contributing,C as TwoSlashFloatingVue};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.11",
|
|
5
5
|
"description": "The Stacks way to document.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"unocss": "^66.0.0",
|
|
42
42
|
"unplugin-icons": "^22.1.0",
|
|
43
43
|
"unplugin-vue-components": "^28.4.1",
|
|
44
|
-
"vite-plugin-pwa": "^0.21.
|
|
44
|
+
"vite-plugin-pwa": "^0.21.2",
|
|
45
45
|
"vitepress": "1.6.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@stacksjs/alias": "0.70.
|
|
49
|
-
"@stacksjs/config": "0.70.
|
|
50
|
-
"@stacksjs/development": "0.70.
|
|
51
|
-
"@stacksjs/path": "0.70.
|
|
52
|
-
"@stacksjs/server": "0.70.
|
|
48
|
+
"@stacksjs/alias": "0.70.10",
|
|
49
|
+
"@stacksjs/config": "0.70.10",
|
|
50
|
+
"@stacksjs/development": "0.70.10",
|
|
51
|
+
"@stacksjs/path": "0.70.10",
|
|
52
|
+
"@stacksjs/server": "0.70.10"
|
|
53
53
|
}
|
|
54
54
|
}
|