Skip to content

Commit

Permalink
Update GS link + wrongly inherited content. (#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Mar 28, 2024
1 parent 4fd65af commit a264a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions sites/upsun/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sites/upsun/src/learn/overview/yaml/yaml-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a264a2c

Please sign in to comment.