|
|
@@ -1,22 +1,22 @@
|
|
|
+import { amman } from './amman'
|
|
|
import { bubblegum } from './bubblegum'
|
|
|
import { candyMachine } from './candyMachine'
|
|
|
+import { core } from './core'
|
|
|
+import { coreCandyMachine } from './coreCandyMachine'
|
|
|
+import { das } from './das-api'
|
|
|
import { fusion } from './fusion'
|
|
|
import { global } from './global'
|
|
|
+import { guides } from './guides'
|
|
|
import { hydra } from './hydra'
|
|
|
import { inscription } from './inscription'
|
|
|
+import { legacyDocumentation } from './legacyDocumentation'
|
|
|
+import { mplHybrid } from './mpl-hybrid'
|
|
|
+import { sugar } from './sugar'
|
|
|
import { tokenAuthRules } from './tokenAuthRules'
|
|
|
import { tokenMetadata } from './tokenMetadata'
|
|
|
import { umi } from './umi'
|
|
|
-import { amman } from './amman'
|
|
|
-import { das } from './das-api'
|
|
|
-import { core } from './core'
|
|
|
-import { coreCandyMachine } from './coreCandyMachine'
|
|
|
-import { legacyDocumentation } from './legacyDocumentation'
|
|
|
-import { sugar } from './sugar'
|
|
|
-import { mplHybrid } from './mpl-hybrid'
|
|
|
-import { guides } from './guides'
|
|
|
|
|
|
-export const productCategories = ['Create', 'Commerce', 'Utility', 'Dev Tools']
|
|
|
+export const productCategories = ['MPL', 'Aura', 'Dev Tools']
|
|
|
|
|
|
export const products = [
|
|
|
global,
|