git: a3e71e854d - main - FDP-Overview: Really fix the documentation path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Sep 2023 08:59:00 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=a3e71e854d225ecc626c3210fc115f96c3202f18 commit a3e71e854d225ecc626c3210fc115f96c3202f18 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-09-25 08:57:58 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-09-25 08:57:58 +0000 FDP-Overview: Really fix the documentation path PR: 274072 Submitted by: Graham Perrin <grahamperrin@gmail.com> --- documentation/content/en/books/fdp-primer/overview/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc index 2a7842dbda..5f2d41b4ce 100644 --- a/documentation/content/en/books/fdp-primer/overview/_index.adoc +++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc @@ -143,7 +143,7 @@ To reduce compile time, only one language can be compiled: % make DOC_LANG=en .... + -The build output is stored in [.filename]#~/documentation/public/en/articles/# and [.filename]#~/documentation/public/en/books/#. +The build output is stored in [.filename]#~/doc/public/en/articles/# and [.filename]#~/doc/public/en/books/#. + . Review the build output and ensure the edits are free from typos, layout problems, or errors. If any errors are found during the build process, edit the problematic files to fix any issues that show up, then run the build command again until all errors are resolved. +