| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/310/
|
| |
|
|
|
|
| |
Approved by: lwhsu (docs)
|
|
|
|
| |
PR: 269137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
The bear utility does not have a -a flag, but rather --append.
Reviewed by: debdrup, ygy, khng
Approved by: debdrup (docs)
Differential Revision: https://reviews.freebsd.org/D32213
|
| |
|
|
This guide introduces the use of a Language Server for developement in
the FreeBSD src tree.
Sponsored by: The FreeBSD Foundation
Approved by: ygy (doc)
Differential Revision: https://reviews.freebsd.org/D30735
|