You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/02/03 18:49:21 UTC

[superset] branch doc-reference created (now 4e1c661)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch doc-reference
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 4e1c661  Update docusaurus.config.js

This branch includes the following new commits:

     new 4e1c661  Update docusaurus.config.js

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: Update docusaurus.config.js

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch doc-reference
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 4e1c6618549b15da49233bc23d54835ec4712e94
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Thu Feb 3 10:48:01 2022 -0800

    Update docusaurus.config.js
---
 docs/docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 4ed77ea..1a14752 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -117,7 +117,7 @@ const config = {
       ({
         docs: {
           sidebarPath: require.resolve('./sidebars.js'),
-          editUrl: 'https://github.com/apache/superset/tree/master/docs-v2',
+          editUrl: 'https://github.com/apache/superset/tree/master/docs',
         },
         blog: {
           showReadingTime: true,