️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
Robert Outlaw 7d582ecd08 Merge pull request #125 from Azure/fix-ref-links
fix reference links on install page
2017-05-10 05:51:17 -04:00
breadcrumb bring over breadcrumb changes for ref 2017-05-09 13:34:12 -04:00
docs-ref-autogen Update Reference Content 2017-05-10 04:35:23 +00:00
docs-ref-conceptual fix reference links on install page 2017-05-10 02:44:38 -07:00
docs-ref-mapping support fusion toc for java 2017-05-08 19:13:13 +08:00
docs-ref-overwrite rename folder 2016-12-26 11:21:32 +08:00
scripts update code2yaml a539a66db32d83153b6fe3c493cc10323e4cf0ad 2017-05-06 13:10:31 +08:00
.gitignore update 2016-10-10 15:08:40 +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 use op instead of op-dev 2017-05-10 10:41:36 +08:00
.openpublishing.redirection.json update redirection config 2017-05-10 13:19:50 +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
appveyor.yml adding service fabric 2016-11-01 00:01:35 -07:00
code2yaml.json Update code2yaml.json 2017-05-10 12:31:28 +08:00
docfx.json update docfx.json to include md files in docs-ref-autogen folder 2017-05-09 17:36:25 +08:00
repo.json support fusion toc for java 2017-05-08 19:13:13 +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.