https://github.com/azure/azure-docs-sdk-java
☕️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
https://github.com/azure/azure-docs-sdk-java
ms-x-reference
Last synced: about 1 year ago
JSON representation
☕️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
- Host: GitHub
- URL: https://github.com/azure/azure-docs-sdk-java
- Owner: Azure
- License: cc-by-4.0
- Created: 2016-07-18T15:18:58.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:51:25.000Z (over 1 year ago)
- Last Synced: 2025-03-17T11:53:08.481Z (over 1 year ago)
- Topics: ms-x-reference
- Language: Python
- Homepage: https://docs.microsoft.com/java/api/?view=azure-java-stable
- Size: 2.69 GB
- Stars: 61
- Watchers: 316
- Forks: 259
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# ☕️ Azure SDK for Java API documentation
## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto: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](https://github.com/Azure/azure-sdk-for-java.git)
2. Create a code2yaml.json config file to specify your input folder, output folder, exclude paths. you can refer to the [template config file](./Scripts/code2yaml.json)
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.