Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Dec 10, 2024
1 parent 6bc5901 commit fb62a9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
INSTANCE: './Writerside'
INSTANCE: 'Writerside/strumenta'
DOCKER_VERSION: '243.21565'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<variables></variables>
<build-profile instance="s">
<build-profile instance="strumenta">
<variables>
<noindex-content>true</noindex-content>
</variables>
Expand Down
2 changes: 1 addition & 1 deletion Writerside/s.tree → Writerside/strumenta.tree
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="s"
<instance-profile id="strumenta"
name="The Starlasu Approach"
start-page="StarlasuOverview.md">

Expand Down
2 changes: 1 addition & 1 deletion Writerside/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<ihp version="2.0">
<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<instance src="s.tree"/>
<instance src="strumenta.tree"/>
</ihp>

0 comments on commit fb62a9b

Please sign in to comment.