Skip to content

Commit d4da2ed

Browse files
committed
docs: update project description for clarity and focus
- Revised the project description in package.json to better reflect its purpose as a static documentation generator that transforms Markdown files into professional documentation sites.
1 parent 378b837 commit d4da2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@riligar/knowledge",
33
"version": "1.12.1",
4-
"description": "A modern, open-source documentation platform that transforms how teams create, organize, and share knowledge.",
4+
"description": "Knowledge is a modern static documentation generator that transforms Markdown files into professional documentation sites.",
55
"main": "index.ts",
66
"type": "module",
77
"bin": {
@@ -76,4 +76,4 @@
7676
"@semantic-release/github": "^11.0.0",
7777
"@semantic-release/npm": "^12.0.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)