diff --git a/README.md b/README.md index d875566..691504f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker run --name=homebox \ --restart=always \ --publish=3100:7745 \ - ghcr.io/hay-kot/homebox:nightly + ghcr.io/hay-kot/homebox:latest ``` ## Credits diff --git a/docs/docs/import-csv.md b/docs/docs/import-csv.md index 32cf208..9c5e587 100644 --- a/docs/docs/import-csv.md +++ b/docs/docs/import-csv.md @@ -18,7 +18,7 @@ Import RefLocation Labels Quantity Name Description Insured Serial Number Model ``` !!! tip "Column Order" - Column headers are just there for reference, the important thing is that the order is correct. You can change the headers to anything you like. + Column headers are just there for reference, the important thing is that the order is correct. You can change the headers to anything you like, this behavior may change in the future. ## CSV Reference diff --git a/docs/docs/index.md b/docs/docs/index.md index 567d47d..8cc0a76 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -23,7 +23,7 @@ Homebox is the inventory and organization system built for the Home User! With a ## Project Status -Homebox is currently in early-active development and is currently in **preview** stage. This means that the project may still be unstable and clunky. Overall we are striving to not introduce any breaking changes and have checks in place to ensure migrations and upgrades are smooth. However, we do not guarantee that there will be no breaking changes. We will try to keep the documentation up to date as we make changes. +Homebox is currently in early-active development and is currently in **beta** stage. This means that the project may still be unstable and clunky. Overall we are striving to not introduce any breaking changes and have checks in place to ensure migrations and upgrades are smooth. However, we do not guarantee that there will be no breaking changes. We will try to keep the documentation up to date as we make changes. ## Features diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index 08eff5a..bad7bc4 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -8,7 +8,7 @@ Great for testing out the application, but not recommended for stable use. Check docker run --name=homebox \ --restart=always \ --publish=3100:7745 \ - ghcr.io/hay-kot/homebox:nightly + ghcr.io/hay-kot/homebox:latest ``` ## Docker-Compose @@ -17,7 +17,7 @@ docker run --name=homebox \ version: "3.4" services: homebox: - image: ghcr.io/hay-kot/homebox:nightly + image: ghcr.io/hay-kot/homebox:latest container_name: homebox restart: always environment: