You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/02/02 19:32:57 UTC

[superset] branch master updated: chore: Reference Github code in Docusaurus (#18229)

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

diegopucci pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ad4d05c  chore: Reference Github code in Docusaurus (#18229)
ad4d05c is described below

commit ad4d05cbc77e92ae4c54d36656ebe410f6123b4e
Author: Geido <60...@users.noreply.github.com>
AuthorDate: Wed Feb 2 21:30:45 2022 +0200

    chore: Reference Github code in Docusaurus (#18229)
    
    * POC github code reference
    
    * Add example
    
    * Remove unnecessary change
    
    * Remove POC page
---
 docs-v2/docusaurus.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs-v2/docusaurus.config.js b/docs-v2/docusaurus.config.js
index 8322fe5..dc03530 100644
--- a/docs-v2/docusaurus.config.js
+++ b/docs-v2/docusaurus.config.js
@@ -35,6 +35,9 @@ const config = {
   favicon: 'img/favicon.ico',
   organizationName: 'apache', // Usually your GitHub org/user name.
   projectName: 'superset', // Usually your repo name.
+    themes: [
+        '@saucelabs/theme-github-codeblock'
+    ],
    plugins: [
     [
       '@docusaurus/plugin-client-redirects',