GaoTianDuo commented on a change in pull request #417:
URL:
https://github.com/apache/dolphinscheduler-website/pull/417#discussion_r684768915
##########
File path: src/pages/docs/index.md.jsx
##########
@@ -26,7 +26,7 @@ const docsSource = {
'1.3.4': docs134Config,
'1.3.5': docs135Config,
'1.3.6': docs136Config,
- 'dev': docsDevConfig,
+ dev: docsDevConfig,
Review comment:
please rollback
##########
File path: site_config/community.jsx
##########
@@ -210,15 +214,15 @@ export default {
'zh-cn': {
barText: '社区',
sidemenu: [
- {
- title: '社区动态',
- children: [
- {
- title: '社区动态',
- link: '/zh-cn/community/index.html',
- },
- ],
- },
+ // {
+ // title: '社区动态',
+ // children: [
+ // {
+ // title: '社区动态',
+ // link: '/zh-cn/community/team.html',
+ // },
+ // ],
Review comment:
please delete
##########
File path: site_config/community.jsx
##########
@@ -4,15 +4,15 @@ export default {
'en-us': {
barText: 'Community',
sidemenu: [
- {
- title: 'Community News',
- children: [
- {
- title: 'Community News',
- link: '/en-us/community/index.html',
- },
- ],
- },
+ // {
+ // title: 'Community News',
+ // children: [
+ // {
+ // title: 'Community News',
+ // link: '/en-us/community/index.html',
+ // },
+ // ],
+ // },
Review comment:
please delete
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]