Skip to content

Commit

Permalink
chore: allow indexing
Browse files Browse the repository at this point in the history
- add version
  • Loading branch information
lincolnthalles committed May 18, 2024
1 parent 20d6fcd commit 1f1a4bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
<algolia-api-key>b315dd81ad99d5a42d110b2b9252877f</algolia-api-key>
<web-root>https://memospot.github.io/</web-root>
</variables>
<build-profile instance="md"/>
<build-profile instance="md">
<variables>
<noindex-content>false</noindex-content>
</variables>
</build-profile>
</buildprofiles>
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 @@
<topics dir="topics" web-path="topics"/>
<images dir="images" web-path="images"/>
<vars src="v.list"/>
<instance src="md.tree"/>
<instance src="md.tree" version="0.1.4"/>
</ihp>

0 comments on commit 1f1a4bf

Please sign in to comment.