mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs: reorganize the CONTRIBUTING section (#28220)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fca3a525d0
commit
a08c24c4aa
@@ -92,11 +92,11 @@ const config = {
|
||||
from: '/visualization.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/frequently-asked-questions',
|
||||
to: '/docs/faq',
|
||||
from: '/videos.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/frequently-asked-questions',
|
||||
to: '/docs/faq',
|
||||
from: '/faq.html',
|
||||
},
|
||||
{
|
||||
@@ -120,13 +120,21 @@ const config = {
|
||||
from: '/docs/roadmap',
|
||||
},
|
||||
{
|
||||
to: '/docs/contributing/contributing-page',
|
||||
to: '/docs/contributing/',
|
||||
from: '/docs/contributing/contribution-guidelines',
|
||||
},
|
||||
{
|
||||
to: '/docs/contributing/',
|
||||
from: '/docs/contributing/contribution-page',
|
||||
},
|
||||
{
|
||||
to: '/docs/databases/yugabytedb',
|
||||
from: '/docs/databases/yugabyte/',
|
||||
},
|
||||
{
|
||||
to: '/docs/faq',
|
||||
from: '/docs/frequently-asked-questions',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -182,7 +190,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
label: 'FAQ',
|
||||
to: '/docs/frequently-asked-questions',
|
||||
to: '/docs/faq',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user