From c5149972b78607dc746eb81b6e7cdcbbdcf22048 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 15 Jul 2024 13:26:06 -0700 Subject: [PATCH] Replace url link to the devcontainer setup docs with a stubbed md file --- docs/source/devcontainer.md | 25 +++++++++++++++++++++++++ docs/source/examples.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/source/devcontainer.md diff --git a/docs/source/devcontainer.md b/docs/source/devcontainer.md new file mode 100644 index 0000000000..d6e7bd58a3 --- /dev/null +++ b/docs/source/devcontainer.md @@ -0,0 +1,25 @@ + + + +```{eval-rst} +:orphan: +``` +```{include} ../../.devcontainer/README.md +:relative-docs: .. +:relative-images: +``` diff --git a/docs/source/examples.md b/docs/source/examples.md index 922bf796cb..b1f7d6b9d5 100644 --- a/docs/source/examples.md +++ b/docs/source/examples.md @@ -44,4 +44,4 @@ The following are the supported environments: | [Conda](./developer_guide/contributing.md#build-in-a-conda-environment) | Morpheus is built from source by the end user, and dependencies are installed via the Conda package manager. | | [Morpheus Docker Container](./developer_guide/contributing.md#build-in-docker-container) | A Docker container that is built from source by the end user, Morpheus is then built from source from within the container. | | [Morpheus Release Container](./getting_started.md#building-the-morpheus-container) | Pre-built Docker container that is built from source by the Morpheus team, and is available for download from the [NGC container registry](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/morpheus/containers/morpheus/tags), or can be built locally from source. | -| [Dev Container](https://github.com/nv-morpheus/Morpheus/blob/branch-24.10/.devcontainer/README.md) | A [Dev Container](https://containers.dev/) that is built from source by the end user, Morpheus is then built from source from within the container. | +| [Dev Container](./devcontainer.md) | A [Dev Container](https://containers.dev/) that is built from source by the end user, Morpheus is then built from source from within the container. |