[IOTDB-521]改为访问本地文件,优化首页界面#66
Closed
SailVR wants to merge 2 commits intoapache:masterfrom
SailVR:master
Closed
Conversation
samperson1997
requested changes
Mar 9, 2020
Contributor
samperson1997
left a comment
There was a problem hiding this comment.
Hi, you may have to merge and ACCEPT all other people's change before submitting PR... I thought you may revert many PRs that have already merged in the repository ...
Would you please have a look and cancel reverting them?
| const downloadSparkConnector = 'https://github.com/apache/incubator-iotdb'; | ||
|
|
||
| const cheerio = require('cheerio'); | ||
| // const DOC_URL_PREFIX = "https://rhh.666love.cn/incubator-iotdb/"; |
Contributor
There was a problem hiding this comment.
Remember to remove these comments when submitting PR : )
Comment on lines
-62
to
-71
| <li class="dropdown"> | ||
| <router-link to="/Community/Powered By" class="dropdown-toggle" data-toggle="dropdown" role="button" | ||
| aria-haspopup="true" aria-expanded="false"><span>ASF<b class="caret"></b></span> | ||
| </router-link> | ||
| <ul class="dropdown-menu"> | ||
| <li v-for="item in ASF"> | ||
| <a :href=item.url :class="nav-link"><span>{{item.content}}</span></a> | ||
| </li> | ||
| </ul> | ||
| </li> |
Comment on lines
126
to
116
| ], | ||
| "ASF": [ | ||
| {"url":"http://www.apache.org/foundation/","content":"Foundation"}, | ||
| {"url":"http://www.apache.org/licenses/","content":"License"}, | ||
| {"url":"http://www.apache.org/security/","content":"Security"}, | ||
| {"url":"http://www.apache.org/foundation/sponsorship.html","content":"Sponsorship"}, | ||
| {"url":"http://www.apache.org/foundation/thanks.html","content":"Thanks"}, | ||
| {"url":"http://www.apache.org/events/current-event","content":"Current Events"}, | ||
| ], | ||
| defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1", |
Comment on lines
+44
to
+53
| { | ||
| path: '/Tools', | ||
| name: 'Tools', | ||
| component: Tools | ||
| }, | ||
| { | ||
| path: '/Tools/:content', | ||
| name: 'SingleTool', | ||
| component: SingleTool | ||
| }, |
Contributor
There was a problem hiding this comment.
Delete this useless components and the related import
| Disclaimer: Apache IoTDB (incubating) (Database for Internet of Things) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. | ||
| </p> | ||
| <span style="text-align: center">Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> | ||
| <span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> |
Contributor
There was a problem hiding this comment.
Suggested change
| <span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> | |
| <span>Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> |
| hashes and signatures </a> which you can follow by using any of these | ||
| release-signing <a class="link-color" | ||
| href="https://downloads.apache.org/incubator/iotdb/KEYS"> | ||
| href="https://www.apache.org/dist/incubator/iotdb/KEYS"> |
Contributor
There was a problem hiding this comment.
Use downloads.apache.org instead of www.apache.org/dist
And also all download links in this file.
| @@ -0,0 +1,119 @@ | |||
| <template> | |||
| Disclaimer: Apache IoTDB (incubating) (Database for Internet of Things) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. | ||
| </p> | ||
| <span style="text-align: center">Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> | ||
| <span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> |
Contributor
There was a problem hiding this comment.
Suggested change
| <span>Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> | |
| <span>Copyright © 2020 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span> |
| margin-bottom: 5px; | ||
| padding: 5px; | ||
| max-width: 80%; | ||
| line-height: 15px; |
| @@ -0,0 +1,253 @@ | |||
| <template> | |||
Contributor
|
New PR #67 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.8/0.9版本为访问本地html,in progress版本为访问本地md文件