diff --git a/fern/pages/contribute/repos/doc-detective.md b/fern/pages/contribute/repos/doc-detective.md index 96f5065..48a791c 100644 --- a/fern/pages/contribute/repos/doc-detective.md +++ b/fern/pages/contribute/repos/doc-detective.md @@ -8,5 +8,7 @@ This monorepo contains: - The main CLI tool - [`doc-detective-common`](doc-detective-common): JSON schema definitions, schema validation logic, and path resolution logic (located in `src/common/`) +- Container configurations: Dockerfiles and build scripts for the official Docker images (located in `src/container/`) +- VS Code extension: The Doc Detective extension for Visual Studio Code (located in `src/vscode/`) This repo depends on [`doc-detective-core`](doc-detective-core) for the primary testing logic. diff --git a/fern/pages/contribute/repos/docker-image.md b/fern/pages/contribute/repos/docker-image.md index 23e6caa..a54f2c9 100644 --- a/fern/pages/contribute/repos/docker-image.md +++ b/fern/pages/contribute/repos/docker-image.md @@ -1,10 +1,10 @@ --- -title: docker-image (alpha) +title: docker-image (deprecated) --- -> This repo is in alpha. It's not ready for production use. +[`docker-image`](https://github.com/doc-detective/docker-image) is a Docker image that runs Doc Detective in a container. This repository is deprecated and archived—Docker image development is now in the main [`doc-detective`](doc-detective) repository under `src/container/`. -[`docker-image`](https://github.com/doc-detective/docker-image) runs Doc Detective in a container. While Doc Detective can run on most machines as-is, this Docker image simplifies installation and running Doc Detective on machines without Node.js or with heightened security requirements. +The Docker image simplifies installation and running Doc Detective on machines without Node.js or with heightened security requirements. ## What's included @@ -16,4 +16,4 @@ The Docker image includes: - **DITA-OT**: DITA Open Toolkit for DITA content transformation - **Java Runtime**: Required for DITA-OT operations -This repo depends on [`doc-detective`](doc-detective) for performing the tests. +To contribute to Docker image development, see the [`doc-detective`](doc-detective) repository.