We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2913f2e commit 535b3e7Copy full SHA for 535b3e7
docusaurus.config.ts
@@ -56,7 +56,7 @@ const config: Config = {
56
// Replace with your project's social card
57
image: "img/blacksky-webclip-256.png",
58
navbar: {
59
- title: "Blacksky Documentation",
+ title: "Blacksky Algorithms",
60
logo: {
61
alt: "The Blacksky logo",
62
src: "img/blacksky-favicon.ico",
@@ -78,9 +78,13 @@ const config: Config = {
78
title: "Docs",
79
items: [
80
{
81
- label: "Blacksky Introduction",
+ label: "Introduction",
82
to: "/docs",
83
},
84
+ {
85
+ label: "Frequently Asked Questions",
86
+ to: "/faq",
87
+ },
88
],
89
90
0 commit comments