Skip to content

Commit f00e000

Browse files
committed
refactor: removed tagline and renamed label.
1 parent aff5b1d commit f00e000

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type * as Preset from "@docusaurus/preset-classic";
66

77
const config: Config = {
88
title: "Blacksky Documentation",
9-
tagline: "Dinosaurs are cool",
109
favicon: "img/clear-blacksky-favicon.ico",
1110
url: "https://docs.blackskyweb.xyz",
1211
baseUrl: "/",
@@ -67,7 +66,7 @@ const config: Config = {
6766
type: "docSidebar",
6867
sidebarId: "tutorialSidebar",
6968
position: "left",
70-
label: "Tutorial",
69+
label: "Introduction",
7170
},
7271
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
7372
{ to: "/docs", label: "Docs", position: "left" },
@@ -125,7 +124,7 @@ const config: Config = {
125124
],
126125
},
127126
],
128-
copyright: `Copyright © ${new Date().getFullYear()} BlackSky Algorithms, Inc. Built with Docusaurus.`,
127+
copyright: `Copyright © ${new Date().getFullYear()} BlackSky Algorithms, Inc`,
129128
},
130129
prism: {
131130
theme: prismThemes.github,

0 commit comments

Comments
 (0)