From 7d9d135c99c45c666568027ab1f74f86eaf48df5 Mon Sep 17 00:00:00 2001 From: eecavanna Date: Fri, 20 Dec 2024 18:09:35 -0800 Subject: [PATCH] Refine format of Markdown table --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 756ad41..34399ed 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,14 @@ Some of those top-level directories have their own `README.md` files, which furt Here is a table showing the locations of files you can edit in order to make changes to a given section of the website: -| To edit content in this section... | Edit files in... | -|------------------------------------|------------------------------------------------------------------------------| -| Home | The `content/home` folder in this repo | -| Runtime | The `docs` folder in the `nmdc-runtime` repo | -| Workflows (Overview or Index) | The `pullers/workflow_docs` folder in this repo | -| Workflows (Chapter 1) | The `pullers/workflow_docs/metagenome_workflow_overview` folder in this repo | -| Workflows (Everything else) | The `docs` folder of the respective workflow repo | +| To edit content
in this section... | Edit files in... | +|---------------------------------------|------------------------------------------------------------------------------| +| Home | The `content/home` folder in this repo | +| Runtime | The `docs` folder in the `nmdc-runtime` repo | +| Workflows (Overview) | The `pullers/workflow_docs` folder in this repo | +| Workflows (Index) | The `pullers/workflow_docs` folder in this repo | +| Workflows (Chapter 1) | The `pullers/workflow_docs/metagenome_workflow_overview` folder in this repo | +| Workflows (Everything else) | The `docs` folder of the respective workflow repo | Here is a diagram showing the repositories (bottom) each section of the website (top) gets its content from.