aboutsummaryrefslogtreecommitdiff
path: root/docs/install (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10more docsdylan/github-api-optionGravatar Dylan Conway 1-0/+3
2023-09-22Update workspaces.mdGravatar Colin McDonnell 1-3/+27
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-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 1-6/+0
2023-09-13docs: update lockfile diff instructions (#5275)Gravatar Guilherme J. Tramontina 1-3/+7
2023-09-13Correct the configuration file names. (#5234)Gravatar Nathan Hammond 1-1/+1
2023-09-12Use git's --global flag for lockfile diffs instead of manually modifying ↵Gravatar Southpaw 1-17/+7
config files (#5143)
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 1-1/+1
2023-09-08docs: fix `--backend` options list on cache.md (#4599)Gravatar Vitor Dino 1-1/+1
`symlink` wasn’t an item, it appeared the same as `copyfile`
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-1/+1
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-1/+8
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-4/+4
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-1/+29
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 1-1/+1
2023-07-29docs: fixed small errors (#3879)Gravatar 0xflotus 1-1/+1
* Update cache.md * Update index.md * Update macros.md * Update writing.md
2023-07-11Add npmrc noteGravatar Colin McDonnell 1-0/+4
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+9
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 6-0/+430
* 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