Skip to content

Commit

Permalink
fix edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 10, 2024
1 parent f5c79fc commit 3d7df3f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 151 deletions.
12 changes: 0 additions & 12 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions blog/authors.yml

This file was deleted.

16 changes: 0 additions & 16 deletions blog/tags.yml

This file was deleted.

27 changes: 10 additions & 17 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/lobaro/iot/tree/master/docs',
'https://github.com/lobaro/iot/tree/master',
},
blog: {
blog: false,
/* blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
}, */
theme: {
customCss: './src/css/custom.css',
},
Expand Down Expand Up @@ -74,7 +75,7 @@ const config: Config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/lobaro/iot',
label: 'GitHub',
position: 'right',
},
Expand All @@ -96,29 +97,21 @@ const config: Config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/lobaro/',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
label: 'Docs',
to: '/docs',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/lobaro/iot',
},
],
},
Expand Down

0 comments on commit 3d7df3f

Please sign in to comment.