Remopve Beta notice from docs

This commit is contained in:
headlessdev 2025-04-29 23:21:39 +02:00
parent fde06f0bcc
commit 10ad1e24fa
2 changed files with 2 additions and 6 deletions

View File

@ -4,10 +4,6 @@ The easiest way to install CoreControl is using Docker Compose. Follow these ste
## Docker Compose Installation ## 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. 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: 2. Create a file named `docker-compose.yml` with the following content:

View File

@ -1,12 +1,12 @@
{ {
"name": "docs", "name": "docs",
"version": "1.0.0", "version": "0.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "docs", "name": "docs",
"version": "1.0.0", "version": "0.0.2",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"vitepress": "^1.6.3" "vitepress": "^1.6.3"