Skip to content

Commit

Permalink
#58 tweak command and event docu linking
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Jan 2, 2023
1 parent 8fb0513 commit 88009a3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions docu/commandAndEventDocu.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Poinz Command and Event Docu
This is an autogenerated docu. 1/2/2023, 10:42:56 AM (Poinz version 0.17.6)
This is an autogenerated docu. 1/2/2023, 10:45:19 AM (Poinz version 0.17.6)

* Jump to [commands](#commands)
* Jump to [events](#events)

## Commands

* [addStory](#command-addstory-)
* [changeStory](#command-changestory-)
* [clearStoryEstimate](#command-clearstoryestimate-)
* [deleteStory](#command-deletestory-)
* [giveStoryEstimate](#command-givestoryestimate-)
* [importStories](#command-importstories-)
* [joinRoom](#command-joinroom-)
* [kick](#command-kick-)
* [leaveRoom](#command-leaveroom-)
* [newEstimationRound](#command-newestimationround-)
* [restoreStory](#command-restorestory-)
* [reveal](#command-reveal-)
* [selectStory](#command-selectstory-)
* [setAvatar](#command-setavatar-)
* [setCardConfig](#command-setcardconfig-)
* [setEmail](#command-setemail-)
* [setPassword](#command-setpassword-)
* [setRoomConfig](#command-setroomconfig-)
* [setSortOrder](#command-setsortorder-)
* [setUsername](#command-setusername-)
* [settleEstimation](#command-settleestimation-)
* [toggleExclude](#command-toggleexclude-)
* [trashStory](#command-trashstory-)
* [addStory](#command-addstory)
* [changeStory](#command-changestory)
* [clearStoryEstimate](#command-clearstoryestimate)
* [deleteStory](#command-deletestory)
* [giveStoryEstimate](#command-givestoryestimate)
* [importStories](#command-importstories)
* [joinRoom](#command-joinroom)
* [kick](#command-kick)
* [leaveRoom](#command-leaveroom)
* [newEstimationRound](#command-newestimationround)
* [restoreStory](#command-restorestory)
* [reveal](#command-reveal)
* [selectStory](#command-selectstory)
* [setAvatar](#command-setavatar)
* [setCardConfig](#command-setcardconfig)
* [setEmail](#command-setemail)
* [setPassword](#command-setpassword)
* [setRoomConfig](#command-setroomconfig)
* [setSortOrder](#command-setsortorder)
* [setUsername](#command-setusername)
* [settleEstimation](#command-settleestimation)
* [toggleExclude](#command-toggleexclude)
* [trashStory](#command-trashstory)


### Command "addStory"
Expand Down
2 changes: 1 addition & 1 deletion docu/templates/commandAndEventDocu.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an autogenerated docu. <%= now %> (Poinz version <%= version %>)
## Commands

<% commandHandlerFileData.forEach( (cmdInfo) => { -%>
* [<%= cmdInfo.commandName %>](#command-<%= cmdInfo.commandName.toLowerCase() %>-)
* [<%= cmdInfo.commandName %>](#command-<%= cmdInfo.commandName.toLowerCase() %>)
<% }) %>

<% commandHandlerFileData.forEach( (cmdInfo) => { -%>
Expand Down
2 changes: 1 addition & 1 deletion docu/templates/singleCommand.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Command "<%= cmdInfo.commandName %>"
### Command "<%= cmdInfo.commandName.trim() %>"

Source: [<%=cmdInfo.relativeFilePath %>](<%=cmdInfo.relativeFilePath %>)

Expand Down
2 changes: 1 addition & 1 deletion docu/templates/singleEvent.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Event "<%= evtInfo.eventName %>"
### Event "<%= evtInfo.eventName.trim() %>"

Source: [<%= evtInfo.relativeFilePath %>](<%= evtInfo.relativeFilePath %>)

Expand Down

0 comments on commit 88009a3

Please sign in to comment.