From 8bd4bae3f05725debcbd22f864c19c6c419ba9e0 Mon Sep 17 00:00:00 2001 From: DjP-iX <133042991+DjP-iX@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:09:11 -0400 Subject: [PATCH] bulk find and replace --- .github/workflows/spellcheck.yml | 2 +- content/Administration/Users.md | 2 +- content/Notices/EoLNotices/TC1.0EoL.md | 2 +- content/Notices/EoLNotices/TC1.1EoL.md | 2 +- content/Notices/TCSaaSAgreement.md | 2 +- content/TCGettingStarted/AdminAccounts.md | 2 +- content/TCGettingStarted/Clusters.md | 2 +- content/TCGettingStarted/ConnectingTrueNAS.md | 2 +- content/TCGettingStarted/InitialConfig.md | 4 ++-- content/TCGettingStarted/Install/InstallTCCloud.md | 6 +++--- content/TCGettingStarted/Install/InstallTCDocker.md | 2 +- content/TCGettingStarted/TCReleaseNotes.md | 2 +- content/TCGettingStarted/UserAccounts.md | 4 ++-- static/includes/TNLifecycle.md | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index be41ef29ae..2d70eeb663 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -10,5 +10,5 @@ jobs: - uses: matheus23/md-spellcheck-action@v4.2.2 with: files-to-check: "./content/*/*.md" - files-to-exclude: "./content/_includes/TNHardwareGuide.md" # optional + files-to-exclude: "./static/includes//TNHardwareGuide.md" # optional words-to-ignore-file: ./words-to-ignore.txt diff --git a/content/Administration/Users.md b/content/Administration/Users.md index bef16f0c25..314cb7d6ef 100644 --- a/content/Administration/Users.md +++ b/content/Administration/Users.md @@ -90,7 +90,7 @@ To remove their access to a particular system group, click **-** (minus) on that ## Resetting a User Password at Login -{{< include file="content/_includes/TCResettingUserPassword.md" >}} +{{< include file="/static/includes/TCResettingUserPassword.md" >}} ## Resetting a User Password from the Command Line diff --git a/content/Notices/EoLNotices/TC1.0EoL.md b/content/Notices/EoLNotices/TC1.0EoL.md index a84f2efd99..33a94d3854 100644 --- a/content/Notices/EoLNotices/TC1.0EoL.md +++ b/content/Notices/EoLNotices/TC1.0EoL.md @@ -11,4 +11,4 @@ The TrueCommand 1.3.2 release announcement can be found at https://www.ixsystems Please schedule a time to upgrade to the latest version of TrueCommand. If assistance is required, please contact the iXsystems Support Team. -{{< include file="content/_includes/iXsystemsSupportContact.md" >}} +{{< include file="/static/includes/iXsystemsSupportContact.md" >}} diff --git a/content/Notices/EoLNotices/TC1.1EoL.md b/content/Notices/EoLNotices/TC1.1EoL.md index c87db686b2..5e419db51d 100644 --- a/content/Notices/EoLNotices/TC1.1EoL.md +++ b/content/Notices/EoLNotices/TC1.1EoL.md @@ -11,4 +11,4 @@ The TrueCommand 1.3.2 release announcement can be found at https://www.ixsystems Please schedule a time to upgrade to the latest version of TrueCommand. If assistance is required, please contact the iXsystems Support Team. -{{< include file="content/_includes/iXsystemsSupportContact.md" >}} +{{< include file="/static/includes/iXsystemsSupportContact.md" >}} diff --git a/content/Notices/TCSaaSAgreement.md b/content/Notices/TCSaaSAgreement.md index 69a934c3ce..fb53957cc3 100644 --- a/content/Notices/TCSaaSAgreement.md +++ b/content/Notices/TCSaaSAgreement.md @@ -7,4 +7,4 @@ aliases: ## Software as a Service Agreement -{{< include file="content/_includes/TCSaaSAgreement.md" >}} +{{< include file="/static/includes/TCSaaSAgreement.md" >}} diff --git a/content/TCGettingStarted/AdminAccounts.md b/content/TCGettingStarted/AdminAccounts.md index 189532ce4f..aaa54716de 100644 --- a/content/TCGettingStarted/AdminAccounts.md +++ b/content/TCGettingStarted/AdminAccounts.md @@ -27,7 +27,7 @@ You can now log in to the TrueCommand web interface with the new administrator a ### Resetting a User Password on the Login Screen -{{< include file="content/_includes/TCResettingUserPassword.md" >}} +{{< include file="/static/includes/TCResettingUserPassword.md" >}} Admin password resets generate a temporary password to provide login access. This temporary password is then changed by the user. Need help resetting the TrueCommand Admin Cloud password or other user passwords? Contact [**iXsystems Customer Support**]({{< relref "/Introduction/Support.md" >}}) if you have purchased a support contract. diff --git a/content/TCGettingStarted/Clusters.md b/content/TCGettingStarted/Clusters.md index 4061a1f4d4..516fe9a1cb 100644 --- a/content/TCGettingStarted/Clusters.md +++ b/content/TCGettingStarted/Clusters.md @@ -202,7 +202,7 @@ The options split into two pages: **Details** and **Confirmation**. The **Type** field has four options: -{{< include file="/content/_includes/ClusterTypes.md" >}} +{{< include file="/static/includes/ClusterTypes.md" >}} {{< /expand >}} diff --git a/content/TCGettingStarted/ConnectingTrueNAS.md b/content/TCGettingStarted/ConnectingTrueNAS.md index 53adc2a979..dc96dcbb53 100644 --- a/content/TCGettingStarted/ConnectingTrueNAS.md +++ b/content/TCGettingStarted/ConnectingTrueNAS.md @@ -34,7 +34,7 @@ Click **RESET FORM** to clear the fields and reset the form if you make a mistak ## Connect Your First TrueNAS System Using TrueCommand Cloud {{< expand "TrueCommand Cloud: Connecting Systems" "v" >}} -{{< include file="/_includes/TCCloudConnectSystems.md" >}} +{{< include file="/static/includes/TCCloudConnectSystems.md" >}} When all systems are connected to TrueCommand Cloud, refer to the [TrueCommand Administration articles]({{< relref "/Administration/_index.md" >}}) for more instructions about setting up configuration backups, alerts, reports, and role-based access control. {{< /expand >}} diff --git a/content/TCGettingStarted/InitialConfig.md b/content/TCGettingStarted/InitialConfig.md index 935bdd829b..58ecc5827e 100644 --- a/content/TCGettingStarted/InitialConfig.md +++ b/content/TCGettingStarted/InitialConfig.md @@ -109,7 +109,7 @@ Enter numeric values in the **Months** and **Backups** fields. This feature is only available for local installations or containerized TrueCommand deployments. {{< /hint >}} -{{< include file="content/_includes/TrueCommandSSL.md" >}} +{{< include file="/static/includes/TrueCommandSSL.md" >}} ### Alert Options @@ -136,7 +136,7 @@ Select **Disable Telemetry** to disable the disable telemetry and click **SAVE** Users can configure TrueCommand to use [LDAP servers]({{< relref "LDAPServers.md" >}}) for security and authentication management among connected TrueNAS systems. -{{< include file="/_includes/TrueCommandLDAP.md" >}} +{{< include file="/static/includes/TrueCommandLDAP.md" >}} ## LDAP Teams Widget diff --git a/content/TCGettingStarted/Install/InstallTCCloud.md b/content/TCGettingStarted/Install/InstallTCCloud.md index aee34676c6..28f4375d79 100644 --- a/content/TCGettingStarted/Install/InstallTCCloud.md +++ b/content/TCGettingStarted/Install/InstallTCCloud.md @@ -119,14 +119,14 @@ The next step is to add systems to your configuration. ## Connect Systems to the TrueCommand Cloud Instance {{< expand "TrueCommand Cloud: Connecting Systems" "v" >}} -{{< include file="/_includes/TCCloudConnectSystems.md" >}} +{{< include file="/static/includes/TCCloudConnectSystems.md" >}} For more information on connecting TrueNAS systems to TrueCommand Cloud, see [Connecting Your First TrueNAS System]({{< relref "/TCGettingStarted/ConnectingTrueNAS.md" >}}). When all systems are connected to TrueCommand Cloud, refer to the [TrueCommand Administration articles]({{< relref "/Administration/_index.md" >}}) for more instructions about setting up configuration backups, alerts, reports, and role-based access control. {{< /expand >}} ### Adding Browser Exceptions -{{< include file="/_includes/TCBrowserExceptions.md" >}} +{{< include file="/static/includes/TCBrowserExceptions.md" >}} ## Create the Administrator Account in TrueCommand Cloud {{< expand "TrueCommand Cloud: Create the Admin Account" "v" >}} @@ -145,7 +145,7 @@ You can now log in to the TrueCommand web interface with the new administrator a ### Resetting a User Password on the Login Screen -{{< include file="content/_includes/TCResettingUserPassword.md" >}} +{{< include file="/static/includes/TCResettingUserPassword.md" >}} {{< /expand >}} {{< taglist tag="tccloud" limit="10" >}} diff --git a/content/TCGettingStarted/Install/InstallTCDocker.md b/content/TCGettingStarted/Install/InstallTCDocker.md index 06635e38f1..a194c5a1b4 100644 --- a/content/TCGettingStarted/Install/InstallTCDocker.md +++ b/content/TCGettingStarted/Install/InstallTCDocker.md @@ -72,6 +72,6 @@ If you cannot establish a connection to the web interface, add the container por {{< /expand >}} ### Adding Browser Exceptions -{{< include file="/_includes/TCBrowserExceptions.md" >}} +{{< include file="/static/includes/TCBrowserExceptions.md" >}} {{< taglist tag="tcdocker" limit="10" >}} diff --git a/content/TCGettingStarted/TCReleaseNotes.md b/content/TCGettingStarted/TCReleaseNotes.md index 8e0247b4db..fe91d30f9e 100644 --- a/content/TCGettingStarted/TCReleaseNotes.md +++ b/content/TCGettingStarted/TCReleaseNotes.md @@ -17,7 +17,7 @@ aliases: ## TrueCommand Schedule -{{< include file="/content/_includes/ReleaseScheduleWarning.md" >}} +{{< include file="/static/includes/ReleaseScheduleWarning.md" >}} {{< truetable >}} | Version | Checkpoint | Scheduled Date | diff --git a/content/TCGettingStarted/UserAccounts.md b/content/TCGettingStarted/UserAccounts.md index 345ac41ed8..1bd2c02a4d 100644 --- a/content/TCGettingStarted/UserAccounts.md +++ b/content/TCGettingStarted/UserAccounts.md @@ -58,7 +58,7 @@ To verify a user email address and set 2FA: ## Automatic Creation with LDAP -{{< include file="content/_includes/TrueCommandLDAP.md" >}} +{{< include file="/static/includes/TrueCommandLDAP.md" >}} ## Teams and Permissions @@ -81,6 +81,6 @@ To remove user access to a particular system group, click **-** (minus) on the d ## Resetting a User Password at Login -{{< include file="content/_includes/TCResettingUserPassword.md" >}} +{{< include file="/static/includes/TCResettingUserPassword.md" >}} {{< taglist tag="tcinstall" limit="10" >}} diff --git a/static/includes/TNLifecycle.md b/static/includes/TNLifecycle.md index 7dce8599e8..0f7f9ab7b5 100644 --- a/static/includes/TNLifecycle.md +++ b/static/includes/TNLifecycle.md @@ -41,7 +41,7 @@ In early 2021, TrueNAS Core/Enterprise 12.0 and 13.0 branches were in active dev These versions of the software are in active development and maintenance. We encourage users to actively keep their software updated to an active development version to continue to receive security patches and other software improvements. -{{< include file="/content/_includes/SoftwareStatusPage.md" >}} +{{< include file="/static/includes/SoftwareStatusPage.md" >}} ## TrueNAS Quality Lifecycle