@@ -4,19 +4,19 @@ import type { Config } from "@docusaurus/types";
4
4
import { themes as prismThemes } from "prism-react-renderer" ;
5
5
6
6
const config : Config = {
7
- title : "<projectName> Documentation" ,
8
- favicon : "images/<your logo> .png" ,
7
+ title : "sas-code-examples Documentation" ,
8
+ favicon : "images/sas .png" ,
9
9
10
10
// Set the production url of your site here
11
11
url : "https://sassoftware.github.io" ,
12
12
// 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 /" ,
15
15
16
16
// GitHub pages deployment config.
17
17
// If you aren't using GitHub pages, you don't need these.
18
18
organizationName : "sassoftware" , // Usually your GitHub org/user name.
19
- projectName : "<projectName> " , // Usually your repo name.
19
+ projectName : "sas-code-examples " , // Usually your repo name.
20
20
21
21
onBrokenLinks : "throw" ,
22
22
onBrokenMarkdownLinks : "throw" ,
@@ -37,7 +37,7 @@ const config: Config = {
37
37
routeBasePath : "/" ,
38
38
// Remove this to remove the "edit this page" links.
39
39
editUrl :
40
- "https://github.com/sassoftware/<projectName> /tree/main/website/" ,
40
+ "https://github.com/sassoftware/sas-code-examples /tree/main/website/" ,
41
41
} ,
42
42
blog : false ,
43
43
theme : {
@@ -54,14 +54,14 @@ const config: Config = {
54
54
} ,
55
55
} ,
56
56
navbar : {
57
- title : "<projectName> Documentation" ,
57
+ title : "sas-code-examples Documentation" ,
58
58
logo : {
59
59
alt : "SAS" ,
60
- src : "images/<your logo> .png" ,
60
+ src : "images/sas .png" ,
61
61
} ,
62
62
items : [
63
63
{
64
- href : "https://github.com/sassoftware/<projectName> " ,
64
+ href : "https://github.com/sassoftware/sas-code-examples " ,
65
65
className : "header-github-link" ,
66
66
title : "GitHub repository" ,
67
67
position : "right" ,
@@ -76,7 +76,7 @@ const config: Config = {
76
76
items : [
77
77
{
78
78
label : "GitHub Repository" ,
79
- href : "https://github.com/sassoftware/<projectName> " ,
79
+ href : "https://github.com/sassoftware/sas-code-examples " ,
80
80
} ,
81
81
] ,
82
82
} ,
0 commit comments