Skip to content

Commit

Permalink
Tweaked a few things after having viewed it in my browser
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed May 30, 2024
1 parent fe0dc64 commit 7ba41ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/web-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ simply exposing SmartOS primitives via a web interface for the purposes of
managing instances and aims to make simpler tasks much more approachable for new
users, as well as make more complex tasks easier for advanced users.

In all cases, the Web UI simply exposes what's already available in SmartOS
in a more inviting way.

Note that while we have tried to make sure SmartOS features are represented in
the Web UI, not all features are yet exposed. And due to the nature of SmartOS
being much more free form than Triton, it's possible that you may have a
configuration on an instance or image that causes errors in the UI. Please
report these errors so that we may correct this.
configuration on an instance or image that causes errors in the UI.
[Please report these][i] errors so that we may correct this.

[i]: https://github.com/TritonDataCenter/smartos-ui/issues

## Installation

Expand Down Expand Up @@ -47,7 +46,8 @@ may be replaced with a custom certificate if you choose.

## The `uiadm` command

The `uiadm` command can be used to upgrade or uninstall the Web UI.
The `uiadm` command can be used to upgrade or uninstall the Web UI. It uses the
following subcommands.

<!-- markdownlint-disable line-length -->

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ nav:
- "Installation Walkthrough": "install.md"
- "Non-interactive Installation": "non-interactive-install.md"
- "Getting Started with SmartOS": "getting-started-with-smartos.md"
- "Installing the SmartOS Web UI": "web-interface.md"
- "Virtual Instances":
- "How to create a native SmartOS Instance": "how-to-create-a-zone.md"
- "How to create a Hardware Virtual Machine": "how-to-create-an-hvm-zone.md"
Expand Down

0 comments on commit 7ba41ff

Please sign in to comment.