Skip to content

Commit

Permalink
chore(docs): add math, regex modules to the docs (#4227)
Browse files Browse the repository at this point in the history
I noticed the `math` and `regex` modules did not appear on our docs, so I added them.

Fixes #4226

## 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)
- [x] 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
staycoolcall911 authored Sep 20, 2023
1 parent 1d44e45 commit c1e7360
Show file tree
Hide file tree
Showing 7 changed files with 864 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/jsii-docgen/src/docgen/view/wing-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const VISIBLE_SUBMODULES = [
"util",
"redis",
"http",
"math",
"regex",
];
export const HIDDEN_METHODS = ["toString", "toJSON", "bind"];
export const HIDDEN_PROPS = ["node", "display"];
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/04-standard-library/07-math/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Math
collapsible: true
collapsed: true
Loading

0 comments on commit c1e7360

Please sign in to comment.