|
6 | 6 | */ |
7 | 7 |
|
8 | 8 | module.exports = { |
9 | | - title: 'My Site', |
10 | | - tagline: 'The tagline of my site', |
11 | | - url: 'https://your-docusaurus-test-site.com', |
| 9 | + title: 'CodingTools Documentation', |
| 10 | + tagline: 'Documentation for codingtools', |
| 11 | + url: 'https://codingtools.github.io', |
12 | 12 | baseUrl: '/', |
13 | 13 | favicon: 'img/favicon.ico', |
14 | | - organizationName: 'facebook', // Usually your GitHub org/user name. |
15 | | - projectName: 'docusaurus', // Usually your repo name. |
| 14 | + organizationName: 'codingtools', // Usually your GitHub org/user name. |
| 15 | + projectName: 'codingtools.github.io', // Usually your repo name. |
16 | 16 | themeConfig: { |
17 | 17 | navbar: { |
18 | | - title: 'My Site', |
| 18 | + title: 'CodingTools', |
19 | 19 | logo: { |
20 | | - alt: 'My Site Logo', |
| 20 | + alt: 'CodingTools', |
21 | 21 | src: 'img/logo.svg', |
22 | 22 | }, |
23 | 23 | links: [ |
24 | 24 | {to: 'docs/doc1', label: 'Docs', position: 'left'}, |
25 | 25 | {to: 'blog', label: 'Blog', position: 'left'}, |
26 | 26 | { |
27 | | - href: 'https://github.com/facebook/docusaurus', |
| 27 | + href: 'https://github.com/codingtools/codingtools.github.io', |
28 | 28 | label: 'GitHub', |
29 | 29 | position: 'right', |
30 | 30 | }, |
@@ -65,7 +65,7 @@ module.exports = { |
65 | 65 | alt: 'Facebook Open Source Logo', |
66 | 66 | src: 'https://docusaurus.io/img/oss_logo.png', |
67 | 67 | }, |
68 | | - copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`, |
| 68 | + copyright: `Copyright © ${new Date().getFullYear()} CodingTools, Inc. Built with Docusaurus.`, |
69 | 69 | }, |
70 | 70 | }, |
71 | 71 | presets: [ |
|
0 commit comments