|
1 | 1 | 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 | + }, |
2 | 14 | plugins: [
|
3 | 15 | {
|
4 |
| - resolve: "smooth-doc", |
| 16 | + resolve: `@rocketseat/gatsby-theme-docs`, |
5 | 17 | 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: `.`, |
19 | 23 | },
|
20 | 24 | },
|
21 | 25 | ],
|
|
0 commit comments