Skip to content

Commit f3cb2c2

Browse files
authored
Merge pull request #5 from iNavFlight/remove-blog-nav-links
Remove Blog link from navbar and footer and disable blog for now
2 parents a351e0f + b871934 commit f3cb2c2

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const config: Config = {
6868
editUrl:
6969
"https://github.com/iNavFlight/iNavFlight.github.io/tree/main/",
7070
},
71+
blog: false,
72+
/*
7173
blog: {
7274
showReadingTime: true,
7375
feedOptions: {
@@ -83,6 +85,7 @@ const config: Config = {
8385
onInlineAuthors: "warn",
8486
onUntruncatedBlogPosts: "warn",
8587
},
88+
*/
8689
theme: {
8790
customCss: "./src/css/custom.css",
8891
},
@@ -130,7 +133,6 @@ const config: Config = {
130133
label: "Download",
131134
position: "left",
132135
},
133-
{ to: "/blog", label: "Blog", position: "left" },
134136
{
135137
to: "/about",
136138
label: "About",
@@ -191,10 +193,6 @@ const config: Config = {
191193
{
192194
title: "More",
193195
items: [
194-
{
195-
label: "Blog",
196-
to: "/blog",
197-
},
198196
{
199197
label: "GitHub",
200198
href: "https://github.com/iNavFlight/inav",

0 commit comments

Comments
 (0)