diff --git a/_posts/2023-05-20-mediaengagement-technical-docs.md b/_posts/2023-05-20-mediaengagement-technical-docs.md index bc1e3d7..0ec092e 100644 --- a/_posts/2023-05-20-mediaengagement-technical-docs.md +++ b/_posts/2023-05-20-mediaengagement-technical-docs.md @@ -155,7 +155,7 @@ A collection of general tips and rules of thumb when coding and building a proje ### Files you should not edit -It’s important to understand that certain files and folders in your project should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion or cause your changes to be overwritten. +It’s important to understand that certain files and folders in the `engage-2-x/` directory/theme should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion or cause your changes to be overwritten. #### 1. SCSS Output `.css` Files: diff --git a/_posts/2023-05-21-mediaengagement.md b/_posts/2023-05-21-mediaengagement.md index 4ccd64b..65ff83d 100644 --- a/_posts/2023-05-21-mediaengagement.md +++ b/_posts/2023-05-21-mediaengagement.md @@ -213,9 +213,9 @@ Technical Docs - [Local development](/mediaengagement-technical-docs/#local-deve ## Coding Guidelines -### Files You Should Not Edit in the Theme +### Files You Should Not Edit -It’s important to understand that certain files and folders in the `engage-2-x` the should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion, break the site or cause your changes to be overwritten. +It’s important to understand that certain files and folders in the `engage-2-x/` directory/theme the should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion, break the site or cause your changes to be overwritten. 1. **`dist/` Folder**: Contains compiled files. Do not edit them. 2. **`node_modules/` Folder**: Contains npm dependencies. Managed automatically.