️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
Robert Outlaw 7dda80b3d3 enable edits on conceptual content 2018-03-27 10:58:28 -07:00
breadcrumb caps change in breadcrumbs 2017-06-19 21:43:58 -07:00
docs-ref-autogen CI Update 2018-03-26 23:17:04 +00:00
docs-ref-conceptual Merge pull request #379 from v-savila/1207158-spring 2018-03-21 12:33:59 -07:00
docs-ref-mapping Update reference.yml 2018-03-26 16:22:58 -07:00
docs-ref-overwrite put example in remarks 2017-06-01 14:51:36 +08:00
docs-ref-services Merge pull request #293 from carolinacmoravia/patch-10 2017-11-29 09:33:26 -08:00
.gitignore Add elastic db (#311) 2017-11-28 17:09:24 +08:00
.openpublishing.build.ps1 Initialize open publishing repository: https://github.com/Azure/azure-docs-sdk-java of branch live 2016-07-22 08:20:10 +00:00
.openpublishing.publish.config.json fix landing data type 2017-08-01 15:15:08 -07:00
.openpublishing.redirection.json Revert "Revert "Acr preview"" 2018-02-01 08:50:11 -08:00
Auth.md Create Auth.md 2016-10-17 11:41:23 -07:00
LICENSE New license files from CELA. 2017-03-21 09:52:17 -07:00
LICENSE-CODE New license files from CELA. 2017-03-21 09:52:17 -07:00
README.md Update from CELA. 2017-03-21 09:51:40 -07:00
ThirdPartyNotices New license files from CELA. 2017-03-21 09:52:17 -07:00
code2yaml.json Update code2yaml.json 2018-03-26 16:11:02 -07:00
docfx.json enable edits on conceptual content 2018-03-27 10:58:28 -07:00
repo.json Update repo.json 2018-03-26 16:09:24 -07:00

README.md

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

How to Update the YAML content in the repo

  1. Clone the Azure sdk for Java
  2. Create a code2yaml.json config file to specify your input folder, output folder, exclude paths. you can refer to the template config file
  3. Run Code2Yaml.exe to generate YAML files.

Or you can run powershell Scripts/build.ps1, it would update the YAML files in api folder.