PDF 手册的属性中标题信息不正确
Open
Nobody has claimed this yet.
contribution
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 1.2k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 31
Description
Change Request
This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.
Please answer the following questions before submitting your issue. Thanks!
- Describe what you find is inappropriate or missing in the existing docs.
如图,PDF手册 (如,https://download.pingcap.org/tidb-stable-zh-manual.pdf )的属性信息,Title 信息不正确,Author信息缺失,建议补充
另外,generate_pdf.sh 这里建议增加
-V title-meta="TiDB 中文手册" \
-V author-meta="PingCAP Inc." \
- Describe your suggestion or addition.
- Provide some reference materials (documents, websites, etc) if you could.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open scripts/generate_pdf.sh at the referenced line and inspect how the PDF is generated and its metadata is passed. Update the PDF metadata so the title is TiDB 中文手册 and the author is PingCAP Inc., then verify the generated PDF properties show both values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100