Skip to content

Commit fbfe0ad

Browse files
authored
Update wiki-create-repo.md
1 parent 33c1d95 commit fbfe0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following parameters are available for the `wiki create` command. The `type`
114114
| `mapped-path` | Yes (`codewiki`) | The mapped path for the wiki. You can specify backslash (`/`) to publish from the root of the wiki repo. |
115115
| `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>/`. |
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**. |
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**. |
118118
| `repository` | Yes (`codewiki`) | The name or ID of the Git repository to publish the wiki from. |
119119
| `type` | No | The type of wiki to create: Project wiki (`projectwiki`) or Publish code as wiki (`codewiki`). The default is `projectwiki`. |
120120
| `version` | Yes (`codewiki`) | The Git repo branch name to publish the code wiki from. |

0 commit comments

Comments
 (0)