From 10fbeecd1c5f888ca5bc4e1d5caaf3581418aa6b Mon Sep 17 00:00:00 2001 From: Cory Watilo Date: Fri, 4 Oct 2024 12:55:35 -0400 Subject: [PATCH] W&D Q4 goals (#9526) --- contents/teams/website-docs/index.mdx | 48 ++++++++++++++++++++++++--- src/styles/global.css | 2 +- 2 files changed, 45 insertions(+), 5 deletions(-) diff --git a/contents/teams/website-docs/index.mdx b/contents/teams/website-docs/index.mdx index 678b04a2c4b8..ec1866c2d3e0 100644 --- a/contents/teams/website-docs/index.mdx +++ b/contents/teams/website-docs/index.mdx @@ -6,7 +6,49 @@ hideAnchor: false template: team --- -## Q3 2024 goals +## Q4 2024 goals + +### Community improvements + +- Editing of community questions, replies +- ~~User mentions~~ +- Hedgehog avatar builder +- AI answer enhancements + - ~~Add AI answers to replies~~ +- Add AI answers to docs + +### Implement new merch store fulfillment service + +- Send orders via API +- Check stock levels +- Order status page + +### Changes for supporting more products + +- Product bucketing by use case + +### In-product projects + +_Exact projects TBD_ + +- Customizable navigation sidebar +- Empty states +- Product intro pages +- Onboarding +- Billing/usage pages + +### Stretch: Support API improvements + +_This is dependent on Tim and Raquel taking this on this quarter._ + +- Better API docs +- Support _API as a product_ +- Developer hub homepage + +## Previous goals + +
+Q3 2024 goals ### Drive community engagement @@ -24,9 +66,7 @@ _Objective: Help users find instant answers to their questions_ - Deflect new questions by suggesting relevant articles or existing threads - Make community forums accessible in-product - - -## Previous goals +
Q2 2024 goals diff --git a/src/styles/global.css b/src/styles/global.css index 25dfe63c346e..c41f4c2b572b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -325,7 +325,7 @@ h4 { /* expandable/collapsible sections */ details { - @apply rounded bg-accent dark:bg-accent-dark; + @apply rounded bg-accent dark:bg-accent-dark mb-px; > summary { @apply cursor-pointer text-red dark:text-yellow rounded border border-transparent hover:border-light hover:dark:border-dark font-semibold list-none p-4 pl-8 relative before:absolute before:left-3 before:top-6 before:w-[10px] before:h-[7px];