mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
docs: restored page on roles in security, executed other touchups, and… (#11978)
* Restored docs page on roles in security, executed other touchups, and renamed docs readme.txt to readme.md * missed a url anchor on the security page * fixed licensing issue and limited char width to 80 * fixed licensing issue and limited char width to 80 * whitespace experiments * removed 2 periods * staging whitespace * addressed Robs feedback * implemented robs second round of feedback on public_role_like
This commit is contained in:
@@ -634,4 +634,34 @@ exports.createPages = ({ actions }) => {
|
||||
toPath: '/docs/creating-charts-dashboards/first-dashboard',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1000',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1000',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1001',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1001',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1002',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1002',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1003',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1003',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1004',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1004',
|
||||
isPermanent: true,
|
||||
});
|
||||
createRedirect({
|
||||
fromPath: '/issue_code_reference.html#issue-1005',
|
||||
toPath: '/docs/miscellaneous/issue-codes#issue-1005',
|
||||
isPermanent: true,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user