From 71502c717d22c235653f2a13702c34e52294df2f Mon Sep 17 00:00:00 2001 From: mikrdgz <32101560+mikrdgz@users.noreply.github.com> Date: Fri, 9 Aug 2019 15:49:55 -0500 Subject: [PATCH] feat(docs): update Getting Started copy (#144) * Add more copy to Getting Started and added another link to resources * fix(docs): run linter fix on missing files --- .../GettingStarted/GettingStartedPage.tsx | 37 +++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/packages/docs/pages/GettingStarted/GettingStartedPage.tsx b/packages/docs/pages/GettingStarted/GettingStartedPage.tsx index bc4c8dd91..d97996f0e 100644 --- a/packages/docs/pages/GettingStarted/GettingStartedPage.tsx +++ b/packages/docs/pages/GettingStarted/GettingStartedPage.tsx @@ -14,8 +14,10 @@ export default () => ( - Our design language system and React component library was built to enable designers and developers to build - experiences that seamlessly integrate with the BigCommerce product ecosystem. + BigCommerce’s library of React components lets developers build stylish apps that have a native BigCommerce feel + at their core. Our components implement BigDesign principles to allow you to create an empathetic and frictionless + user experience. The documentation will demonstrate the visual style and behavior of each component. Each + component has props that you can pass to the components for further configuration.

Getting Started

@@ -53,12 +55,33 @@ export default () => ( `} +

Using this Documentation

+ + + This documentation uses the React components in the BigDesign library so you can edit them and preview them in + real time. + + + + + Select an element or utility in the left menu to view their props, types and descriptions below, including + examples. + + + Type directly in the code editor to make changes. Click the time icon to restore the component to default. + + + Click the clipboard icon to copy the code snippet to your clipboard. Click the dual color icon to change the + background color of the code editor. + + +

Helpful Resources

- Design Guidelines + BigDesign Guidelines @@ -84,6 +107,14 @@ export default () => ( Dev Center + + + Building an App + + );