Skip to content

Commit 84a79d9

Browse files
author
Andrei Jiroh Eugenio Halili
committed
update README and config stuff
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent 41b9620 commit 84a79d9

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

README.md

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

3-
![Build Status](https://build-status-ci-thepinsteam.vercel.app/api/code-server-boilerplates/docs?style=flat-square)
3+
[![Build Status](https://build-status-ci-thepinsteam.vercel.app/api/code-server-boilerplates/docs?style=flat-square)](https://csb-docs.community-lores.gq)
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)
@@ -13,13 +13,13 @@ _Just an side note: we customized the badges, even the maintenance status. Don't
1313

1414
* GitHub as the single source of truth for filing issues and PRs for contributors
1515
* On our side, it mostly Guilded + Discord + whatever you want to use (bridged through Matrix and will probably handled by Matterbridge soon), GitLab SaaS + GitHub and Notion.
16-
* Gatsby with the [smooth-doc theme](https://smooth-doc.com) for building great site
16+
* Gatsby with the [Rocket Docs theme](https://rocketdocs.netlify.app) for building great site
1717
* Vercel as static page hosting on `csb-docs.community-lores.gq` (we lied in the repo description like Linus)
1818

19-
While both Community Lores and Code Server Boilerplates are seperate projects we're working on and lives on seperate GitHub organizations, we use Netlify DNS to manage the DNS records for `community-lores.gq` domain. If you wish to buy the `lores.community` yourself and handle the domain registration stuff, [let us know](https://community-lores.gq/contact) so we can tell you what to do next.
19+
While both [Community Lores](https://community-lores.gq) and [Code Server Boilerplates](https://github.com/code-server-boilerplates) are seperate projects we're working on and lives on seperate GitHub organizations, we use Netlify DNS to manage the DNS records for `community-lores.gq` domain. If you wish to buy the `lores.community` yourself and handle the domain registration stuff, [let us know](https://madebythepins.tk/contact) so we can tell you what to do next.
2020

2121
## License
2222

23-
Licensed under the MIT License, Copyright © 2021-present The Pins Team and docs contributors..
23+
Licensed under the MIT License, Copyright © 2021-present The Pins Team and docs contributors.
2424

2525
See [LICENSE](./LICENSE) for more information.

dependabot.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

gatsby-config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// remind me to change it to main as branch renames may happen
2+
// in case you're not on Verceljust prefix it when running npm scripts with VERCEL_GIT_COMMIT_REF=beta npm run <script-name>
3+
const gitBranch = process.env.VERCEL_GIT_COMMIT_REF || "master";
4+
15
module.exports = {
26
flags: {
37
// Only enable experimental flags at your own risk.
@@ -26,7 +30,8 @@ module.exports = {
2630
configPath: `src/config`,
2731
docsPath: `src/docs`,
2832
repositoryUrl: `https://github.com/code-server-boilerplates/docs`,
29-
//baseDir: `.`,
33+
baseDir: `/`,
34+
branch: gitBranch,
3035
},
3136
},
3237
],

0 commit comments

Comments
 (0)