Skip to content

Commit

Permalink
docs(docs): delete standard lib docs from /docs (#6907)
Browse files Browse the repository at this point in the history
**Changes**

- Removed the standard lib from the `/docs` folder as now it lives in the `/api` folder
- Update the `docgen` file to now compile jsii docs into the correct location.

(Previous failed PR #6884)

## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
boyney123 authored Jul 15, 2024
1 parent 49fea53 commit 2664089
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 23,859 deletions.
5 changes: 4 additions & 1 deletion docs/api/04-standard-library/cloud/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ Within the context of the simulator, services are just spawned processes ran wit

### AWS (`tf-aws` and `awscdk`)

🚧 Not supported yet (tracking issue: [#1306](https://github.com/winglang/wing/issues/1306))
Within the context of AWS, services are created using AWS ECS, with a capacity provider of FARGATE. This also requires a VPC and a related resources
such as security groups, subnets, and an internet gateway, etc. If a VPC is not specified in `wing.toml`, a default VPC will be created.

The inflight closures are packaged up into a docker image and pushed to an AWS ECR repository.

### Azure (`tf-azure`)

Expand Down
Loading

0 comments on commit 2664089

Please sign in to comment.