From 10ad1e24fa9c0ef7b1a685090eaff978d47f4f0a Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 29 Apr 2025 23:21:39 +0200 Subject: [PATCH] Remopve Beta notice from docs --- docs/installation.md | 4 ---- docs/package-lock.json | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 5d802c6..54d65ea 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,10 +4,6 @@ The easiest way to install CoreControl is using Docker Compose. Follow these ste ## Docker Compose Installation -::: danger -CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time. -::: - 1. Make sure [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) are installed on your system. 2. Create a file named `docker-compose.yml` with the following content: diff --git a/docs/package-lock.json b/docs/package-lock.json index 5068ba0..2c25b5f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "docs", - "version": "1.0.0", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docs", - "version": "1.0.0", + "version": "0.0.2", "license": "ISC", "devDependencies": { "vitepress": "^1.6.3"