Update links to developer docs in README (#14578)

This commit is contained in:
Christina Forney 2020-10-09 13:41:07 -07:00 committed by GitHub
parent c46d7b16aa
commit 7d54a337c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
- Try out the public instance on any open-source repository at [sourcegraph.com](https://sourcegraph.com/github.com/golang/go/-/blob/src/net/http/httptest/httptest.go#L41:6&tab=references).
- Install the free and open-source [browser extension](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack?hl=en).
- Spin up your own instance with the [quickstart installation guide](https://docs.sourcegraph.com/#quickstart).
- Spin up your own instance with the [quickstart installation guide](https://docs.sourcegraph.com/#quickstart-guide).
- File feature requests and bug reports in [our issue tracker](https://github.com/sourcegraph/sourcegraph/issues).
- Visit [about.sourcegraph.com](https://about.sourcegraph.com) for more information about product features.
@ -36,18 +36,18 @@
- Nginx
For a detailed guide to installing prerequisites, see [these
instructions](doc/dev/local_development.md#step-1-install-dependencies).
instructions](doc/dev/getting-started/quickstart_1_install_dependencies.md).
### Installation
> Prebuilt Docker images are the fastest way to use Sourcegraph Enterprise. See the [quickstart installation guide](https://docs.sourcegraph.com/#quickstart).
> Prebuilt Docker images are the fastest way to use Sourcegraph Enterprise. See the [quickstart installation guide](https://docs.sourcegraph.com/#quickstart-guide).
To use Sourcegraph OSS:
1. [Ensure Docker is running](doc/dev/local_development.md#step-3-macos-start-docker)
1. [Initialize the PostgreSQL database](doc/dev/local_development.md#step-2-initialize-your-database)
1. [Configure the HTTPS reverse proxy](doc/dev/local_development.md#step-5-configure-https-reverse-proxy)
1. Start the development server
1. [Initialize the PostgreSQL database](doc/dev/getting-started/quickstart_2_initialize_database.md)
1. [Ensure Docker is running](doc/dev/getting-started/quickstart_3_start_docker.md)
1. [Configure the HTTPS reverse proxy](doc/dev/getting-started/quickstart_5_configure_https_reverse_proxy.md)
1. [Start the development server](doc/dev/getting-started/quickstart_6_start_server.md)
```
./dev/start.sh
@ -55,19 +55,19 @@ To use Sourcegraph OSS:
Sourcegraph should now be running at https://sourcegraph.test:3443.
For detailed instructions and troubleshooting, see the [local development documentation](./doc/dev/local_development.md).
For detailed instructions and troubleshooting, see the [local development documentation](./doc/dev/index.md).
### Documentation
The `doc` directory has additional documentation for developing and understanding Sourcegraph:
- [Project FAQ](./doc/admin/faq.md)
- [Architecture](./doc/dev/architecture/index.md): high-level architecture
- [Database setup](./doc/dev/postgresql.md): database setup and best practices
- [Architecture](./doc/dev/background-information/architecture/index.md): high-level architecture
- [Database setup](./doc/dev/background-information/postgresql.md): database best practices
- [General style guide](https://about.sourcegraph.com/handbook/communication/style_guide)
- [Go style guide](https://about.sourcegraph.com/handbook/engineering/languages/go)
- [Documentation style guide](https://about.sourcegraph.com/handbook/engineering/product_documentation)
- [GraphQL API](./doc/dev/graphql_api.md): useful tips when modifying the GraphQL API
- [GraphQL API](./doc/api/graphql/index.md): useful tips when modifying the GraphQL API
- [Contributing](./CONTRIBUTING.md)
### License

View File

@ -1,4 +1,4 @@
# Step 1: Install dependencies
# Quickstart step 1: Install dependencies
> NOTE: Please see install instructions for [macOS](#macos) and [Ubuntu](#ubuntu) in succeeding sections.

View File

@ -1,4 +1,4 @@
# Quickstart Step 4: Get the code
# Quickstart step 4: Get the code
```bash
git clone https://github.com/sourcegraph/sourcegraph.git