* edit overview page
* add the whalemenu
* add better whale-menu icon from the Design system
* add info on the whalemenu
* fix images
* fix broken links
* update terms
Removed samples for Docker Labs repo because the repo is no longer actively maintained.
Removed loosely connected "Library references" section.
Removed samples contained in the documentation from the list in index and from the TOC.
Fixed typo in description frontmatter
Updated TOC
Add Awesome Compose link and a few samples
Add Docker Samples link and a few samples
* new topic
* added .md extension to filename
* Fix editorial comments
* edited publish faq
* added information and instructions for UI
- New section for how to export from UI + screenshots
- Rewrite most of insights and analytics page
- Added descriptions for all data definitions
- Clarified access permissions for DVP data (all org members)
* improved intro description about pull classification
* editorial improvements
* restructured headings
* attended review comments
Co-authored-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* draft of production release cycle
* moved page to different location
* update with latest changes
* small tweaks
* more changes
* style guide edits and moved page location
* review changes
* edits
* Rewriting of the Overview page and new Hello Build page
* Review and proofreading
* Delete builders.md
* Suggestions from code review
Co-authored-by: Justin Chadwell <github@jedevc.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.
Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.
No redirects were added, because the "-settings" pages have not yet
been published.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This patch:
- moves the kitematic, machine, and toolbox stubs to a "deprecated"
directory (to remove clutter at the root of the repository)
- adds "redirect_to" to each of them to redirect them to the Docker Desktop
homepage
- removes the "superseded projects" from the TOC
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The compose cli reference section contained links to all compose
commands, but all of them were redirects to the "compose" section
in the Docker CLI reference.
This patch:
- removes the duplicated navigation
- changes the Docker Compose CLI reference section into a link to
the new location
- moves the "overview" and "environment variables" pages inside
the new section (this page should possibly be merged into the
CLI overview, which lists all environment variables).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>