diff --git a/sites/upsun/config/_default/config.yaml b/sites/upsun/config/_default/config.yaml index d792a4a3d0..bd82a350bb 100644 --- a/sites/upsun/config/_default/config.yaml +++ b/sites/upsun/config/_default/config.yaml @@ -50,60 +50,6 @@ module: - source: "../../shared/data" target: "data" - - source: "../platform/src" - target: "content" - excludeFiles: - - "_index.md" - - - "add-services/*" - # - "add-services/network-storage.md" - - - "administration/*" - - - "changelog/*" - - - "create-apps/*" - # - "create-apps/upgrading.md" - # - "create-apps/workers.md" - # - "create-apps/flexible-resources.md" - - - "dedicated-gen-2/*" - - - "dedicated-gen-3/*" - - - "define-routes/*" - - - "development/*" - - - "domains/*" - - - "environments/*" - - - "feedback/*" - - - "get-started/*" - - - "glossary/*" - - - "guides/*" - - - "increase-observability/*" - - - "integrations/*" - - - "languages/*" - #- "languages/java/frameworks.md" - - - "learn/*" - - - "projects/*" - - - "registry/*" - - - "security/*" - - lang: "en" - - source: "../platform/static/images" target: "static/images" - source: "../platform/static/videos" diff --git a/sites/upsun/src/learn/overview/yaml/yaml-structure.md b/sites/upsun/src/learn/overview/yaml/yaml-structure.md index 9c3723655e..7954f23ea3 100644 --- a/sites/upsun/src/learn/overview/yaml/yaml-structure.md +++ b/sites/upsun/src/learn/overview/yaml/yaml-structure.md @@ -9,7 +9,7 @@ In addition to the [basic functions you should be familiar with](./what-is-yaml. ## YAML file location -When you run the [`upsun project:init` command](/get-started/express/_index.md#configure-your-project), a default ``config.yaml`` file is generated in the `.upsun` folder. It contains the minimum default configuration based on your detected local stack. +When you run the [`upsun project:init` command](/get-started/here/configure/_index.md), a default ``config.yaml`` file is generated in the `.upsun` folder. It contains the minimum default configuration based on your detected local stack. This YAML file is located in your ``.upsun`` directory, at the root of your project source code, and is a good starting point before customization. ```bash