Skip to content

Commit

Permalink
Add link to app
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Nov 18, 2023
1 parent b4aa965 commit 200dbac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const config: Config = {
// Replace with your project's social card
image: "img/social-card.jpg",
navbar: {
hideOnScroll: true,
title: "Visualiser",
logo: {
alt: "Visualiser Logo",
Expand All @@ -76,11 +77,20 @@ const config: Config = {
label: "Docs",
},
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://path-visualiser.github.io/app",
label: "App",
position: "right",
},
{
href: "https://github.com/path-visualiser/app",
label: "GitHub",
position: "right",
},
{
type: "search",
position: "right",
},
],
},
footer: {
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ header > p {
margin-left: calc(-0.75 * var(--ifm-global-spacing));
transform: scale(0.85);
}

b {
font-weight: 600;
}

0 comments on commit 200dbac

Please sign in to comment.