diff --git a/.gitignore b/.gitignore index bb0452c..4658d92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .next node_modules out -build/ \ No newline at end of file +build/ +.docusaurus/ \ No newline at end of file diff --git a/docs/ingredients/_category_.json b/docs/ingredients/_category_.json index 4b0e4fb..72fd4c9 100644 --- a/docs/ingredients/_category_.json +++ b/docs/ingredients/_category_.json @@ -3,6 +3,6 @@ "position": 2.5, "link": { "type": "generated-index", - "description": "Examples of different functionality in Behavior scripts." + "description": "Example Behavior scripts showcasing various functionality." } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5713a39..99673ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "tmp-dreamlab-docs", + "name": "dreamlab-docs", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "tmp-dreamlab-docs", + "name": "dreamlab-docs", "version": "0.0.0", "dependencies": { "@docusaurus/core": "3.5.2", diff --git a/package.json b/package.json index bf89135..b7b9cb1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tmp-dreamlab-docs", + "name": "dreamlab-docs", "version": "0.0.0", "private": true, "scripts": {