zed/script
Nate Butler 3096222672
Add deploy-docs script (#3373)
[[PR Description]]

Adds `script/deploy-docs`:
- If you don't already have it, it will clone the `zed-docs` repo into
`../zed-docs`
    - It will build the docs and output them in `../zed-docs`
    - Then it will open the docs.
- By default this "dry runs" (doesn't push) but you can pass `-p` to
push the changes.
    - If you add `-c` it will clean out the old docs before running.
    
If you run the script with `p` it will push up the changes, and vercel
will automatically deploy them.

Release Notes:

- N/A
2023-11-20 18:07:37 -05:00
..
eula Fix typo in EULA 2023-11-09 11:08:30 -05:00
lib Update bump-version.sh 2023-08-18 15:52:21 -07:00
licenses Update icons to new zed file icon set 2023-07-19 11:10:30 -07:00
bootstrap Fix failure to load .env.toml in bootstrap script 2022-11-08 14:09:17 -08:00
build-theme-types Add script for building theme types 2023-06-27 11:34:26 -04:00
bump-collab-version Tweak version-bumping scripts 2022-10-27 12:10:09 -07:00
bump-nightly Set -e in bump-nightly script 2023-11-20 11:01:37 -08:00
bump-zed-minor-versions Create new Zed release channel: nightly 2023-11-17 12:13:32 +02:00
bump-zed-patch-version Create new Zed release channel: nightly 2023-11-17 12:13:32 +02:00
bundle Allow bundling in debug mode with both architectures 2023-11-20 11:00:12 -08:00
clear-target-dir-if-larger-than ci: clear the target dir if it gets too big 2023-05-11 09:43:13 -07:00
crate-dep-graph Add a crate-dep-graph script for showing the crate dependency graph 2023-10-06 13:14:39 -07:00
deploy Add error messages to server deployment for nightly 2023-11-17 10:31:10 -08:00
deploy-docs Make the script a bit more resilient 2023-11-20 17:50:25 -05:00
deploy-migration Add error messages to server deployment for nightly 2023-11-17 10:31:10 -08:00
drop-test-dbs Consolidate logic for completion alongside code actions in Project 2022-02-08 14:24:45 -08:00
evaluate_semantic_index move keychain access into semantic index as opposed to on init 2023-10-24 13:26:37 +02:00
generate-eula-rtf Update EULA 2023-04-05 08:18:51 -06:00
generate-licenses Update icons to new zed file icon set 2023-07-19 11:10:30 -07:00
get-changes-since Don't hardcode dates into script 2023-05-24 17:39:02 -04:00
get-crate-version Create preview channel 2022-10-26 16:19:19 -07:00
get-preview-channel-changes Improve get preview channel changes script 2023-11-08 11:40:53 -05:00
kube-shell Add kube-shell script, for running shell commands in a deployed container 2021-09-29 14:55:16 -07:00
metal-debug Add script to debug Metal frames 2022-01-27 08:51:55 +01:00
randomized-test-ci Fail the randomized test build after reporting the error to zed.dev 2023-04-18 18:41:33 -07:00
randomized-test-minimize Update test name in randomized-test-minimize script 2023-09-06 14:29:11 -07:00
reset_db Add reset_db script 2023-09-25 21:45:28 -04:00
seed-db Add bootstrap script, avoid hard-coding zed team members 2022-08-15 13:25:31 -07:00
sqlx Add bootstrap script, avoid hard-coding zed team members 2022-08-15 13:25:31 -07:00
upload-nightly Wire up release_nightly workflow, to upload artifacts to DO spaces 2023-11-17 14:07:51 -08:00
what-is-deployed Add error messages to server deployment for nightly 2023-11-17 10:31:10 -08:00
zed-2-progress-report.py Remove print statement 2023-10-30 18:14:04 -04:00
zed-local Inherit PATH in zed-local script 2023-10-22 16:03:13 +02:00