diff --git a/packages/toolkit/PROJECTS.md b/packages/toolkit/PROJECTS.md index d423c3d0..78a1737a 100644 --- a/packages/toolkit/PROJECTS.md +++ b/packages/toolkit/PROJECTS.md @@ -32,11 +32,15 @@ variables: wordpress_version: "6.4" deploy_map_from: "./" deploy_map_to: "wp-content" +``` + +The following are additional optional variables that allow you to use custom scripts different than the ones provided by 10up Toolkit. You shouldn't need to use these unless you are doing something super custom. All these paths are relative from the root of your project. - deploy_script_path: "" - build_script_path: "" - create_payload_script_path: "" - deploy_file_excludes: "" +```yaml +deploy_script_path: "" # Custom deploy script +build_script_path: "" # For using a build script in a different location +create_payload_script_path: "" # Custom create payload script +deploy_file_excludes: "" # Custom deploy file exclusions ``` ## Commands