Skip to content

Commit 8c31c1a

Browse files
committed
Update docs site
1 parent 3fb86fa commit 8c31c1a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

docs-src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It allows commands to be queued, scheduled, and ran directly.
55

66
## How to Get Started
77

8-
## Create a Command
8+
### Create a Command
99

1010
First, install the InEngine.Core package into your own Visual Studio project.
1111

@@ -75,7 +75,7 @@ namespace InEngine.Commands
7575
}
7676
```
7777

78-
# Run the Command
78+
### Run the Command
7979

8080
Second, download the InEngineCli tool that matches the version of the InEngine.Core package you included from the [GitHub Releases](https://github.com/InEngine-NET/InEngine.NET/releases) page.
8181

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
<ul class="nav bs-sidenav">
6767
<li class="main active"><a href="#what-is-this">What is this?</a></li>
6868
<li><a href="#how-to-get-started">How to Get Started</a></li>
69-
<li><a href="#create-a-command">Create a Command</a></li>
70-
<li class="main "><a href="#run-the-command">Run the Command</a></li>
7169
</ul>
7270
</div></div>
7371
<div class="col-md-9" role="main">
@@ -76,7 +74,7 @@ <h1 id="what-is-this">What is this?</h1>
7674
<p>InEngine.NET is a background commands processing server.
7775
It allows commands to be queued, scheduled, and ran directly. </p>
7876
<h2 id="how-to-get-started">How to Get Started</h2>
79-
<h2 id="create-a-command">Create a Command</h2>
77+
<h3 id="create-a-command">Create a Command</h3>
8078
<p>First, install the InEngine.Core package into your own Visual Studio project.</p>
8179
<p><strong>Package Manager</strong></p>
8280
<pre><code class="bash">Install-Package InEngine.Core
@@ -136,7 +134,7 @@ <h2 id="create-a-command">Create a Command</h2>
136134
}
137135
</code></pre>
138136

139-
<h1 id="run-the-command">Run the Command</h1>
137+
<h3 id="run-the-command">Run the Command</h3>
140138
<p>Second, download the InEngineCli tool that matches the version of the InEngine.Core package you included from the <a href="https://github.com/InEngine-NET/InEngine.NET/releases">GitHub Releases</a> page.</p>
141139
<p>Copy your project's DLLs into the same directory as InEngineCli.exe.</p>
142140
<p>Run your command...</p>
@@ -181,5 +179,5 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>
181179

182180
<!--
183181
MkDocs version : 0.16.3
184-
Build Date UTC : 2017-11-19 22:09:27
182+
Build Date UTC : 2017-11-19 22:11:56
185183
-->

0 commit comments

Comments
 (0)