Skip to content

Commit 535b3e7

Browse files
committed
refactor: added new footer link, and changed title.
1 parent 2913f2e commit 535b3e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: Config = {
5656
// Replace with your project's social card
5757
image: "img/blacksky-webclip-256.png",
5858
navbar: {
59-
title: "Blacksky Documentation",
59+
title: "Blacksky Algorithms",
6060
logo: {
6161
alt: "The Blacksky logo",
6262
src: "img/blacksky-favicon.ico",
@@ -78,9 +78,13 @@ const config: Config = {
7878
title: "Docs",
7979
items: [
8080
{
81-
label: "Blacksky Introduction",
81+
label: "Introduction",
8282
to: "/docs",
8383
},
84+
{
85+
label: "Frequently Asked Questions",
86+
to: "/faq",
87+
},
8488
],
8589
},
8690
{

0 commit comments

Comments
 (0)