️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
AndrewCook 1bf309e781
Adding moniker back to the version
API browser needs the moniker in the version to index the APIs correctly.
2018-09-26 19:25:05 -07:00
breadcrumb caps change in breadcrumbs 2017-06-19 21:43:58 -07:00
docs-ref-autogen CI Update 2018-09-26 22:07:11 +00:00
docs-ref-conceptual Updating TOC for new articles 2018-09-19 12:21:46 -05:00
docs-ref-mapping link functions GitHub Readme to library reference overview 2018-09-04 09:02:49 -07:00
docs-ref-overwrite 📦 Update documentation 2018-06-26 23:21:38 -07:00
docs-ref-services updating metadata to remove ms.service 2018-09-26 11:08:47 -07:00
preview Change client to management for HDI 2018-09-20 16:06:59 +08:00
.gitattributes Initialize open publishing repository: https://github.com/Azure/azure-docs-sdk-java of branch master 2018-07-17 16:15:50 +00: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 Update .openpublishing.publish.config.json 2018-09-27 08:57:30 +08:00
.openpublishing.redirection.json 🇺🇸 Updating the redirect. 2018-07-04 09:05:07 -07: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-09-10 15:58:36 -07:00
docfx.json Adding moniker back to the version 2018-09-26 19:25:05 -07:00
repo.json update the HBI in Preview and Speech SDK Repo 2018-09-20 13:11:01 +08: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.