Skip to content

Commit 5f42112

Browse files
authored
Merge pull request #2814 from cdr/add-link-docs
docs(README, ci): add docs shield with link to version docs
2 parents d48a74c + 696e0fb commit 5f42112

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# code-server · [!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq)
22

33
![Lines](https://img.shields.io/badge/Coverage-50.08%25-green.svg)
4+
[![See latest docs](https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue)](https://github.com/cdr/code-server/tree/v3.9.0/docs)
45

56
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
67

ci/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
2323
changed. Replace the numbers as needed.
2424
- You can install `rg` or `ripgrep` on macOS [here](https://formulae.brew.sh/formula/ripgrep).
2525
4. Update the code coverage badge (see [here](#updating-code-coverage-in-readme) for instructions)
26+
5. Update the docs badge in [./README.md](../README.md)
2627
2. GitHub actions will generate the `npm-package`, `release-packages` and `release-images` artifacts.
2728
1. You do not have to wait for these.
2829
3. Run `yarn release:github-draft` to create a GitHub draft release from the template with

0 commit comments

Comments
 (0)