aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-12Update descriptionsGravatar Colin McDonnell 1-3/+2
2023-10-12Add overrides/resolutions docs (#6476)Gravatar Colin McDonnell 1-3/+25
2023-10-10docs: rearranged cli/runtime related sections (#6275)Gravatar cyfung1031 1-6/+6
* docs: rearranged cli/runtime related sections * docs: update README.md for the updated docs path * Updates * Rearrange * Rearrange * Add files * readme --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-16docs: fix typo in lockflie nav (#5576)Gravatar Vilsol 1-1/+1
Looks like someone shifted their hand a bit to the right. Changes `ytrr` to `tree`
2023-09-14Rework bunfig docsGravatar Colin McDonnell 1-1/+4
2023-09-13Reorganize Intro sectionGravatar Colin McDonnell 1-3/+3
2023-09-13Make TypeScript instructions easier to findGravatar Colin McDonnell 1-0/+3
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 1-1/+1
2023-08-23Add Debugger docs and a couple guides (#4281)Gravatar Colin McDonnell 1-0/+3
* Add debugger docs. Add guides. * Add files
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-3/+3
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-17Fix description for executables pageGravatar Colin McDonnell 1-1/+1
2023-08-07Improve plugin docsGravatar Colin McDonnell 1-0/+3
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 1-0/+3
* WIP code coverage initial commit * almost works * one approach * Code Coverage * Update WebKit * it works but is not yet accurate * skip double ascii check * wrapper * it works but i'm not sure what to do about blocks * hide blocks for now * Update ZigSourceProvider.cpp * Create coverage.md * Update nav.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-04Fix types (#3963)Gravatar Colin McDonnell 1-1/+2
* Fix types * Add ws module * Add *.toml module declaration * Clean up
2023-07-31Add ecosystem guides (#3847)Gravatar Colin McDonnell 1-18/+17
* Add ecosystem guides * Update titles * Rename stric * Add unlink and fetch guides * Add formdata guide * Tweak title * Moar
2023-07-26Add files (#3826)Gravatar Colin McDonnell 1-0/+4
2023-07-16Update nav.tsGravatar Jarred Sumner 1-3/+3
2023-07-16renameGravatar Jarred Sumner 1-0/+3
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 1-4/+7
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-07-02Add time docGravatar Jarred Sumner 1-3/+6
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 1-0/+3
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-05-31Add macro docs (#3139)Gravatar Colin McDonnell 1-0/+3
* Add macro doc * Updates * Tweaks
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-12/+27
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-05-21Add watch mode pageGravatar Jarred Sumner 1-0/+3
2023-05-21Add --preload docsGravatar Jarred Sumner 1-0/+3
2023-05-16Tweaks to bundler docs (#2867)Gravatar Colin McDonnell 1-0/+3
* WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates
2023-05-06Comment out buchta from docsGravatar Jarred Sumner 1-3/+3
The repo is archived, so it should not appear in our docs
2023-05-05Start esbuild migration guide. More docs. (#2787)Gravatar Colin McDonnell 1-1/+4
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
2023-05-01Add StricJS to ecosystem (#2747)Gravatar Revenity 1-1/+4
* Create stric.md * Update nav.ts * Update stric.md Add codetabs for ArrowJS * Update stric.md * Update stric.md
2023-04-26Add bundler documentation (#2753)Gravatar Colin McDonnell 1-5/+14
* WIP * WIP * WIP * Document API * Updates * Polish bundler docs * Tweaks * Tweak
2023-04-13Remove Bun.dns docsGravatar Colin McDonnell 1-3/+3
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-42/+117
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-04-08Rewrite Developer Docs, Improve DX for new users, moving away from ↵Gravatar dave caruso 1-1/+1
Devcontainer (#2588) * new docs starting point. missing alot of information * very experimental idea: make setup * run on ubuntu 20 * builds on ubuntu 20 (wsl) now * add release instructions * add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing * changes requested
2023-03-28Add doc on watch mode (#2502)Gravatar Jarred Sumner 1-2/+2
* Add doc on watch mode * Update hot.md * Update hot.md * More words * Update hot.md * Update hot.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-03-20docs: Buchta Docs Page (#2378)Gravatar Ján Gajdoš 1-0/+3
* Idea: Buchta Docs Page * Tweaks --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-03-07Improve Benchmarking page, small fixes (#2339)Gravatar Colin McDonnell 1-2/+2
* Improve benchmarking page * WIP * Add typescript instructions to hot * Document preload in Plugins. Fix loader in plugin types.
2023-03-01Add page descriptions (#2260)Gravatar Colin McDonnell 1-46/+132
* Add page descriptions * Update bun install * Description tweaks * Tweaks
2023-02-24Rearrange ecosystemGravatar Colin McDonnell 1-2/+2
2023-02-24Docs (#2170)Gravatar Colin McDonnell 1-2/+14
* Add hono and elysia * Update elysia and add coming soon * Fix typo * Add back awesome
2023-02-24Fixes (#2168)Gravatar Colin McDonnell 1-1/+0
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-2/+10
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+95
* Add documentation * Tweaks * Fixes * Rearrange * Update