mirror of
https://github.com/ent/ent.git
synced 2026-05-06 01:20:56 +03:00
doc/md: update join community page (#3178)
This commit is contained in:
@@ -80,7 +80,18 @@ const config = {
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [],
|
||||
"plugins": [
|
||||
[
|
||||
`@docusaurus/plugin-client-redirects`,{
|
||||
redirects: [
|
||||
{
|
||||
to:'/docs/community',
|
||||
from:'/docs/slack',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
"themeConfig": {
|
||||
prism: {
|
||||
additionalLanguages: ['gotemplate', 'protobuf'],
|
||||
|
||||
Reference in New Issue
Block a user