Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Here are the list of all the supported components we have:
- `<LinkCards>`
- `<Callout>`

For a better docs experience we'll continue adding more components in future.
For a better docs experience, we'll continue adding more components in the future.

### Adding a link

Expand Down Expand Up @@ -146,6 +146,13 @@ You can upload images, videos and gifs to Sourcegraph docs. For a more detailed

As you make changes to the documentation, the development server will automatically update. Review your changes by navigating to `http://localhost:3000` in your browser.

### Previewing Vercel Deployments

When you open a PR Vercel deploys and provides you with a preview deployment link. To view your deployment, click the "Visit Preview" and then append `/docs` at the end of the URL. The original link gives you a `404`.

![CleanShot 2024-11-05 at 10 11 29@2x](https://github.com/user-attachments/assets/b0911e2e-95a7-4f56-b2ff-b659d13077d8)


## Submitting your Contribution

Once you're satisfied with your changes, follow these steps:
Expand Down
Loading