You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Azue DevOps, every team project has a wiki. You can use the wiki to share information with your team and support project contribution. The wiki is powered by a Git repository in the backend. This article describes how to open the project wiki and create the Git repo.
20
+
In Azure DevOps, every team project has a wiki. You can use the wiki to share information with your team and support project contribution. The wiki is powered by a Git repository in the backend. This article describes how to open the project wiki and create the Git repo.
21
21
22
22
When you create a team project, a wiki Git repo isn't created by default. You can create the repo to store your wiki Markdown files, or [publish existing Markdown files from a Git repository](publish-repo-to-wiki.md) to a wiki.
23
23
@@ -76,7 +76,7 @@ The Git repository for your wiki (`ProjectName.wiki`) isn't included in the drop
76
76
77
77
1. In the popup, select **HTTP** and then select the **Copy** icon (double page):
78
78
79
-
:::image type="content" source="media/wiki/clone-wiki-repo-files.png" border="false" alt-text="Screenshot that shows how to access the wiki repo URL by selecting the HTTP option and the Copy icon.":::
79
+
:::image type="content" source="media/wiki/clone-wiki-repo-files.png" alt-text="Screenshot that shows how to access the wiki repo URL by selecting the HTTP option and the Copy icon.":::
80
80
81
81
The URL is copied to your clipboard.
82
82
@@ -107,17 +107,17 @@ For more information, see [Get started with Azure DevOps CLI](../../cli/index.md
107
107
108
108
#### Parameters
109
109
110
-
The following parameters are available for the `wiki create` command. The `type` parameter specifies the type of wiki to create: Project wiki (**projectwiki**) or Publish code as wiki (**codewiki**).
110
+
The following parameters are available for the `wiki create` command. The `type` parameter specifies the type of wiki to create: Project wiki (`projectwiki`) or Publish code as wiki (`codewiki`).
111
111
112
112
| Parameter | Required | Description |
113
113
|---------------|----------|-------------|
114
-
|`mapped-path`| Yes (codewiki) | The mapped path for the wiki. You can specify backslash (`/`) to publish from the root of the wiki repo. |
115
-
|`name`| Yes (codewiki) | The name for the wiki. For the **projectwiki** type, when no name is specified, the wiki name is `TeamProjectName.wiki`. |
114
+
|`mapped-path`| Yes (`codewiki`) | The mapped path for the wiki. You can specify backslash (`/`) to publish from the root of the wiki repo. |
115
+
|`name`| Yes (`codewiki`) | The name for the wiki. For the `projectwiki` type, when no name is specified, the wiki name is `TeamProjectName.wiki`. |
116
116
|`org`| Maybe | The Azure DevOps organization URL. You can configure the default organization with the `az devops configure -d organization=ORG_URL` command. <br> **Note**: When the organization isn't configured by default or picked up by using the `git config` command, the parameter is **Required**. Example: `--org https://dev.azure.com/<OrganizationName>/`. |
117
117
|`project`| Maybe | The name or ID of the project. You can configure the default project by using the `az devops configure -d project=NAME_OR_ID`. command. <br> **Note**: When the project isn't configured by default or picked up by using the `git config` command, the parameter is **Required**. |
118
-
|`repository`| Yes (codewiki) | The name or ID of the Git repository to publish the wiki from. |
119
-
|`type`| No | The type of wiki to create: Project wiki (**projectwiki**) or Publish code as wiki (**codewiki**). The default is **projectwiki**. |
120
-
|`version`| Yes (codewiki) | The Git repo branch name to publish the code wiki from. |
118
+
|`repository`| Yes (`codewiki`) | The name or ID of the Git repository to publish the wiki from. |
119
+
|`type`| No | The type of wiki to create: Project wiki (`projectwiki`) or Publish code as wiki (`codewiki`). The default is `projectwiki`. |
120
+
|`version`| Yes (`codewiki`) | The Git repo branch name to publish the code wiki from. |
Copy file name to clipboardExpand all lines: docs/project/wiki/wiki-file-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This article describes the files and folder structure for provisioned wikis and
20
20
21
21
When you create a project, a wiki isn't created by default. You can [provision a wiki](wiki-create-repo.md), [create a README](../../repos/git/create-a-readme.md), or [publish project code as a wiki](../../project/wiki/publish-repo-to-wiki.md).
22
22
23
-
You create your wiki by using the Azure DevOps user interface. Then you can edit the wiki from your [Git repository URL path](wiki-create-repo.md#how-can-i-go-to-the-git-repository).
23
+
You create your wiki by using the Azure DevOps user interface. Then you can edit the wiki from your [Git repository URL path](wiki-create-repo.md#access-your-wiki-repo).
0 commit comments