mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
We have a number of docs links in the product that point to the old doc site. Method: - Search the repo for `docs.sourcegraph.com` - Exclude the `doc/` dir, all test fixtures, and `CHANGELOG.md` - For each, replace `docs.sourcegraph.com` with `sourcegraph.com/docs` - Navigate to the resulting URL ensuring it's not a dead link, updating the URL if necessary Many of the URLs updated are just comments, but since I'm doing a manual audit of each URL anyways, I felt it was worth it to update these while I was at it. |
||
|---|---|---|
| .. | ||
| .yarn | ||
| src | ||
| templates | ||
| testdata | ||
| .eslintrc.js | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| release-config.jsonc | ||
| tsconfig.json | ||
Sourcegraph release tool
This directory contains scripts and code to automate our releases. Refer to the handbook for details on our release process and how this tool is used.
To see all available steps:
pnpm run release help # add 'all' to see test commands as well
Before using this tool, please verify that the release configuration is set up correctly.