Skip to content

truenas/documentation

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2024
Aug 27, 2021
Sep 15, 2021
Jan 3, 2025
Dec 17, 2024
Nov 9, 2023
Mar 20, 2024
Nov 26, 2024
Jan 2, 2025
Jul 30, 2024
Jan 3, 2025
Dec 11, 2024
Jun 9, 2023
Nov 15, 2024
Jul 30, 2024
Jul 18, 2024
Sep 4, 2024
Sep 4, 2024
Jul 23, 2024
Mar 4, 2020
Mar 15, 2021
Dec 11, 2024
Jan 2, 2025

Repository files navigation

Join Discord Join Forums File Issue

Welcome to the TrueNAS Documentation Repository! The collected documentation for TrueNAS software, hardware, and TrueCommand is stored here. These files are used to build the TrueNAS Documentation Hub available at https://www.truenas.com/docs/.

Software documentation is released under the Creative Commons license.

Technologies

  • CommonMark and HTML governs the syntax for content files.
  • Hugo (extended version) builds the website from the content files and governs the file organization, naming, front matter, and some of the shortcode syntax.
  • The custom GeekDocs theme provides a bare-bones theme with templates and shortcodes for styling the website and content.
  • Specific .css customizations are added on top of GeekDocs in the /static/custom.css, /data/menu/, and /layouts/ files

Install Hugo

  1. Download Hugo Extended v0.117.0 from https://github.com/gohugoio/hugo/releases/ and install. See these instructions for manually installing the Hugo extended version in WSL: https://sal.as/post/install-hugo-on-wsl/

  2. Download this repository.

Local Build Process

Open the downloaded repository in a terminal program like Windows PowerShell, then enter hugo serve. When complete, a local copy of the website is available. Enter //localhost:1313/</code> in a browser address bar, where <code><i>1313</i></code> is the port number shown in the text output of the Hugo build status. In most cases this is 1313` but can be a different port number. Hugo automatically rebuilds the local copy to include any changes made and saved in your chosen text editor or integrated development environment (IDE).

Make File Changes

  1. Open your desired text editor (VS Code, Sublime Text, Atom, Notepad++, etc) and enter text changes using CommonMark Markdown or HTML tags to format text.
  2. Save your changes and wait for modifications to show in the local build.
  3. Submit the pull request. If using GitHub Desktop, make sure you commit all desired changes to your working branch before creating the final pull request.