# Shopware 6 documentation

**URL:** https://forum.shopware.com/t/shopware-6-documentation/65432
**Category:** Other Questions (EN)
**Created:** [11. März 2020 um 15:02 UTC](https://forum.shopware.com/t/shopware-6-documentation/65432 "2020-03-11T15:02:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Yafar\_iSi](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/yafar_isi/32/10765_2.png) [@Yafar\_iSi](https://forum.shopware.com/u/Yafar_iSi)
#### Post date: [11. März 2020 um 15:02 UTC](https://forum.shopware.com/t/shopware-6-documentation/65432/1 "2020-03-11T15:02:09Z")

</div>

Some entries in the&nbsp;documentation have missing steps or errors&nbsp;

Per example:&nbsp;[https://docs.shopware.com/en/shopware-platform-dev-en/how-to/custom-cms-element?category=shopware-platform-dev-en/how-to](https://docs.shopware.com/en/shopware-platform-dev-en/how-to/custom-cms-element?category=shopware-platform-dev-en/how-to)

It forgets to mention that you need to add&nbsp;

```
import './config';

```

into the main.js file

Otherwise is not going to work

Is there a way to point out these issues on the documentation?

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [11. März 2020 um 15:32 UTC](https://forum.shopware.com/t/shopware-6-documentation/65432/2 "2020-03-11T15:32:39Z")

</div>

You could fix them with a pull request:&nbsp;[platform/300-custom-cms-element.md at a6797e03c6dd97674cdc93322fb499aed5f88ff8 · shopware/platform · GitHub](https://github.com/shopware/platform/blob/a6797e03c6dd97674cdc93322fb499aed5f88ff8/src/Docs/Resources/current/4-how-to/300-custom-cms-element.md)

The documentation is part of our repository. Otherwhise you can create an issue for it ([issues.shopware.com](http://issues.shopware.com) or github issue)
