Skip to content

Commit

Permalink
feat(docs): update docs (#661)
Browse files Browse the repository at this point in the history
feat(docs): update docs

Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/6605213181

------

*Automatically created via the "update-docs" workflow*
  • Loading branch information
monadabot authored Oct 22, 2023
1 parent 910b2e8 commit 6127626
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions versioned_docs/version-latest/05-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ As the project grows further, you can extract parts into separate libraries that

Any Wing project can be packaged as a library, which will export all public types (like classes and structs) so that they can be used by multiple applications.

> Note: today all types in libraries are public by default, but there is a planned breaking change to make types private by default. Follow <https://github.com/winglang/wing/issues/4294> for more information.
Let's first start with how to consume a Wing library.

## Using a Wing library
Expand Down

1 comment on commit 6127626

@vercel
Copy link

@vercel vercel bot commented on 6127626 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.