aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/freebsd-src-lsp
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-01-171-2/+2
|
* articles/freebsd-src-lsp: Spell "keys" instead of "key"rilysh2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/310/
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-04-201-69/+117
|
* articles: Fix LSP JSON compilation database filenameKa Ho Ng2023-02-122-6/+6
| | | | Approved by: lwhsu (docs)
* Add pkg install clarification to FreeBSD src lsp articleDerik2023-01-281-6/+25
| | | | PR: 269137
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+487
| | | | | | | | | | | | | | | | | | 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
* Use Language Servers: Add missing -- for bear commandYan Ka Chiu2022-06-091-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/76
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-1/+22
| | | | | | | | | | | | | | | | | | | | | | * 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
* freebsd-src-lsp: fix bear '--append' flagMitchell Horne2021-09-291-2/+2
| | | | | | | | 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
* freebsd-src-lsp: Correct typo in title.Ceri Davies2021-06-281-2/+2
|
* articles: Add language server in the FreeBSD src tree guideKa Ho Ng2021-06-261-0/+249
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