aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/fdp-primer/examples
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-05-011-39/+39
|
* [documentation]: Fix front matter "path" parameter.Fernando ApesteguĂ­a2025-02-181-1/+2
| | | | | | | | "path:" parameter in the front matter was not documented and it has been deprecated in gohugo 0.144.0. Create a custom parameter with the same name in preparation for the upcoming update of www/gohugo to 0.144.1
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-231-1/+1
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-04-201-2/+2
|
* fdp-primer/examples: Fix typoLorenzo Salvadore2023-03-051-1/+1
| | | | | | | Subsections need an extra '='. Approved by: doc (carlavilla) Differential Revision: https://reviews.freebsd.org/D38913
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+206
| | | | | | | | | | | | | | | | | | This helps the Weblate translation workflow and offline translations through .po files, it's important to update these files constantly. The goal here is to have a semi-automated translation workflow; Weblate will pull updates automatically from the main repository and commit translations to another repository. Doc committers are encouraged to update the source .po files whenever there are updates in the English documentation part. $ ./tools/update_translate_template.sh documentation Anyway, I'll keep doing this periodically. Discussed with: doceng
* fdp-primer: Add Trademarks sectionDanilo G. Baio2022-08-041-1/+1
| | | | | | | PR: 262202 Reported by: pauamma Reviewed by: bcr, carlavilla, emaste, jhb Differential Revision: https://reviews.freebsd.org/D35521
* Upgrade FDP to reflect changes introduced with the new documentationSergio Carlavilla Delgado2021-12-191-8/+11
|
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-5/+25
| | | | | | | | | | | | | | | | | | | | | | * Allow to build the documentation offline using Hugo * Fix link problems * Remove SVN entities * Fix lang problems to help weblate * Move all the AsciiDoctor translations to the shared folder to help weblate * Allow the possibility to build each document. For example each document can be edited in and watched the result in real time in VS Code or Vim/NeoVim. Breaking changes: Eliminate the possibility of building books or articles. They must be builded at the same time. This functionality will be restored when version 0.89.0 is in the repositories in a couple of weeks. Reviewed by: dbaio@ Differential Revision: https://reviews.freebsd.org/D31926
* Improve SEO with the keywors meta tagSergio Carlavilla Delgado2021-05-041-0/+1
| | | | | | Add in all articles and books the tag list. Modify the theme to use the tag list defined in articles and books to generate the keywords meta tag
* Improve the SEO of the documentation portalSergio Carlavilla Delgado2021-05-011-0/+1
| | | | | | | Changes: - Add the description meta tag in the index, articles and books - Add a brief description in each article and book. - Remove the SVN expansion tag
* Split the FDP Primer into different chaptersSergio Carlavilla Delgado2021-04-101-4/+5
|
* FDP: Correct some grammar and mistakesDaniel Ebdrup Jensen2021-02-121-1/+1
| | | | | | | | Correct some grammar, some factual information and a misrepresentation of that the "word list" is. Submitted by: ceri PR: 253467
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-0/+137
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core