Azure DevOps Wiki refers to the "Project Wiki" engine underlying Azure DevOps Services and Azure DevOps Server. Questions about this engine or its usage (markdown) use this tag.
Questions tagged [azure-devops-wiki]
78 questions
48
votes
6 answers
Adding Images in Azure DevOps Wiki
I'm trying to add a few images to the wiki in 1 of my Azure DevOps projects. When I use the absolute path as mentioned here https://learn.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops#images in the article, the…

Srivatsa Marichi
- 649
- 1
- 5
- 8
24
votes
3 answers
Azure DevOps Wiki: How can I link the subpages in the parent page?
I have been trying to find a way to have a table of contents of the subpages within the Azure DevOps Wiki. I have found, from other wiki services, how to do it.
In Confluence, they have a macro for "Children Display"
Another way I found for another…

DoubleDev
- 421
- 1
- 3
- 7
10
votes
4 answers
I have accidentally deleted a page from Azure DevOps Wiki. How can I recover it?
I have accidentally deleted a Wiki-page from our repository in Azure DevOps.
(How) can I recover it?

Mohammad
- 1,498
- 2
- 12
- 15
8
votes
3 answers
How to move a wiki to other project in Azure DevOps
I need move the wiki from a project to other.
We are using Azure DevOps and both projects are in the same organization.
I haven't seen any tools neither any option in DevOps.

Acorzo
- 83
- 1
- 1
- 3
6
votes
2 answers
Azure DevOps Wiki: What is the value of YAML atop a page's markdown?
What is the value in adding YAML atop an Azure DevOps Wiki page's markdown, as supported by its markdown syntax: Syntax guidance for Markdown usage in Wiki, YAML tags?
It seems to offer nothing more than an alternative syntax with which to specify…

ScottWelker
- 1,701
- 17
- 30
6
votes
1 answer
In Azure DevOps, is there an easy way to copy a wiki from one repo to another?
I see there is a "clone wiki" link but I don't know if it's possible to import a cloned wiki into another repo. What we're doing is moving our repo from our own Azure account to a client's Azure account so the wiki will be lost and I'd rather not…

ekolis
- 6,270
- 12
- 50
- 101
5
votes
1 answer
How to limit TOC level in wiki in Azure DevOps
I cannot see here
https://learn.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops#table-of-contents-toc-for-wiki-pages
any rule to do something like that:
[[__TOC__ limit:3]]
To limit the level of collected…

Diggy
- 115
- 8
5
votes
2 answers
Azure DevOps wiki .attachments folder
is there a way to browse ".attachments" folder from the Azure DevOps wiki page?
I insert images, later want to check folder content but not find a way to do it.

Hichamveo
- 475
- 3
- 16
5
votes
1 answer
Is there a way to (perma)link source code snippets in Azure DevOps wiki pages?
You know.., something similar like Github (that other Microsoft product) permalinks?
I've tried using

grmbl
- 2,514
- 4
- 29
- 54
5
votes
2 answers
More than one wiki and security access in Azure DevOps Services
In my azure devops portal, I want to have multiple wikis each containing information specific to different groups and teams. How can I create more than one wiki? When I try to clone, it looks like it tries to clone a wiki repository, which I think…

Chubsdad
- 24,777
- 4
- 73
- 129
4
votes
3 answers
Is it possible to hide pages from an Azure DevOps Wiki?
I have been tasked with documenting how we are going to use Azure DevOps. This is something new to our team.
I am working on a wiki for the vaious How Tos, guides, standards, etc.
I want to force users to read pages in a certain order. But I don't…

Paul Stoner
- 1,359
- 21
- 44
3
votes
0 answers
In Azure Devops, can Wiki query results be produced as a PDF in a Release Pipeline?
In Azure Devops, I'd like to set up a Release Pipeline to produce a PDF artifact of Wiki .md files which include query results.
The query results display in the Wiki pages, but from the Release Pipeline, is there any way that pandoc (or similar) can…

nfnbass
- 31
- 1
3
votes
2 answers
Embed asciidoc in Azure DevOps wiki
Does anyone have a solution how to embed asciidoc/generated HTML into the Azure DevOps Wiki?
As a first way just for watch (integrate HTML from asciidoc in the wiki for other users).
I also have problems to access a committed html file to the wiki…

twooBeers
- 186
- 2
- 11
3
votes
2 answers
Azure devOps wiki: create tables microsoft docs style
How to create tables on Azure Devops wiki with the same appearences as Microsoft's ?
right now I'm using this pattern, but would like to use the same style that Microsoft uses for its docs.
|H1|H2|
|-|-|
|Content|
results to…
user9124444
3
votes
1 answer
How to publish an HTML report in Azure Devops that is secured to members of the project?
Can I publish an html report somewhere in Azure DevOps that is secured to members of the project?
For example, I want to run repostat, or some similar tool, via a scheduled pipeline on my Azure Repos (e.g. the repo that backs the Azure Project Wiki)…

successhawk
- 3,071
- 3
- 28
- 44