I run the website locally and checked some previously inaccessible links now are normal
for example 1. "Learn more about Load Balance <http://servicecomb.apache.org/users/service-configurations/#%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%E7%AD%96%E7%95%A5> "( http://servicecomb.apache.org/users/service-configurations/#%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%E7%AD%96%E7%95%A5) in the bottom of page http://servicecomb.apache.org/docs/quick-start-advance/load-balance/ 2. "Learn more about Flow Control <http://servicecomb.apache.org/users/service-configurations/#%E9%99%90%E6%B5%81%E7%AD%96%E7%95%A5> "( http://servicecomb.apache.org/users/service-configurations/#%E9%99%90%E6%B5%81%E7%AD%96%E7%95%A5) in the bottom of page http://servicecomb.apache.org/docs/quick-start-advance/flow-control/ 3. ... sen sun <asd992825...@gmail.com> 于2019年12月17日周二 上午9:05写道: > +1 > LGTM > > victor chan <victorchan...@gmail.com> 于2019年12月16日周一 下午5:21写道: > >> Regarding the optimization content, my vision is to follow the steps: >> 1. Categorize existing documents by project >> 2. Add an overall introduction to ServiceComb >> 3. Modify existing Service-center user manuals, provide templates for >> other >> projects >> 4. Complete the transformation of the user manual for each project >> 5. According to the existing blog, add the completeness of the user manual >> 6. Continuous additions and updates >> At present, I have classified the document of "Getting Started" and it not >> involving page changes. >> PR: https://github.com/apache/servicecomb-website/pull/233 >> >> I look forward to your opinions. >> >> Wishes & Regards >> ------------------------------- >> Chenzhu >> >> >> Liubao (A) <bao....@huawei.com> 于2019年11月28日周四 下午4:48写道: >> >> > I have some suggestions. >> > >> > * Change the documents step by step. We need to keep the old materials >> > available only when we are sure the material can be deleted and >> useless. We >> > can doing this by adding new materials, move or refactor old materials >> to >> > fit your TOC step by step. >> > * Do NOT change the whole content in one big refactor. And your >> suggested >> > TOC is quite different with the current one, I cannot say it is good or >> > not, no one can verify this. >> > * Do it now by make small changes to current docs, we can check if it is >> > better in progress. >> > >> > >> > -----邮件原件----- >> > 发件人: victor chan [mailto:victorchan...@gmail.com] >> > 发送时间: 2019年11月28日 14:26 >> > 收件人: yhs0092 <dev@servicecomb.apache.org> >> > 主题: [DISCUSSION] [Website] Reorganize official website documents >> > >> > Based on feedback from previous users, I planned a document improvement >> > structure. like this, >> > >> > Documentation >> > ├── Getting Started Guide (for indexing and learning process guidance >> only) >> > │ ├── Platform installation >> > │ ├── Entry project >> > │ ├── Advanced Project >> > │ └── Solutions >> > │ >> > ├── Project A >> > │ ├── Project introduction >> > │ │ ├── What is it, what is solved >> > │ │ ├── Architecture analysis >> > │ │ └── Function introduction >> > │ ├── Quick start (only the simplest introduction) >> > │ ├── Detailed function (combination example) >> > │ │ ├── Create from zero >> > │ │ ├── Function 1 >> > │ │ ├── Function 2 >> > │ │ └── Function ... >> > │ ├── API / configuration query manual >> > │ ├── Efficiency tool (combined with reality) >> > │ │ ├── Tool A >> > │ │ ├── Tool B >> > │ │ └── Tool ... >> > │ ├── Experience reference (According to actual output, the following >> is >> > hypothetical content) >> > │ │ ├── Performance testing and tuning >> > │ │ ├── Suggestion for the production environment (function >> enablement, >> > upgrade plan, etc.) >> > │ │ ├── Troubleshooting >> > │ │ └── FAQ >> > │ ├── Development Guide >> > │ │ ├── Build from source code >> > │ │ ├── Module design >> > │ │ ├── Module A source code analysis >> > │ │ ├── Module B source code analysis >> > │ │ ├── Module ... source code analysis >> > │ │ ├── Coding conventions >> > │ │ └── Test case guidance >> > │ └── Operation and Maintenance Guide >> > │ ├── Management page introduction >> > │ ├── Function A >> > │ ├── Function B >> > │ └── Function ... >> > │ >> > └── Project ... >> > └── ... >> > >> > Do you have any thoughts? >> > >> >