Skip to content

Commit

Permalink
Update instance id
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Jan 16, 2024
1 parent 50020da commit f500162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Writerside/w.tree → Writerside/docs.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="w"
<instance-profile id="docs"
name="DartPoet Docs"
start-page="starter-topic.md">
<toc-element topic="overview.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,6 +4,6 @@
<ihp version="2.0">
<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<instance src="w.tree" web-path="/docs/" version="1.0.0"/>
<instance src="docs.tree" web-path="/docs/" version="1.0.0"/>

</ihp>

0 comments on commit f500162

Please sign in to comment.