10000 Changed: Footer and etc. · mutasim77/ReactJS-Notebook@868eff4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 868eff4

Browse files
committed
Changed: Footer and etc.
1 parent 188ee79 commit 868eff4

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

docusaurus.config.js

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// @ts-check
2-
// Note: type annotations allow type checking and IDEs autocompletion
3-
41
const lightCodeTheme = require('prism-react-renderer/themes/github');
52
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
63

@@ -10,23 +7,13 @@ const config = {
107
tagline: `If you are not taking notes, you are not learning!`,
118
favicon: 'img/logo.png',
129

13-
// Set the production url of your site here
1410
url: 'https://your-docusaurus-test-site.com',
15-
// Set the /<baseUrl>/ pathname under which your site is served
16-
// For GitHub pages deployment, it is often '/<projectName>/'
1711
baseUrl: '/',
18-
19-
// GitHub pages deployment config.
20-
// If you aren't using GitHub pages, you don't need these.
21-
organizationName: 'mutasim77', // Usually your GitHub org/user name.
22-
projectName: 'ReactJS-Notebook', // Usually your repo name.
12+
organizationName: 'mutasim77',
13+
projectName: 'ReactJS-Notebook',
2314

2415
onBrokenLinks: 'throw',
2516
onBrokenMarkdownLinks: 'warn',
26-
27-
// Even if you don't use internalization, you can use this field to set useful
28-
// metadata like html lang. For example, if your site is Chinese, you may want
29-
// to replace "en" with "zh-Hans".
3017
i18n: {
3118
defaultLocale: 'en',
3219
locales: ['en'],
@@ -84,25 +71,25 @@ const config = {
8471
title: 'Docs',
8572
items: [
8673
{
87-
label: 'Tutorial',
74+
label: 'Notes',
8875
to: '/docs/introduction',
8976
},
77+
{
78+
label: 'Hooks',
79+
to: '/docs/Hooks/react-hooks',
80+
},
9081
],
9182
},
9283
{
9384
title: 'Community',
9485
items: [
95-
{
96-
label: 'Stack Overflow',
97-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
98-
},
9986
{
10087
label: 'Discord',
101-
href: 'https://discordapp.com/invite/docusaurus',
88+
href: 'https://discordapp.com/users/mvtasim',
10289
},
10390
{
10491
label: 'Twitter',
105-
href: 'https://twitter.com/docusaurus',
92+
href: 'https://twitter.com/mvtasim77',
10693
},
10794
],
10895
},
@@ -111,16 +98,16 @@ const config = {
11198
items: [
11299
{
113100
label: 'Blog',
114-
to: '/blog',
101+
href: '/blog'
115102
},
116103
{
117104
label: 'GitHub',
118-
href: 'https://github.com/facebook/docusaurus',
105+
href: 'https://github.com/mutasim77/ReactJS-Notebook',
119106
},
120107
],
121108
},
122109
],
123-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
110+
copyright: `Copyright © 2022 - ${new Date().getFullYear()} Mutasim`,
124111
},
125112
prism: {
126113
theme: lightCodeTheme,

0 commit comments

Comments
 (0)
0