From 4aa63fe10ae0d82f83cb4d0aa0aa8919425adec9 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Fri, 21 Mar 2025 10:58:15 -0700 Subject: [PATCH] updated the editURL to point to the web UI --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 9ede9455..44be0733 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -57,7 +57,7 @@ const getConfig = async () => { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.dev/tableau/extensions-api/blob/main/website/', + 'https://github.com/tableau/extensions-api/blob/gh-pages-dev/website', remarkPlugins: [remarkDefList], sidebarCollapsed: true, },