Skip to content

Commit

Permalink
fix: syntax errors on lists in architecture page
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Jan 11, 2024
1 parent c44c9c7 commit 2310948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/overview/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ What is an AppSpec?
An **application specification** (AppSpec) contains all of the information necessary to run a containerized application

The only required pieces are as follows:

* `key`` is simply unique identifier for this application. This field may only contain alphanumeric characters (no special characters)
* Docker image name/tags of the application

Expand Down Expand Up @@ -89,6 +90,7 @@ Anytime the WebUI or API server needs to decode this token, they can make a requ
The server will respond with a decoded token as a JSON document

The decoded token includes the following information:

* email
* username
* group membership
Expand Down

0 comments on commit 2310948

Please sign in to comment.