diff --git a/packages/docs/pages/guides/_meta.json b/packages/docs/pages/guides/_meta.json index 84f61d0909..eba9bf8754 100644 --- a/packages/docs/pages/guides/_meta.json +++ b/packages/docs/pages/guides/_meta.json @@ -1,10 +1,20 @@ { + "-- Designing": { + "type": "separator", + "title": "Designing" + }, + "figma-libraries": "Figma Libraries", + "design-migration": "Admin UI Migration", + "-- Developing": { + "type": "separator", + "title": "Developing" + }, "getting-started": "Getting Started", "state-management": "State Management", "styling": "Styling", "composition": "Composition", "forms": "Forms", - "migration": "Admin UI Migration", + "code-migration": "Admin UI Migration", "-- Contributing": { "type": "separator", "title": "Contributing" diff --git a/packages/docs/pages/guides/migration/code.mdx b/packages/docs/pages/guides/code-migration.mdx similarity index 100% rename from packages/docs/pages/guides/migration/code.mdx rename to packages/docs/pages/guides/code-migration.mdx diff --git a/packages/docs/pages/guides/migration/design.mdx b/packages/docs/pages/guides/design-migration.mdx similarity index 100% rename from packages/docs/pages/guides/migration/design.mdx rename to packages/docs/pages/guides/design-migration.mdx diff --git a/packages/docs/pages/guides/figma-libraries.mdx b/packages/docs/pages/guides/figma-libraries.mdx new file mode 100644 index 0000000000..30c8c64059 --- /dev/null +++ b/packages/docs/pages/guides/figma-libraries.mdx @@ -0,0 +1,83 @@ +# Figma Libraries + +The Shoreline Figma libraries includes all the resources designers need to quickly assemble a prototype and create coherent experiences for merchants. For more information on how to apply the styles and components in these libraries, please refer to [tokens](https://shoreline.vtex.com/foundations), [icons](https://shoreline.vtex.com/foundations/icons), and [components](https://shoreline.vtex.com/components) documentation. + +import { Callout } from 'nextra/components' + + + You can help evolve the Shoreline libraries by fixing bugs or proposing new features. Learn how to get involved in the [contribution process](https://shoreline.vtex.com/guides/contributing-introduction). + + +## VTEX users + +If you are a VTEX designer, you already have access to the organization in Figma. If you don't have access to Figma, use the IT workflow to request it. Once in Figma, the Shoreline team is open and anyone has viewer access to it. Consider that even VTEX designers don't have edit access to the libraries. + +Use the libraries below in your files. + +import { Cards } from 'nextra/components' +import { IconLinkSimple } from '@vtex/shoreline' + + + } + arrow + /> + } + arrow + /> + } + arrow + /> + } + arrow + /> + } + arrow + /> + + +Learn how to add the libraries to your file: + +
+ + +## External users + +If you are part of an agency working with a VTEX product team to implement a feature, you can access the Shoreline libraries published in the Figma Community. + + + } + arrow + /> + } + arrow + /> + + +Learn how to get the libraries from Figma Community: + +
+ + +After publishing the libraries, follow the guidelines from the video in the previous section to start using them. + diff --git a/packages/docs/public/assets/libraries-externalusers.mp4 b/packages/docs/public/assets/libraries-externalusers.mp4 new file mode 100644 index 0000000000..6dd1703f44 Binary files /dev/null and b/packages/docs/public/assets/libraries-externalusers.mp4 differ diff --git a/packages/docs/public/assets/libraries-vtexusers.mp4 b/packages/docs/public/assets/libraries-vtexusers.mp4 new file mode 100644 index 0000000000..78ec608050 Binary files /dev/null and b/packages/docs/public/assets/libraries-vtexusers.mp4 differ