From 8e76f5160f3234181ff5f9e048684b6c18fd6dd0 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 04:39:01 +0000 Subject: [PATCH 1/2] Update contributor docs to reflect Docker consolidation into main repo --- fern/pages/contribute/repos/doc-detective.md | 1 + fern/pages/contribute/repos/docker-image.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fern/pages/contribute/repos/doc-detective.md b/fern/pages/contribute/repos/doc-detective.md index 96f5065..824d692 100644 --- a/fern/pages/contribute/repos/doc-detective.md +++ b/fern/pages/contribute/repos/doc-detective.md @@ -8,5 +8,6 @@ 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/`) 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. From 42e70462dd8dcb5b6cb27b4e421e8ad6040d7dbb Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:49:05 +0000 Subject: [PATCH 2/2] Sync documentation updates --- fern/pages/contribute/repos/doc-detective.md | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/pages/contribute/repos/doc-detective.md b/fern/pages/contribute/repos/doc-detective.md index 824d692..48a791c 100644 --- a/fern/pages/contribute/repos/doc-detective.md +++ b/fern/pages/contribute/repos/doc-detective.md @@ -9,5 +9,6 @@ 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.