Skip to content

Commit

Permalink
fix: change delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jul 27, 2024
1 parent b14c668 commit 39f3c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const config = {
projectName: "docs",
deploymentBranch: "main",
trailingSlash: false,
titleDelimiter: "-",
i18n: { defaultLocale: "en", locales: ["en"] },
scripts: [
{
Expand Down Expand Up @@ -93,7 +94,7 @@ const config = {
navbar: {
title: "",
logo: {
alt: "Argos CI",
alt: "Argos",
src: "img/logo-nav-light.svg",
srcDark: "img/logo-nav-dark.svg",
href: "/getting-started",
Expand Down

0 comments on commit 39f3c50

Please sign in to comment.