Skip to content

Commit 16d2c3a

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Switch to @rocketseat/gatsby-theme-docs theme BTW
1 parent 565a888 commit 16d2c3a

File tree

3 files changed

+20506
-15
lines changed

3 files changed

+20506
-15
lines changed

gatsby-config.js

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
module.exports = {
2+
siteMetadata: {
3+
siteTitle: `Code Server Boilerplates Docs | The Pins Team`,
4+
defaultTitle: `Code Server Boilerplates Docs | The Pins Team`,
5+
siteTitleShort: `Code Server Boilerplates Docs`,
6+
siteDescription: `Official docs for maintaining deploy-code-server-like templates for maintainers and usage for usual users.`,
7+
siteUrl: `https://csb-docs.community-lores.gq`, // will be csb-docs.lores.community soon
8+
siteAuthor: `The Pins Team and Docs contributors`,
9+
//siteImage: `/banner.png`,
10+
siteLanguage: `en`,
11+
themeColor: `#8257E6`,
12+
basePath: `/`,
13+
},
214
plugins: [
315
{
4-
resolve: "smooth-doc",
16+
resolve: `@rocketseat/gatsby-theme-docs`,
517
options: {
6-
name: "Code Server Boilerplates Docs",
7-
description: "Documentation website for the Code Server Boilerplates project.",
8-
siteUrl: "https://csb-docs.community-lores.gq",
9-
10-
// for the GH icon at the top
11-
githubRepositoryURL: "https://github.com/code-server-boilerplates/starter-pack",
12-
// for the edit link in docs
13-
githubDocRepositoryURL: "https://github.com/code-server-boilerplates/docs",
14-
baseDirectory: __dirname,
15-
16-
// navigation stuff
17-
navItems: [{ title: "Get started", url: "/choose-your-path/"}],
18-
sections: [ "Starter Pack", "User's Manual", "For Maintainers", "Reference", "Documentation Contributors Zone" ],
18+
basePath: `/`,
19+
configPath: `src/config`,
20+
docsPath: `src/docs`,
21+
repositoryUrl: `https://github.com/code-server-boilerplates/docs`,
22+
//baseDir: `.`,
1923
},
2024
},
2125
],

0 commit comments

Comments
 (0)