Go to file
Minsoo Choo e731a7cdf1
Initialize .gitattributes for doc
.gitattributes instructs git custom diff handling which helps the
readability of git diff in development. This is especially useful for
binary files such as images, as it prevents git from printing
meaningless diffs.

Differential Revision:	https://reviews.freebsd.org/D43082
2025-06-12 11:44:51 -04:00
.github GitHub Actions: Add a labeler action 2023-03-15 09:51:16 +01:00
.hooks Add the prepare-commit-msg hook to the repository 2022-08-16 21:33:25 +08:00
.vale Fix documentation CI 2025-02-17 22:55:11 +01:00
documentation pgpkeys: replace my key 2025-06-10 17:22:01 -04:00
shared 14.3: Release-related website updates 2025-06-09 16:53:35 -07:00
tools tools/translate: Use po4a-updatepo to extract strings from the source files 2023-04-20 21:14:01 -03:00
website navigation bar: Remove Server Fault link 2025-06-12 09:45:09 -04:00
.arcconfig Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
.cirrus.yml .cirrus.yml: Change to 14.0-RELEASE 2024-05-03 23:23:20 -03:00
.gitattributes Initialize .gitattributes for doc 2025-06-12 11:44:51 -04:00
.gitignore Add a .gitignore file 2023-12-17 20:41:34 +01:00
.mailmap mailmap: add mappings for Minsoo Choo 2025-06-12 09:58:39 -04:00
.vale.ini .vale/styles: Removing Foreign Language references from English contents 2023-08-01 15:27:37 +02:00
COPYRIGHT Happy New Year 2025! 2025-01-01 15:42:22 +09:00
Makefile Warn users that 'make run' should be used on subdirectories 2023-02-17 16:30:44 +01:00
README Add back README file 2021-01-26 22:03:56 +08:00

README

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://docs.freebsd.org/en/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.