Skip to content

Commit

Permalink
Add real projects links
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Apr 19, 2024
1 parent 806b982 commit 2b34730
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ Real projects that use this approch.

* link:https://sfauvel.github.io/documentationtesting/documentationtesting/index.html[DocumentationTesting Java library]: Library to implements this approach in Java.

* link:https://gcollic.github.io/ansi-console-to-html/[ANSIConsoleToHtml]: A `.NET` library to convert ANSI console output to HTML.

* link:https://github.com/gcollic/nmermaid/blob/main/Nmermaid.DocAsTests/Docs/FlowchartDoc.All.verified.md[Mermaid C# library]: This library helps generate `Mermaid` diagram from `C#`.


10 changes: 10 additions & 0 deletions documentationtestingdoc/src/test/java/doc/Examples.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ public void real_projects_list() {
doc.write("\n * link:" + "https://sfauvel.github.io/documentationtesting/documentationtesting/index.html"
+ "[DocumentationTesting Java library]: "
+ "Library to implements this approach in Java." + " \n");

doc.write("\n * link:" + "https://gcollic.github.io/ansi-console-to-html/"
+ "[ANSIConsoleToHtml]: "
+ "A `.NET` library to convert ANSI console output to HTML." + " \n");

doc.write("\n * link:" + "https://github.com/gcollic/nmermaid/blob/main/Nmermaid.DocAsTests/Docs/FlowchartDoc.All.verified.md"
+ "[Mermaid C# library]: "
+ "This library helps generate `Mermaid` diagram from `C#`." + " \n");


}


Expand Down

0 comments on commit 2b34730

Please sign in to comment.