Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.26 KB

index.mdx

File metadata and controls

69 lines (50 loc) · 2.26 KB
slug title hide_table_of_contents description
/
Saleor Documentation
true
Highlights of the Saleor documentation. Learn about Saleor using tutorials, API reference, and developer guides.
<style> {` /* Hack to prevent overflow, not possible to have it on other pages due to position sticky used in TOC */ main .container { position: relative; overflow: hidden; } `} </style>

import { Block } from "@site/components/Block/Block"; import Apps from "@site/components/Apps/Apps"; import Chapters from "@site/components/Chapters"; import { Icon32 } from "@site/components/Icons/icons"; import CardGrid from "@site/components/CardGrid"; import Tiles from "@site/components/Tiles";

import { Tag, BadgePercent, Split, ShoppingBag, TableProperties, CreditCard, } from "lucide-react";

Learn about Saleor using tutorials, API reference, and developer guides.

[<Icon32 name={"play"} /> **Quickstart** Explore tutorials to get up and running quickly.](quickstart/cloud.mdx)

[<Icon32 name={"api"} /> **API Reference** Lookup GraphQL types, queries and mutations.](api-reference/api-reference.mdx)

[<Icon32 name={"feature"} /> **Why Saleor** Learn about product vision and architecture.](overview/why-saleor/headless.mdx)

[<Icon32 name={"buildApp"} /> **Build Apps** Build integrations and dashboard apps.](developer/extending/apps/overview.mdx)
[ **Products** _Configure catalog._](developer/products/overview.mdx)
    [<ShoppingBag size={16} strokeWidth={1.5}/> **Checkout** _Business logic of checkout._](developer/checkout/overview.mdx)

    [<Split size={16} strokeWidth={1.5}/> **Channels** _Multi channel configuration._](developer/channels/overview.mdx)

    [<BadgePercent size={16} strokeWidth={1.5}/> **Promotions** _Vouchers and discounts._](developer/discounts/promotions.mdx)

    [<TableProperties size={16} strokeWidth={1.5}/> **Attributes** _Custom fields._](developer/attributes/overview.mdx)

    [<CreditCard size={16} strokeWidth={1.5}/> **Payments** _Payment integrations and API._](developer/payments/overview.mdx)
</Chapters>

<Block title={"Apps"}>