From 29529bdfc9cf16992abe1b1e98add2d3bf5cbe2b Mon Sep 17 00:00:00 2001 From: Robert Gemma <38439940+RobertGemmaJr@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:57:40 -0500 Subject: [PATCH] Update docs/project_organization/directory_structure.mdx Co-authored-by: Timothy Divoll --- docs/project_organization/directory_structure.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/project_organization/directory_structure.mdx b/docs/project_organization/directory_structure.mdx index 42b7d31e..30afd458 100644 --- a/docs/project_organization/directory_structure.mdx +++ b/docs/project_organization/directory_structure.mdx @@ -196,7 +196,8 @@ The `tag` function inside `tags.js` can be used to wrap language in any html tag ## Other Folders/Files - `.nvmrc` determines which version of node that Honeycomb is designed to be run on -- `.github/workflows/` contains .yaml files used for [CI/CD](ci_cd) with GitHub Actions +- `.github/workflows/` contains .yaml files used for [CI/CD](ci_cd) with GitHub Actions. + - `package.json` contains metadata about your project, a list of the dependencies needed for the project, and scripts to run tasks related to your task. The [Quick Start](quick_start#4-change-name-and-description) lists which metadata should be changed. - `cli.mjs` is the script used to download and delete data stored in Firestore. - `version.js` is the script used to keep track of which version of the task a given experiment is using.