Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update docusarus config more
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Mar 29, 2022
1 parent f058f82 commit f67fb1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const config = {
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
organizationName: "facebook", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.
organizationName: "Latitude Inc.", // Usually your GitHub org/user name.
projectName: "Thoth", // Usually your repo name.

presets: [
[
Expand Down Expand Up @@ -42,7 +42,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: "Thoth",
title: "Home",
logo: {
alt: "Thoth",
src: "img/thoth-logo.png",
Expand All @@ -52,7 +52,7 @@ const config = {
type: "doc",
docId: "intro",
position: "left",
label: "Tutorial",
label: "Intro",
},
// { to: "/blog", label: "Blog", position: "left" },
{
Expand Down

0 comments on commit f67fb1a

Please sign in to comment.