diff options
author | 2023-08-04 12:56:34 -0700 | |
---|---|---|
committer | 2023-08-04 12:56:34 -0700 | |
commit | 63d265780f122f8390a71b3a15cea4c71b540b8f (patch) | |
tree | ce24d797c70e981712ef9fbdd39d72d5cf2a5d90 /docs | |
parent | 18a2e18ae1959d0198e8262cbc5bc8a1760981fe (diff) | |
download | bun-63d265780f122f8390a71b3a15cea4c71b540b8f.tar.gz bun-63d265780f122f8390a71b3a15cea4c71b540b8f.tar.zst bun-63d265780f122f8390a71b3a15cea4c71b540b8f.zip |
Fix types (#3963)
* Fix types
* Add ws module
* Add *.toml module declaration
* Clean up
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nav.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 55ef9a929..9eadf59be 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -38,10 +38,11 @@ export default { page("templates", "Templates", { description: "Hit the ground running with one of Bun's official templates, or download a template from GitHub.", }), - page("templates", "Guides", { + page("guides", "Guides", { description: "A set of walkthrough guides and code snippets for performing common tasks with Bun", href: "/guides", }), + // page("typescript", "TypeScript"), // divider("CLI"), |