diff --git a/docs/_includes/partials/component/sidenav.njk b/docs/_includes/partials/component/sidenav.njk index f06aabf46b..b51890c45f 100644 --- a/docs/_includes/partials/component/sidenav.njk +++ b/docs/_includes/partials/component/sidenav.njk @@ -86,6 +86,12 @@ +
  • + + Get support + +
  • + {%- if runMode == 'watch' -%}
  • diff --git a/docs/assets/javascript/elements/uxdot-copy-permalink.js b/docs/assets/javascript/elements/uxdot-copy-permalink.js index 90ad66056e..5f59ea2e56 100644 --- a/docs/assets/javascript/elements/uxdot-copy-permalink.js +++ b/docs/assets/javascript/elements/uxdot-copy-permalink.js @@ -7,6 +7,7 @@ class UxdotCopyPermalink extends LitElement { static styles = css` :host { display: flex; + margin-block-end: var(--rh-space-lg, 16px); align-items: center; } @@ -32,6 +33,7 @@ class UxdotCopyPermalink extends LitElement { ::slotted(:is(h1, h2, h3, h4, h5, h6)) { display: flex; + margin-block-end: 0 !important; align-items: center; color: inherit; text-decoration: inherit; diff --git a/docs/styles/pages/backpage.css b/docs/styles/pages/backpage.css index 14aedd650e..01c58e019f 100644 --- a/docs/styles/pages/backpage.css +++ b/docs/styles/pages/backpage.css @@ -100,7 +100,7 @@ /* not when the h2 is a child of a section */ .container > :not(section, uxdot-copy-permalink) > :where(uxdot-copy-permalink.h3, h3), /* if a section landmark is used */ - .container > section > :where(uxdot-copy-permalink.h3, h3){ + .container > section > :where(uxdot-copy-permalink.h3, h3) { margin-block-start: var(--rh-space-4xl, 64px); } diff --git a/docs/styles/styles.css b/docs/styles/styles.css index 123318648b..429a571bf7 100644 --- a/docs/styles/styles.css +++ b/docs/styles/styles.css @@ -171,6 +171,10 @@ margin-block: var(--rh-space-md, 8px); } + :where(h1, h2, h3, h4, h5, h6) { + margin-block-end: var(--rh-space-lg, 16px); + } + :where(h1, h2, h3, h4, h5, h6) + :where(h2, h3, h4, h5, h6), /* any where copy-permalink is used as a sibling to another */ :where(uxdot-copy-permalink + uxdot-copy-permalink) { diff --git a/docs/support/index.md b/docs/support/index.md new file mode 100644 index 0000000000..355f46bae6 --- /dev/null +++ b/docs/support/index.md @@ -0,0 +1,96 @@ +--- +layout: layouts/pages/basic.njk +title: Get support +hasToc: false +tags: + - support +importElements: + - rh-tile + - rh-tag +--- + + + + +## Need help? + +Find the best method for getting your question to the team. + + +## Connect on GitHub + +The best way to get help or feedback is through GitHub. This allows us to pull your GitHub issue or discussion into our workflow more easily. + + +### Design system help + +
    + +

    File a bug report

    + If something is broken in an existing web component, submit a bug report and describe the error as thoroughly as possible. +
    + +

    Request a feature or component

    + Help shape the design system’s roadmap by requesting new features or components. +
    + +

    Start a discussion

    + Ask the community of Red Hat Design System users and contributors a question. +
    +
    + + +### Documentation and Figma help + +
    + +

    Report a bug on ux.redhat.com

    + Submit an issue to fix bugs, like 404s, on ux.redhat.com. +
    + +

    Send documentation feedback

    + If you have general feedback about content on ux.redhat.com, start a discussion. +
    + +

    Submit design library feedback

    + Create a discussion to request new features or fixes for the Red Hat Design System’s Figma library. +
    +
    + + +## Contact us + +
    +
    +

    Find us on Slack Internal Red Hat users only

    +

    We’re available at #red-hat-design-system for design, development, or accessibility questions.

    +

    Discussions about web components in general can be found in #list-web-components.

    +
    +
    +

    Join office hours Internal Red Hat users only

    +

    The Red Hat Design System team holds office hours weekly. The meeting time and link are in our #red-hat-design-system Slack channel bookmarks.

    +
    +
    +

    Email us

    +

    Send a message to design-system@redhat.com.

    +
    +
    + + \ No newline at end of file