Skip to content

Commit

Permalink
rename hi to ad
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Feb 13, 2024
1 parent f0c3d84 commit 0a9d2e3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ permissions:

env:
# Name of help module and instance id separated by a slash
INSTANCE: docs/hi
INSTANCE: docs/ad
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpHI2-all.zip
ARTIFACT: webHelpAD2-all.zip
# Writerside docker image version
DOCKER_VERSION: 233.14389
# Add the variable below to upload Algolia indexes
# Replace HI with the ID of the instance in capital letters
ALGOLIA_ARTIFACT: algolia-indexes-HI.zip
ALGOLIA_ARTIFACT: algolia-indexes-AD.zip

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions docs/hi.tree → docs/ad.tree
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="hi"
name="h i"
<instance-profile id="ad"
name="a d"
start-page="starter-topic.md">

<toc-element topic="starter-topic.md"/>
Expand Down
12 changes: 12 additions & 0 deletions docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<variables></variables>
<build-profile instance="ad">
<variables>
<noindex-content>false</noindex-content>
</variables>
</build-profile>

</buildprofiles>
2 changes: 1 addition & 1 deletion docs/topics/starter-topic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About h i
# About a d

<!--Writerside adds this topic when you create a new documentation project.
You can use it as a sandbox to play with Writerside features, and remove it from the TOC when you don't need it anymore.-->
Expand Down
2 changes: 1 addition & 1 deletion docs/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="hi.tree" web-path="/hi/" version="1.0"/>
<instance src="ad.tree"/>
</ihp>

0 comments on commit 0a9d2e3

Please sign in to comment.