create-new-wiki-page
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate New Wiki Page
创建新Azure DevOps Wiki页面
Create a new Azure DevOps wiki page with proper structure and formatting.
创建结构合理、格式规范的新Azure DevOps Wiki页面。
Steps
步骤
-
Executein pwsh to get all the page lists.
tree . /f -
Read all docs under,
設計文件,功能需求or other documents to get the full view of the project.標準規範 -
Plan the content for the wiki page about the user's specified topic. ${input:what-to-write-in-this-page}.
-
Include a mermaid diagram on the page if there is suitable content for it.
-
If the user doesn't specify a location, find an appropriate category and path for this page.
-
Write the page in 正體中文.
-
Add this page to thefile in the same directory.
.order -
Add this page to the category's markdown file (e.g., if under, update
標準規範/).標準規範.md -
Review whether the Azure DevOps Wiki page is well-written; refine it to improve quality.
-
Git commit with a good message body.
-
Summarize what was done.
-
在pwsh中执行命令,获取所有页面列表。
tree . /f -
读取、
設計文件、功能需求或其他文档下的所有资料,全面了解项目情况。標準規範 -
针对用户指定的主题规划Wiki页面内容。${input:what-to-write-in-this-page}。
-
如果有合适的内容,在页面中加入Mermaid图表。
-
如果用户未指定位置,为该页面寻找合适的分类和路径。
-
使用繁体中文编写页面内容。
-
将该页面添加至同一目录下的文件中。
.order -
将该页面添加至对应分类的Markdown文件中(例如,若页面位于目录下,则更新
標準規範/文件)。標準規範.md -
检查Azure DevOps Wiki页面的撰写质量,进行优化完善。
-
使用清晰的提交信息执行Git commit操作。
-
总结已完成的工作。
Wiki Writing Guidelines
Wiki撰写指南
- Write in simple, concise language.
- Follow a consistent format across all pages.
- Break up sections with headlines, subheads, and text boxes.
- Enrich pages with mermaid diagrams and links.
- Include a list of FAQs in each section.
- 使用简洁明了的语言撰写。
- 所有页面遵循统一的格式规范。
- 使用标题、副标题和文本框划分内容板块。
- 通过Mermaid图表和链接丰富页面内容。
- 在每个板块中添加常见问题(FAQs)列表。