-
Notifications
You must be signed in to change notification settings - Fork 10
docs: small grammatical fixes #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -50,7 +50,7 @@ | |||||
| !!! note "Note - Encryption Key Information" | ||||||
| Console automatically stores this 32-character key in Operating System's credential manager, such as Windows Credential Manager, under the name *device-management-toolkit*. This key is used to encrypt sensitive data before it is stored in the database. | ||||||
|
|
||||||
| 3. The executable automatically generates a `config.yml` file in the `/config` directory, relative to where the executable is run.. A default User Name and Password for the console login is stored in the `config.yml` file. To change the User Name and Password, edit the file and update `adminUsername` and `adminPassword` fields. | ||||||
| 3. The executable automatically generates a `config.yml` file in the `/config` directory, relative to where the executable is run. A default User Name and Password for the console login is stored in the `config.yml` file. To change the User Name and Password, edit the file and update `adminUsername` and `adminPassword` fields. | ||||||
|
|
||||||
| ```yml hl_lines="6 8 9" | ||||||
| app: | ||||||
|
|
@@ -87,7 +87,7 @@ | |||||
| ``` | ||||||
|
|
||||||
| !!! important | ||||||
| Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future. ` | ||||||
| Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future. | ||||||
|
||||||
| Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future. | |
| Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommend using an OAuth provider (Auth0, Azure Entra AD, etc.) and configuring Console to use that instead. We may remove the default values in the future. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ Learn the high-level basics and get familiar with the toolkit. Learn about the d | |
| <div class="videoContainer"> | ||
| <!-- <h3>What's New: May 2024 Release (v{{ repoVersion.oamtct }})</h3> --> | ||
| <!-- <h3></h3> --> | ||
| <h3>Overview of Device Management Toolkit (formerly known as Device Management Toolkit)</h3><h3></h3><h3></h3> | ||
| <h3>Overview of Device Management Toolkit (formerly known as Open AMT Cloud Toolkit)</h3><h3></h3><h3></h3> | ||
|
||
| <!-- <div class="video-wrapper"> | ||
| <iframe width="1280" height="720" src="https://www.youtube.com/embed/5Zz5RbKHaA4?si=f495o_uJj8tu-j0G" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ordered list was changed to use repeated
1.for every step. While Markdown will usually auto-renumber, the rest of this doc (e.g., the earlier "Create a Domain" steps) and the corresponding CCM guide use explicit sequential numbering, so this becomes inconsistent and harder to read in raw form and diffs. Recommend reverting to explicit 2., 3., 4... numbering for these steps to match the surrounding documentation style.