Skip to content

Commit

Permalink
fix: update ConceptualDocumentProcessor reference (#10237)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Sep 30, 2024
1 parent 4d5949a commit 8af315e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Create a document processor
3. Load our rtf file by reading all text:
[!Code-csharp[Load](../codesnippet/Rtf/RtfDocumentProcessor.cs?name=Load)]

We use `Dictionary<string, object>` as the data model, similar to how [ConceptualDocumentProcessor](/~https://github.com/dotnet/docfx/blob/dev/src/Docfx.Build.ConceptualDocuments/ConceptualDocumentProcessor.cs)
We use `Dictionary<string, object>` as the data model, similar to how [ConceptualDocumentProcessor](/~https://github.com/dotnet/docfx/blob/main/src/Docfx.Build/Conceptual/ConceptualDocumentProcessor.cs)
stores the content of markdown files.

4. Implement `Save` method as follows:
Expand Down

0 comments on commit 8af315e

Please sign in to comment.