@stacksjs/docs 0.74.27 → 0.74.29
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.d.ts +5 -0
- package/dist/meta.d.ts +23 -0
- package/package.json +5 -5
package/dist/index.d.ts
ADDED
package/dist/meta.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* CDN fonts and styles */
|
|
2
|
+
export declare const googleapis: 'https://fonts.googleapis.com';
|
|
3
|
+
export declare const gstatic: 'https://fonts.gstatic.com';
|
|
4
|
+
export declare const font: string;
|
|
5
|
+
/* BunPress head */
|
|
6
|
+
export declare const ogUrl: 'https://stacksjs.com/';
|
|
7
|
+
export declare const ogImage: string;
|
|
8
|
+
/* GitHub and social links */
|
|
9
|
+
export declare const github: 'https://github.com/stacksjs/stacks';
|
|
10
|
+
export declare const releases: 'https://github.com/stacksjs/stacks/releases';
|
|
11
|
+
export declare const contributing: 'https://github.com/stacksjs/stacks/blob/main/CONTRIBUTING.md';
|
|
12
|
+
export declare const discord: 'https://chat.stacksjs.com';
|
|
13
|
+
export declare const twitter: 'https://twitter.com/stacksjs';
|
|
14
|
+
/* Avatar/Image/Sponsors servers
|
|
15
|
+
* @defaultValue `[googleapis, gstatic]`
|
|
16
|
+
*/
|
|
17
|
+
export declare const preconnectLinks: unknown[];
|
|
18
|
+
/** @defaultValue `[googleapis, gstatic]` */
|
|
19
|
+
export declare const preconnectHomeLinks: unknown[];
|
|
20
|
+
/* PWA runtime caching urlPattern regular expressions */
|
|
21
|
+
export declare const pwaFontsRegex: RegExp;
|
|
22
|
+
export declare const pwaFontStylesRegex: RegExp;
|
|
23
|
+
export declare const githubusercontentRegex: unknown;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/docs",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.74.
|
|
5
|
+
"version": "0.74.29",
|
|
6
6
|
"description": "The Stacks way to document.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@stacksjs/bunpress": "^0.2.8",
|
|
61
|
-
"@stacksjs/config": "0.74.
|
|
62
|
-
"@stacksjs/path": "0.74.
|
|
61
|
+
"@stacksjs/config": "0.74.29",
|
|
62
|
+
"@stacksjs/path": "0.74.29"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@stacksjs/alias": "0.74.
|
|
66
|
-
"@stacksjs/server": "0.74.
|
|
65
|
+
"@stacksjs/alias": "0.74.29",
|
|
66
|
+
"@stacksjs/server": "0.74.29",
|
|
67
67
|
"better-dx": "^0.2.24"
|
|
68
68
|
}
|
|
69
69
|
}
|