@sarj/docs-ui 0.4.0 → 0.4.3
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/README.md +1 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!-- Generated by `code-standards maintain docs sync`; do not edit. -->
|
|
2
|
-
|
|
3
1
|
# @sarj/docs-ui
|
|
4
2
|
|
|
5
3
|
Shared Astro and Starlight reference UI for Sarj standards sites
|
|
@@ -23,4 +21,4 @@ Public exports:
|
|
|
23
21
|
- `@sarj/docs-ui/starlight.css`
|
|
24
22
|
- `@sarj/docs-ui/styles.css`
|
|
25
23
|
|
|
26
|
-
[Documentation](https://docs-ui.sarj.ai/) · [Source](https://github.com/sarj-ai/
|
|
24
|
+
[Documentation](https://docs-ui.sarj.ai/) · [Source](https://github.com/sarj-ai/docs-ui)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sarj/docs-ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"packageManager": "npm@12.0.2",
|
|
5
5
|
"description": "Shared Astro and Starlight reference UI for Sarj standards sites",
|
|
6
6
|
"type": "module",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "git+https://github.com/sarj-ai/
|
|
36
|
+
"url": "git+https://github.com/sarj-ai/docs-ui.git",
|
|
37
37
|
"directory": "packages/docs-ui"
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://docs-ui.sarj.ai/",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/sarj-ai/
|
|
41
|
+
"url": "https://github.com/sarj-ai/docs-ui/issues"
|
|
42
42
|
},
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"dependencies": {
|