diff --git a/README.md b/README.md index dc5aa657c2..4989cd264f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ Documentation lives at https://paragon-openedx.netlify.app/. ## Getting Started +### Getting Help + +Please reach out to the Paragon Working Group (PWG): + +* Open edX Slack ([request an invite](https://openedx.org/slack)): [#wg-paragon](https://openedx.slack.com/archives/C02NR285KV4) +* [Github Issues](https://github.com/openedx/paragon/issues/new?template=blank-issue.md) +* [Weekly PWG Meeting](https://calendar.google.com/calendar/embed?src=c_v86shrnegshsqgp4fj2k94u7bc%40group.calendar.google.com&ctz=America%2FNew_York) + ### React Components Paragon components require React 16 or higher. To install Paragon into your project: @@ -68,14 +76,6 @@ The Paragon CLI (Command Line Interface) is a tool that provides various utility Use `paragon help` to see more information. -## Getting Help - -Please reach out to the Paragon Working Group (PWG): - -* Open edX Slack ([request an invite](https://openedx.org/slack)): [#wg-paragon](https://openedx.slack.com/archives/C02NR285KV4) -* [Github Issues](https://github.com/openedx/paragon/issues/new?template=blank-issue.md) -* [Weekly PWG Meeting](https://calendar.google.com/calendar/embed?src=c_v86shrnegshsqgp4fj2k94u7bc%40group.calendar.google.com&ctz=America%2FNew_York) - ## Internationalization Paragon supports internationalization for its components out of the box with the support of [react-intl](https://formatjs.io/docs/react-intl/). You may view translated strings for each component on the documentation website by switching languages in the settings. diff --git a/www/src/components/header/SiteTitle.tsx b/www/src/components/header/SiteTitle.tsx index 136ddc34e0..bfe5165019 100644 --- a/www/src/components/header/SiteTitle.tsx +++ b/www/src/components/header/SiteTitle.tsx @@ -28,9 +28,6 @@ export default function SiteTitle({ title, isFullVersion, className } : SiteTitl {isFullVersion && (

{title}

-

- Technical Documentation -

)} diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index 940665b4ce..013b140949 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -10,9 +10,6 @@ function HomePage() { {/* eslint-disable-next-line react/jsx-pascal-case */}
-

- Technical Documentation{' '} -

Paragon Design System

An accessible, theme-ready, and open source design system built for