aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-19docs: Update Remix guide (#5702)Gravatar Brooks Lybrand 1-1/+19
* Update Remix guide * Update callout * Update docs/guides/ecosystem/remix.md Co-authored-by: Michael Jackson <michael@jackson.us> * update * Add link to remix --------- Co-authored-by: Michael Jackson <michael@jackson.us> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19Get artifactory to work (#5744)Gravatar Jarred Sumner 1-0/+28
* Get artifactory to work * Cleanup url normalization a ltitle more * Clean up tests * prettier --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-19Delete extremely out of date docsGravatar Jarred Sumner 2-184/+0
2023-09-19Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+9
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-2/+2
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+3
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-0/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-9/+12
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 1-0/+53
* Encode slashes in package names in the registry manifest request Co-Authored-By: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com> * Update dummy.registry.ts * Fix tests * Add guide for Azure Artifacts * Update azure-artifacts.md * Update azure-artifacts.md * Typo --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com>
2023-09-18change circles for color-blinds (#5594)Gravatar Hamed Zakery Miab 1-50/+50
2023-09-18docs: add missing options from bun init (#5638)Gravatar Kilian von Pflugk 1-1/+4
2023-09-18fix(docs): update formatting (#5685)Gravatar Rauny 1-2/+2
2023-09-17Fix a `'app.server' is possibly 'null'.` error (#5626)Gravatar Quentin 1-1/+1
2023-09-17Fix ZLS commit hash in the document (#5510)Gravatar Shinichi Katayama 1-20/+0
* Fix ZLS commit hash in the document * Remove ZLS section from the doc
2023-09-16Update tsconfig-paths.md (#5593)Gravatar Ethan Steere 1-2/+2
Change string:string mapping in the docs to match the expected string:array[string] mapping. See: https://www.typescriptlang.org/tsconfig#paths
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-16Update workspaces.md to reflect "workspace:*" syntax (#5555)Gravatar Bruce Denham 1-2/+2
2023-09-15Update development.md (#5531)Gravatar Sony AK 1-6/+6
Fix to version 16 on docs
2023-09-15docs(runtime): fix some typo. (#5451)Gravatar Zong 3-5/+8
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵Gravatar dave caruso 1-1/+1
object properties lazy (#5355) * binding uv * we did that * some more bindings * fix doc * fix uv * yo * static hash table nonsense <3 * huge refactor to the global object i am not ready for merge conflicts * it works part 3 * lose --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-15Update docs/quickstart.md (#5425)Gravatar Sony AK 1-1/+1
* Update quickstart.md Update quickstart.md * Update quickstart.md Update quickstart.md
2023-09-14Clean up run.mdGravatar Colin McDonnell 1-20/+23
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 1-7/+7
* async all node:fs functions * draw the rest of the owl * LLVM & Clang 16 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-14Clean up bunfig.mdGravatar Colin McDonnell 1-19/+21
2023-09-14Mention dotenvGravatar Colin McDonnell 1-0/+4
2023-09-14Fix linksGravatar Colin McDonnell 4-4/+4
2023-09-14Rework bunfig docsGravatar Colin McDonnell 4-207/+500
2023-09-14Clean up trustedDependencies guideGravatar Colin McDonnell 1-3/+24
2023-09-14Improve run.mdGravatar Colin McDonnell 1-1/+17
2023-09-14fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647)Gravatar DuGlaser 1-1/+2
* fix(docs): Fix the text that `bun run --bun` is the same as `bun` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14docs - Add "workspace:*" to workspace docs. (#5379)Gravatar Dylan Greene 1-2/+21
* add workspace:* to docs * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14Improve docsGravatar Colin McDonnell 3-4/+79
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 3-21/+0
2023-09-13Update nuxt.md (#4452)Gravatar Soheil Nazari 1-1/+1
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update simple.md (#4881)Gravatar Twan L 1-1/+1
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname} Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update nextjs.md (#4905)Gravatar kryparnold 1-1/+1
2023-09-13Reorganize Intro sectionGravatar Colin McDonnell 2-4/+4
2023-09-13Make TypeScript instructions easier to findGravatar Colin McDonnell 4-116/+93
2023-09-13Use Bun globalGravatar Colin McDonnell 1-3/+1
2023-09-13fix link to "local template" (#5115)Gravatar Jacques Desmarais 1-1/+1
2023-09-13modules documentation didn't have correct import example (#5225)Gravatar miccou 1-3/+3
2023-09-13Use bun create everywhereGravatar Colin McDonnell 6-7/+7
2023-09-13doc(guides): update sveltekit guide (#5285)Gravatar Madhurjya Roy 1-2/+2
* doc(guides): update sveltekit guide Use `bun create svelte` instead of `bunx create-svelte`. This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project). * Update text instructions for sveltekit.md
2023-09-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 9-10/+124
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-13Fix mock exampleGravatar Colin McDonnell 1-1/+1
2023-09-13Fixed api & cli docs typo. (#5262)Gravatar James Gordo 3-4/+4
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13chore(docs): include missing links to Node.js APIs (#5281)Gravatar Steven 1-2/+2
These links make it easy to click and jump to another section.
2023-09-13docs(guide): fix expect assertion example in guide for `spyOn` (#5294)Gravatar wing 1-1/+1
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls.