Skip to content

Commit

Permalink
Nicer info about the origin of nanopubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 16, 2024
1 parent 6c9510f commit 5e61011
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/scala/commands/CategoryDocGenCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,13 @@ object CategoryDocGenCommand extends Command:
Await.ready(preloadBibFuture, 60.seconds)
val benchResultsDoc = benchResultsDocBuilder.build(
label,
s"""This benchmark result was reported in a Nanopublication: [$npUri]($npUri).""".stripMargin,
s"""!!! info
|
| This benchmark result was reported in a Nanopublication: [$npUri]($npUri).
|
| The documentation here was generated automatically.
|
|""".stripMargin,
newRootNode
)
// Remove the section title
Expand Down

0 comments on commit 5e61011

Please sign in to comment.