> ## Documentation Index
> Fetch the complete documentation index at: https://dokumentation.websale.de/llms.txt
> Use this file to discover all available pages before exploring further.

# WEBSALE V8s documentation

> Introduction to the WEBSALE V8s generation documentation: basics, guide, reference, and materials.

export const ComingSoon = () => <span style={{
  display: 'inline-block',
  padding: '1px 10px',
  borderRadius: '9999px',
  fontSize: '0.75rem',
  fontWeight: 600,
  letterSpacing: '0.02em',
  backgroundColor: 'rgba(245, 158, 11, 0.18)',
  color: '#D97706',
  border: '1px solid rgba(245, 158, 11, 0.5)',
  verticalAlign: 'middle',
  whiteSpace: 'nowrap'
}}>
    Coming Soon
  </span>;

<Note>
  **This documentation is currently under construction.** While it is being built out, we recommend the [previous V8s documentation](https://doku.websale.net/).
</Note>

<CardGroup cols={2}>
  <Card title="Basics" icon="graduation-cap" href="/v8s/grundlagen">
    Understand the structure and concepts of WEBSALE V8s.
  </Card>

  <Card title="Guide" icon="compass" href="/v8s/wegweiser">
    Step by step through the typical tasks in the shop.
  </Card>

  <Card title="Reference" icon="book" href="/v8s/referenz">
    Reference for configuration, parameters, and template code.
  </Card>

  <Card title="Materials" icon="folder-open" href="/v8s/materialien">
    Templates, examples, and downloadable files.
  </Card>
</CardGroup>
