Using Azure DevOps Wiki helps teams create and share project documentation in one central place. The wiki is built to support collaboration and requires good organization, clear writing, and visual aids to be effective.
A well-organized wiki is easier to use and maintain. You should structure the wiki content using logical folders and clear naming conventions. This means grouping related pages together, like having separate folders for "Architecture," "Processes," and "Onboarding Guides." Consistent naming helps team members quickly find the information they need.
Markdown is a simple text formatting language used to style wiki pages. It allows you to create elements like headings, tables, and hyperlinks without needing complex tools. For example, you create headings by using hash symbols (# for main headings, ## for subheadings). Tables are made with pipes (|) and dashes (-), and you create hyperlinks by putting the link text in brackets followed by the URL in parentheses. Using Markdown ensures all documentation has a clean, consistent look.
Sometimes text alone isn't enough to explain a process. Mermaid is a tool that lets you create diagrams directly inside your Markdown pages. You embed a Mermaid diagram by placing its code inside a special code block marked with triple backticks and the word mermaid. For instance, you can write a flowchart using keywords like graph TD and then define the steps and decisions. This turns plain text into visual flowcharts, sequence diagrams, or Gantt charts, making complex ideas easier to understand.
For a wiki to be useful, the right people need to be able to contribute. You must configure access permissions to control who can view, edit, or manage pages. Typically, you would give read and write access to all team members so everyone can add knowledge. You might also grant administrative rights to a few key people who are responsible for the overall structure and quality of the documentation. This balance allows for team-wide collaboration while protecting the wiki from unintended changes.
Seeking the thrill of transformative tech? Explore the art of designing and implementing DevOps solutions on Azure. Master the shift towards CI/CD, testing, and delivery, while preparing for the Designing and Implementing Microsoft DevOps Solutions exam!
Prepare and test your skills

Prepare and test your skills

You embed a Mermaid diagram by placing diagram code inside a code block marked with triple backticks and the word mermaid. This formatting converts plain-text declarations into visual elements like flowcharts, sequence diagrams, or Gantt charts. For example, flowcharts can be initiated using keywords such as graph TD to outline steps and decision points.
Markdown formats wiki pages by applying simple text characters to generate structural elements without complex tools. In this syntax, hash symbols create main headings and subheadings, pipes and dashes build tables, and brackets followed by parentheses enclose hyperlink text and URLs.
Access permissions should be configured to control who can view, edit, or manage pages across the wiki. A typical configuration grants read and write access to all team members for broad collaboration, while reserving administrative rights for a few key individuals who maintain the overall structure and quality of the documentation.