win32metadata/apidocs
Mike Battista 78608fdf09 Update tools to .NET 8. Fixed #1746. 2024-01-03 10:47:30 -08:00
..
Microsoft.Windows.SDK.Win32Docs Update tools to .NET 8. Fixed #1746. 2024-01-03 10:47:30 -08:00
ScrapeDocs Update tools to .NET 8. Fixed #1746. 2024-01-03 10:47:30 -08:00
ApiDocs.sln Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
Directory.Build.props Build authoring cleanup (#630) 2021-09-02 20:36:15 -07:00
README.md Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
stylecop.json Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
version.json Updated sdk-api submodule. 2023-05-07 10:37:50 -07:00

README.md

This folder contains the code and package for API docs

Maintainence

Periodically, run these commands from the root of the repo to update the docs we pack to the latest available:

cd ext\sdk-api
git fetch
git checkout origin/docs
cd ..
git add ext\sdk-api