-
Notifications
You must be signed in to change notification settings - Fork 5.5k
About the Wiki
Mike Harder edited this page Jun 20, 2024
·
5 revisions
This wiki contains some (but not all) documentation for the repo. Documentation updated frequently lives in the wiki, while documentation updated less often lives here:
- https://eng.ms/docs/products/azure-developer-experience
- https://github.com/Azure/azure-rest-api-specs/tree/main/documentation
The wiki can be edited using the GitHub UI (click "Edit" or "New Page"), or by cloning and pushing changes directly. Unfortunately there is no way to make a Pull Request to the wiki repo.
git clone https://github.com/azure/azure-rest-api-specs.wiki.git
- Make changes
-
git push
your changes tomaster
- Branch must be named
master
, notmain
. The GitHub Wiki code appears to hardcodeorigin/master
instead of usingorigin/HEAD
.
- Branch must be named
Content prior to 6/20/24 was moved to branch master-backup
, which can be viewed using git
but not the GitHub Wiki UI.