Skip to content

Commit a740228

Browse files
committed
Delete blog / update logo link.
1 parent dbfabf4 commit a740228

8 files changed

+7318
-2960
lines changed

packages/docs/blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/docs/blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

packages/docs/blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.

packages/docs/blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/docs/blog/authors.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/docs/docusaurus.config.ts

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ const config: Config = {
4040
editUrl:
4141
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
4242
},
43-
blog: {
44-
showReadingTime: true,
45-
// Please change this to your repo.
46-
// Remove this to remove the "edit this page" links.
47-
editUrl:
48-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
49-
},
43+
blog: false,
5044
theme: {
5145
customCss: './src/css/custom.css',
5246
},
@@ -58,10 +52,12 @@ const config: Config = {
5852
// Replace with your project's social card
5953
image: 'img/docusaurus-social-card.jpg',
6054
navbar: {
61-
title: 'My Site',
55+
title: 'Chibi Engine',
6256
logo: {
63-
alt: 'My Site Logo',
57+
alt: 'Chibi Engine',
6458
src: 'img/logo.svg',
59+
href: 'https://chibiengine.com',
60+
target: '_self'
6561
},
6662
items: [
6763
{
@@ -70,9 +66,8 @@ const config: Config = {
7066
position: 'left',
7167
label: 'Tutorial',
7268
},
73-
{to: '/blog', label: 'Blog', position: 'left'},
7469
{
75-
href: 'https://github.com/facebook/docusaurus',
70+
href: 'https://github.com/ChibiEngine/ChibiEngine',
7671
label: 'GitHub',
7772
position: 'right',
7873
},
@@ -110,13 +105,9 @@ const config: Config = {
110105
{
111106
title: 'More',
112107
items: [
113-
{
114-
label: 'Blog',
115-
to: '/blog',
116-
},
117108
{
118109
label: 'GitHub',
119-
href: 'https://github.com/facebook/docusaurus',
110+
href: 'https://github.com/ChibiEngine/ChibiEngine',
120111
},
121112
],
122113
},

0 commit comments

Comments
 (0)