Skip to content

Commit 870ad93

Browse files
committed
fix: update project description and change package privacy setting
1 parent ec724ca commit 870ad93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

objectdocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"title": "ObjectDocs",
4-
"description": "Enterprise-grade low-code platform documentation",
4+
"description": "The Metadata-Driven Documentation Engine for the Low-Code Era.",
55
"url": "https://docs.objectstack.ai",
66
"favicon": "/favicon.ico"
77
},

packages/site/objectdocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"title": "ObjectDocs",
4-
"description": "Enterprise-grade low-code platform documentation",
4+
"description": "The Metadata-Driven Documentation Engine for the Low-Code Era.",
55
"url": "https://docs.objectstack.ai",
66
"favicon": "/favicon.ico"
77
},

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@objectdocs/site",
33
"version": "0.0.1",
4-
"private": true,
4+
"private": false,
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)