Skip to content

Commit

Permalink
Docs fixes so that they deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
FancMa01 committed Dec 19, 2024
1 parent d82a0ed commit 48e822e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/docs/Install/Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,15 @@ The preferred method, however, is **Azure AD** (formerly Azure Active Directory)
The client secret from Azure AD. You obtain this after registering your application in Azure AD.
_Example:_ `your_client_secret`

- **REDIRECT_URI=http://localhost:3001**
- **REDIRECT_URI**
The redirect URI from Azure AD. You obtain this after registering your application in Azure AD.
_Example:_ `http://localhost:3001`

- **CSRF_SECRET**
A string or value utilized to verify secure exchanges between client and server.

_Example:_ `123e4567-e89b-12d3-a456-426655440000`

---

### 6. Email Configuration
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/Install/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Before setting up Tombolo with Docker, ensure your system meets the following re
- **Docker**: Ensure Docker is installed and running on your machine, preferably the latest version. You can download the most recent version from [Docker's official site](https://www.docker.com/get-started).
- **Git**: Preferably latest version

### Other Prerequisites

- **Email Provider** - Required to verify user accounts.

---

### Step 1- Clone the Repository
Expand Down
1 change: 1 addition & 0 deletions docs/docs/Install/Local.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Local installation requires a few dependencies to be installed directly on your
- [Git](https://git-scm.com/downloads) latest version recommended.
- [MySQL Database](https://dev.mysql.com/downloads/) latest version recommended (URL, and port number, must be accessible from the installation environment).
- [HPCC cluster](https://hpccsystems.com/getting-started/) latest version recommended.
- Email Provider - Required to verify user accounts.

### Recommended Software and Skills

Expand Down
5 changes: 4 additions & 1 deletion docs/docs/User-Guides/user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ The workflows section contains all of Tombolo's functionalities for setting up,
The monitoring section contain's a set of tools to monitor assets within HPCC.

<ul>
<li>[Monitorings](/docs/User-Guides/monitoring)</li>
<li>[Cluster Monitoring](/docs/User-Guides/monitoring/ClusterMonitoring)</li>
<li>[DirectoryMonitoring](/docs/User-Guides/monitoring/DirectoryMonitoring)</li>
<li>[Job Monitoring](/docs/User-Guides/monitoring/jobMonitoring)</li>
<li>[Superfile Monitoring](/docs/User-Guides/monitoring/SuperFilesMonitoring)</li>
<li>[Dashboards](/docs/User-Guides/dashboards)</li>

</ul>
Expand Down

0 comments on commit 48e822e

Please sign in to comment.