@@ -2,8 +2,6 @@ import type * as Preset from "@docusaurus/preset-classic";
22import { type Config } from "@docusaurus/types" ;
33import { themes as prismThemes } from "prism-react-renderer" ;
44
5- // Set the /<baseUrl>/ pathname under which your site is served
6- // For GitHub pages deployment, it is often '/<projectName>/'
75let baseUrl = "/" ;
86if ( process . env . PREVIEW_PATH ) {
97 baseUrl += process . env . PREVIEW_PATH ;
@@ -14,14 +12,12 @@ const config: Config = {
1412 favicon : "img/NYU.ico" ,
1513
1614 // Set the production url of your site here
17- url : "https://your-docusaurus-site.example.com" ,
18- // Set the /<baseUrl>/ pathname under which your site is served
19- // For GitHub pages deployment, it is often '/<projectName>/'
15+ url : "https://services.rt.nyu.edu/" ,
2016 baseUrl : baseUrl ,
2117
2218 // GitHub pages deployment config.
2319 // If you aren't using GitHub pages, you don't need these.
24- organizationName : "NYU-ITS " , // Usually your GitHub org/user name.
20+ organizationName : "NYU-RTS " , // Usually your GitHub org/user name.
2521 projectName : "rts-docs" , // Usually your repo name.
2622 deploymentBranch : "main" ,
2723
@@ -52,7 +48,7 @@ const config: Config = {
5248 {
5349 docs : {
5450 sidebarPath : "./sidebars.ts" ,
55- editUrl : "https://github.com/NYU-ITS /rts-docs/blob/main/" ,
51+ editUrl : "https://github.com/NYU-RTS /rts-docs/blob/main/" ,
5652 } ,
5753 blog : {
5854 showReadingTime : true ,
@@ -61,7 +57,7 @@ const config: Config = {
6157 xslt : true ,
6258 } ,
6359 // Remove this to remove the "edit this page" links.
64- editUrl : "https://github.com/NYU-ITS /rts-docs/blob/main/" ,
60+ editUrl : "https://github.com/NYU-RTS /rts-docs/blob/main/" ,
6561 // Useful options to enforce blogging best practices
6662 onInlineTags : "warn" ,
6763 onInlineAuthors : "warn" ,
@@ -167,7 +163,7 @@ const config: Config = {
167163 } ,
168164 {
169165 label : "GitHub" ,
170- href : "https://github.com/NYU-ITS /rts-docs" ,
166+ href : "https://github.com/NYU-RTS /rts-docs" ,
171167 } ,
172168 ] ,
173169 } ,
0 commit comments