Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Feb 29, 2024
1 parent a595e13 commit d022ead
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pages: write

env:
INSTANCE: docs/getting-started
INSTANCE: docs/myfinances
ARTIFACT: webHelpHI2-all.zip
DOCKER_VERSION: 233.14389

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

<variables></variables>
<build-profile instance="d">
<build-profile instance="myfinances">
<variables>
<noindex-content>false</noindex-content>
</variables>
Expand Down
10 changes: 0 additions & 10 deletions docs/changelog.tree

This file was deleted.

10 changes: 0 additions & 10 deletions docs/contributing.tree

This file was deleted.

7 changes: 5 additions & 2 deletions docs/getting-started.tree → docs/myfinances.tree
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="getting-started"
name="Getting Started" start-page="getting-setup.md">
<instance-profile id="myfinances"
name="MyFinances"
start-page="contributing.md">
<toc-element topic="getting-setup.md">
<toc-element topic="Setup-with-PyCharm.md">
<toc-element topic="Clone-the-project.md"/>
Expand All @@ -21,4 +22,6 @@
</toc-element>
<toc-element topic="Social-Logins.md"/>
</toc-element>
<toc-element topic="contributing.md"/>
<toc-element topic="changelog.md"/>
</instance-profile>
2 changes: 1 addition & 1 deletion docs/redirection-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<accepts>page.html</accepts>
</rule>
-->
<rule></rule><rule></rule></rules>
</rules>
4 changes: 1 addition & 3 deletions docs/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<ihp version="2.0">
<topics dir="topics" web-path="topics" />
<images dir="images" web-path="images" />
<instance src="getting-started.tree" web-path="MyFinances-documentation" />
<instance src="contributing.tree" web-path="contributing" version="1.0"/>
<instance src="changelog.tree" web-path="changelog" version="1.0" />
<instance src="myfinances.tree" web-path="MyFinances-documentation" />
<!-- <instance src="getting-started.tree" version="2.0" web-path="/v" />-->
</ihp>

0 comments on commit d022ead

Please sign in to comment.