I tried to follow instructions, and it looks like this item under the
avatar dropdown is renamed to "Account settings"; the "My profile"
menu-item brings me to my (public) profile page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* update callouts
* link to release phase doc
* vale: add SCIM, Admin Console to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Improve visibility of air-gapped containers feature.
The air-gapped container feature is currently under the settings-management
section. This hides it from users. Instead, move it up one level by creating a
dedicated sub-section for it under Hardended Desktop section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* nit: remove quotes from links in hardened desktop section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Add air-gapped containers to security section grid.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Fix broken link from release notes to air-gapped containers.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* A few improvements in the air-gapped containers docs.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Fix capitalization of air-gapped container references.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Make air-gapped containers a single page rather than subsection.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Fixes to air-gapped containers section per review feedback.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Improve subtitle in ECI limitations page.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Move ECI faqs from security/faqs -> ECI section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Improve security FAQ and mention ECI.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Fix a couple of links in ECI FAQ.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Fix ECI FAQ in TOC.
* Add a dedicated container FAQ to teh security FAQs section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Add note that docker build are not always protected by ECI.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Add ECI limitations to TOC.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Headings should be surrounded by blank lines
Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headings that don't have a blank line before, and will parse them as regular text.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* update jit callouts and add step
* separate management steps and update callouts
* update conditional steps
* add diagram and add cross-links
* remove old diagram
* update diagram
* add details about multi-org sso
* implement feedback
* move beta feature banner and link to section
* update tab order
* update diagram and provide clarity around sso error
* remove image and update faq
* add idp instructions and break up pages
* refine content
* remove brackets
* split up shortcode and add idp tabs
* add role mapping and cleanup steps
* update assignment callout
* fix step
* update some punctuation and use code block
* remove ol config and move demo video to idp page
* update language to include hub and admin
* use previous wording and fix capitalization
* implement role mapping feedback
* implement editorial feedback
* remove other reference link
Heading markup should start on the first column of a line, otherwise we
risk it being rendered as a paragraph, per the markdown spec.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* cli: use the new add-host separator
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* update organization admin sections
* update company sections and move faqs
* add create company steps and clean up overview
* update faq paths in tiles and add ea banner to admin tab
* fix spaces and update admin console references
* update banner message, clarify content, and streamline onboarding guide
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Converts the grid shortcode to use named arguments, and adds support for
a second "cols" argument for specifying grid size (3 by default).
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>