Skip to content

Commit

Permalink
experimenting with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 23, 2022
1 parent f70fd95 commit e6f4471
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For smaller networks, use at home by network security enthusiasts, or in the fie
* [Development](development.md#Development)
* [Building from source](development.md#Build)
* [Pre-Packaged installation files](development.md#Packager)
* Preparing your system
* [Configuration](malcolm-preparation.md#Configuration)
* [Recommended system requirements](system-requirements.md#SystemRequirements)
* [Malcolm Configuration](malcolm-config.md#ConfigAndTuning)
* [`docker-compose.yml` parameters](malcolm-config.md#DockerComposeYml)
Expand Down
4 changes: 4 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## <a name="Development"></a>Development

* [Development](#Development)
* [Building from source](#Build)
* [Pre-Packaged installation files](#Packager)

Checking out the [Malcolm source code](https://github.com/idaholab/Malcolm/tree/main) results in the following subdirectories in your `malcolm/` working copy:

* `api` - code and configuration for the `api` container which provides a REST API to query Malcolm
Expand Down
10 changes: 10 additions & 0 deletions docs/malcolm-preparation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### <a name="Configuration"></a>Configuration

* [Configuration](#Configuration)
* [Recommended system requirements](system-requirements.md#SystemRequirements)
* [Malcolm Configuration](malcolm-config.md#ConfigAndTuning)
* [`docker-compose.yml` parameters](malcolm-config.md#DockerComposeYml)
* [Platform-specific Configuration](host-config.md#HostSystemConfig)
* [Linux host system configuration](host-config-linux.md#HostSystemConfigLinux)
* [macOS host system configuration](host-config-macos.md#HostSystemConfigMac)
* [Windows host system configuration](host-config-windows.md#HostSystemConfigWindows)
4 changes: 4 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## <a name="QuickStart"></a>Quick start

* [Quick start](#QuickStart)
* [Getting Malcolm](#GetMalcolm)
* [User interface](#UserInterfaceURLs)

### <a name="GetMalcolm"></a>Getting Malcolm

For a `TL;DR` example of downloading, configuring, and running Malcolm on a Linux platform, see [Installation example using Ubuntu 22.04 LTS](ubuntu-install-example.md#InstallationExample).
Expand Down

0 comments on commit e6f4471

Please sign in to comment.