Skip to content

Commit 2df1b33

Browse files
committed
Clean up README badge links
1 parent 819a20d commit 2df1b33

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stacklok docs <!-- omit in toc -->
22

3-
[![GitHub deployments](https://img.shields.io/github/deployments/stacklok/docs-website/Production?logo=vercel&style=flat&label=Vercel%20deployment)](https://github.com/stacklok/docs-website/deployments/Production)
3+
[![GitHub deployments][deployment-img]][deployment]
44

55
This repository contains the public-facing docs for Stacklok's projects, hosted
66
at [https://docs.stacklok.com](https://docs.stacklok.com).
@@ -26,7 +26,7 @@ You'll need Node.js available (v22 recommended) or VS Code with the
2626
[Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
2727
extension and Docker.
2828

29-
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stacklok/docs-website)
29+
[![Open in Dev Containers][devcontainer-img]][devcontainer]
3030

3131
```bash
3232
npm install
@@ -80,3 +80,13 @@ the `main` branch.
8080
## About
8181

8282
This site is built with [Docusaurus](https://docusaurus.io/).
83+
84+
<!-- badge links -->
85+
86+
[deployment-img]:
87+
https://img.shields.io/github/deployments/stacklok/docs-website/Production?logo=vercel&label=Vercel%20deployment
88+
[deployment]: https://github.com/stacklok/docs-website/deployments/Production
89+
[devcontainer-img]:
90+
https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue
91+
[devcontainer]:
92+
https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stacklok/docs-website

0 commit comments

Comments
 (0)