Skip to content

Commit 8fa535b

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Update badge URLs stuff
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent e20159d commit 8fa535b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code Server Boilerplate Docs
22

3-
[![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=csb-docs&style=flat-square)](https://csb-docs.community-lores.gq)
3+
![Build Status](https://build-status-ci-thepinsteam.vercel.app/api/code-server-boilerplates/docs?style=flat-square)
44
[![GitHub](https://img.shields.io/github/license/code-server-boilerplates/docs?logo=github&style=flat-square)](/LICENSE)
55
[![GitHub issues](https://img.shields.io/github/issues-raw/code-server-boilerplates/docs?logo=github&style=flat-square)](https://github.com/code-server-boilerplates/docs/issues)
66
[![Maintenance](https://img.shields.io/maintenance/yes/2021?label=Did%20Michael%20still%20maintains%20this%3F&style=flat-square)](https://rtapp.tk/bshq-abandon-the-children)

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
baseDirectory: __dirname,
1515

1616
// navigation stuff
17-
navItems: [ { name: "User Guide", url: "/user-guide/"}, { name: "Maintainer's Handbook", url: "/maintainer-docs/"} ],
17+
navItems: [{ name: "User Guide", url: "/user-guide/"}, { name: "Maintainer's Handbook", url: "/maintainer-docs/"}],
1818
sections: [ "Starter Pack", "User's Manual", "For Maintainers", "Reference", "Documentation Contributors Zone" ],
1919
},
2020
},

0 commit comments

Comments
 (0)