@@ -14,14 +14,14 @@ const config: Config = {
1414 favicon : "img/NYU.ico" ,
1515
1616 // Set the production url of your site here
17- url : "https://your-docusaurus-site.example.com " ,
17+ url : "https://services.rt.nyu.edu/ " ,
1818 // Set the /<baseUrl>/ pathname under which your site is served
1919 // For GitHub pages deployment, it is often '/<projectName>/'
2020 baseUrl : baseUrl ,
2121
2222 // GitHub pages deployment config.
2323 // If you aren't using GitHub pages, you don't need these.
24- organizationName : "NYU-ITS " , // Usually your GitHub org/user name.
24+ organizationName : "NYU-RTS " , // Usually your GitHub org/user name.
2525 projectName : "rts-docs" , // Usually your repo name.
2626 deploymentBranch : "main" ,
2727
@@ -52,7 +52,7 @@ const config: Config = {
5252 {
5353 docs : {
5454 sidebarPath : "./sidebars.ts" ,
55- editUrl : "https://github.com/NYU-ITS /rts-docs/blob/main/" ,
55+ editUrl : "https://github.com/NYU-RTS /rts-docs/blob/main/" ,
5656 } ,
5757 blog : {
5858 showReadingTime : true ,
@@ -61,7 +61,7 @@ const config: Config = {
6161 xslt : true ,
6262 } ,
6363 // Remove this to remove the "edit this page" links.
64- editUrl : "https://github.com/NYU-ITS /rts-docs/blob/main/" ,
64+ editUrl : "https://github.com/NYU-RTS /rts-docs/blob/main/" ,
6565 // Useful options to enforce blogging best practices
6666 onInlineTags : "warn" ,
6767 onInlineAuthors : "warn" ,
@@ -167,7 +167,7 @@ const config: Config = {
167167 } ,
168168 {
169169 label : "GitHub" ,
170- href : "https://github.com/NYU-ITS /rts-docs" ,
170+ href : "https://github.com/NYU-RTS /rts-docs" ,
171171 } ,
172172 ] ,
173173 } ,
0 commit comments