Commit Graph

26 Commits

Author SHA1 Message Date
Ville Skyttä ae3eec2c70
docs: grammar and spelling fixes (#22136)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

Fix a few grammar and spelling errors.


## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-28 14:13:37 -08:00
Maciek Weksej 2da32f0742
fix: release-notes/27: make 27.5.1 headings match other subreleases. (#22116)
## Description

The Release Notes for v27 have different header sizes for latest 27.5.1
release. This triggers my OCD, so I opened a PR to address it ;),

<img width="258" alt="Screenshot 2025-02-27 at 09 10 33"
src="https://github.com/user-attachments/assets/19f21cc5-8f0b-4770-af2b-973775ebbaf3"
/>

## Reviews

Header sizes are consistent between versions on other release pages.

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-27 08:32:43 +00:00
Paweł Gronowski 4264011856
engine: 28.0.1 release notes (#22108)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-26 14:08:49 +00:00
Paweł Gronowski 7cf1b1cac4
engine: 28.0.0 release notes (#21932)
<!--Delete sections as needed -->

## Description

engine: 28.0.0 release notes

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-02-20 10:09:36 +00:00
Paweł Gronowski 525d991075
engine: 27.5.1 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-01-22 19:06:09 +01:00
Paweł Gronowski 74cc5b0829 engine: 27.5.0 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-01-14 10:44:07 +01:00
Paweł Gronowski f4f443d901 engine: 27.4.1 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 12:43:35 +01:00
David Karlsson ad754345a9 engine: fix en_GB spelling of optimize
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 17:38:06 +01:00
Paweł Gronowski eaa2ac4f5c
engine: 27.4.0 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-12-09 17:03:13 +01:00
Drew Erny e890db3e82 Found another typo
Signed-off-by: Drew Erny <derny@mirantis.com>
2024-11-28 11:26:26 -06:00
Drew Erny 0a64508762 Fix critical typo, very broken
Signed-off-by: Drew Erny <derny@mirantis.com>
2024-11-28 11:00:19 -06:00
Sarah Sanders 363d194cac
Merge branch 'main' into ENGDOCS-2281 2024-11-11 14:59:50 -08:00
Sarah Sanders f0255b88b1 Update content/manuals/engine/release-notes/17.03.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders be328b9958 Update all outdated callouts 2024-11-08 10:31:58 -08:00
David Karlsson 64736e4c39 style: s/distro/distribution/g
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
Arie Heinrich bce2b8bb30
Additional Spelling corrections (#21237)
Second wave of spelling that were not included in wave 1
2024-10-25 06:35:47 +02:00
Arie Heinrich c17faccf17
Spelling fixes (#21230)
Christmas is early :) and i had some free time to go over all the
documents and fix all spelling mistakes i have found.
2024-10-24 13:02:40 +02:00
Laura Brehm 1ccb1242fa engine: 27.3.1 release notes
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-23 10:05:22 +02:00
Laura Brehm 855b0bde1e engine: 27.3.0 release notes
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-20 11:59:54 +02:00
David Karlsson 6e4790e291 chore: rewrite links from index.md to _index.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson b46dbff8f9 Revert "hugo: replace dots with dashes in content filenames"
This reverts commit 94e01d98ab.
2024-09-10 13:28:36 +02:00
David Karlsson 94e01d98ab hugo: replace dots with dashes in content filenames
With the recent change in moving content to the /manuals section, and
manipulating content permalinks to use `/:sections[1:]/:slugorfilename`,
source filenames with dots in them did not receive a .html extension in
the site output directory. This seems to be a quirk (bug?) with the
`:slugorfilename` permalink token in Hugo.

To work around this, I have removed the dots in markdown filenames and
replaced them with dashes.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 10:36:30 +02:00
David Karlsson d75f0f2c6f engine: 27.2.1 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson d7534e00b8 engine: add linkTitles, weights to release notes section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson 656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson 135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00