chore: Reference Github code in Docusaurus (#18229)
* POC github code reference * Add example * Remove unnecessary change * Remove POC page
This commit is contained in:
parent
2929bb1680
commit
ad4d05cbc7
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue