We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60332c3 + 4d2d9a9 commit 5fb782fCopy full SHA for 5fb782f
docusaurus.config.ts
@@ -52,7 +52,7 @@ const config: Config = {
52
{
53
docs: {
54
sidebarPath: "./sidebars.ts",
55
- editUrl: "https://github.com/NYU-ITS/rts-docs-dev/blob/main/",
+ editUrl: "https://github.com/NYU-ITS/rts-docs/blob/main/",
56
},
57
blog: {
58
showReadingTime: true,
@@ -61,7 +61,7 @@ const config: Config = {
61
xslt: true,
62
63
// Remove this to remove the "edit this page" links.
64
65
// Useful options to enforce blogging best practices
66
onInlineTags: "warn",
67
onInlineAuthors: "warn",
0 commit comments