Commit Graph

37 Commits

Author SHA1 Message Date
David Karlsson d3b966e9f6 deps: update material-symbols icons to v0.23.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-27 12:09:29 +02:00
Allie Sadler 9cc3c53c56
ENGDOCS-2233 (#21005)
* ENGDOCS-2233

* more weights
2024-09-26 14:17:07 +01:00
David Karlsson 2260278786 hugo: define sidebar badge using front matter
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-13 09:45:42 +02:00
David Karlsson e79d7a84bd hugo: add support for pageless links in sidebar
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 14:15:15 +02:00
David Karlsson bb3d7ee1e4 chore: remove unused front matter params
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 16:49:24 +02:00
Allie Sadler 54ab3df392
badge use (#20649) 2024-08-19 15:22:32 +01:00
David Karlsson be79aba1b6 contrib: update instructions and examples for callouts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:51 +02:00
David Karlsson e3aa78b72c chore: update alert syntax
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:49 +02:00
Allie Sadler 87acb6a36e
ENGDOCS-2176 (#20569) 2024-08-09 11:41:32 +01:00
Allie Sadler 7537a1c47c
style guide addition (#20095) 2024-05-24 09:15:53 +01:00
David Karlsson ccb50a8467 hugo: add tags
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:47:54 +02:00
Stephanie Aurelio 32c9d9ddb7
Update guidelines for videos (#19813)
* add video guidelines

* update description

* fix typo and add guideline
2024-04-17 11:23:05 -07:00
David Karlsson b75fe78d4f lint: enable markdownlint MD022 / blanks-around-headings
Headings should be surrounded by blank lines

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headings that don't have a blank line before, and will parse them as regular text.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 09:36:28 +02:00
Allie Sadler b06163712b
Minor contribute updates (#19752)
* Minor contribute updates

* Minor contribute updates
2024-04-09 08:28:49 +01:00
David Karlsson b0b5d9e603 chore: add asciinema guidelines
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-27 18:02:18 +01:00
Allie Sadler 0b722c9aee
code highlighting (#19345)
* code highlighting

* Update content/contribute/components/code-blocks.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 10:57:03 +00:00
David Karlsson 6225724f32 test: add lint rule for trailing punctuation in headings
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:57:19 +01:00
David Karlsson e1ac3a4f36 test: add lint rules for tables
Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:53 +01:00
David Karlsson 0ff3eb3aab hugo: migrate font icons to svg
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 12:28:38 +01:00
David Karlsson 28e564187c site: remove "reading time" indicator
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 17:29:17 +01:00
David Karlsson 151a76855a
Merge pull request #18805 from dvdksn/contrib-updates
chore: update contribution guidelines
2023-12-01 16:59:20 +01:00
David Karlsson 49f14f795c chore: update contribution guidelines
Moves most of the contribution guidelines to the well-known
CONTRIBUTING.md file

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-01 14:14:56 +01:00
Paulo Ribeiro 3380ca922c
fix: Fix minor syntax issue 2023-11-30 11:18:04 +00: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
Craig Osterhout 9443cc8397
fix node.js guide and contribute guide redirect (#18475)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-20 09:22:12 -07:00
David Karlsson f8f858bfcf
Merge pull request #18425 from dvdksn/code-var-syntax
feat: code var syntax
2023-10-16 20:28:58 +02:00
David Karlsson e02dcae84b chore: quick refresh of the contribution guidelines
Just a quick pass to fix some obvious issues

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-15 13:03:15 +02:00
David Karlsson f96ccbcb1f chore: document standard code var syntax
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-13 20:36:41 +02:00
Allie Sadler 2d050d2fc9
fix watch (#18286)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-09-26 14:46:06 +01:00
Oleh Dmytrychenko ff37cf49de
Docu fixes (#18056)
* added missing context

* removed duplicate header
2023-09-18 10:51:44 +01:00
David Karlsson 4e9580edde fix(markup): broken link references
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-16 21:54:03 +02:00
Allie Sadler 639939ac5a
icon consistency (#18030)
* icon consistency

* icon inventory

---------

Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-30 08:46:06 +01:00
David Karlsson c379bec61b contribute: update to use compose watch
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-23 15:42:54 +02:00
Stephanie Aurelio 3c6bb85c52
fix shortcodes and update callouts (#17976)
* fix shortcodes and update callouts

* update shortcode
2023-08-22 10:31:09 -07:00
Allie Sadler e66e7800b1
Post migration tidy (#17968)
* desktop fixes

* extensions tidy

* extras

* fix

* fix

---------

Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-22 15:08:47 +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