Commit Graph

10 Commits

Author SHA1 Message Date
David Karlsson 1b7d8d131c
Merge pull request #18334 from ftambara/main
fix: remove excessive quoting in engine/install
2023-11-24 20:58:44 +01:00
David Karlsson 1fdb2e77d4 fix: broken glob path for lint job
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
Stephanie Aurelio ae798c90b1
Engine install freshness (#18464)
* create includes and refresh engine install docs

* freshness cleanup

* simplify sentence

* remove includes and add consistent spelling for apt

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 08:40:30 -07:00
David Karlsson 5025a168c8
engine: clarify rasberry pi os == 32-bit (#18395)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-11 09:46:46 +02:00
ftambara d8ac10917e fix: remove excessive quoting in engine/install
The removed quotes cause ShellCheck SC2027 and SC2046 warnings
2023-09-30 08:09:58 -03:00
David Karlsson 673b2a8c43 engine: clarify arch, os versions for raspberry pi
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-07 17:45:16 +02:00
David Karlsson 7b7ec5b1e8 engine: simplify apt-based installation for rpi
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
Thomas Burgess b45087c12c
Leading space typo in a few console commands (#17993)
* Typo in debian.md

Leading space in console command caused "$" to be copied when clicking the copy button for the command.

* removed leading space on console commands that caused a formatting issue
2023-08-23 15:44:37 +01:00
David Karlsson 15e9e1e694 hugo: run migration script
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:42:25 +02:00
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00