Skip to content

Commit

Permalink
update README and config stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
  • Loading branch information
Andrei Jiroh Eugenio Halili committed Jun 18, 2021
1 parent 41b9620 commit 84a79d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code Server Boilerplate Docs

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

* GitHub as the single source of truth for filing issues and PRs for contributors
* 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.
* Gatsby with the [smooth-doc theme](https://smooth-doc.com) for building great site
* Gatsby with the [Rocket Docs theme](https://rocketdocs.netlify.app) for building great site
* Vercel as static page hosting on `csb-docs.community-lores.gq` (we lied in the repo description like Linus)

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.
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.

## License

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

See [LICENSE](./LICENSE) for more information.
13 changes: 0 additions & 13 deletions dependabot.yml

This file was deleted.

7 changes: 6 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// remind me to change it to main as branch renames may happen
// in case you're not on Verceljust prefix it when running npm scripts with VERCEL_GIT_COMMIT_REF=beta npm run <script-name>
const gitBranch = process.env.VERCEL_GIT_COMMIT_REF || "master";

module.exports = {
flags: {
// Only enable experimental flags at your own risk.
Expand Down Expand Up @@ -26,7 +30,8 @@ module.exports = {
configPath: `src/config`,
docsPath: `src/docs`,
repositoryUrl: `https://github.com/code-server-boilerplates/docs`,
//baseDir: `.`,
baseDir: `/`,
branch: gitBranch,
},
},
],
Expand Down

0 comments on commit 84a79d9

Please sign in to comment.