mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
docs(security): add security doc to website (#9209)
This commit is contained in:
parent
e494a9cc10
commit
2187d24b54
@ -125,7 +125,6 @@ function list_markdown_files(): string[] {
|
||||
/^docker\/(?!README|datahub-upgrade|airflow\/local_airflow)/, // Drop all but a few docker docs.
|
||||
/^docs\/docker\/README\.md/, // This one is just a pointer to another file.
|
||||
/^docs\/README\.md/, // This one is just a pointer to the hosted docs site.
|
||||
/^SECURITY\.md$/,
|
||||
/^\s*$/, //Empty string
|
||||
];
|
||||
|
||||
|
||||
@ -546,6 +546,7 @@ module.exports = {
|
||||
"docs/CONTRIBUTING",
|
||||
"docs/links",
|
||||
"docs/rfc",
|
||||
"SECURITY",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user