Skip to content

Commit c408609

Browse files
authored
Merge pull request #148 from NYU-RTS/s-sajid-ali-patch-1
Cleanup docusaurus.config.ts after recent changes
2 parents 76accd3 + 6f74985 commit c408609

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type * as Preset from "@docusaurus/preset-classic";
22
import { type Config } from "@docusaurus/types";
33
import { 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>/'
75
let baseUrl = "/";
86
if (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

Comments
 (0)