Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 12, 2024
1 parent ee1166e commit 4042dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import kotlin.io.path.createParentDirectories

fun Path.initWriterside(repository: GitHubRepository) {
val variables = mapOf(
"projectTitle" to repository.name,
"repositoryName" to repository.name,
"repositoryOwner" to repository.owner,
)
Expand Down
2 changes: 1 addition & 1 deletion librarian-core/src/main/resources/Writerside/doc.tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="doc"
name="Apollo Adapters"
name="{{projectTitle}}"
start-page="welcome.md">

<toc-element topic="welcome.md"/>
Expand Down

0 comments on commit 4042dbf

Please sign in to comment.