Skip to content

Commit

Permalink
feat(docs): split API Reference by submodule (#3113)
Browse files Browse the repository at this point in the history
Split up the API reference so each module in the standard library (`cloud`, `http`, `util`, etc.) has its own dedicated page. Besides making it easier to view, hopefully will make it easier for headings in these pages to get indexed and (crossing our fingers 🤞) will address #2710.

<img width="230" alt="Screenshot 2023-06-27 at 6 30 04 PM" src="https://github.com/winglang/wing/assets/5008987/89316047-df92-437a-9bff-aec2fa5c0655">

It's not quite perfect (if there is a link to a resource in another subpage, the link just won't do anything) but it's a step in the right direction.

## Checklist

- [ ] Title matches [Winglang's style guide](https://docs.winglang.io/contributing/pull_requests#how-are-pull-request-titles-formatted)
- [ ] 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 [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
Chriscbr authored Jun 27, 2023
1 parent 82c3295 commit 049cd87
Show file tree
Hide file tree
Showing 34 changed files with 4,290 additions and 12,012 deletions.
2 changes: 1 addition & 1 deletion docs/docs/04-standard-library/01-cloud/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
label: Cloud resources
collapsible: true
collapsed: false
collapsed: true
Loading

0 comments on commit 049cd87

Please sign in to comment.