Skip to content

Commit 310181a

Browse files
committed
Add screenshot
1 parent 94638f8 commit 310181a

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

doc/dashboard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ It uses the [eeh-inengine-api](angularjs-api-module.html) AngularJS API Module t
1010

1111
The dashboard source is available on [GitHub](https://github.com/ethanhann/InEngine.NET-Dashboard).
1212

13+
![Dashboard Home](https://raw.githubusercontent.com/ethanhann/InEngine.NET-Dashboard/master/screenshots/home.png)
14+
1315
## Configuration
1416

1517
Be sure to add the domain the dashboard is served from to the WebAPI/Origins section of the [IntegrationEngine.json file](configuration.html).

doc/documentation.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,26 @@ currentMenu: documentation
55

66
# Documentation
77

8-
## Configuration
9-
10-
The [Configuration documentation](configuration.html) describes how the values in the IntegrationEngine.json file can be set.
11-
12-
## Integration Jobs
13-
14-
The [Integration Jobs documentation](configuration.html) lists the built-in integration jobs, and explains their usage.
15-
16-
## Web API
17-
18-
The [Web API documentation](configuration.html) lists the available HTTP endpoints, and explains their usage.
19-
20-
## InEngine.NET Client
21-
22-
The [InEngine.NET Client documentation](client-library.html) lists the available methods for interacting with the Web API in the client library, and explains their usage.
23-
24-
## InEngine.NET Console
25-
26-
The [InEngine.NET Console documentation](console-client.html) lists the available CLI commands, and explains their usage.
27-
28-
## InEngine.NET Console
29-
30-
The [InEngine.NET Console documentation](console-client.html) lists the available CLI commands, and explains their usage.
8+
<dl>
9+
<dt><a href="configuration.html">Configuration</a></dt>
10+
<dd>Describes how the values in the IntegrationEngine.json file can be set.</dd>
11+
12+
<dt><a href="integration-jobs.html">Integration Jobs</a></dt>
13+
<dd>Lists the built-in integration jobs in the <a href="https://www.nuget.org/packages/IntegrationEngine.Core">InEngine.NET Core</a> package, and explains their usage.</dd>
14+
15+
<dt><a href="web-api/cron-trigger.html">Web API</a></dt>
16+
<dd>Lists the available HTTP endpoints in the Web API, and explains their usage.</dd>
17+
18+
<dt><a href="client-library.html">C# Client Library</a></dt>
19+
<dd>Lists the available methods for interacting with the Web API in the client library, and explains their usage.</dd>
20+
21+
<dt><a href="client-library.html">Console Client</a></dt>
22+
<dd>Lists the available CLI commands in the console client, and explains their usage.</dd>
23+
24+
<dt><a href="angularjs-api-module.html">AngularJS Client</a></dt>
25+
<dd>Explains how to acquire and install AngularJS API client module.</dd>
26+
27+
<dt><a href="dashboard.html">Web Dashboard</a></dt>
28+
<dd>Explains how to acquire and install AngularJS web dashboard.</dd>
29+
</dl>
3130

0 commit comments

Comments
 (0)