Commit Graph

84 Commits

Author SHA1 Message Date
Sarah Sanders
197da0c20e admin: company freshness (#23061)
## Description
- Clean version of my company freshness, lint was picking up issues from
other branches?

## Reviews
- [ ] Editorial review
2025-07-10 10:01:52 -04:00
Arthur
d942a8db97 Gordon DHI migration (#23011) 2025-07-09 17:38:29 +02:00
Sarah Sanders
1d869263bb admin: org freshness part 1 (#22970)
## Description
- Part 1 admin freshness, admin section is huge so I am breaking it up
into several PRs to make review a little easier :)

## Reviews
- [ ] Editorial review
2025-07-07 10:26:08 -04:00
Arthur
8065b82479 Revert "Gordon DHI migration" (#22995)
<!--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
2025-07-03 17:27:06 +02:00
Arthur
71f2a7b5ee Gordon DHI migration (#22885) 2025-07-03 15:25:46 +01:00
Sarah Sanders
c31a3437e9 update: VAT faq and callouts (#22678)
## Description
- Updated FAQ and callouts to include UK VAT collection date, May 1 2025

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2647

## Reviews
- [ ] Editorial review
2025-05-21 16:20:02 -04:00
Sarah Sanders
c9366f284e cx: add deprecation alerts to hub org management docs (#22386)
## Description
Core experiences is planning to deprecate org management in Docker Hub
in a few months (~2ish months). This will remove org management from the
following DH pages:
- Members
- Teams
- Activity Logs
- Settings - General
- Settings - Security
- Settings - Image Access
- Settings Registry Access
- Settings - Deactivate org

This PR:
- Adds an include for the hub management callouts
- Adds the new include to all docs that mention deprecated flows/pages
for hub org management (docs across Admin and Security mostly)
- Restructuring docs w/ Admin Console vs. Docker Hub tabs, leading with
Admin Console
- Some other small nits while I was in this area

_I am still waiting on confirmation about Team repo management. This is
not currently in the Admin Console._

## Related issues or tickets
- [ENGDOCS-2516](https://docker.atlassian.net/browse/ENGDOCS-2516)

## Reviews
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2516]:
https://docker.atlassian.net/browse/ENGDOCS-2516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-11 10:23:54 -04:00
Craig Osterhout
17c998c2da hub: usage updates (#22326)
<!--Delete sections as needed -->

## Description

https://deploy-preview-22326--docsdocker.netlify.app/docker-hub/usage/

https://deploy-preview-22326--docsdocker.netlify.app/docker-hub/usage/pulls/

https://deploy-preview-22326--docsdocker.netlify.app/subscription/details/

## Related issues or tickets

ENGDOCS-2508

## Reviews

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


- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-03-27 12:35:18 -07:00
Guillaume Lours
f54284dfb1 correct compose down example with profile (#22278)
The down command used with profile will stop the services with a given
profile but also all the services without any profiles

## Description
Correct the section of stopping services with a specific profile in the
how-to profile documentation page

## Related issues or tickets
https://github.com/docker/compose/issues/12648
## Reviews

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

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-03-19 11:10:09 +00:00
Sarah Sanders
dbe3017d19 chore: cleanup includes w/ embedded shortcodes (#22191)
## Description
- follow up from https://github.com/docker/docs/pull/22190 to cleanup
includes that use an embedded shortcode (this breaks rendering in hugo
w/ current versions)

## Related issues or tickets
https://github.com/docker/docs/pull/22190

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-03-07 11:25:49 -05:00
Sarah Sanders
1b3ec1b256 fix: rendering issue w/ experimental labs include (#22190)
## Description
- Rendering issue with includes that contain shortcodes:
https://docs.docker.com/build/buildkit/dockerfile-release-notes/#130-labs
- Fixed by replacing with the summary bar w/ experimental label
- Also updated headings to be aligned 
- Preview:
https://deploy-preview-22190--docsdocker.netlify.app/build/buildkit/dockerfile-release-notes/

## Related issues or tickets
- Reported from @crazy-max 

## Reviews
- [ ] Technical review
- [ ] Editorial review
2025-03-07 16:53:10 +01:00
Sarah Sanders
d9eb2332f9 billing and docker hub: pricing updates (#22081)
## Description
- Pricing updates for pulls and storage

## Related issues or tickets

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-21 20:27:57 -05:00
Allie Sadler
d40ec55ad7 ENGDOCS-2411 (#21978)
<!--Delete sections as needed -->

## Description

Some issue triage:
- Closes https://github.com/docker/docs/issues/19894
- Closes https://github.com/docker/docs/issues/21952

## 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
2025-02-05 15:07:26 +00:00
Sarah Sanders
61fa434aea fix: hugo includes rendering bug (#21943)
## Description
- There is a bug in Hugo that is not parsing includes that begin with a
shortcode correctly
- The fix here replaces the admin-early-access.md include with our
summary bar solution
- Summary bar shortcode updated to support text in the `availability`
field, this will allow us more flexibility with customizing this field
while still supporting the iconography
- NOTE: We will not be able to add the summary bar inside
{{tab}}/{{tabs}} layouts because it messes up the rendering

## Related issues or tickets

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-31 11:18:22 -08:00
Allie Sadler
9e3da36298 ENGDOCS-2394 (#21892)
<!--Delete sections as needed -->

## Description

https://docker.slack.com/archives/C07J5KCP3GD/p1737481775573619

## 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
2025-01-24 16:24:19 +00:00
Sarah Sanders
f60f50af7b Docs freshness: rest of Admin section 2024-12-16 15:43:19 -08:00
Craig Osterhout
44cce4906f hub: add image library section (#21485)
<!--Delete sections as needed -->

## Description

- Added "Container image library" section in Docker Hub manual and
started adding concepts.
  - Added section about search and all the filters
  - Added section about catalogs
  - Moved mirroring topic inside
- Updated Hub landing page
- Moved "Trusted content" into Repositories>Manage (for publishers) and
Library (for consumers).


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/search/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/catalogs/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/trusted-content/


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/

## Related issues or tickets

ENGDOCS-2352

## Reviews

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-12-16 08:50:11 -08:00
Sarah Sanders
316115fc76 add docker consolidated subscriptions (#21476)
<!--Delete sections as needed -->

## Description

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

## Related issues or tickets

- https://docker.atlassian.net/browse/HD-2066

## Reviews

Final sign offs in Notion doc

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Oleg Burov <ob1dev@icloud.com>
2024-12-10 08:37:56 -08:00
Sarah Sanders
363d194cac Merge branch 'main' into ENGDOCS-2281 2024-11-11 14:59:50 -08:00
Sarah Sanders
dc49ea8175 Update aci-ecs-eol.md 2024-11-08 10:32:44 -08:00
Sarah Sanders
be328b9958 Update all outdated callouts 2024-11-08 10:31:58 -08:00
Sarah Sanders
0ec23df99f Update new-plans.md callouts for Dec. 10th date 2024-11-07 11:14:05 -08:00
Allie Sadler
99a24c4a6b ENGDOCS-2300 (#21354)
<!--Delete sections as needed -->

## Description

Final PR to improve the DD IA. 

Validate test failing due to link that needs fixing in an upstream repo 

## 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: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
Craig Osterhout
3bb24b6420 admin: remove company mgmt from hub (#21035)
* admin: remove company mgmt from hub

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-10-07 11:59:29 -07:00
David Karlsson
a2497ef464 site: use common base layout in search layout
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 15:55:54 +02:00
Craig Osterhout
25020835e4 subscription: add enhanced plan info (#20864)
* added enhanced plan announcement

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* add note to service accounts

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/manuals/docker-hub/download-rate-limit.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-09-12 07:14:48 -07: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
02a4a592ca Merge pull request #20808 from dvdksn/gha-fix-variable-name
gha fix variable name
2024-09-09 15:11:52 +02:00
Allie Sadler
8193b2f1ef consolidate settings (#20810) 2024-09-09 13:53:18 +01:00
David Karlsson
948ae90018 chore: remove single-use gha-tutorial include
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 13:02:55 +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
Allie Sadler
a4c1e8a45a ENGDOCS-2197 (#20717)
* ENGDOCS-2197

* edit
2024-08-29 16:06:07 +01:00
Allie Sadler
089bff1fc8 fix-desktop-image (#20689)
* fix-desktop-image

* Update content/includes/desktop-linux-launch.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 12:37:22 +01:00
Allie Sadler
abd030c3fe ENGDOCS-2185 (#20655)
* ENGDOCS-2185

* fix

* silly mistake

* rename getting-started to introduction

* fix

* final fix

* formtatting

* review edits

* review edits

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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00
David Karlsson
9e90b8cfd0 Merge pull request #20592 from dvdksn/restructure-build-manuals
build: restructure manuals section
2024-08-19 13:12:53 +02:00
David Karlsson
127bf48d12 build: restructure manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-19 12:48:49 +02: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
David Karlsson
eb8614af4d hugo: refactor include shortcode mechanics
Instead of inserting the raw file contents, use the page object.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:30:05 +02:00
David Karlsson
556aa69437 chore: use restricted shortcode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:51 +02:00
David Karlsson
de909cde37 chore: use experimental shortcode
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
99db35c5ad Engdocs 2177 (#20583)
* ENGDOCS-2177

* ENGDOCS-2177

* remove old images and other minor edits

* edits
2024-08-14 13:21:01 +01:00
Allie Sadler
6abe8e647d ENGDOCS-2078 (#19927)
* ENGDOCS-2078

* edits

* edits

* SME review edits

* Apply suggestions from code review

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/compose/bridge/_index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2024-07-26 10:39:10 +01:00
Allie Sadler
6488f1465e ENGDOCS-2159 (#20453)
* ENGDOCS-2159

* changes to release

* changes to release
2024-07-24 16:14:17 +01:00
Allie Sadler
a48d866945 ENGDOCS-2152 (#20378) 2024-07-11 13:58:35 +01:00
Stephanie Aurelio
b1f70ea017 update billing info and crosslink from banner (#20325) 2024-06-28 11:54:38 -07:00
Stephanie Aurelio
294e349851 Add tax certificate page (#20251)
* add tax cert details and page

* fix typo

* update details

* clarify callout detail

* fix capitalization

* fix typo
2024-06-20 15:12:07 -07:00
David Karlsson
a92623e34e build(ci): use vars for docker username
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:20 +02:00
David Karlsson
4b089c535f build(ci): remove checkout action for build-push-action
build-push-action uses Git context by default. No need for checkout
action unless you tamper with repo files before build.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-18 16:19:19 +02:00