e655e54e9c
updated the repo link for the java source |
||
---|---|---|
api-doc | ||
api-index | ||
api-ref | ||
breadcrumb | ||
scripts | ||
.gitignore | ||
.openpublishing.build.ps1 | ||
.openpublishing.publish.config.json | ||
README.md | ||
appveyor.yml | ||
code2yaml.json | ||
docfx.json | ||
repo.json |
README.md
How to Update the YAML content in the repo
- Clone the Azure sdk for Java
- Create a code2yaml.json config file to specify your input folder, output folder, exclude paths. you can refer to the template config file
- Run Code2Yaml.exe to generate YAML files.
Or you can run powershell Scripts/build.ps1
, it would update the YAML files in api folder.