Skip to content

Commit

Permalink
Merge branch 'master' into DOCS-3751-Post-Reorg-Update-Services-Articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrt134 committed Aug 12, 2022
2 parents 4e649a1 + 8853bf6 commit 6dacf27
Show file tree
Hide file tree
Showing 437 changed files with 8,592 additions and 3,229 deletions.
53 changes: 3 additions & 50 deletions .github/workflows/build-external-contrib.yml
Expand Up @@ -16,16 +16,16 @@ jobs:
environment: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.4.13
uses: peaceiris/actions-hugo@v2.5.0
with:
hugo-version: '0.81.0'
extended: true
Expand Down Expand Up @@ -53,50 +53,3 @@ jobs:
- name: Get the preview_url
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"

- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: Check links using container
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: "https://${{ steps.preview_step.outputs.preview_url }}"
cmd_params: >
--buffer-size=8192
--skip-tls-verification
--timeout=60
--rate-limit=30
--color=always
--exclude docs/
--exclude=docs/files/
--exclude=files/TrueNASCollection.vssx
--exclude=update.freenas.org
--exclude=microsoft.com
--exclude=oracle.com
--exclude=amazon.com
--exclude=apple.com
--exclude=fastmail.com
--exclude=linode.com
--exclude=community.openvpn.net
--exclude=tools.ietf.org
--exclude=github.com
--exclude=freebsd.org
--exclude=jira.ixsystems.com
--exclude=linkedin.com
--exclude=googletagmanager.com
--exclude=youtube.com
--exclude=vmware.com
--exclude=cyberciti.biz
--exclude=truenas-documentation-deploy.surge.sh
--exclude=tc2api.html
--exclude=/docs/images/tn-openstorage-logo.png
--exclude=https://www.backblaze.com/
--exclude=https://discord.com/invite/Q3St5fPETd
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
--exclude=https://twitter.com/TrueNAS
--exclude=https://www.openpgp.org/software/
--exclude=https://gohugo.io/
--exclude=https://www.unix.com/
run_timeout: 300
debug: true
52 changes: 3 additions & 49 deletions .github/workflows/build-internal-contrib.yml
Expand Up @@ -16,16 +16,16 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: latest

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.4.13
uses: peaceiris/actions-hugo@v2.5.0
with:
hugo-version: '0.91.0'
extended: true
Expand Down Expand Up @@ -54,49 +54,3 @@ jobs:
- name: Get the preview_url
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"

- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: Check links using container
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: "https://${{ steps.preview_step.outputs.preview_url }}"
cmd_params: >
--buffer-size=8192
--skip-tls-verification
--timeout=60
--rate-limit=30
--color=always
--exclude docs/
--exclude=docs/files/
--exclude=files/TrueNASCollection.vssx
--exclude=update.freenas.org
--exclude=microsoft.com
--exclude=oracle.com
--exclude=amazon.com
--exclude=apple.com
--exclude=fastmail.com
--exclude=linode.com
--exclude=community.openvpn.net
--exclude=tools.ietf.org
--exclude=github.com
--exclude=freebsd.org
--exclude=jira.ixsystems.com
--exclude=linkedin.com
--exclude=googletagmanager.com
--exclude=youtube.com
--exclude=vmware.com
--exclude=cyberciti.biz
--exclude=truenas-documentation-deploy.surge.sh
--exclude=tc2api.html
--exclude=/docs/images/tn-openstorage-logo.png
--exclude=https://www.backblaze.com/
--exclude=https://discord.com/invite/Q3St5fPETd
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
--exclude=https://twitter.com/TrueNAS
--exclude=https://www.openpgp.org/software/
--exclude=https://gohugo.io/
--exclude=https://www.unix.com/
debug: true
12 changes: 8 additions & 4 deletions content/Archive.md
Expand Up @@ -46,10 +46,14 @@ Release Notes:
## TrueCommand

{{< expand "TrueCommand 2.x" "v" >}}

<a href="https://www.truenas.com/docs/files/TC2.1Docs.pdf">TrueCommand 2.1</a>

<a href="https://www.truenas.com/docs/files/TrueCommand2.0Documentation.pdf">TrueCommand 2.0</a>
Release Notes:
* [2.0]({{< ref "/_includes/TCReleaseNotes/2.0.md" >}})
* [2.0-BETA]({{< ref "/_includes/TCReleaseNotes/2.0-Beta.md" >}})

* Release Notes:
* [2.0]({{< ref "/_includes/TCReleaseNotes/2.0.md" >}})
* [2.0-BETA]({{< ref "/_includes/TCReleaseNotes/2.0-Beta.md" >}})


{{< /expand >}}
Expand Down Expand Up @@ -85,7 +89,7 @@ Release Notes:
## Legacy Documentation

The documentation, release notes, and notices provided in this section follow the major and minor releases of the previous FreeNAS and TrueNAS projects, before their unification under the TrueNAS name.
FreeNAS would publish first and TrueNAS followed later in the FreeNAS lifecycle with occasional simultaneous releases.
At that time, FreeNAS published first and TrueNAS followed later in the FreeNAS lifecycle with occasional simultaneous releases.
TrueNAS releases took all the FreeNAS changes up to that point and added a few Enterprise feature-specific (High Availability) changes.

### Legacy FreeNAS
Expand Down
10 changes: 10 additions & 0 deletions content/CORE/COREPreviousVersion.md
@@ -0,0 +1,10 @@
---
title: 12.0 Documentation
description: "This redirects to the static documentation for the previous major version of TrueNAS."
weight: 2
---

You are being redirected to a PDF build of the 12.0 documentation.
If there is an issue with the automatic redirect, the file is found at https://www.truenas.com/docs/files/CORE12.0Docs.pdf

<meta http-equiv="Refresh" content="0; url='https://www.truenas.com/docs/files/CORE12.0Docs.pdf'" />

0 comments on commit 6dacf27

Please sign in to comment.