chore(org/lab): Clean up leftover static docs loading
Removing loading docs and passing them as static props to the workbench since we now have proper support for loading mdx dynamically.
This commit is contained in:
parent
609ab5c2a3
commit
c74e3f4b66
184 changed files with 1 additions and 1132 deletions
|
@ -5,7 +5,6 @@ import { Aaron } from 'designs/aaron/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Aaron,
|
||||
design: 'aaron',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'aaron', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Albert } from 'designs/albert/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Albert,
|
||||
design: 'albert',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'albert', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bee } from 'designs/bee/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bee,
|
||||
design: 'bee',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bee', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bella } from 'designs/bella/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bella,
|
||||
design: 'bella',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bella', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Benjamin } from 'designs/benjamin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Benjamin,
|
||||
design: 'benjamin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'benjamin', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bent } from 'designs/bent/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bent,
|
||||
design: 'bent',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bent', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bob } from 'designs/bob/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bob,
|
||||
design: 'bob',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bob', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Breanna } from 'designs/breanna/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Breanna,
|
||||
design: 'breanna',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'breanna', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Brian } from 'designs/brian/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Brian,
|
||||
design: 'brian',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'brian', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bruce } from 'designs/bruce/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bruce,
|
||||
design: 'bruce',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bruce', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Carlita } from 'designs/carlita/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Carlita,
|
||||
design: 'carlita',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'carlita', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Carlton } from 'designs/carlton/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Carlton,
|
||||
design: 'carlton',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'carlton', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Cathrin } from 'designs/cathrin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Cathrin,
|
||||
design: 'cathrin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'cathrin', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Charlie } from 'designs/charlie/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Charlie,
|
||||
design: 'charlie',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'charlie', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Cornelius } from 'designs/cornelius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Cornelius,
|
||||
design: 'cornelius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'cornelius', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Diana } from 'designs/diana/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Diana,
|
||||
design: 'diana',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'diana', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Florence } from 'designs/florence/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Florence,
|
||||
design: 'florence',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'florence', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Florent } from 'designs/florent/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Florent,
|
||||
design: 'florent',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'florent', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hi } from 'designs/hi/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hi,
|
||||
design: 'hi',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'hi', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Holmes } from 'designs/holmes/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Holmes,
|
||||
design: 'holmes',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'holmes', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hortensia } from 'designs/hortensia/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hortensia,
|
||||
design: 'hortensia',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'hortensia', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Huey } from 'designs/huey/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Huey,
|
||||
design: 'huey',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'huey', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hugo } from 'designs/hugo/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hugo,
|
||||
design: 'hugo',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'hugo', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Jaeger } from 'designs/jaeger/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Jaeger,
|
||||
design: 'jaeger',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'jaeger', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Lucy } from 'designs/lucy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Lucy,
|
||||
design: 'lucy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'lucy', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Lunetius } from 'designs/lunetius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Lunetius,
|
||||
design: 'lunetius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'lunetius', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Noble } from 'designs/noble/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Noble,
|
||||
design: 'noble',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'noble', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Octoplushy } from 'designs/octoplushy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Octoplushy,
|
||||
design: 'octoplushy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'octoplushy', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Paco } from 'designs/paco/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Paco,
|
||||
design: 'paco',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'paco', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Penelope } from 'designs/penelope/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Penelope,
|
||||
design: 'penelope',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'penelope', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Sandy } from 'designs/sandy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Sandy,
|
||||
design: 'sandy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'sandy', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Shin } from 'designs/shin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Shin,
|
||||
design: 'shin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'shin', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Simon } from 'designs/simon/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Simon,
|
||||
design: 'simon',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'simon', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Simone } from 'designs/simone/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Simone,
|
||||
design: 'simone',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'simone', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Sven } from 'designs/sven/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Sven,
|
||||
design: 'sven',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'sven', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Tamiko } from 'designs/tamiko/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Tamiko,
|
||||
design: 'tamiko',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'tamiko', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Teagan } from 'designs/teagan/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Teagan,
|
||||
design: 'teagan',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'teagan', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Tiberius } from 'designs/tiberius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Tiberius,
|
||||
design: 'tiberius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'tiberius', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Titan } from 'designs/titan/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Titan,
|
||||
design: 'titan',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'titan', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Trayvon } from 'designs/trayvon/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Trayvon,
|
||||
design: 'trayvon',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'trayvon', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Uma } from 'designs/uma/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Uma,
|
||||
design: 'uma',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'uma', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Wahid } from 'designs/wahid/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Wahid,
|
||||
design: 'wahid',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'wahid', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Walburga } from 'designs/walburga/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Walburga,
|
||||
design: 'walburga',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'walburga', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Waralee } from 'designs/waralee/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Waralee,
|
||||
design: 'waralee',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'waralee', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Yuri } from 'designs/yuri/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Yuri,
|
||||
design: 'yuri',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'yuri', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Aaron } from 'designs/aaron/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Aaron,
|
||||
design: 'aaron',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'aaron'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Albert } from 'designs/albert/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Albert,
|
||||
design: 'albert',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'albert'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bee } from 'designs/bee/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bee,
|
||||
design: 'bee',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'bee'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bella } from 'designs/bella/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bella,
|
||||
design: 'bella',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'bella'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Benjamin } from 'designs/benjamin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Benjamin,
|
||||
design: 'benjamin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'benjamin'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bent } from 'designs/bent/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bent,
|
||||
design: 'bent',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'bent'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bob } from 'designs/bob/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bob,
|
||||
design: 'bob',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'bob'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Breanna } from 'designs/breanna/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Breanna,
|
||||
design: 'breanna',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'breanna'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Brian } from 'designs/brian/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Brian,
|
||||
design: 'brian',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'brian'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bruce } from 'designs/bruce/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bruce,
|
||||
design: 'bruce',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'bruce'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Carlita } from 'designs/carlita/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Carlita,
|
||||
design: 'carlita',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'carlita'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Carlton } from 'designs/carlton/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Carlton,
|
||||
design: 'carlton',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'carlton'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Cathrin } from 'designs/cathrin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Cathrin,
|
||||
design: 'cathrin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'cathrin'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Charlie } from 'designs/charlie/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Charlie,
|
||||
design: 'charlie',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'charlie'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Cornelius } from 'designs/cornelius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Cornelius,
|
||||
design: 'cornelius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'cornelius'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Diana } from 'designs/diana/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Diana,
|
||||
design: 'diana',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'diana'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Florence } from 'designs/florence/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Florence,
|
||||
design: 'florence',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'florence'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Florent } from 'designs/florent/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Florent,
|
||||
design: 'florent',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'florent'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hi } from 'designs/hi/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hi,
|
||||
design: 'hi',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'hi'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Holmes } from 'designs/holmes/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Holmes,
|
||||
design: 'holmes',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'holmes'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hortensia } from 'designs/hortensia/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hortensia,
|
||||
design: 'hortensia',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'hortensia'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Huey } from 'designs/huey/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Huey,
|
||||
design: 'huey',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'huey'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Hugo } from 'designs/hugo/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Hugo,
|
||||
design: 'hugo',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'hugo'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Jaeger } from 'designs/jaeger/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Jaeger,
|
||||
design: 'jaeger',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'jaeger'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Lucy } from 'designs/lucy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Lucy,
|
||||
design: 'lucy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'lucy'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Lunetius } from 'designs/lunetius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Lunetius,
|
||||
design: 'lunetius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'lunetius'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Noble } from 'designs/noble/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Noble,
|
||||
design: 'noble',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'noble'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Octoplushy } from 'designs/octoplushy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Octoplushy,
|
||||
design: 'octoplushy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'octoplushy'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Paco } from 'designs/paco/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Paco,
|
||||
design: 'paco',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'paco'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Penelope } from 'designs/penelope/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Penelope,
|
||||
design: 'penelope',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'penelope'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Sandy } from 'designs/sandy/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Sandy,
|
||||
design: 'sandy',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'sandy'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Shin } from 'designs/shin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Shin,
|
||||
design: 'shin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'shin'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Simon } from 'designs/simon/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Simon,
|
||||
design: 'simon',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'simon'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Simone } from 'designs/simone/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Simone,
|
||||
design: 'simone',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'simone'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Sven } from 'designs/sven/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Sven,
|
||||
design: 'sven',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'sven'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Tamiko } from 'designs/tamiko/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Tamiko,
|
||||
design: 'tamiko',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'tamiko'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Teagan } from 'designs/teagan/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Teagan,
|
||||
design: 'teagan',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'teagan'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Tiberius } from 'designs/tiberius/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Tiberius,
|
||||
design: 'tiberius',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'tiberius'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Titan } from 'designs/titan/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Titan,
|
||||
design: 'titan',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'titan'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Trayvon } from 'designs/trayvon/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Trayvon,
|
||||
design: 'trayvon',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'trayvon'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Uma } from 'designs/uma/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Uma,
|
||||
design: 'uma',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'uma'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Wahid } from 'designs/wahid/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Wahid,
|
||||
design: 'wahid',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'wahid'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Walburga } from 'designs/walburga/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Walburga,
|
||||
design: 'walburga',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'walburga'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Waralee } from 'designs/waralee/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Waralee,
|
||||
design: 'waralee',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'waralee'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Yuri } from 'designs/yuri/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Yuri,
|
||||
design: 'yuri',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', 'yuri'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { $$Design$$ } from 'designs/$$design$$/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: $$Design$$,
|
||||
design: '$$design$$',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', '$$design$$', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { $$Design$$ } from 'designs/$$design$$/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Components
|
||||
import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
||||
import { Workbench, ns as wbNs } from 'shared/components/workbench/new.mjs'
|
||||
|
@ -32,11 +31,6 @@ export async function getStaticProps({ locale }) {
|
|||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: $$Design$$,
|
||||
design: '$$design$$',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['new', '$$design$$'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Aaron } from 'designs/aaron/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Aaron,
|
||||
design: 'aaron',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'aaron', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Albert } from 'designs/albert/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Albert,
|
||||
design: 'albert',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'albert', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bee } from 'designs/bee/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bee,
|
||||
design: 'bee',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bee', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bella } from 'designs/bella/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bella,
|
||||
design: 'bella',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bella', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Benjamin } from 'designs/benjamin/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Benjamin,
|
||||
design: 'benjamin',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'benjamin', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bent } from 'designs/bent/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bent,
|
||||
design: 'bent',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bent', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Bob } from 'designs/bob/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Bob,
|
||||
design: 'bob',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'bob', params.id, 'edit'],
|
||||
|
|
|
@ -5,7 +5,6 @@ import { Breanna } from 'designs/breanna/src/index.mjs'
|
|||
// Dependencies
|
||||
import { serverSideTranslations } from 'next-i18next/serverSideTranslations'
|
||||
import { nsMerge } from 'shared/utils.mjs'
|
||||
import { workbenchInlineDocs } from 'shared/mdx/docs.mjs'
|
||||
// Hooks
|
||||
import { useState, useEffect, useContext } from 'react'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
@ -78,11 +77,6 @@ export async function getStaticProps({ locale, params }) {
|
|||
props: {
|
||||
...(await serverSideTranslations(locale, ns)),
|
||||
id: params.id,
|
||||
docs: await workbenchInlineDocs({
|
||||
Design: Breanna,
|
||||
design: 'breanna',
|
||||
locale,
|
||||
}),
|
||||
page: {
|
||||
locale,
|
||||
path: ['account', 'patterns', 'breanna', params.id, 'edit'],
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue