diff --git a/.storybook/main.js b/.storybook/main.js
index df9944347..37270ae79 100644
--- a/.storybook/main.js
+++ b/.storybook/main.js
@@ -5,6 +5,7 @@ module.exports = {
stories: [
'../packages/*/README.md',
'../packages/*/docs/*.md',
+ '../packages/*/docs/!(assets)**/*.md',
'../docs/README.md',
'../docs/**/*.md',
'../README.md',
diff --git a/packages/form-core/README.md b/packages/form-core/README.md
index cc94cb649..f1156ecae 100644
--- a/packages/form-core/README.md
+++ b/packages/form-core/README.md
@@ -57,6 +57,5 @@ Fieldsets are the basis for:
## Other Resources
-- [Form fundamentals](?path=/docs/forms-field-fundaments--page)
- [Formatting and parsing](?path=/docs/forms-field-formatting-and-parsing--page)
- [Custom Fields](?path=/docs/forms-field-custom-fields-tutorial--page)
diff --git a/packages/form-core/docs/CustomFieldsTutorial.md b/packages/form-core/docs/CustomFieldsTutorial.md
deleted file mode 100644
index 96fca1c01..000000000
--- a/packages/form-core/docs/CustomFieldsTutorial.md
+++ /dev/null
@@ -1,87 +0,0 @@
-[//]: # 'AUTO INSERT HEADER PREPUBLISH'
-
-# Creating a custom field
-
-```js script
-export default {
- title: 'Forms/Field/Custom fields tutorial',
-};
-```
-
-Custom fields can be created in just a few steps. All you need is an interaction element
-(like for instance a slider, a listbox or a combobox) and connect it to the [Field](../README.md)
-functionality.
-
-## Prerequisite: an interaction element
-
-An interaction element provides the means for the end user to enter a certain value, just like
-native elements provide in this (think of ``, `