Skip to content

Commit ab5c646

Browse files
committed
Update docs
1 parent 96d0290 commit ab5c646

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
A plugin-based, distributed command queuing and scheduling server.
44

5-
![InEngine Command List](https://raw.githubusercontent.com/InEngine-NET/InEngine.NET/master/docs-src/images/inegine.png)
5+
![InEngine Command List](https://raw.githubusercontent.com/InEngine-NET/InEngine.NET/master/docs-src/images/commands.png)
66

docs-src/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Run inengine.exe with no arguments to see a list of commands:
165165
inengine.exe
166166
```
167167

168-
![InEngine Command List](/images/inengine.png)
168+
![InEngine Command List](images/commands.png)
169169

170170

171171
!!! note "InEngine.Core is a Plugin"
File renamed without changes.

docs-src/queuing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
InEngine.NET's queue functionality allows for commands to be run in the background via a [publish/subscribe](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) model.
44
A command should be queued when it is desirable to run the command once, as soon as possible, in a background task.
55

6-
Queuing is especially important for Web site and applications.
6+
Queuing is especially important for Web sites and applications.
77
Queuing is like the sister technology of caching.
88
Caching makes page loads faster when reading data from a database, or serving static assets, by drastically reducing direct database and file system read operations.
99
Queuing makes page loads faster when writing data to a database, or performing other blocking tasks, by pushing them into the background.

docs/queuing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@
762762
<h1 id="queuing">Queuing<a class="headerlink" href="#queuing" title="Permanent link">&para;</a></h1>
763763
<p>InEngine.NET's queue functionality allows for commands to be run in the background via a <a href="https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern">publish/subscribe</a> model.
764764
A command should be queued when it is desirable to run the command once, as soon as possible, in a background task.</p>
765-
<p>Queuing is especially important for Web site and applications.
765+
<p>Queuing is especially important for Web sites and applications.
766766
Queuing is like the sister technology of caching.
767767
Caching makes page loads faster when reading data from a database, or serving static assets, by drastically reducing direct database and file system read operations.
768768
Queuing makes page loads faster when writing data to a database, or performing other blocking tasks, by pushing them into the background.

docs/search/search_index.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)