Commit Graph

7 Commits

Author SHA1 Message Date
Allie Sadler 11e8cb3925
Merge pull request #22408 from aevesdocker/ENGDOCS-2549
ENGDOCS-2549
2025-04-11 08:11:39 +01:00
Sarah Sanders d083617e9d
fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
Bruno Bernard fbee068025
docs: add missing deploy modes for compose file reference (#21606)
## Description

Noticed that on the source code we had two more modes:

e8ecf83ee0/api/specs.proto (L106)

9633556bef/daemon/cluster/convert/service.go (L142)

## Related issues or tickets

## Reviews

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-08 08:53:28 +00:00
Allie Sadler bfd46ac620
ENGDOCS-2360 (#21725)
<!--Delete sections as needed -->

## Description

Looks larger than it is: - 

- A follow-up to comments on https://github.com/docker/docs/pull/21639
- Deals with hotjar issue
https://docker.slack.com/archives/C04BMTUC41E/p1734970724382829
- Vale freshness

## 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

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-01-07 17:12:17 +00:00
Allie Sadler 4021d76e8b
compose spec consistency (#20915)
* compose spec consistency

* fix links

* Update content/reference/compose-file/build.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 14:57:42 +01:00
Allie Sadler ef75c4af8d
ENGDOCS-2213 (#20842) 2024-09-11 10:58:21 +01:00
Allie Sadler 52b3d97da7
ENGDOCS-2184 (#20641)
* ENGDOCS-2184

* fix more links

* remove numbers from file names

* final link fix

* this is really the last fix
2024-08-19 11:45:34 +01:00