@oneie/plugin-docs 0.1.2 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +20 -3
package/package.json CHANGED
@@ -1,8 +1,25 @@
1
1
  {
2
2
  "name": "@oneie/plugin-docs",
3
- "version": "0.1.2",
4
- "description": "ONE docs Astro content collection with sidebar nav, search, code blocks, and versioning",
3
+ "version": "0.1.3",
4
+ "description": "Astro integration that adds a documentation site sidebar navigation, search, code blocks and versioning.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
+ "keywords": [
7
+ "astro-integration",
8
+ "astro-component",
9
+ "astro",
10
+ "withastro",
11
+ "docs",
12
+ "documentation",
13
+ "content-collections",
14
+ "search",
15
+ "one"
16
+ ],
17
+ "homepage": "https://github.com/one-ie/one",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/one-ie/packages.git",
21
+ "directory": "plugin-docs"
22
+ },
6
23
  "type": "module",
7
24
  "main": "src/index.ts",
8
25
  "exports": {
@@ -15,7 +32,7 @@
15
32
  },
16
33
  "peerDependencies": {
17
34
  "astro": ">=6.0.0",
18
- "@oneie/frontend": "^0.1.1",
35
+ "@oneie/frontend": "^0.1.2",
19
36
  "react": ">=19.0.0"
20
37
  },
21
38
  "devDependencies": {