Skip to content

Commit

Permalink
changing the term Documentation to User guide next to the wordmark logo
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-fajen committed Jun 7, 2024
1 parent 77f04c0 commit 15ea506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from "@docusaurus/preset-classic";

const config: Config = {
title: "Plutus Documentation",
tagline: "Plutus Core and Plutus Tx user guide",
tagline: "Plutus user guide",
favicon: "img/favicon.ico",

// Set the production url of your site here
Expand Down Expand Up @@ -82,7 +82,7 @@ const config: Config = {
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "Documentation",
label: "User guide",
},
{
type: "html",
Expand Down

0 comments on commit 15ea506

Please sign in to comment.