Skip to content

Commit 6ffdfcc

Browse files
committed
edits, adjust bookmark link
1 parent 5f84ac2 commit 6ffdfcc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/project/wiki/wiki-create-repo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 06/02/2025
1717

1818
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1919

20-
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.
2121

2222
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.
2323

@@ -76,7 +76,7 @@ The Git repository for your wiki (`ProjectName.wiki`) isn't included in the drop
7676

7777
1. In the popup, select **HTTP** and then select the **Copy** icon (double page):
7878

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.":::
8080

8181
The URL is copied to your clipboard.
8282

@@ -107,17 +107,17 @@ For more information, see [Get started with Azure DevOps CLI](../../cli/index.md
107107
108108
#### Parameters
109109

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`).
111111

112112
| Parameter | Required | Description |
113113
|---------------|----------|-------------|
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`. |
116116
| `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>/`. |
117117
| `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. |
121121

122122
#### Example: Create a project wiki
123123

docs/project/wiki/wiki-file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes the files and folder structure for provisioned wikis and
2020

2121
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).
2222

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).
2424

2525
## Repository files and folder structure
2626

0 commit comments

Comments
 (0)