@stacksjs/docs 0.70.88 → 0.70.91

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +5 -5
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // @bun
2
+ import{docs as q}from"@stacksjs/config";import{path as b}from"@stacksjs/path";var y="https://fonts.googleapis.com",z="https://fonts.gstatic.com",B="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap",C="https://stacksjs.com/",E="https://stacksjs.com/og.png",F="https://github.com/stacksjs/stacks",G="https://github.com/stacksjs/stacks/releases",H="https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md",I="https://chat.stacksjs.com",J="https://twitter.com/stacksjs",K=["https://fonts.googleapis.com","https://fonts.gstatic.com"],L=["https://fonts.googleapis.com","https://fonts.gstatic.com"],N=new RegExp("^https://fonts.googleapis.com/.*","i"),O=new RegExp("^https://fonts.gstatic.com/.*","i"),Q=/^https:\/\/((i.ibb.co)|((raw|user-images).githubusercontent.com))\/.*/i;var v={docsDir:b.projectPath("docs"),outDir:b.frameworkPath("docs/dist")},U={...v,...q};export{J as twitter,G as releases,N as pwaFontsRegex,O as pwaFontStylesRegex,K as preconnectLinks,L as preconnectHomeLinks,C as ogUrl,E as ogImage,z as gstatic,y as googleapis,Q as githubusercontentRegex,F as github,v as frameworkDefaults,B as font,U as docsConfig,I as discord,H as contributing};
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.88",
5
+ "version": "0.70.91",
6
6
  "description": "The Stacks way to document.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -55,10 +55,10 @@
55
55
  "@stacksjs/bunpress": "^0.1.12"
56
56
  },
57
57
  "devDependencies": {
58
- "@stacksjs/alias": "0.70.88",
59
- "@stacksjs/config": "0.70.88",
58
+ "@stacksjs/alias": "0.70.91",
59
+ "@stacksjs/config": "0.70.91",
60
60
  "better-dx": "^0.2.16",
61
- "@stacksjs/path": "0.70.88",
62
- "@stacksjs/server": "0.70.88"
61
+ "@stacksjs/path": "0.70.91",
62
+ "@stacksjs/server": "0.70.91"
63
63
  }
64
64
  }