Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.4 KB

File metadata and controls

32 lines (19 loc) · 1.4 KB
name documentation
description Use when building or updating DocFX API documentation under docfx_project for this repository.

Documentation (DocFX) – Contentstack Management .NET SDK

When to use

Instructions

Layout

Metadata source

  • docfx.json metadata section references project files under src/**.csproj in the DocFX config; verify paths match this repo’s layout (core library lives under Contentstack.Management.Core/, not necessarily src/). Update metadata src paths if doc generation fails after moves.

Build

  • Install DocFX per official instructions, then run from docfx_project (typical: docfx docfx.json or docfx build docfx.json). Exact CLI may vary by DocFX version—use the version your team standardizes on.

Relationship to product docs

  • End-user NuGet and usage examples stay in root README.md. DocFX is for API reference material.

DocFX (official).