- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
<!--Delete sections as needed -->
## Description
Does what it says on the tin
## 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
- **chore: add testcontainers entry in the OSS section of Manuals**
- **chore: adds quickstarts for tc-go and tc-java**
<!--Delete sections as needed -->
## Description
This PR adds the Testcontainers OSS section in the Manuals > OSS section
of the docs.
It's adding the following pages:
- index page with a basic description of the project, with two cards:
- why use testcontainers, linking to a benefits page
- quicktart, linking to a folder with two pages: Go and Java
Below the cards grid, it links to the testcontainers.com/getting-started
page.
The benefits page includes some of the content of the above
getting-started page, and the Go and Java quickstart pages are copying
the quickstart pages from Go
(https://golang.testcontainers.org/quickstart/) and Java
(https://java.testcontainers.org/quickstart/) in its 3 flavours (junit4,
junit5 and spock)
<!-- 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) -->
- [x] Technical review
- [ ] Editorial review
- [x] Product review
---------
Co-authored-by: aevesdocker <allie.sadler@docker.com>
<!--Delete sections as needed -->
## Description
Edited cheat sheet pdf directly to add the context "." at the end of
docker build example.
https://deploy-preview-21806--docsdocker.netlify.app/get-started/docker_cheatsheet.pdf
## Related issues or tickets
Closes#18575
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
Serve web fonts with our own CDN rather than Google's CDN.
This improves the download speed for fonts (dns lookups, reusing tcp
connection with http/2, cache efficiency)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* New screenshot for Docker Extensions v4.25.0
Some things have changed, such as Build tab renamed to Create,
and the sidebar has changed since v4.22.0.
It's also good to update because new extensions appear top
of the list, so they get some promotion here in the docs.
* compress image and convert to webp