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.
* doc: Clear up quickstart step order
swap step 2 (DB initialization) and step 3 (Run docker) in our quickstart
make `With docker` the first section in the DB initialization
1. We need to install docker anyway, so we might as well do it before initializing the DB
2. It is easier to init the DB with docker, because it’s just 2 commands vs a lot if we do not run docker.
3. We are not following a natural order of things, if we allow using docker in step 2 and then basically require to install it in step 3
* Fix step index numbers for swapped steps
* Fix broken links
* Ensure redis is reachable on localhost from host
* Use sourcegraph images
Co-authored-by: Robert Lin <robert@bobheadxi.dev>
Co-authored-by: Robert Lin <robert@bobheadxi.dev>