diff --git a/docs/index.md b/docs/index.md
index 5134ddb7a2f..93be1aab117 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -98,14 +98,16 @@ jobs:
You can also use docfx as a NuGet library:
```xml
-
-
-
+
+
+
+
```
Then build a docset using:
```cs
+await Docfx.Dotnet.DotnetApiCatalog.GenerateManagedReferenceYamlFiles("docfx.json");
await Docfx.Docset.Build("docfx.json");
```