Skip to content

Commit

Permalink
feat(docs): update docs
Browse files Browse the repository at this point in the history
Updates the Wing docs. See details in [workflow run].

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

------

*Automatically created via the "update-docs" workflow*

Signed-off-by: monabot <[email protected]>
  • Loading branch information
monadabot committed Aug 16, 2023
1 parent 81544b6 commit fea1001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// We cannot parse the folder structure at runtime because of Docusaurus and webpack limitations

import wingHelloPath from '!file-loader?outputPath=docs!./wing/hello.w';
export default { name: "hello.js", path: wingHelloPath };
export default { name: "hello.w", path: wingHelloPath };

0 comments on commit fea1001

Please sign in to comment.