efe536f45a
This PR fixes bad links found in the contribute section, identified via: ``` ./scripts/linkchecker.py -l zh -f /docs/contribute/**/*.md ``` Fix Summary: Bad links pointing nowhere: 23 Links which should point to localized pages: 28 Links which should avoid redirections: 5 Unsafe links that use HTTP: 6
27 lines
592 B
Markdown
27 lines
592 B
Markdown
---
|
|
title: 参考文档概述
|
|
main_menu: true
|
|
weight: 80
|
|
---
|
|
|
|
<!--
|
|
title: Reference docs overview
|
|
main_menu: true
|
|
weight: 80
|
|
-->
|
|
|
|
<!--
|
|
The topics in this section document how to generate the Kubernetes
|
|
reference guides.
|
|
|
|
To build the reference documentation, see the following guide:
|
|
|
|
* [Generating Reference Documentation Quickstart](/docs/contribute/generate-ref-docs/quickstart/)
|
|
-->
|
|
|
|
本节的主题是描述如何生成 Kubernetes 参考指南。
|
|
要生成参考文档,请参考下面的指南:
|
|
|
|
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
|
|
|