Skip to content

Commit 0e84b25

Browse files
authored
Update docusaurus.config.ts
Add project name in file Signed-off-by: Stacey Syphus <[email protected]>
1 parent a9b2694 commit 0e84b25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/docusaurus.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ import type { Config } from "@docusaurus/types";
44
import { themes as prismThemes } from "prism-react-renderer";
55

66
const config: Config = {
7-
title: "<projectName> Documentation",
7+
title: "sas-code-examples Documentation",
88
favicon: "images/<your logo>.png",
99

1010
// Set the production url of your site here
1111
url: "https://sassoftware.github.io",
1212
// Set the /<baseUrl>/ pathname under which your site is served
13-
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: "/<projectName>/",
13+
// For GitHub pages deployment, it is often '/sas-code-examples/'
14+
baseUrl: "/sas-code-examples/",
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.
1818
organizationName: "sassoftware", // Usually your GitHub org/user name.
19-
projectName: "<projectName>", // Usually your repo name.
19+
projectName: "sas-code-examples", // Usually your repo name.
2020

2121
onBrokenLinks: "throw",
2222
onBrokenMarkdownLinks: "throw",
@@ -37,7 +37,7 @@ const config: Config = {
3737
routeBasePath: "/",
3838
// Remove this to remove the "edit this page" links.
3939
editUrl:
40-
"https://github.com/sassoftware/<projectName>/tree/main/website/",
40+
"https://github.com/sassoftware/sas-code-examples/tree/main/website/",
4141
},
4242
blog: false,
4343
theme: {
@@ -54,14 +54,14 @@ const config: Config = {
5454
},
5555
},
5656
navbar: {
57-
title: "<projectName> Documentation",
57+
title: "sas-code-examples Documentation",
5858
logo: {
5959
alt: "SAS",
6060
src: "images/<your logo>.png",
6161
},
6262
items: [
6363
{
64-
href: "https://github.com/sassoftware/<projectName>",
64+
href: "https://github.com/sassoftware/sas-code-examples",
6565
className: "header-github-link",
6666
title: "GitHub repository",
6767
position: "right",
@@ -76,7 +76,7 @@ const config: Config = {
7676
items: [
7777
{
7878
label: "GitHub Repository",
79-
href: "https://github.com/sassoftware/<projectName>",
79+
href: "https://github.com/sassoftware/sas-code-examples",
8080
},
8181
],
8282
},

0 commit comments

Comments
 (0)