Commit Graph

7 Commits

Author SHA1 Message Date
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
IgorSamurovic e4fe643057
Removed output from console text (#18296)
When someone is copying everything in the console section in this instance, they are also copying the output. This is unnecessary and potentially confusing.
2023-09-27 09:17:07 +01:00
David Karlsson bf9b3dd01c engine: simplify apt-based installation for ubuntu
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +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
David Karlsson 63e55f32c9 engine: simplify apt-based installation for debian
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02: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