️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
Gang Zhang 5a6b98ab4e
Update package.json
2023-06-08 15:10:38 +08:00
.github Add fabricbot config 2022-02-18 11:00:13 -08:00
breadcrumb Update toc.yml 2021-07-13 14:18:05 +08:00
docs-ref-autogen CI Update 2023-05-26 04:37:42 +00:00
docs-ref-conceptual duplicate H1s 2022-04-28 06:52:37 -07:00
docs-ref-mapping Update docs CI configuration 2023-06-02 23:49:13 +00:00
docs-ref-overwrite 📦 Update documentation 2018-06-26 23:21:38 -07:00
docs-ref-services Update docs metadata 2023-06-08 05:42:29 +00:00
docsms-allowlist Add allowlist fr java 2022-09-01 13:25:20 -07:00
legacy Onboarding speech to normal process 2022-11-28 14:44:35 -08:00
metadata Update docs metadata 2023-06-08 05:42:29 +00:00
preview CI Update 2023-05-27 04:34:55 +00:00
temporary-src-based-yml Onboarding speech to normal process 2022-11-28 14:44:35 -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 Delete Spring related content in Reference. 2021-07-14 09:17:32 +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 Disable edit button on learn.microsoft.com for Java 2023-05-01 10:02:36 -07:00
.openpublishing.redirection.json Remove accidentally published file, add redirect 2023-02-07 09:44:48 -08:00
.openpublishing.redirection.member-page-movement-legacy.json fix a redirection for legacy 2022-08-22 16:09:23 +08:00
.openpublishing.redirection.member-page-movement-preview.json fix 4 rules 2022-09-21 15:30:18 +08:00
.openpublishing.redirection.member-page-movement.json fix 4 rules 2022-09-21 15:30:18 +08:00
Auth.md Create Auth.md 2016-10-17 11:41:23 -07:00
FOR_THOSE_WHO_ARE_LOST.md update_toc.ps1 g2g. added a help for those who may be confused 2020-03-18 23:15:56 -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 Revert my testing changes 2021-03-17 17:07:24 -07:00
SECURITY.md Microsoft mandatory file 2022-05-18 22:05:21 +00:00
ThirdPartyNotices New license files from CELA. 2017-03-21 09:52:17 -07:00
docfx.json Merge pull request #2429 from Azure/39ea20de-4aa8-4b2b-ad46-125c37f21f3e_73 2023-05-26 13:30:56 -04:00
package.json Update package.json 2023-06-08 15:10:38 +08:00
update_toc.ps1 update_toc.ps1 g2g. added a help for those who may be confused 2020-03-18 23:15:56 -07:00
update_toc.py updates from merged-reference-toc 2020-03-19 20:07:33 -07:00
update_toc_no_implemetation.py Hide implementation path from generated toc.yml (#1836) 2021-03-02 15:39:30 -08:00

README.md

Azure SDK for Java API documentation

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.