Skip to content

Commit 39f3c50

Browse files
committed
fix: change delimiter
1 parent b14c668 commit 39f3c50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const config = {
1717
projectName: "docs",
1818
deploymentBranch: "main",
1919
trailingSlash: false,
20+
titleDelimiter: "-",
2021
i18n: { defaultLocale: "en", locales: ["en"] },
2122
scripts: [
2223
{
@@ -93,7 +94,7 @@ const config = {
9394
navbar: {
9495
title: "",
9596
logo: {
96-
alt: "Argos CI",
97+
alt: "Argos",
9798
src: "img/logo-nav-light.svg",
9899
srcDark: "img/logo-nav-dark.svg",
99100
href: "/getting-started",

0 commit comments

Comments
 (0)