create-new-wiki-page

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create New Wiki Page

创建新Azure DevOps Wiki页面

Create a new Azure DevOps wiki page with proper structure and formatting.
创建结构合理、格式规范的新Azure DevOps Wiki页面。

Steps

步骤

  1. Execute
    tree . /f
    in pwsh to get all the page lists.
  2. Read all docs under
    設計文件
    ,
    功能需求
    ,
    標準規範
    or other documents to get the full view of the project.
  3. Plan the content for the wiki page about the user's specified topic. ${input:what-to-write-in-this-page}.
  4. Include a mermaid diagram on the page if there is suitable content for it.
  5. If the user doesn't specify a location, find an appropriate category and path for this page.
  6. Write the page in 正體中文.
  7. Add this page to the
    .order
    file in the same directory.
  8. Add this page to the category's markdown file (e.g., if under
    標準規範/
    , update
    標準規範.md
    ).
  9. Review whether the Azure DevOps Wiki page is well-written; refine it to improve quality.
  10. Git commit with a good message body.
  11. Summarize what was done.
  1. 在pwsh中执行
    tree . /f
    命令,获取所有页面列表。
  2. 读取
    設計文件
    功能需求
    標準規範
    或其他文档下的所有资料,全面了解项目情况。
  3. 针对用户指定的主题规划Wiki页面内容。${input:what-to-write-in-this-page}。
  4. 如果有合适的内容,在页面中加入Mermaid图表。
  5. 如果用户未指定位置,为该页面寻找合适的分类和路径。
  6. 使用繁体中文编写页面内容。
  7. 将该页面添加至同一目录下的
    .order
    文件中。
  8. 将该页面添加至对应分类的Markdown文件中(例如,若页面位于
    標準規範/
    目录下,则更新
    標準規範.md
    文件)。
  9. 检查Azure DevOps Wiki页面的撰写质量,进行优化完善。
  10. 使用清晰的提交信息执行Git commit操作。
  11. 总结已完成的工作。

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)列表。