Skip to content

Commit bba361b

Browse files
committed
Update docs site
1 parent 50ba1ce commit bba361b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs-src/commands.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ InEngineCli.exe -pMyCommandPlugin my-command
106106

107107
Run InEngineCli.exe without any arguments to see a list of arguments.
108108

109-
```
109+
```text
110110
Available plugins...
111111
InEngine.Commands
112112
InEngine.Core
@@ -116,14 +116,14 @@ InEngine.Core
116116

117117
Run InEngineCli.exe with only the plugin specified.
118118

119-
```
119+
```bash
120120
InEngineCli.exe -pInEngine.Core
121121
```
122122

123123
The **InEngine.Core** library is itself a plugin that contains queue related commands.
124124
This is the help output for the core plugin.
125125

126-
```
126+
```text
127127
InEngine 3.1.0
128128
Copyright © Ethan Hann 2017
129129
@@ -141,13 +141,13 @@ Copyright © Ethan Hann 2017
141141

142142
Run the command with the -h or --help arguments.
143143

144-
```
144+
```bash
145145
InEngineCli.exe -pInEngine.Core queue:clear -h
146146
```
147147

148148
The **InEngine.Core** plugin's command to clear the InEngine.NET's queues produces this help message.
149149

150-
```
150+
```text
151151
InEngine 3.1.0
152152
Copyright © Ethan Hann 2017
153153

docs/commands/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,19 @@ <h2 id="run-a-command">Run a Command</h2>
180180

181181
<h2 id="discover-commands-plugins">Discover Commands Plugins</h2>
182182
<p>Run InEngineCli.exe without any arguments to see a list of arguments.</p>
183-
<pre><code>Available plugins...
183+
<pre><code class="text">Available plugins...
184184
InEngine.Commands
185185
InEngine.Core
186186
</code></pre>
187187

188188
<h2 id="discover-commands-in-a-plugin">Discover Commands in a Plugin</h2>
189189
<p>Run InEngineCli.exe with only the plugin specified.</p>
190-
<pre><code>InEngineCli.exe -pInEngine.Core
190+
<pre><code class="bash">InEngineCli.exe -pInEngine.Core
191191
</code></pre>
192192

193193
<p>The <strong>InEngine.Core</strong> library is itself a plugin that contains queue related commands.
194194
This is the help output for the core plugin.</p>
195-
<pre><code>InEngine 3.1.0
195+
<pre><code class="text">InEngine 3.1.0
196196
Copyright © Ethan Hann 2017
197197

198198
queue:publish Publish a command message to a queue.
@@ -207,11 +207,11 @@ <h2 id="discover-commands-in-a-plugin">Discover Commands in a Plugin</h2>
207207

208208
<h2 id="print-help-text-for-a-plugins-commands">Print Help Text for a Plugin's Commands</h2>
209209
<p>Run the command with the -h or --help arguments.</p>
210-
<pre><code>InEngineCli.exe -pInEngine.Core queue:clear -h
210+
<pre><code class="bash">InEngineCli.exe -pInEngine.Core queue:clear -h
211211
</code></pre>
212212

213213
<p>The <strong>InEngine.Core</strong> plugin's command to clear the InEngine.NET's queues produces this help message. </p>
214-
<pre><code>InEngine 3.1.0
214+
<pre><code class="text">InEngine 3.1.0
215215
Copyright © Ethan Hann 2017
216216

217217
--processing-queue Clear the processing queue.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>
133133

134134
<!--
135135
MkDocs version : 0.16.3
136-
Build Date UTC : 2017-11-20 00:34:39
136+
Build Date UTC : 2017-11-20 00:37:37
137137
-->

0 commit comments

Comments
 (0)