Skip to content

Commit

Permalink
docs: some fixes (#6596)
Browse files Browse the repository at this point in the history
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
  • Loading branch information
misba7 committed Nov 22, 2023
1 parent 307e098 commit 4537b8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/admin/install/docker-install/compose.md
Expand Up @@ -51,7 +51,7 @@ Installation depends on the set of environment variables shown below. These envi

## How to run

Download the compose file
Download the compose file:

```bash

Expand All @@ -64,7 +64,7 @@ This docker compose file runs two containers, the janssen monolith container and
docker compose -f jans-mysql-compose.yml up -d
```

To view the containers running
To view the containers running:

```bash

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/kubernetes-ops/README.md
Expand Up @@ -13,7 +13,7 @@ This Operation guide helps you learn about the common operations for Janssen on
## Prerequisite
- Review the [Janssen](../reference/kubernetes/README.md) components and architecture

- Complete the [installation](../install/helm-install/local.md) of janssen on your desired Kubernetes provider.
- Complete the [installation](../install/helm-install/README.md) of Janssen on your desired Kubernetes provider.

## Common Operations

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/reference/database/README.md
Expand Up @@ -19,7 +19,7 @@ Jans has next persistence modules out-of-the-box:
- [Couchbase](./cb-config.md)
- [Spanner](./spanner-config.md)
- [MySQL](./mysql-config.md)
- [PostreSQL](./pgsql-config.md)
- [PostgreSQL](./pgsql-config.md)
- [MariaDB](./mariadb.md)
- [Hybrid](./pgsql-config.md). This is virtual DB layer which allows to combine few DB types based on record type.

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/usermgmt/usermgmt-cli-tui.md
Expand Up @@ -51,7 +51,7 @@ In the below example we are showing how to connect and use Jans Server's interna

## Manage data in Jans TUI

We can easily add an user using Jans TUI. To manage user using Jans TUI, got to `/opt/jans/jans-cli/config-cli-tui.py` and select `Users` tab.
We can easily add a user using Jans TUI. To do that, run the TUI using `/opt/jans/jans-cli/config-cli-tui.py` for example, and click on the `Users` tab.

![user-tab](https://github.com/JanssenProject/jans/assets/43112579/d94916ff-82c6-4d64-bd3a-9b13f3a5038d)

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Expand Up @@ -72,16 +72,16 @@ nav:
- RHEL: admin/install/vm-install/rhel.md
- Suse: admin/install/vm-install/suse.md
- Dynamic Download: admin/install/vm-install/dynamic-download.md
- Docker Installation:
- Quick Start: admin/install/docker-install/quick-start.md
- Docker compose: admin/install/docker-install/compose.md
- Helm Deployments:
- admin/install/helm-install/README.md
- Local Kubernetes Cluster: admin/install/helm-install/local.md
- Amazon EKS: admin/install/helm-install/amazon-eks.md
- Google GKE: admin/install/helm-install/google-gke.md
- Microsoft Azure AKS: admin/install/helm-install/microsoft-azure.md
- Using Rancher Marketplace: admin/install/helm-install/rancher.md
- Docker Deployments:
- Quick Start: admin/install/docker-install/quick-start.md
- Docker compose: admin/install/docker-install/compose.md
- Setup Instructions: admin/install/setup.md
- FAQ: admin/install/install-faq.md
- Kubernetes Operation Guide:
Expand Down

0 comments on commit 4537b8b

Please sign in to comment.