+ className="flex items-center justify-center text-white w-10 h-10 bg-gray-900 rounded-full shadow flex-shrink-0 mr-3">
@@ -140,11 +135,11 @@ export function DeveloperFeatures() {
ways.
- >
+
} right={
<>
+ className="relative flex-col font-mono p-8">
-
-
+
-
+
+
-
-
-
+
+
+
-
- Inline editing
-
+
+ Inline editing
+
+
+
+ FireCMS provides all the flexibility you
+ need with the best UX.
+ Edit your collections and entities using
+ both a spreadsheet
+ view and powerful forms .
+
+
+
+ Inline editing is very useful when you want to
+ quickly edit a few fields of a
+ document. For example, if you have a list of users,
+ you can quickly edit the
+ name of the user by clicking on the name and editing
+ it.
+
+
+
+ Try the demo
+
+
+
-
- FireCMS provides all the flexibility you
- need with the best UX.
- Edit your collections and entities using
- both a spreadsheet
- view and powerful forms .
-
-
-
- Inline editing is very useful when you want to
- quickly edit a few fields of a
- document. For example, if you have a list of users,
- you can quickly edit the
- name of the user by clicking on the name and editing
- it.
-
-
-
- Try the demo
-
-
-
-
+
+
-
+
-
-
-
+
+
+
-
- Dedicated form view
-
+
+ Dedicated form view
+
-
+
-
- FireCMS offers more than 20 built-in property
- fields, from basic text fields to
- complex ones, like multiple file uploads, sortable
- arrays, references to
- other collections, etc.
-
-
-
- The form view opens by default in a convenient side
- dialog that allows you
- to maintain the context you are working on, when you
- are done.
-
-
- FireCMS is a React CMS, and it offers multiple
- extension points where you can
- define your custom views. Adding additional custom
- view to your form view
- can be really useful.
-
-
- >
- }
- left={<>
-
-
-
-
+
+ FireCMS offers more than 20 built-in property
+ fields, from basic text fields to
+ complex ones, like multiple file uploads, sortable
+ arrays, references to
+ other collections, etc.
+
+
+
+ The form view opens by default in a convenient side
+ dialog that allows you
+ to maintain the context you are working on, when you
+ are done.
+
+
+ FireCMS is a React CMS, and it offers multiple
+ extension points where you can
+ define your custom views. Adding additional custom
+ view to your form view
+ can be really useful.
+
+
+
+ }
+ left={
+ }
+ />
+
+
+
+
+
+
+
+
+ }
+ left={
+
-
-
-
-
-
-
- >}
- left={
- <>
+
-
+
+
+
+
+ Easy to customise
+
-
-
-
- Easy to customise
-
-
+
+ FireCMS offers developers an easy way to adapt the
+ platform to their specific needs while keeping the
+ initial setup simple . Our practical defaults
+ can be
+ conveniently overridden or expanded .
+
+
+ Effortlessly integrate your custom form fields as
+ React components and preview widgets. Moreover, you
+ can create detailed views related to your entities
+ or within the main navigation for a truly customized
+ experience.
+
+
+
+ You could add:
+
A dashboard for your client
+
A preview of the blog article you are
+ writing
+
+
A representation of how the content is
+ going to look like in your app or website.
+
+
And everything you can imagine.
+
-
- FireCMS offers developers an easy way to adapt the
- platform to their specific needs while keeping the
- initial setup simple . Our practical defaults
- can be
- conveniently overridden or expanded .
-
-
- Effortlessly integrate your custom form fields as
- React components and preview widgets. Moreover, you
- can create detailed views related to your entities
- or within the main navigation for a truly customized
- experience.
-
-
-
- You could add:
-
A dashboard for your client
-
A preview of the blog article you are
- writing
-
-
A representation of how the content is
- going to look like in your app or website.
-
-
And everything you can imagine.
-
-
- >
- }
- />
+
+ }
+ />
+
>
);
}
diff --git a/website/src/partials/features/FormsFeatures.tsx b/website/src/partials/features/FormsFeatures.tsx
new file mode 100644
index 000000000..3121ee64c
--- /dev/null
+++ b/website/src/partials/features/FormsFeatures.tsx
@@ -0,0 +1,3 @@
+export function FormsFeatures() {
+
+}
diff --git a/website/src/partials/features/RealTime.tsx b/website/src/partials/features/RealTime.tsx
index 2893bd0c9..4bf474df7 100644
--- a/website/src/partials/features/RealTime.tsx
+++ b/website/src/partials/features/RealTime.tsx
@@ -51,7 +51,7 @@ function RealTime() {
-
FireCMS uses Firestore as a backend, which is a real time
+ FireCMS uses Firestore as a backend, which is a real-time
database . This means
that any change in the database is reflected in the CMS in real
time.
diff --git a/website/src/partials/general/Hero.tsx b/website/src/partials/general/Hero.tsx
index 1bf2bd457..bd26fcec8 100644
--- a/website/src/partials/general/Hero.tsx
+++ b/website/src/partials/general/Hero.tsx
@@ -5,23 +5,25 @@ import { PagesBackground } from "./PagesBackground";
export function Hero({
title,
subtitle,
- cta
+ cta,
+ color
}: {
title: React.ReactNode,
subtitle?: React.ReactNode,
cta?: React.ReactNode,
+ color: "primary" | "secondary"
}) {
return (
<>
-
-
-
+
+
-
+
+
@@ -33,7 +35,7 @@ export function Hero({
-
+
{subtitle &&
{subtitle}
diff --git a/website/src/partials/general/PagesBackground.tsx b/website/src/partials/general/PagesBackground.tsx
index 803bea430..31bc22676 100644
--- a/website/src/partials/general/PagesBackground.tsx
+++ b/website/src/partials/general/PagesBackground.tsx
@@ -4,31 +4,9 @@ import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";
import { useLocation } from "@docusaurus/router";
const LazyHomeHeroNeatGradient = React.lazy(() => import("../../shape/HomeHeroNeatGradient"));
-const LazyBlueNeatGradient = React.lazy(() => import("../../shape/BlueNeatGradient"));
+const LazyHeroNeatGradient = React.lazy(() => import("../../shape/HeroNeatGradient"));
-// function shouldShowAnimation(pathname:string) {
-// return ExecutionEnvironment.canUseDOM
-// && animationPaths.some((p) => pathname === "/" || pathname.startsWith(p));
-// }
-//
-// const animationPaths = [
-// "/features",
-// "/enterprise",
-// "/pricing",
-// "/openai",
-// "/f/"
-// ];
-
-export function PagesBackground({ color = "grey" }: { color?: "grey" | "blue" }) {
-
- // const { pathname } = useLocation();
- // const [showAnimation, setShowAnimation] = React.useState(shouldShowAnimation(pathname));
- //
- // useEffect(() => {
- // if (shouldShowAnimation(pathname)) {
- // setShowAnimation(true);
- // }
- // }, [ExecutionEnvironment.canUseDOM]);
+export function PagesBackground({ color = "grey" }: { color?: "grey" | "primary" | "secondary" }) {
return <>
(
}>
{color === "grey" && }
- {color === "blue" && }
+ {color !== "grey" && }
)}
diff --git a/website/src/partials/general/Panel.tsx b/website/src/partials/general/Panel.tsx
index caab4b089..36ed73768 100644
--- a/website/src/partials/general/Panel.tsx
+++ b/website/src/partials/general/Panel.tsx
@@ -4,7 +4,7 @@ import clsx from "clsx";
export function Panel({
children,
- color = "gray",
+ color = "white",
centered = false,
includeMargin = false,
includePadding = true,
@@ -12,7 +12,7 @@ export function Panel({
innerClassName
}: {
children: React.ReactNode,
- color?: "gray" | "light_gray" | "primary" | "secondary" | "light" | "lighter" | "transparent",
+ color?: "gray" | "light_gray" | "white" | "primary" | "secondary" | "light" | "lighter" | "transparent",
centered?: boolean,
includeMargin?: boolean,
includePadding?: boolean,
@@ -20,13 +20,14 @@ export function Panel({
innerClassName?: string,
}) {
- const colorClass = color === "transparent" ? "bg-inherit text-text-primary" :
- color === "light" ? "bg-light text-text-primary" :
- color === "lighter" ? "bg-lighter text-text-primary" :
- color === "light_gray" ? "bg-gray-600 text-white" :
- color === "gray" ? "bg-gray-800 text-white" :
- color === "primary" ? "bg-primary text-white" :
- color === "secondary" ? "bg-secondary text-white" : "";
+ const colorClass = color === "transparent" ? "text-text-primary" :
+ color === "white" ? "bg-white text-text-primary" :
+ color === "light" ? "bg-gray-100 text-text-primary" :
+ color === "lighter" ? "bg-gray-50 text-text-primary" :
+ color === "light_gray" ? "bg-gray-600 text-white" :
+ color === "gray" ? "bg-gray-800 text-white" :
+ color === "primary" ? "bg-primary text-white" :
+ color === "secondary" ? "bg-secondary text-white" : "";
return (
diff --git a/website/src/partials/general/TwoColumns.tsx b/website/src/partials/general/TwoColumns.tsx
index 32dbf2161..4ed6d289f 100644
--- a/website/src/partials/general/TwoColumns.tsx
+++ b/website/src/partials/general/TwoColumns.tsx
@@ -1,13 +1,17 @@
import React from "react";
-import { ContainerMixin } from "../styles";
+import { ContainerMixin, defaultBorderMixin } from "../styles";
+import { LinedSpace } from "../layout/LinedSpace";
+import clsx from "clsx";
export function TwoColumns({
left,
right,
distribution,
reverseSmall,
- animation = true
+ animation = true,
+ includeBorder
}: {
+ includeBorder?: boolean,
left: React.ReactNode,
right: React.ReactNode,
distribution?: "bigLeft" | "bigRight",
@@ -21,7 +25,10 @@ export function TwoColumns({
return (
+ className={clsx(ContainerMixin,
+ "relative mx-auto",
+ includeBorder ? defaultBorderMixin : "",
+ includeBorder ? "border-x border-y-0 border-solid" : "")}>
;
diff --git a/website/src/partials/home/EnterpriseTeaser.tsx b/website/src/partials/home/EnterpriseTeaser.tsx
index 8bf4c6923..98a571cc9 100644
--- a/website/src/partials/home/EnterpriseTeaser.tsx
+++ b/website/src/partials/home/EnterpriseTeaser.tsx
@@ -24,7 +24,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
function EnterpriseTeaser() {
return (
-
+
FireCMS is used by companies of all sizes
diff --git a/website/src/partials/home/FeaturesPanels.tsx b/website/src/partials/home/FeaturesPanels.tsx
index 74b68443c..50c10f95e 100644
--- a/website/src/partials/home/FeaturesPanels.tsx
+++ b/website/src/partials/home/FeaturesPanels.tsx
@@ -21,7 +21,7 @@ function FeaturesPanels() {
return (
@@ -29,9 +29,9 @@ function FeaturesPanels() {
-
+
-
+
FireCMS provides all the flexibility you
need with the best UX.
Edit your collections and entities using
@@ -61,25 +61,22 @@ function FeaturesPanels() {
-
-
- {iconStars}
-
- Consistent Data Management
-
-
- Establish schemas for your data types and set
- validation options
-
-
+ className="mx-auto grid md:grid-cols-2 lg:grid-cols-3 items-start text-xl gap-4 px-8">
+
+ {iconStars}
+
+ Consistent Data Management
+
+
+ Establish schemas for your data types and set
+ validation options
+
+ className="relative flex flex-col items-center p-6 rounded-2xl border border-solid ">
{gridIcon}
-
+
Sophisticated Editing Tools
@@ -91,7 +88,7 @@ function FeaturesPanels() {
{iconDoor}
-
+
Role-Based System
@@ -104,7 +101,7 @@ function FeaturesPanels() {
{iconCards}
-
+
Flexible Customization
@@ -114,7 +111,7 @@ function FeaturesPanels() {
{iconArrows}
-
+
Subcollection Compatibility
@@ -127,7 +124,7 @@ function FeaturesPanels() {
{iconRadar}
-
+
Real-Time Support
diff --git a/website/src/partials/home/FeaturesTeaser.tsx b/website/src/partials/home/FeaturesTeaser.tsx
index e70845a43..e7edd4858 100644
--- a/website/src/partials/home/FeaturesTeaser.tsx
+++ b/website/src/partials/home/FeaturesTeaser.tsx
@@ -23,12 +23,7 @@ import customFieldDarkVideo from "@site/static/img/custom_fields_dark.mp4";
import { useColorMode } from "@docusaurus/theme-common";
import { lightningIcon } from "../icons";
import { TwoColumns } from "../general/TwoColumns";
-import {
- ContainerPaddingMixin,
- CTACaret,
- CTAOutlinedButtonMixin,
- CTAOutlinedButtonWhiteMixin, defaultBorderMixin
-} from "../styles";
+import { ContainerPaddingMixin, CTACaret, CTAOutlinedButtonMixin, defaultBorderMixin } from "../styles";
import clsx from "clsx";
function FeaturesTeaser() {
@@ -37,9 +32,10 @@ function FeaturesTeaser() {
const isDarkTheme = colorMode === "dark";
return (
-
+
@@ -88,7 +84,7 @@ function FeaturesTeaser() {
}
right={<>
-
+
-
+
+
-
-
-
+
+
-
- Don't build another admin tool
-
-
- FireCMS is an open source headless CMS built by developers
- for developers .
-
- Get a back-office app/dashboard for your Firebase project in
- no time .
-
- {/*
*/}
+ className="flex flex-row gap-8 md:gap-12 justify-center items-center p-4">
+
+
+
-
+
+
+
+ More than a CMS
+
+
+ FireCMS is an open source headless admin panel built by developers
+ for developers .
+
+ Get a back-office app/dashboard for your Firebase project in
+ no time .
+
+
+
+
+
);
}
diff --git a/website/src/partials/home/HeroHome.tsx b/website/src/partials/home/HeroHome.tsx
index d8b35b6d1..c9c537b23 100644
--- a/website/src/partials/home/HeroHome.tsx
+++ b/website/src/partials/home/HeroHome.tsx
@@ -83,7 +83,6 @@ function HeroHome({}) {
-
);
diff --git a/website/src/partials/home/ManageYour.tsx b/website/src/partials/home/ManageYour.tsx
index 0df32f1b7..f07db835c 100644
--- a/website/src/partials/home/ManageYour.tsx
+++ b/website/src/partials/home/ManageYour.tsx
@@ -2,13 +2,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
import React from "react";
import { TypeAnimation } from "react-type-animation";
-import {
- ContainerInnerPaddingMixin,
- CTACaret,
- CTAOutlinedButtonMixin,
- CTAOutlinedButtonWhiteMixin, CTAOutlinedLightButtonMixin,
- defaultBorderMixin
-} from "../styles";
+import { ContainerInnerPaddingMixin, CTACaret, CTAOutlinedButtonWhiteMixin, defaultBorderMixin } from "../styles";
import { Panel } from "../general/Panel";
import clsx from "clsx";
@@ -68,7 +62,7 @@ export function ManageYour() {
-
-
- ;
+ ;
}
diff --git a/website/src/partials/home/SchemaEditorIntro.tsx b/website/src/partials/home/SchemaEditorIntro.tsx
index c758c46b0..185c73542 100644
--- a/website/src/partials/home/SchemaEditorIntro.tsx
+++ b/website/src/partials/home/SchemaEditorIntro.tsx
@@ -16,7 +16,7 @@ export const SchemaEditorIntro = () => {
return (
+ className="relative bg-lighter">
void
}) {
- return
+ return
}
subtitle={<>FREE and open source>}
@@ -22,11 +25,16 @@ export function VersionsToggle({ value, onSelect }: {
selected={value === "cloud"}
onClick={() => onSelect("cloud")}
/>
-
+
}
-
-export function ToggleButton({ title, subtitle, icon, selected, onClick }: {
+export function ToggleButton({
+ title,
+ subtitle,
+ icon,
+ selected,
+ onClick
+ }: {
title: string,
icon: React.ReactNode,
subtitle: React.ReactNode,
@@ -58,5 +66,4 @@ export function ToggleButton({ title, subtitle, icon, selected, onClick }: {
);
-
}
diff --git a/website/src/partials/styles.tsx b/website/src/partials/styles.tsx
index 4fc38cc55..8629785df 100644
--- a/website/src/partials/styles.tsx
+++ b/website/src/partials/styles.tsx
@@ -11,9 +11,8 @@ export const CTAOutlinedLightButtonMixin = "btn px-10 py-4 md:px-12 border-1 bor
export const ContainerMixin = "relative max-w-full w-[84rem] mx-auto";
export const ContainerSmallMixin = "relative max-w-5xl mx-auto p-4";
export const ContainerPaddingMixin = "py-12 md:py-16 p-4 md:p-8";
-export const ContainerInnerPaddingMixin = "py-8 md:py-12 p-4 md:p-8";
+export const ContainerInnerPaddingMixin = "px-8 py-4 md:px-8 md:py-12";
-// export const defaultBorderMixin = "border-outline dark:border-outline";
export const defaultBorderMixin = "border-solid border-gray-400 border-opacity-20 dark:border-gray-900 dark:border-opacity-90";
@@ -26,3 +25,7 @@ export const CTACaret = () =>
;
+export function easeInOut(t: number): number {
+ return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t;
+}
+
diff --git a/website/src/samples_v3/custom_cms_view/ExampleCMSView.tsx b/website/src/samples_v3/custom_cms_view/ExampleCMSView.tsx
index cbb55b0c5..2705fd2f0 100644
--- a/website/src/samples_v3/custom_cms_view/ExampleCMSView.tsx
+++ b/website/src/samples_v3/custom_cms_view/ExampleCMSView.tsx
@@ -14,7 +14,7 @@ import {
useSelectionController,
useSideEntityController,
useSnackbarController
-} from "@firecms/firecms";
+} from "@firecms/firebase";
const usersCollection = buildCollection({
path: "users",
@@ -71,7 +71,7 @@ const usersCollection = buildCollection({
},
additionalFields: [
{
- id: "sample_additional",
+ key: "sample_additional",
name: "Sample additional",
Builder: ({ entity }) => <>{`Generated column: ${entity.values.first_name}`}>,
dependencies: ["first_name"]
diff --git a/website/src/shape/BlueNeatGradient.tsx b/website/src/shape/HeroNeatGradient.tsx
similarity index 91%
rename from website/src/shape/BlueNeatGradient.tsx
rename to website/src/shape/HeroNeatGradient.tsx
index 254fe264e..e1c53de5d 100644
--- a/website/src/shape/BlueNeatGradient.tsx
+++ b/website/src/shape/HeroNeatGradient.tsx
@@ -7,7 +7,7 @@ function getAmplitude(scroll: number) {
return Math.min(max, Math.max(min, min + scroll / 50));
}
-export default function BlueNeatGradient() {
+export default function HeroNeatGradient({ color }: { color: "primary" | "secondary" }) {
const canvasRef = useRef(null);
const gradientRef = useRef(null);
@@ -76,8 +76,8 @@ export default function BlueNeatGradient() {
"colorSaturation": 10,
"wireframe": true,
"colorBlending": 6,
- "backgroundColor": "#0070F4",
- "backgroundAlpha": 1,
+ // "backgroundColor": "#0070F4",
+ "backgroundAlpha": 0,
resolution: 1 / 3.33335
});
@@ -87,7 +87,7 @@ export default function BlueNeatGradient() {
return (
+
+
+
diff --git a/website/static/img/logos/proton_logo.webp b/website/static/img/logos/proton_logo.webp
new file mode 100644
index 000000000..4fbe17d8a
Binary files /dev/null and b/website/static/img/logos/proton_logo.webp differ
diff --git a/website/static/img/mm_app.png b/website/static/img/mm_app.png
new file mode 100644
index 000000000..c9ba97d38
Binary files /dev/null and b/website/static/img/mm_app.png differ
diff --git a/website/static/img/overlay.png b/website/static/img/overlay.png
new file mode 100644
index 000000000..9da43cb79
Binary files /dev/null and b/website/static/img/overlay.png differ
diff --git a/website/tailwind.config.js b/website/tailwind.config.js
index 7a2b0bc31..827477986 100644
--- a/website/tailwind.config.js
+++ b/website/tailwind.config.js
@@ -11,11 +11,10 @@ const fireCMSTailwindConfig = {
extend: {
colors: {
primary: "#0070F4",
- secondary: "#ff5064",
+ secondary: "#FF5B79",
error: "#F44336",
- light: "#e5e3e2",
- lighter: "#f8f8fc",
- outline: "#828c97",
+ light: "#e6e6e9",
+ lighter: "#f8f8fa",
field: {
disabled: "rgb(224 224 226)",
"disabled-dark": "rgb(35 35 37)"
@@ -30,9 +29,9 @@ const fireCMSTailwindConfig = {
label: "rgb(131, 131, 131)"
},
gray: {
- 50: "#f8f8fc",
- 100: "#E7E7EB",
- 200: "#CFCFD6",
+ 50: "#f8f8fa",
+ 100: "#e7e7ea",
+ 200: "#d3d3d7",
300: "#B7B7BF",
400: "#A0A0A9",
500: "#87878F",
@@ -42,17 +41,6 @@ const fireCMSTailwindConfig = {
900: "#18181C",
950: "#101013"
},
- blue: {
- 100: "#E6F0FD",
- 200: "#CCE2FC",
- 300: "#99C5FA",
- 400: "#66A9F7",
- 500: "#338CF5",
- 600: "#0070F4",
- 700: "#0064DA",
- 800: "#0059C2",
- 900: "#004391"
- },
pink: {
DEFAULT: "#FF5B79",
"50": "#FFEAEE",
diff --git a/website/tsconfig.json b/website/tsconfig.json
index 9e78d081c..b62df88d9 100644
--- a/website/tsconfig.json
+++ b/website/tsconfig.json
@@ -28,8 +28,11 @@
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
- "@firecms/firecms": [
+ "@firecms/core": [
"../packages/firecms_core/src/index.ts"
+ ],
+ "@firecms/firebase": [
+ "../packages/firebase_firecms/src/index.ts"
]
}
},
diff --git a/website/versioned_docs/version-1.0.0/api/_category_.yml b/website/versioned_docs/version-1.0.0/api/_category_.yml
deleted file mode 100644
index 24a460261..000000000
--- a/website/versioned_docs/version-1.0.0/api/_category_.yml
+++ /dev/null
@@ -1 +0,0 @@
-label: "API"
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/api/classes/EntityReference.md b/website/versioned_docs/version-1.0.0/api/classes/EntityReference.md
deleted file mode 100644
index 84d3f1968..000000000
--- a/website/versioned_docs/version-1.0.0/api/classes/EntityReference.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-id: "EntityReference"
-title: "Class: EntityReference"
-sidebar_label: "EntityReference"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Class used to create a reference to an entity in a different path
-
-## Constructors
-
-### constructor
-
-• **new EntityReference**(`id`, `path`)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `id` | `string` |
-| `path` | `string` |
-
-#### Defined in
-
-[models/entities.ts:132](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L132)
-
-## Properties
-
-### id
-
-• `Readonly` **id**: `string`
-
-Id of the entity
-
-#### Defined in
-
-[models/entities.ts:125](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L125)
-
-___
-
-### path
-
-• `Readonly` **path**: `string`
-
-A string representing the path of the referenced document (relative
-to the root of the database).
-
-#### Defined in
-
-[models/entities.ts:130](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L130)
-
-## Accessors
-
-### pathWithId
-
-• `get` **pathWithId**(): `string`
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[models/entities.ts:137](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L137)
diff --git a/website/versioned_docs/version-1.0.0/api/classes/GeoPoint.md b/website/versioned_docs/version-1.0.0/api/classes/GeoPoint.md
deleted file mode 100644
index ff329a9e1..000000000
--- a/website/versioned_docs/version-1.0.0/api/classes/GeoPoint.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-id: "GeoPoint"
-title: "Class: GeoPoint"
-sidebar_label: "GeoPoint"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Constructors
-
-### constructor
-
-• **new GeoPoint**(`latitude`, `longitude`)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `latitude` | `number` |
-| `longitude` | `number` |
-
-#### Defined in
-
-[models/entities.ts:153](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L153)
-
-## Properties
-
-### latitude
-
-• `Readonly` **latitude**: `number`
-
-The latitude of this GeoPoint instance.
-
-#### Defined in
-
-[models/entities.ts:147](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L147)
-
-___
-
-### longitude
-
-• `Readonly` **longitude**: `number`
-
-The longitude of this GeoPoint instance.
-
-#### Defined in
-
-[models/entities.ts:151](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L151)
diff --git a/website/versioned_docs/version-1.0.0/api/classes/_category_.yml b/website/versioned_docs/version-1.0.0/api/classes/_category_.yml
deleted file mode 100644
index 55c7980a4..000000000
--- a/website/versioned_docs/version-1.0.0/api/classes/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Classes"
-position: 3
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayContainer.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayContainer.md
deleted file mode 100644
index 50779a453..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayContainer.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "ArrayContainer"
-title: "Function: ArrayContainer"
-sidebar_label: "ArrayContainer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayContainer**<`T`\>(`__namedParameters`): `Element`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `ArrayContainerProps`<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/components/ArrayContainer.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/form/components/ArrayContainer.tsx#L24)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayDefaultField.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayDefaultField.md
deleted file mode 100644
index 65d001904..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayDefaultField.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "ArrayDefaultField"
-title: "Function: ArrayDefaultField"
-sidebar_label: "ArrayDefaultField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayDefaultField**<`T`\>(`__namedParameters`): `Element`
-
-Generic array field that allows reordering and renders the child property
-as nodes.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ArrayDefaultField.tsx:18](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ArrayDefaultField.tsx#L18)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumPreview.md
deleted file mode 100644
index 041a6dfd2..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumPreview.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ArrayEnumPreview"
-title: "Function: ArrayEnumPreview"
-sidebar_label: "ArrayEnumPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayEnumPreview**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.enumValues` | [`EnumValues`](../types/EnumValues) |
-| `__namedParameters.name` | `undefined` \| `string` |
-| `__namedParameters.size` | ``"small"`` \| ``"regular"`` \| ``"tiny"`` |
-| `__namedParameters.value` | `string`[] \| `number`[] |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/ArrayEnumPreview.tsx:27](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayEnumPreview.tsx#L27)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumSelect.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumSelect.md
deleted file mode 100644
index 26a52d0bc..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayEnumSelect.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "ArrayEnumSelect"
-title: "Function: ArrayEnumSelect"
-sidebar_label: "ArrayEnumSelect"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayEnumSelect**(`__namedParameters`): `Element`
-
-This fields renders a dropdown with multiple selection.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<[`EnumType`](../types/EnumType)[], `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ArrayEnumSelect.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ArrayEnumSelect.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfMapsPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOfMapsPreview.md
deleted file mode 100644
index 06dbdb67e..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfMapsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfMapsPreview"
-title: "Function: ArrayOfMapsPreview"
-sidebar_label: "ArrayOfMapsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfMapsPreview**(`__namedParameters`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`object`[], `any`\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[preview/components/ArrayOfMapsPreview.tsx:11](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayOfMapsPreview.tsx#L11)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesField.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesField.md
deleted file mode 100644
index b8e366af6..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "ArrayOfReferencesField"
-title: "Function: ArrayOfReferencesField"
-sidebar_label: "ArrayOfReferencesField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfReferencesField**(`__namedParameters`): `Element`
-
-This field allows selecting multiple references.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `ArrayOfReferencesFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ArrayOfReferencesField.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ArrayOfReferencesField.tsx#L34)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesPreview.md
deleted file mode 100644
index a71504fea..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfReferencesPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfReferencesPreview"
-title: "Function: ArrayOfReferencesPreview"
-sidebar_label: "ArrayOfReferencesPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfReferencesPreview**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`any`[], `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/ArrayOfReferencesPreview.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayOfReferencesPreview.tsx#L21)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStorageComponentsPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStorageComponentsPreview.md
deleted file mode 100644
index 1d7c4b708..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStorageComponentsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfStorageComponentsPreview"
-title: "Function: ArrayOfStorageComponentsPreview"
-sidebar_label: "ArrayOfStorageComponentsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfStorageComponentsPreview**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`any`[], `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/ArrayOfStorageComponentsPreview.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayOfStorageComponentsPreview.tsx#L31)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStringsPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStringsPreview.md
deleted file mode 100644
index 9469d0e75..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOfStringsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfStringsPreview"
-title: "Function: ArrayOfStringsPreview"
-sidebar_label: "ArrayOfStringsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfStringsPreview**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`string`[], `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/ArrayOfStringsPreview.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayOfStringsPreview.tsx#L31)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfField.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfField.md
deleted file mode 100644
index d55740e43..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfField.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "ArrayOneOfField"
-title: "Function: ArrayOneOfField"
-sidebar_label: "ArrayOneOfField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOneOfField**<`T`\>(`__namedParameters`): `Element`
-
-If the `oneOf` property is specified, this fields render each array entry as
-a `type` select and the corresponding field widget to the selected `type.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ArrayOneOfField.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ArrayOneOfField.tsx#L29)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfPreview.md
deleted file mode 100644
index 008dba8f7..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayOneOfPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOneOfPreview"
-title: "Function: ArrayOneOfPreview"
-sidebar_label: "ArrayOneOfPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOneOfPreview**(`__namedParameters`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`any`[], `any`\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[preview/components/ArrayOneOfPreview.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayOneOfPreview.tsx#L34)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayPreview.md
deleted file mode 100644
index 7ee7292ef..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayPreview"
-title: "Function: ArrayPreview"
-sidebar_label: "ArrayPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayPreview**(`__namedParameters`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`any`[], `any`\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[preview/components/ArrayPreview.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayPreview.tsx#L31)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ArrayPropertyEnumPreview.md b/website/versioned_docs/version-1.0.0/api/functions/ArrayPropertyEnumPreview.md
deleted file mode 100644
index da3797c85..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ArrayPropertyEnumPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayPropertyEnumPreview"
-title: "Function: ArrayPropertyEnumPreview"
-sidebar_label: "ArrayPropertyEnumPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayPropertyEnumPreview**(`__namedParameters`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`string`[] \| `number`[], `any`\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[preview/components/ArrayPropertyEnumPreview.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ArrayPropertyEnumPreview.tsx#L8)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/BooleanPreview.md b/website/versioned_docs/version-1.0.0/api/functions/BooleanPreview.md
deleted file mode 100644
index 93808c5cd..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/BooleanPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BooleanPreview"
-title: "Function: BooleanPreview"
-sidebar_label: "BooleanPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BooleanPreview**(`__namedParameters`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`boolean`, `any`\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[preview/components/BooleanPreview.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/BooleanPreview.tsx#L8)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/CustomChip.md b/website/versioned_docs/version-1.0.0/api/functions/CustomChip.md
deleted file mode 100644
index a00af8a55..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/CustomChip.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CustomChip"
-title: "Function: CustomChip"
-sidebar_label: "CustomChip"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CustomChip**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `EnumChipProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/CustomChip.tsx:73](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/CustomChip.tsx#L73)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/DateTimeField.md b/website/versioned_docs/version-1.0.0/api/functions/DateTimeField.md
deleted file mode 100644
index 76502df5b..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/DateTimeField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "DateTimeField"
-title: "Function: DateTimeField"
-sidebar_label: "DateTimeField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DateTimeField**(`__namedParameters`): `Element`
-
-Field that allows selecting a date
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `DateTimeFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/DateTimeField.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/DateTimeField.tsx#L21)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/Drawer.md b/website/versioned_docs/version-1.0.0/api/functions/Drawer.md
deleted file mode 100644
index 5882ea716..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/Drawer.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "Drawer"
-title: "Function: Drawer"
-sidebar_label: "Drawer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Drawer**(`__namedParameters`): `Element`
-
-Default drawer used in the CMS
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`DrawerProps`](../interfaces/DrawerProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/Drawer.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Drawer.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/EmptyValue.md b/website/versioned_docs/version-1.0.0/api/functions/EmptyValue.md
deleted file mode 100644
index f37551c49..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/EmptyValue.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "EmptyValue"
-title: "Function: EmptyValue"
-sidebar_label: "EmptyValue"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmptyValue**(): `Element`
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/EmptyValue.tsx:20](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/EmptyValue.tsx#L20)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/EntityCollectionView.md b/website/versioned_docs/version-1.0.0/api/functions/EntityCollectionView.md
deleted file mode 100644
index dcf184008..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/EntityCollectionView.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "EntityCollectionView"
-title: "Function: EntityCollectionView"
-sidebar_label: "EntityCollectionView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityCollectionView**<`M`\>(`__namedParameters`): `Element`
-
-This component is in charge of binding a datasource path with an [EntityCollection](../interfaces/EntityCollection)
-where it's configuration is defined. It includes an infinite scrolling table,
-'Add' new entities button,
-
-This component is the default one used for displaying entity collections
-and is in charge of generating all the specific actions and customization
-of the lower level [CollectionTable](../variables/CollectionTable)
-
-Please **note** that you only need to use this component if you are building
-a custom view. If you just need to create a default view you can do it
-exclusively with config options.
-
-If you need a lower level implementation with more granular options, you
-can use [CollectionTable](../variables/CollectionTable).
-
-If you need a table that is not bound to the datasource or entities and
-properties at all, you can check [Table](Table)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`EntityCollectionViewProps`](../interfaces/EntityCollectionViewProps)<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/components/EntityCollectionView.tsx:103](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityCollectionView.tsx#L103)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/EntityForm.md b/website/versioned_docs/version-1.0.0/api/functions/EntityForm.md
deleted file mode 100644
index 664edc292..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/EntityForm.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "EntityForm"
-title: "Function: EntityForm"
-sidebar_label: "EntityForm"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityForm**<`M`\>(`__namedParameters`): `Element`
-
-This is the form used internally by the CMS
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`EntityFormProps`](../interfaces/EntityFormProps)<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/EntityForm.tsx:135](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L135)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/EntityPreview.md b/website/versioned_docs/version-1.0.0/api/functions/EntityPreview.md
deleted file mode 100644
index 32382e5a8..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/EntityPreview.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "EntityPreview"
-title: "Function: EntityPreview"
-sidebar_label: "EntityPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityPreview**<`M`\>(`__namedParameters`): `Element`
-
-Use this component to render a preview of a property values
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`EntityPreviewProps`](../interfaces/EntityPreviewProps)<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/components/EntityPreview.tsx:65](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityPreview.tsx#L65)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ErrorView.md b/website/versioned_docs/version-1.0.0/api/functions/ErrorView.md
deleted file mode 100644
index 76ccfabf9..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ErrorView.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "ErrorView"
-title: "Function: ErrorView"
-sidebar_label: "ErrorView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ErrorView**(`__namedParameters`): `React.ReactElement`
-
-Generic error view. Displayed for example when an unexpected value comes
-from the datasource in a collection view.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`ErrorViewProps`](../interfaces/ErrorViewProps) |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[core/components/ErrorView.tsx:40](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ErrorView.tsx#L40)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/FieldDescription.md b/website/versioned_docs/version-1.0.0/api/functions/FieldDescription.md
deleted file mode 100644
index 21639638a..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/FieldDescription.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "FieldDescription"
-title: "Function: FieldDescription"
-sidebar_label: "FieldDescription"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FieldDescription**<`T`\>(`__namedParameters`): `Element`
-
-Render the field description for a property
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `FieldDescriptionPopoverProps`<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/components/FieldDescription.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/form/components/FieldDescription.tsx#L21)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/FireCMS.md b/website/versioned_docs/version-1.0.0/api/functions/FireCMS.md
deleted file mode 100644
index ae5f72e2d..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/FireCMS.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "FireCMS"
-title: "Function: FireCMS"
-sidebar_label: "FireCMS"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMS**<`UserType`\>(`props`): `Element`
-
-If you are using independent components of the CMS
-you need to wrap them with this main component, so the internal hooks work.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FireCMSProps`](../interfaces/FireCMSProps)<`UserType`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/FireCMS.tsx:142](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L142)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/FireCMSHomePage.md b/website/versioned_docs/version-1.0.0/api/functions/FireCMSHomePage.md
deleted file mode 100644
index 4d7ae1ec8..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/FireCMSHomePage.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "FireCMSHomePage"
-title: "Function: FireCMSHomePage"
-sidebar_label: "FireCMSHomePage"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMSHomePage**(): `Element`
-
-Default entry view for the CMS under the path "/"
-This components takes navigation as an input and renders cards
-for each entry, including title and description.
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/components/FireCMSHomePage.tsx:49](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/FireCMSHomePage.tsx#L49)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/FirebaseCMSApp.md b/website/versioned_docs/version-1.0.0/api/functions/FirebaseCMSApp.md
deleted file mode 100644
index 5c292bfaa..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/FirebaseCMSApp.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "FirebaseCMSApp"
-title: "Function: FirebaseCMSApp"
-sidebar_label: "FirebaseCMSApp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FirebaseCMSApp**(`props`): `Element`
-
-This is the default implementation of a FireCMS app using the Firebase services
-as a backend.
-You can use this component as a full app, by specifying collections and
-entity schemas.
-
-This component is in charge of initialising Firebase, with the given
-configuration object.
-
-If you are building a larger app and need finer control, you can use
-[FireCMS](FireCMS), [Scaffold](Scaffold), [SideEntityDialogs](SideEntityDialogs)
-and [NavigationRoutes](NavigationRoutes) instead.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FirebaseCMSAppProps`](../interfaces/FirebaseCMSAppProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[firebase_app/FirebaseCMSApp.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSApp.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/FirebaseLoginView.md b/website/versioned_docs/version-1.0.0/api/functions/FirebaseLoginView.md
deleted file mode 100644
index 1b4adcacb..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/FirebaseLoginView.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "FirebaseLoginView"
-title: "Function: FirebaseLoginView"
-sidebar_label: "FirebaseLoginView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FirebaseLoginView**(`__namedParameters`): `Element`
-
-Use this component to render a login view, that updates
-the state of the [AuthController](../interfaces/AuthController) based on the result
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FirebaseLoginViewProps`](../interfaces/FirebaseLoginViewProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:76](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L76)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ImagePreview.md b/website/versioned_docs/version-1.0.0/api/functions/ImagePreview.md
deleted file mode 100644
index e6f3ab6cb..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ImagePreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImagePreview"
-title: "Function: ImagePreview"
-sidebar_label: "ImagePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImagePreview**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`ImagePreviewProps`](../interfaces/ImagePreviewProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/ImagePreview.tsx:66](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ImagePreview.tsx#L66)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/LabelWithIcon.md b/website/versioned_docs/version-1.0.0/api/functions/LabelWithIcon.md
deleted file mode 100644
index 7bb69df01..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/LabelWithIcon.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "LabelWithIcon"
-title: "Function: LabelWithIcon"
-sidebar_label: "LabelWithIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LabelWithIcon**(`__namedParameters`): `Element`
-
-Render the label of a form field for a given property, with the corresponding
-icon
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `LabelWithIconProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/components/LabelWithIcon.tsx:14](https://github.com/Camberi/firecms/blob/2d60fba/src/form/components/LabelWithIcon.tsx#L14)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/MapField.md b/website/versioned_docs/version-1.0.0/api/functions/MapField.md
deleted file mode 100644
index 79625dd67..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/MapField.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "MapField"
-title: "Function: MapField"
-sidebar_label: "MapField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapField**<`T`\>(`__namedParameters`): `Element`
-
-Field that renders the children property fields
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/MapField.tsx:28](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/MapField.tsx#L28)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/MapPreview.md b/website/versioned_docs/version-1.0.0/api/functions/MapPreview.md
deleted file mode 100644
index 45f9521c7..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/MapPreview.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "MapPreview"
-title: "Function: MapPreview"
-sidebar_label: "MapPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapPreview**<`T`\>(`__namedParameters`): ``null`` \| `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`T`, `any`\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[preview/components/MapPreview.tsx:32](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/MapPreview.tsx#L32)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/Markdown.md b/website/versioned_docs/version-1.0.0/api/functions/Markdown.md
deleted file mode 100644
index c948ef0ed..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/Markdown.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Markdown"
-title: "Function: Markdown"
-sidebar_label: "Markdown"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Markdown**(`__namedParameters`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `MarkdownProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[preview/components/Markdown.tsx:12](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/Markdown.tsx#L12)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/MarkdownField.md b/website/versioned_docs/version-1.0.0/api/functions/MarkdownField.md
deleted file mode 100644
index 04e1eb65a..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/MarkdownField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "MarkdownField"
-title: "Function: MarkdownField"
-sidebar_label: "MarkdownField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkdownField**(`__namedParameters`): `Element`
-
-Render a markdown field that allows edition and seeing the preview.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `MarkDownFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/MarkdownField.tsx:51](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/MarkdownField.tsx#L51)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/NavigationRoutes.md b/website/versioned_docs/version-1.0.0/api/functions/NavigationRoutes.md
deleted file mode 100644
index fa1009577..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/NavigationRoutes.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "NavigationRoutes"
-title: "Function: NavigationRoutes"
-sidebar_label: "NavigationRoutes"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigationRoutes**(`__namedParameters`): `Element`
-
-This component is in charge of taking a [Navigation](../interfaces/Navigation) and rendering
-all the related routes (entity collection root views, custom views
-or the home route).
-This component needs a parent [FireCMS](FireCMS)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`NavigationRoutesProps`](../types/NavigationRoutesProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/NavigationRoutes.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/core/NavigationRoutes.tsx#L29)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/NumberPreview.md b/website/versioned_docs/version-1.0.0/api/functions/NumberPreview.md
deleted file mode 100644
index f787c65a0..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/NumberPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NumberPreview"
-title: "Function: NumberPreview"
-sidebar_label: "NumberPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NumberPreview**(`__namedParameters`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`number`, `any`\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[preview/components/NumberPreview.tsx:9](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/NumberPreview.tsx#L9)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/PreviewComponent.md b/website/versioned_docs/version-1.0.0/api/functions/PreviewComponent.md
deleted file mode 100644
index 46d367bf1..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/PreviewComponent.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "PreviewComponent"
-title: "Function: PreviewComponent"
-sidebar_label: "PreviewComponent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PreviewComponent**<`T`\>(`props`): `any`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`T`, `any`\> |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[preview/PreviewComponent.tsx:41](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponent.tsx#L41)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ReadOnlyField.md b/website/versioned_docs/version-1.0.0/api/functions/ReadOnlyField.md
deleted file mode 100644
index 73cab8b50..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ReadOnlyField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "ReadOnlyField"
-title: "Function: ReadOnlyField"
-sidebar_label: "ReadOnlyField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReadOnlyField**(`__namedParameters`): `Element`
-
-Simply render the non-editable preview of a field
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<`any`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ReadOnlyField.tsx:19](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ReadOnlyField.tsx#L19)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ReferenceDialog.md b/website/versioned_docs/version-1.0.0/api/functions/ReferenceDialog.md
deleted file mode 100644
index 26df89f0e..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ReferenceDialog.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "ReferenceDialog"
-title: "Function: ReferenceDialog"
-sidebar_label: "ReferenceDialog"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferenceDialog**(`__namedParameters`): `Element`
-
-This component renders an overlay dialog that allows to select entities
-in a given collection
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`ReferenceDialogProps`](../interfaces/ReferenceDialogProps) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:89](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L89)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/ReferenceField.md b/website/versioned_docs/version-1.0.0/api/functions/ReferenceField.md
deleted file mode 100644
index 0dd3a5a42..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/ReferenceField.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "ReferenceField"
-title: "Function: ReferenceField"
-sidebar_label: "ReferenceField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferenceField**<`M`\>(`__namedParameters`): `Element`
-
-Field that opens a reference selection dialog.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FieldProps`](../interfaces/FieldProps)<[`EntityReference`](../classes/EntityReference), `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/ReferenceField.tsx:103](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/ReferenceField.tsx#L103)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/Scaffold.md b/website/versioned_docs/version-1.0.0/api/functions/Scaffold.md
deleted file mode 100644
index 02c5424fd..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/Scaffold.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "Scaffold"
-title: "Function: Scaffold"
-sidebar_label: "Scaffold"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Scaffold**(`props`): `Element`
-
-This view acts as a scaffold for FireCMS.
-
-It is in charge of displaying the navigation drawer, top bar and main
-collection views.
-This component needs a parent [FireCMS](FireCMS)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `PropsWithChildren`<[`ScaffoldProps`](../interfaces/ScaffoldProps)\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/Scaffold.tsx:70](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Scaffold.tsx#L70)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/Select.md b/website/versioned_docs/version-1.0.0/api/functions/Select.md
deleted file mode 100644
index cc40415fd..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/Select.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "Select"
-title: "Function: Select"
-sidebar_label: "Select"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Select**<`T`\>(`__namedParameters`): `Element`
-
-If `enumValues` are set in the string config, this field renders a select
-where each option is a colored chip.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`EnumType`](../types/EnumType) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `SelectProps`<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/Select.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/Select.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/SideEntityDialogs.md b/website/versioned_docs/version-1.0.0/api/functions/SideEntityDialogs.md
deleted file mode 100644
index c5d5cab4b..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/SideEntityDialogs.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SideEntityDialogs"
-title: "Function: SideEntityDialogs"
-sidebar_label: "SideEntityDialogs"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SideEntityDialogs**(): `Element`
-
-This is the component in charge of rendering the side dialogs used
-for editing entities. Use the [useSideEntityController](useSideEntityController) to open
-and control the dialogs.
-This component needs a parent [FireCMS](FireCMS)
-{@see useSideEntityController}
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/SideEntityDialogs.tsx:22](https://github.com/Camberi/firecms/blob/2d60fba/src/core/SideEntityDialogs.tsx#L22)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/SkeletonComponent.md b/website/versioned_docs/version-1.0.0/api/functions/SkeletonComponent.md
deleted file mode 100644
index 2216fb9e9..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/SkeletonComponent.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SkeletonComponent"
-title: "Function: SkeletonComponent"
-sidebar_label: "SkeletonComponent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SkeletonComponent**(`__namedParameters`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `SkeletonComponentProps` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[preview/components/SkeletonComponent.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/SkeletonComponent.tsx#L31)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/StorageUploadField.md b/website/versioned_docs/version-1.0.0/api/functions/StorageUploadField.md
deleted file mode 100644
index f82c3a9c5..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/StorageUploadField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "StorageUploadField"
-title: "Function: StorageUploadField"
-sidebar_label: "StorageUploadField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorageUploadField**(`__namedParameters`): `Element`
-
-Field that allows to upload files to Google Cloud Storage.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `StorageUploadFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/StorageUploadField.tsx:113](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/StorageUploadField.tsx#L113)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/StringPreview.md b/website/versioned_docs/version-1.0.0/api/functions/StringPreview.md
deleted file mode 100644
index 10ea6c4ba..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/StringPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StringPreview"
-title: "Function: StringPreview"
-sidebar_label: "StringPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StringPreview**(`__namedParameters`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`string`, `any`\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[preview/components/StringPreview.tsx:10](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/StringPreview.tsx#L10)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/SwitchField.md b/website/versioned_docs/version-1.0.0/api/functions/SwitchField.md
deleted file mode 100644
index 549a85fb8..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/SwitchField.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "SwitchField"
-title: "Function: SwitchField"
-sidebar_label: "SwitchField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchField**(`props`): `Element`
-
-Simple boolean switch.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `SwitchFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/SwitchField.tsx:157](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/SwitchField.tsx#L157)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/Table.md b/website/versioned_docs/version-1.0.0/api/functions/Table.md
deleted file mode 100644
index 2f296b2fa..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/Table.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-id: "Table"
-title: "Function: Table"
-sidebar_label: "Table"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Table**<`T`\>(`__namedParameters`): `Element`
-
-This is a Table component that allows displaying arbitrary data, not
-necessarily related to entities or properties. It is the component
-that powers the entity collections but has a generic API so it
-can be reused.
-
-If you have an entity collection defined, you probably want to use
-[CollectionTable](../variables/CollectionTable) or [EntityCollectionView](EntityCollectionView)
-
-**`see`** CollectionTable
-
-**`see`** EntityCollectionView
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`TableProps`](../interfaces/TableProps)<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[core/components/Table/Table.tsx:79](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/Table.tsx#L79)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/TextField.md b/website/versioned_docs/version-1.0.0/api/functions/TextField.md
deleted file mode 100644
index c7dad3650..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/TextField.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "TextField"
-title: "Function: TextField"
-sidebar_label: "TextField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextField**<`T`\>(`__namedParameters`): `Element`
-
-Generic text field.
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `string` \| `number` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `TextFieldProps`<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[form/fields/TextField.tsx:46](https://github.com/Camberi/firecms/blob/2d60fba/src/form/fields/TextField.tsx#L46)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/TimestampPreview.md b/website/versioned_docs/version-1.0.0/api/functions/TimestampPreview.md
deleted file mode 100644
index e7bc9ec80..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/TimestampPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimestampPreview"
-title: "Function: TimestampPreview"
-sidebar_label: "TimestampPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimestampPreview**(`__namedParameters`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`Date`, `any`\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[preview/components/TimestampPreview.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/TimestampPreview.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/UrlComponentPreview.md b/website/versioned_docs/version-1.0.0/api/functions/UrlComponentPreview.md
deleted file mode 100644
index 30f6dcd46..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/UrlComponentPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UrlComponentPreview"
-title: "Function: UrlComponentPreview"
-sidebar_label: "UrlComponentPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UrlComponentPreview**(`__namedParameters`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`string`, `any`\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[preview/components/UrlComponentPreview.tsx:50](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/UrlComponentPreview.tsx#L50)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/_category_.yml b/website/versioned_docs/version-1.0.0/api/functions/_category_.yml
deleted file mode 100644
index 139c448c6..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Functions"
-position: 7
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildAdditionalColumnDelegate.md b/website/versioned_docs/version-1.0.0/api/functions/buildAdditionalColumnDelegate.md
deleted file mode 100644
index 2f864c2db..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildAdditionalColumnDelegate.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "buildAdditionalColumnDelegate"
-title: "Function: buildAdditionalColumnDelegate"
-sidebar_label: "buildAdditionalColumnDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildAdditionalColumnDelegate**<`M`, `AdditionalKey`, `UserType`\>(`additionalColumnDelegate`): [`AdditionalColumnDelegate`](../interfaces/AdditionalColumnDelegate)<`M`, `AdditionalKey`, `UserType`\>
-
-Identity function we use to defeat the type system of Typescript and build
-additional column delegates views with all its properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `additionalColumnDelegate` | [`AdditionalColumnDelegate`](../interfaces/AdditionalColumnDelegate)<`M`, `AdditionalKey`, `UserType`\> |
-
-#### Returns
-
-[`AdditionalColumnDelegate`](../interfaces/AdditionalColumnDelegate)<`M`, `AdditionalKey`, `UserType`\>
-
-#### Defined in
-
-[core/builders.ts:150](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L150)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildCollection.md b/website/versioned_docs/version-1.0.0/api/functions/buildCollection.md
deleted file mode 100644
index 45e352538..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildCollection.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "buildCollection"
-title: "Function: buildCollection"
-sidebar_label: "buildCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildCollection**<`M`, `AdditionalKey`\>(`collectionView`): [`EntityCollection`](../interfaces/EntityCollection)<`M`, `AdditionalKey`\>
-
-Identity function we use to defeat the type system of Typescript and build
-collection views with all its properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-| `AdditionalKey` | extends `string` = `string` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collectionView` | [`EntityCollection`](../interfaces/EntityCollection)<`M`, `AdditionalKey`, `any`\> |
-
-#### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection)<`M`, `AdditionalKey`\>
-
-#### Defined in
-
-[core/builders.ts:45](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildEntityCallbacks.md b/website/versioned_docs/version-1.0.0/api/functions/buildEntityCallbacks.md
deleted file mode 100644
index 10e2fab97..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildEntityCallbacks.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildEntityCallbacks"
-title: "Function: buildEntityCallbacks"
-sidebar_label: "buildEntityCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEntityCallbacks**<`M`\>(`callbacks`): [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `callbacks` | [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> |
-
-#### Returns
-
-[`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\>
-
-#### Defined in
-
-[core/builders.ts:138](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L138)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildEnumValueConfig.md b/website/versioned_docs/version-1.0.0/api/functions/buildEnumValueConfig.md
deleted file mode 100644
index 3d750f5af..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildEnumValueConfig.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "buildEnumValueConfig"
-title: "Function: buildEnumValueConfig"
-sidebar_label: "buildEnumValueConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEnumValueConfig**(`enumValueConfig`): [`EnumValueConfig`](../interfaces/EnumValueConfig)
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValueConfig` | [`EnumValueConfig`](../interfaces/EnumValueConfig) |
-
-#### Returns
-
-[`EnumValueConfig`](../interfaces/EnumValueConfig)
-
-#### Defined in
-
-[core/builders.ts:126](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L126)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildEnumValues.md b/website/versioned_docs/version-1.0.0/api/functions/buildEnumValues.md
deleted file mode 100644
index 1ece2205d..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildEnumValues.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "buildEnumValues"
-title: "Function: buildEnumValues"
-sidebar_label: "buildEnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEnumValues**(`enumValues`): [`EnumValues`](../types/EnumValues)
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValues` | [`EnumValues`](../types/EnumValues) |
-
-#### Returns
-
-[`EnumValues`](../types/EnumValues)
-
-#### Defined in
-
-[core/builders.ts:114](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L114)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildNavigation.md b/website/versioned_docs/version-1.0.0/api/functions/buildNavigation.md
deleted file mode 100644
index 99a8c1ba9..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildNavigation.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildNavigation"
-title: "Function: buildNavigation"
-sidebar_label: "buildNavigation"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildNavigation**<`UserType`\>(`navigation`): [`Navigation`](../interfaces/Navigation) \| [`NavigationBuilder`](../types/NavigationBuilder)<`UserType`\>
-
-Identity function we use to defeat the type system of Typescript and build
-navigation objects with all its properties
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `navigation` | [`Navigation`](../interfaces/Navigation) \| [`NavigationBuilder`](../types/NavigationBuilder)<`UserType`\> |
-
-#### Returns
-
-[`Navigation`](../interfaces/Navigation) \| [`NavigationBuilder`](../types/NavigationBuilder)<`UserType`\>
-
-#### Defined in
-
-[core/builders.ts:33](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L33)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildProperties.md b/website/versioned_docs/version-1.0.0/api/functions/buildProperties.md
deleted file mode 100644
index d737a9959..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildProperties.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildProperties"
-title: "Function: buildProperties"
-sidebar_label: "buildProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildProperties**<`M`\>(`properties`): [`Properties`](../types/Properties)<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`Properties`](../types/Properties)<`M`\> |
-
-#### Returns
-
-[`Properties`](../types/Properties)<`M`\>
-
-#### Defined in
-
-[core/builders.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L90)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildPropertiesOrBuilder.md b/website/versioned_docs/version-1.0.0/api/functions/buildPropertiesOrBuilder.md
deleted file mode 100644
index 6cf4f4a41..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildPropertiesOrBuilder.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildPropertiesOrBuilder"
-title: "Function: buildPropertiesOrBuilder"
-sidebar_label: "buildPropertiesOrBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildPropertiesOrBuilder**<`M`\>(`propertiesOrBuilder`): [`PropertiesOrBuilder`](../types/PropertiesOrBuilder)<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertiesOrBuilder` | [`PropertiesOrBuilder`](../types/PropertiesOrBuilder)<`M`\> |
-
-#### Returns
-
-[`PropertiesOrBuilder`](../types/PropertiesOrBuilder)<`M`\>
-
-#### Defined in
-
-[core/builders.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L102)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildProperty.md b/website/versioned_docs/version-1.0.0/api/functions/buildProperty.md
deleted file mode 100644
index ab29cfcc5..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildProperty.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "buildProperty"
-title: "Function: buildProperty"
-sidebar_label: "buildProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildProperty**<`T`, `P`\>(`property`): `P` extends [`StringProperty`](../interfaces/StringProperty) ? [`StringProperty`](../interfaces/StringProperty) : `P` extends [`NumberProperty`](../interfaces/NumberProperty) ? [`NumberProperty`](../interfaces/NumberProperty) : `P` extends [`BooleanProperty`](../interfaces/BooleanProperty) ? [`BooleanProperty`](../interfaces/BooleanProperty) : `P` extends [`TimestampProperty`](../interfaces/TimestampProperty) ? [`TimestampProperty`](../interfaces/TimestampProperty) : `P` extends [`GeopointProperty`](../interfaces/GeopointProperty) ? [`GeopointProperty`](../interfaces/GeopointProperty) : `P` extends [`ReferenceProperty`](../interfaces/ReferenceProperty) ? [`ReferenceProperty`](../interfaces/ReferenceProperty) : `P` extends [`ArrayProperty`](../interfaces/ArrayProperty) ? [`ArrayProperty`](../interfaces/ArrayProperty) : `P` extends [`MapProperty`](../interfaces/MapProperty) ? [`MapProperty`](../interfaces/MapProperty) : `P` extends [`PropertyBuilder`](../types/PropertyBuilder)<`T`, `any`\> ? [`PropertyBuilder`](../types/PropertyBuilder)<`T`, `any`\> : `any`
-
-Identity function we use to defeat the type system of Typescript and preserve
-the property keys.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) |
-| `P` | extends [`PropertyBuilder`](../types/PropertyBuilder)<`T`, `any`\> \| [`StringProperty`](../interfaces/StringProperty) \| [`NumberProperty`](../interfaces/NumberProperty) \| [`BooleanProperty`](../interfaces/BooleanProperty) \| [`TimestampProperty`](../interfaces/TimestampProperty) \| [`GeopointProperty`](../interfaces/GeopointProperty) \| [`ReferenceProperty`](../interfaces/ReferenceProperty)<`any`\> \| [`MapProperty`](../interfaces/MapProperty)<{ `[Key: string]`: `any`; }\> \| [`ArrayProperty`](../interfaces/ArrayProperty)<[`CMSType`](../types/CMSType)[], `any`\> = [`PropertyOrBuilder`](../types/PropertyOrBuilder)<`T`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | `P` |
-
-#### Returns
-
-`P` extends [`StringProperty`](../interfaces/StringProperty) ? [`StringProperty`](../interfaces/StringProperty) : `P` extends [`NumberProperty`](../interfaces/NumberProperty) ? [`NumberProperty`](../interfaces/NumberProperty) : `P` extends [`BooleanProperty`](../interfaces/BooleanProperty) ? [`BooleanProperty`](../interfaces/BooleanProperty) : `P` extends [`TimestampProperty`](../interfaces/TimestampProperty) ? [`TimestampProperty`](../interfaces/TimestampProperty) : `P` extends [`GeopointProperty`](../interfaces/GeopointProperty) ? [`GeopointProperty`](../interfaces/GeopointProperty) : `P` extends [`ReferenceProperty`](../interfaces/ReferenceProperty) ? [`ReferenceProperty`](../interfaces/ReferenceProperty) : `P` extends [`ArrayProperty`](../interfaces/ArrayProperty) ? [`ArrayProperty`](../interfaces/ArrayProperty) : `P` extends [`MapProperty`](../interfaces/MapProperty) ? [`MapProperty`](../interfaces/MapProperty) : `P` extends [`PropertyBuilder`](../types/PropertyBuilder)<`T`, `any`\> ? [`PropertyBuilder`](../types/PropertyBuilder)<`T`, `any`\> : `any`
-
-#### Defined in
-
-[core/builders.ts:70](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L70)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildPropertyField.md b/website/versioned_docs/version-1.0.0/api/functions/buildPropertyField.md
deleted file mode 100644
index ab7972803..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildPropertyField.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "buildPropertyField"
-title: "Function: buildPropertyField"
-sidebar_label: "buildPropertyField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildPropertyField**<`T`, `M`\>(`__namedParameters`): `ReactElement`<[`CMSFormFieldProps`](../interfaces/CMSFormFieldProps)<`M`\>\>
-
-This factory method renders a form field creating the corresponding configuration
-from a property. For example if bound to a string property, it will generate
-a text field.
-
-You can use it when you are creating a custom field, and need to
-render additional fields mapped to properties. This is useful if you
-need to build a complex property mapping, like an array where each index
-is a different property.
-
-Please note that if you build a custom field in a component, the
-**validation** passed in the property will have no effect. You need to set
-the validation in the `EntitySchema` definition.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) = `any` |
-| `M` | `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`CMSFormFieldProps`](../interfaces/CMSFormFieldProps)<`M`\> |
-
-#### Returns
-
-`ReactElement`<[`CMSFormFieldProps`](../interfaces/CMSFormFieldProps)<`M`\>\>
-
-#### Defined in
-
-[form/form_factory.tsx:63](https://github.com/Camberi/firecms/blob/2d60fba/src/form/form_factory.tsx#L63)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/buildSchema.md b/website/versioned_docs/version-1.0.0/api/functions/buildSchema.md
deleted file mode 100644
index 8c3a59c55..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/buildSchema.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildSchema"
-title: "Function: buildSchema"
-sidebar_label: "buildSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildSchema**<`M`\>(`schema`): [`EntitySchema`](../interfaces/EntitySchema)<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the schema keys
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `schema` | [`EntitySchema`](../interfaces/EntitySchema)<`M`\> |
-
-#### Returns
-
-[`EntitySchema`](../interfaces/EntitySchema)<`M`\>
-
-#### Defined in
-
-[core/builders.ts:58](https://github.com/Camberi/firecms/blob/2d60fba/src/core/builders.ts#L58)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/createCMSDefaultTheme.md b/website/versioned_docs/version-1.0.0/api/functions/createCMSDefaultTheme.md
deleted file mode 100644
index 33751a4aa..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/createCMSDefaultTheme.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "createCMSDefaultTheme"
-title: "Function: createCMSDefaultTheme"
-sidebar_label: "createCMSDefaultTheme"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **createCMSDefaultTheme**(`__namedParameters`): `Theme`
-
-Use this function to build the default FireCMS MUI5 theme,
-with some overrides.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.fontFamily?` | `string` |
-| `__namedParameters.mode` | ``"dark"`` \| ``"light"`` |
-| `__namedParameters.primaryColor?` | `string` |
-| `__namedParameters.secondaryColor?` | `string` |
-
-#### Returns
-
-`Theme`
-
-#### Defined in
-
-[core/theme.ts:9](https://github.com/Camberi/firecms/blob/2d60fba/src/core/theme.ts#L9)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/deleteEntityWithCallbacks.md b/website/versioned_docs/version-1.0.0/api/functions/deleteEntityWithCallbacks.md
deleted file mode 100644
index a8a9249e7..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/deleteEntityWithCallbacks.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-id: "deleteEntityWithCallbacks"
-title: "Function: deleteEntityWithCallbacks"
-sidebar_label: "deleteEntityWithCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **deleteEntityWithCallbacks**<`M`, `UserType`\>(`__namedParameters`): `Promise`<`boolean`\>
-
-This function is in charge of deleting an entity in the datasource.
-It will run all the delete callbacks specified in the schema.
-It is also possible to attach callbacks on save success or error, and callback
-errors.
-
-If you just want to delete the data without running the `onPreDelete`,
-and `onDelete` callbacks, you can use the `deleteEntity` method
-in the datasource ([useDataSource](useDataSource)).
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`DeleteEntityProps`](../interfaces/DeleteEntityProps)<`M`\> & { `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> ; `onDeleteFailure?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` ; `onDeleteSuccess?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` ; `onDeleteSuccessHookError?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` ; `onPreDeleteHookError?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` } & { `context`: [`FireCMSContext`](../interfaces/FireCMSContext)<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource) ; `schema`: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\> } |
-
-#### Returns
-
-`Promise`<`boolean`\>
-
-#### Defined in
-
-[hooks/data/delete.ts:45](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/delete.ts#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/performAlgoliaTextSearch.md b/website/versioned_docs/version-1.0.0/api/functions/performAlgoliaTextSearch.md
deleted file mode 100644
index 4f69c1345..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/performAlgoliaTextSearch.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "performAlgoliaTextSearch"
-title: "Function: performAlgoliaTextSearch"
-sidebar_label: "performAlgoliaTextSearch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **performAlgoliaTextSearch**(`index`, `query`): `Promise`
-
-Utility function to perform a text search in an algolia index,
-returning the ids of the entities.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `index` | `SearchIndex` |
-| `query` | `string` |
-
-#### Returns
-
-`Promise`
-
-#### Defined in
-
-[firebase_app/models/text_search.ts:22](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/models/text_search.ts#L22)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/resolveNavigationFrom.md b/website/versioned_docs/version-1.0.0/api/functions/resolveNavigationFrom.md
deleted file mode 100644
index dc3b70fc4..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/resolveNavigationFrom.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-id: "resolveNavigationFrom"
-title: "Function: resolveNavigationFrom"
-sidebar_label: "resolveNavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveNavigationFrom**<`M`, `UserType`\>(`__namedParameters`): `Promise`<[`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry)<`M`\>[]\>
-
-Use this function to retrieve an array of navigation entries (resolved
-collection, entity or entity custom_view) for the given path. You need to pass the app context
-that you receive in different callbacks, such as the save hooks.
-
-It will take into account the `navigation` provided at the `FireCMS` level, as
-well as a `schemaResolver` if provided.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.context` | [`FireCMSContext`](../interfaces/FireCMSContext)<`UserType`\> |
-| `__namedParameters.path` | `string` |
-
-#### Returns
-
-`Promise`<[`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry)<`M`\>[]\>
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:64](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L64)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/saveEntityWithCallbacks.md b/website/versioned_docs/version-1.0.0/api/functions/saveEntityWithCallbacks.md
deleted file mode 100644
index 133e693ca..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/saveEntityWithCallbacks.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-id: "saveEntityWithCallbacks"
-title: "Function: saveEntityWithCallbacks"
-sidebar_label: "saveEntityWithCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **saveEntityWithCallbacks**<`M`, `UserType`\>(`__namedParameters`): `Promise`<`void`\>
-
-This function is in charge of saving an entity to the datasource.
-It will run all the save callbacks specified in the schema.
-It is also possible to attach callbacks on save success or error, and callback
-errors.
-
-If you just want to save the data without running the `onSaveSuccess`,
-`onSaveFailure` and `onPreSave` callbacks, you can use the `saveEntity` method
-in the datasource ([useDataSource](useDataSource)).
-
-**`see`** useDataSource
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`SaveEntityProps`](../interfaces/SaveEntityProps)<`M`\> & { `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> ; `onPreSaveHookError?`: (`e`: `Error`) => `void` ; `onSaveFailure?`: (`e`: `Error`) => `void` ; `onSaveSuccess?`: (`updatedEntity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` ; `onSaveSuccessHookError?`: (`e`: `Error`) => `void` } & { `context`: [`FireCMSContext`](../interfaces/FireCMSContext)<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource) } |
-
-#### Returns
-
-`Promise`<`void`\>
-
-#### Defined in
-
-[hooks/data/save.ts:51](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/save.ts#L51)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useAuthController.md b/website/versioned_docs/version-1.0.0/api/functions/useAuthController.md
deleted file mode 100644
index dfc8f76bd..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useAuthController.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "useAuthController"
-title: "Function: useAuthController"
-sidebar_label: "useAuthController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useAuthController**<`UserType`\>(): [`AuthController`](../interfaces/AuthController)<`UserType`\>
-
-Hook to retrieve the AuthContext.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-**`see`** AuthController
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends `unknown` = `any` |
-
-#### Returns
-
-[`AuthController`](../interfaces/AuthController)<`UserType`\>
-
-#### Defined in
-
-[hooks/useAuthController.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useAuthController.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useClipboard.md b/website/versioned_docs/version-1.0.0/api/functions/useClipboard.md
deleted file mode 100644
index 08910bfbc..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useClipboard.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "useClipboard"
-title: "Function: useClipboard"
-sidebar_label: "useClipboard"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useClipboard**(`options?`): [`useClipboardReturnType`](../interfaces/useClipboardReturnType)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `options?` | [`UseClipboardProps`](../interfaces/UseClipboardProps) |
-
-#### Returns
-
-[`useClipboardReturnType`](../interfaces/useClipboardReturnType)
-
-#### Defined in
-
-[hooks/useClipboard.tsx:78](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L78)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useCollectionFetch.md b/website/versioned_docs/version-1.0.0/api/functions/useCollectionFetch.md
deleted file mode 100644
index ad6386edf..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useCollectionFetch.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "useCollectionFetch"
-title: "Function: useCollectionFetch"
-sidebar_label: "useCollectionFetch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useCollectionFetch**<`M`\>(`__namedParameters`): [`CollectionFetchResult`](../interfaces/CollectionFetchResult)<`M`\>
-
-This hook is used to fetch collections using a given schema
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`CollectionFetchProps`](../interfaces/CollectionFetchProps)<`M`\> |
-
-#### Returns
-
-[`CollectionFetchResult`](../interfaces/CollectionFetchResult)<`M`\>
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:68](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L68)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useDataSource.md b/website/versioned_docs/version-1.0.0/api/functions/useDataSource.md
deleted file mode 100644
index 70b5763b5..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useDataSource.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "useDataSource"
-title: "Function: useDataSource"
-sidebar_label: "useDataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useDataSource**(): [`DataSource`](../interfaces/DataSource)
-
-Use this hook to get the datasource being used
-
-#### Returns
-
-[`DataSource`](../interfaces/DataSource)
-
-#### Defined in
-
-[hooks/data/useDataSource.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useDataSource.tsx#L8)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useEntityFetch.md b/website/versioned_docs/version-1.0.0/api/functions/useEntityFetch.md
deleted file mode 100644
index fa03b9bd4..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useEntityFetch.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "useEntityFetch"
-title: "Function: useEntityFetch"
-sidebar_label: "useEntityFetch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useEntityFetch**<`M`\>(`__namedParameters`): [`EntityFetchResult`](../interfaces/EntityFetchResult)<`M`\>
-
-This hook is used to fetch an entity.
-It gives real time updates if the datasource supports it.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`EntityFetchProps`](../interfaces/EntityFetchProps)<`M`\> |
-
-#### Returns
-
-[`EntityFetchResult`](../interfaces/EntityFetchResult)<`M`\>
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:36](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L36)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useFireCMSContext.md b/website/versioned_docs/version-1.0.0/api/functions/useFireCMSContext.md
deleted file mode 100644
index 2da9648a2..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useFireCMSContext.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "useFireCMSContext"
-title: "Function: useFireCMSContext"
-sidebar_label: "useFireCMSContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFireCMSContext**(): [`FireCMSContext`](../interfaces/FireCMSContext)<`any`\>
-
-Hook to retrieve the [FireCMSContext](../interfaces/FireCMSContext).
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS` component.
-
-**`see`** FireCMSContext
-
-#### Returns
-
-[`FireCMSContext`](../interfaces/FireCMSContext)<`any`\>
-
-#### Defined in
-
-[hooks/useFireCMSContext.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useFireCMSContext.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useFirebaseAuthDelegate.md b/website/versioned_docs/version-1.0.0/api/functions/useFirebaseAuthDelegate.md
deleted file mode 100644
index d1b330278..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useFirebaseAuthDelegate.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirebaseAuthDelegate"
-title: "Function: useFirebaseAuthDelegate"
-sidebar_label: "useFirebaseAuthDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirebaseAuthDelegate**(`__namedParameters`): [`FirebaseAuthDelegate`](../types/FirebaseAuthDelegate)
-
-Use this hook to build an [AuthDelegate](../types/AuthDelegate) based on Firebase Auth
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `FirebaseAuthHandlerProps` |
-
-#### Returns
-
-[`FirebaseAuthDelegate`](../types/FirebaseAuthDelegate)
-
-#### Defined in
-
-[firebase_app/hooks/useFirebaseAuthDelegate.ts:39](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useFirebaseAuthDelegate.ts#L39)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useFirebaseStorageSource.md b/website/versioned_docs/version-1.0.0/api/functions/useFirebaseStorageSource.md
deleted file mode 100644
index c32346601..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useFirebaseStorageSource.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirebaseStorageSource"
-title: "Function: useFirebaseStorageSource"
-sidebar_label: "useFirebaseStorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirebaseStorageSource**(`__namedParameters`): [`StorageSource`](../interfaces/StorageSource)
-
-Use this hook to build an [StorageSource](../interfaces/StorageSource) based on Firebase storage
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `FirebaseStorageSourceProps` |
-
-#### Returns
-
-[`StorageSource`](../interfaces/StorageSource)
-
-#### Defined in
-
-[firebase_app/hooks/useFirebaseStorageSource.ts:23](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useFirebaseStorageSource.ts#L23)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useFirestoreDataSource.md b/website/versioned_docs/version-1.0.0/api/functions/useFirestoreDataSource.md
deleted file mode 100644
index e52a6f952..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useFirestoreDataSource.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirestoreDataSource"
-title: "Function: useFirestoreDataSource"
-sidebar_label: "useFirestoreDataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirestoreDataSource**(`__namedParameters`): [`DataSource`](../interfaces/DataSource)
-
-Use this hook to build a [DataSource](../interfaces/DataSource) based on Firestore
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `FirestoreDataSourceProps` |
-
-#### Returns
-
-[`DataSource`](../interfaces/DataSource)
-
-#### Defined in
-
-[firebase_app/hooks/useFirestoreDataSource.ts:68](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useFirestoreDataSource.ts#L68)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useInitialiseFirebase.md b/website/versioned_docs/version-1.0.0/api/functions/useInitialiseFirebase.md
deleted file mode 100644
index d437f9a9d..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useInitialiseFirebase.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "useInitialiseFirebase"
-title: "Function: useInitialiseFirebase"
-sidebar_label: "useInitialiseFirebase"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useInitialiseFirebase**(`__namedParameters`): [`InitialiseFirebaseResult`](../interfaces/InitialiseFirebaseResult)
-
-Function used to initialise Firebase, either by using the provided config,
-or by fetching it by Firebase Hosting, if not specified.
-
-It works as a hook that gives you the loading state and the used
-configuration.
-
-You most likely only need to use this if you are developing a custom app
-that is not using [FirebaseCMSApp](FirebaseCMSApp). You can also not use this component
-and initialise Firebase yourself.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.firebaseConfig` | `undefined` \| `Object` |
-| `__namedParameters.onFirebaseInit?` | (`config`: `object`) => `void` |
-
-#### Returns
-
-[`InitialiseFirebaseResult`](../interfaces/InitialiseFirebaseResult)
-
-#### Defined in
-
-[firebase_app/hooks/useInitialiseFirebase.ts:30](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useInitialiseFirebase.ts#L30)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useModeState.md b/website/versioned_docs/version-1.0.0/api/functions/useModeState.md
deleted file mode 100644
index e900869c2..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useModeState.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useModeState"
-title: "Function: useModeState"
-sidebar_label: "useModeState"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useModeState**(): [`ModeState`](../interfaces/ModeState)
-
-Hook to retrieve the current mode ("light" | "dark"), and `setMode`
-or `toggle` functions to change it.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-**`see`** ModeState
-
-#### Returns
-
-[`ModeState`](../interfaces/ModeState)
-
-#### Defined in
-
-[hooks/useModeState.tsx:23](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useModeState.tsx#L23)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useNavigation.md b/website/versioned_docs/version-1.0.0/api/functions/useNavigation.md
deleted file mode 100644
index 75520323e..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useNavigation.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "useNavigation"
-title: "Function: useNavigation"
-sidebar_label: "useNavigation"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useNavigation**(): [`NavigationContext`](../types/NavigationContext)
-
-Use this hook to get the navigation of the app.
-Note that if can be undefined if the navigation has not yet been
-resolved (you used a [NavigationBuilder](../types/NavigationBuilder) and the user is not
-authenticated.
-
-#### Returns
-
-[`NavigationContext`](../types/NavigationContext)
-
-#### Defined in
-
-[hooks/useNavigation.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useNavigation.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useResolvedNavigationFrom.md b/website/versioned_docs/version-1.0.0/api/functions/useResolvedNavigationFrom.md
deleted file mode 100644
index a14115c6e..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useResolvedNavigationFrom.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "useResolvedNavigationFrom"
-title: "Function: useResolvedNavigationFrom"
-sidebar_label: "useResolvedNavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useResolvedNavigationFrom**<`M`, `UserType`\>(`__namedParameters`): [`NavigationFrom`](../interfaces/NavigationFrom)<`M`\>
-
-Use this hook to retrieve an array of navigation entries (resolved
-collection or entity) for the given path. You can use this hook
-in any React component that lives under `FireCMS`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-| `UserType` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`NavigationFromProps`](../interfaces/NavigationFromProps) |
-
-#### Returns
-
-[`NavigationFrom`](../interfaces/NavigationFrom)<`M`\>
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:133](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L133)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useSelectionController.md b/website/versioned_docs/version-1.0.0/api/functions/useSelectionController.md
deleted file mode 100644
index 5cf6ed08b..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useSelectionController.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "useSelectionController"
-title: "Function: useSelectionController"
-sidebar_label: "useSelectionController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSelectionController**<`M`\>(): [`SelectionController`](../types/SelectionController)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Returns
-
-[`SelectionController`](../types/SelectionController)
-
-#### Defined in
-
-[core/components/EntityCollectionView.tsx:55](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityCollectionView.tsx#L55)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useSideEntityController.md b/website/versioned_docs/version-1.0.0/api/functions/useSideEntityController.md
deleted file mode 100644
index 9cd673f17..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useSideEntityController.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "useSideEntityController"
-title: "Function: useSideEntityController"
-sidebar_label: "useSideEntityController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSideEntityController**(): [`SideEntityController`](../interfaces/SideEntityController)
-
-Hook to retrieve the side entity controller.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-**`see`** AuthController
-
-#### Returns
-
-[`SideEntityController`](../interfaces/SideEntityController)
-
-#### Defined in
-
-[hooks/useSideEntityController.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSideEntityController.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useSnackbarController.md b/website/versioned_docs/version-1.0.0/api/functions/useSnackbarController.md
deleted file mode 100644
index 523493bcc..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useSnackbarController.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "useSnackbarController"
-title: "Function: useSnackbarController"
-sidebar_label: "useSnackbarController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSnackbarController**(): [`SnackbarController`](../interfaces/SnackbarController)
-
-Hook to retrieve the SnackbarContext.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-**`see`** SnackbarController
-
-#### Returns
-
-[`SnackbarController`](../interfaces/SnackbarController)
-
-#### Defined in
-
-[hooks/useSnackbarController.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSnackbarController.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/functions/useStorageSource.md b/website/versioned_docs/version-1.0.0/api/functions/useStorageSource.md
deleted file mode 100644
index e4083c21e..000000000
--- a/website/versioned_docs/version-1.0.0/api/functions/useStorageSource.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "useStorageSource"
-title: "Function: useStorageSource"
-sidebar_label: "useStorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useStorageSource**(): [`StorageSource`](../interfaces/StorageSource)
-
-Use this hook to get the storage source being used
-
-#### Returns
-
-[`StorageSource`](../interfaces/StorageSource)
-
-#### Defined in
-
-[hooks/useStorageSource.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useStorageSource.tsx#L8)
diff --git a/website/versioned_docs/version-1.0.0/api/index.md b/website/versioned_docs/version-1.0.0/api/index.md
deleted file mode 100644
index 37dcd4c2b..000000000
--- a/website/versioned_docs/version-1.0.0/api/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-id: "index"
-title: "API"
-slug: "/api/"
-sidebar_label: "Readme"
-sidebar_position: 0
-custom_edit_url: null
----
-
-In this section you will find all the possible configurations and types
-related to FireCMS.
-
-For a general overview of the library it's better to start in the [docs](index.md)
-section
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/AdditionalColumnDelegate.md b/website/versioned_docs/version-1.0.0/api/interfaces/AdditionalColumnDelegate.md
deleted file mode 100644
index d5722aa5d..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/AdditionalColumnDelegate.md
+++ /dev/null
@@ -1,96 +0,0 @@
----
-id: "AdditionalColumnDelegate"
-title: "Interface: AdditionalColumnDelegate"
-sidebar_label: "AdditionalColumnDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Use this interface for adding additional columns to entity collection views.
-If you need to do some async loading you can use AsyncPreviewComponent
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | [`User`](../types/User) |
-
-## Properties
-
-### dependencies
-
-• `Optional` **dependencies**: `Extract`[]
-
-If this column needs to update dynamically based on other properties,
-you can define an array of keys as strings with the
-`dependencies` prop.
-e.g. ["name", "surname"]
-If you don't specify this prop, the generated column will not rerender
-on entity property updates.
-
-#### Defined in
-
-[models/collections.ts:208](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L208)
-
-___
-
-### id
-
-• **id**: `AdditionalKey`
-
-Id of this column. You can use this id in the `properties` field of the
-collection in any order you want
-
-#### Defined in
-
-[models/collections.ts:180](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L180)
-
-___
-
-### title
-
-• **title**: `string`
-
-Header of this column
-
-#### Defined in
-
-[models/collections.ts:185](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L185)
-
-___
-
-### width
-
-• `Optional` **width**: `number`
-
-Width of the generated column in pixels
-
-#### Defined in
-
-[models/collections.ts:190](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L190)
-
-## Methods
-
-### builder
-
-▸ **builder**(`__namedParameters`): `ReactNode`
-
-Builder for the content of the cell for this column
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.context` | [`FireCMSContext`](FireCMSContext)<`UserType`\> |
-| `__namedParameters.entity` | [`Entity`](Entity)<`M`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[models/collections.ts:195](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L195)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ArrayProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/ArrayProperty.md
deleted file mode 100644
index d9f4e696e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ArrayProperty.md
+++ /dev/null
@@ -1,209 +0,0 @@
----
-id: "ArrayProperty"
-title: "Interface: ArrayProperty"
-sidebar_label: "ArrayProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `ArrayT`[] = `any`[] |
-| `ArrayT` | extends [`CMSType`](../types/CMSType) = `any` |
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`ArrayProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`FieldConfig`](FieldConfig)<`T`, `any`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:329](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L329)
-
-___
-
-### dataType
-
-• **dataType**: ``"array"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:278](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L278)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### of
-
-• `Optional` **of**: [`Property`](../types/Property)<`ArrayT`\>
-
-The property of this array.
-You can specify any property (except another Array property)
-You can leave this field empty only if you are providing a custom field,
-otherwise an error will be thrown.
-
-#### Defined in
-
-[models/properties.ts:286](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L286)
-
-___
-
-### oneOf
-
-• `Optional` **oneOf**: `Object`
-
-Use this field if you would like to have an array of properties.
-It is useful if you need to have values of different types in the same
-array.
-Each entry of the array is an object with the shape:
-```
-{ type: "YOUR_TYPE", value: "YOUR_VALUE"}
-```
-Note that you can use any property so `value` can take any value (strings,
-numbers, array, objects...)
-You can customise the `type` and `value` fields to suit your needs.
-
-An example use case for this feature may be a blog entry, where you have
-images and text blocks using markdown.
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `properties` | `Record`<`string`, [`StringProperty`](StringProperty) \| [`NumberProperty`](NumberProperty) \| [`BooleanProperty`](BooleanProperty) \| [`TimestampProperty`](TimestampProperty) \| [`GeopointProperty`](GeopointProperty) \| [`ReferenceProperty`](ReferenceProperty)<`any`\> \| [`MapProperty`](MapProperty)<{ `[Key: string]`: `any`; }\> \| [`ArrayProperty`](ArrayProperty)<[`CMSType`](../types/CMSType)[], `any`\>\> | Record of properties, where the key is the `type` and the value is the corresponding property |
-| `typeField?` | `string` | Name of the field to use as the discriminator for type Defaults to `type` |
-| `valueField?` | `string` | Name of the field to use as the value Defaults to `value` |
-
-#### Defined in
-
-[models/properties.ts:303](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L303)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`ArrayPropertyValidationSchema`](ArrayPropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:324](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L324)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ArrayPropertyValidationSchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/ArrayPropertyValidationSchema.md
deleted file mode 100644
index 9e22c2493..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ArrayPropertyValidationSchema.md
+++ /dev/null
@@ -1,103 +0,0 @@
----
-id: "ArrayPropertyValidationSchema"
-title: "Interface: ArrayPropertyValidationSchema"
-sidebar_label: "ArrayPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for arrays
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema)
-
- ↳ **`ArrayPropertyValidationSchema`**
-
-## Properties
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[models/properties.ts:515](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L515)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[models/properties.ts:514](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L514)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[required](PropertyValidationSchema#required)
-
-#### Defined in
-
-[models/properties.ts:444](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L444)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[requiredMessage](PropertyValidationSchema#requiredmessage)
-
-#### Defined in
-
-[models/properties.ts:449](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L449)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[unique](PropertyValidationSchema#unique)
-
-#### Defined in
-
-[models/properties.ts:455](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L455)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[uniqueInArray](PropertyValidationSchema#uniqueinarray)
-
-#### Defined in
-
-[models/properties.ts:463](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L463)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/AuthController.md b/website/versioned_docs/version-1.0.0/api/interfaces/AuthController.md
deleted file mode 100644
index 5e60263d6..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/AuthController.md
+++ /dev/null
@@ -1,160 +0,0 @@
----
-id: "AuthController"
-title: "Interface: AuthController"
-sidebar_label: "AuthController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller for retrieving the logged user or performing auth related operations
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User) = [`User`](../types/User) |
-
-## Properties
-
-### authDelegate
-
-• **authDelegate**: [`AuthDelegate`](../types/AuthDelegate)<`UserType`\>
-
-Delegate in charge of connecting to a backend and performing the auth
-operations.
-
-#### Defined in
-
-[models/auth.tsx:70](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L70)
-
-___
-
-### authLoading
-
-• **authLoading**: `boolean`
-
-If you have defined an [Authenticator](../types/Authenticator), this flag will be set to
-true while it loads
-
-#### Defined in
-
-[models/auth.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L39)
-
-___
-
-### canAccessMainView
-
-• **canAccessMainView**: `boolean`
-
-Has the user completed the steps to access the main view, after the
-login screen
-
-#### Defined in
-
-[models/auth.tsx:26](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L26)
-
-___
-
-### extra
-
-• `Optional` **extra**: `any`
-
-Utility field you can use to store your custom data.
-e.g: Additional user data fetched from a Firestore document, or custom
-claims
-
-#### Defined in
-
-[models/auth.tsx:56](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L56)
-
-___
-
-### initialLoading
-
-• **initialLoading**: `boolean`
-
-Initial loading flag. It is used not to display the login screen
-when the app first loads and it has not been checked whether the user
-is logged in or not.
-
-#### Defined in
-
-[models/auth.tsx:33](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L33)
-
-___
-
-### loginSkipped
-
-• `Optional` **loginSkipped**: `boolean`
-
-Has the user skipped the login process
-
-#### Defined in
-
-[models/auth.tsx:20](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L20)
-
-___
-
-### notAllowedError
-
-• **notAllowedError**: `any`
-
-The current user was not allowed access
-
-#### Defined in
-
-[models/auth.tsx:44](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L44)
-
-___
-
-### user
-
-• **user**: ``null`` \| `UserType`
-
-The user currently logged in
-The values can be: the user object, null if they skipped login
-
-#### Defined in
-
-[models/auth.tsx:15](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L15)
-
-## Methods
-
-### setExtra
-
-▸ **setExtra**(`extra`): `void`
-
-You can use this method to store any extra data you would like to
-associate your user to.
-e.g: Additional user data fetched from a Firestore document, or custom
-claims
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `extra` | `any` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/auth.tsx:64](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L64)
-
-___
-
-### signOut
-
-▸ **signOut**(): `void`
-
-Sign out
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/auth.tsx:49](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L49)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/BooleanProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/BooleanProperty.md
deleted file mode 100644
index 0b98f262e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/BooleanProperty.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-id: "BooleanProperty"
-title: "Interface: BooleanProperty"
-sidebar_label: "BooleanProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`BooleanProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`FieldConfig`](FieldConfig)<`boolean`, `any`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:252](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L252)
-
-___
-
-### dataType
-
-• **dataType**: ``"boolean"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:242](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L242)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:247](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L247)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/CMSFormFieldProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/CMSFormFieldProps.md
deleted file mode 100644
index dd3dc908b..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/CMSFormFieldProps.md
+++ /dev/null
@@ -1,143 +0,0 @@
----
-id: "CMSFormFieldProps"
-title: "Interface: CMSFormFieldProps"
-sidebar_label: "CMSFormFieldProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-In case you need to render a field bound to a Property inside your
-custom field you can call [buildPropertyField](../functions/buildPropertyField) with these props.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-## Properties
-
-### autoFocus
-
-• `Optional` **autoFocus**: `boolean`
-
-Should the field take focus when rendered. When opening the popup view
-in table mode, it makes sense to put the focus on the only field rendered.
-
-#### Defined in
-
-[models/fields.tsx:201](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L201)
-
-___
-
-### context
-
-• **context**: [`FormContext`](FormContext)<`M`\>
-
-The context where this field is being rendered. You get a context as a
-prop when creating a custom field.
-
-#### Defined in
-
-[models/fields.tsx:174](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L174)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean`
-
-Should this field be disabled
-
-#### Defined in
-
-[models/fields.tsx:206](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L206)
-
-___
-
-### includeDescription
-
-• `Optional` **includeDescription**: `boolean`
-
-Should the description be included in this field
-
-#### Defined in
-
-[models/fields.tsx:179](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L179)
-
-___
-
-### name
-
-• **name**: `string`
-
-The name of the property, such as `age`. You can use nested and array
-indexed such as `address.street` or `people[3]`
-
-#### Defined in
-
-[models/fields.tsx:156](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L156)
-
-___
-
-### partOfArray
-
-• `Optional` **partOfArray**: `boolean`
-
-Is this field part of an array
-
-#### Defined in
-
-[models/fields.tsx:195](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L195)
-
-___
-
-### property
-
-• **property**: [`StringProperty`](StringProperty) \| [`NumberProperty`](NumberProperty) \| [`BooleanProperty`](BooleanProperty) \| [`TimestampProperty`](TimestampProperty) \| [`GeopointProperty`](GeopointProperty) \| [`ReferenceProperty`](ReferenceProperty)<`any`\> \| [`ArrayProperty`](ArrayProperty)<`any`[], `any`\> \| [`MapProperty`](MapProperty)<`any`\>
-
-The CMS property you are binding this field to
-
-#### Defined in
-
-[models/fields.tsx:161](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L161)
-
-___
-
-### shouldAlwaysRerender
-
-• `Optional` **shouldAlwaysRerender**: `boolean`
-
-This flag is used to avoid using Formik FastField internally, which
-prevents being updated from the values.
-Set this value to `true` if you are developing a custom field which
-value gets updated dynamically based on others.
-
-#### Defined in
-
-[models/fields.tsx:214](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L214)
-
-___
-
-### tableMode
-
-• `Optional` **tableMode**: `boolean`
-
-Is this field being rendered in a table
-
-#### Defined in
-
-[models/fields.tsx:190](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L190)
-
-___
-
-### underlyingValueHasChanged
-
-• `Optional` **underlyingValueHasChanged**: `boolean`
-
-Has the value of this property been updated in the database while this
-field is being edited
-
-#### Defined in
-
-[models/fields.tsx:185](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L185)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/CMSView.md b/website/versioned_docs/version-1.0.0/api/interfaces/CMSView.md
deleted file mode 100644
index 7783a3d1b..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/CMSView.md
+++ /dev/null
@@ -1,87 +0,0 @@
----
-id: "CMSView"
-title: "Interface: CMSView"
-sidebar_label: "CMSView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Custom additional views created by the developer, added to the main
-navigation.
-
-## Properties
-
-### description
-
-• `Optional` **description**: `string`
-
-Optional description of this view. You can use Markdown
-
-#### Defined in
-
-[models/navigation.ts:198](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L198)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-Optional field used to group top level navigation entries under a
-navigation view.
-
-#### Defined in
-
-[models/navigation.ts:216](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L216)
-
-___
-
-### hideFromNavigation
-
-• `Optional` **hideFromNavigation**: `boolean`
-
-Should this view be hidden from the main navigation panel.
-It will still be accessible if you reach the specified path
-
-#### Defined in
-
-[models/navigation.ts:204](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L204)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of this view
-
-#### Defined in
-
-[models/navigation.ts:193](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L193)
-
-___
-
-### path
-
-• **path**: `string` \| `string`[]
-
-CMS Path (or paths) you can reach this view from.
-If you include multiple paths, only the first one will be included in the
-main menu
-
-#### Defined in
-
-[models/navigation.ts:188](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L188)
-
-___
-
-### view
-
-• **view**: `ReactNode`
-
-Component to be rendered. This can be any React component, and can use
-any of the provided hooks
-
-#### Defined in
-
-[models/navigation.ts:210](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L210)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchProps.md
deleted file mode 100644
index fd64b5292..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchProps.md
+++ /dev/null
@@ -1,98 +0,0 @@
----
-id: "CollectionFetchProps"
-title: "Interface: CollectionFetchProps"
-sidebar_label: "CollectionFetchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### entitiesDisplayedFirst
-
-• `Optional` **entitiesDisplayedFirst**: [`Entity`](Entity)<`M`\>[]
-
-List of entities that will be displayed on top, no matter the ordering.
-This is used for reference fields selection
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L29)
-
-___
-
-### filterValues
-
-• `Optional` **filterValues**: [`FilterValues`](../types/FilterValues)<`M`\>
-
-Filter the fetched data by the property
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L34)
-
-___
-
-### itemCount
-
-• `Optional` **itemCount**: `number`
-
-Number of entities to fetch
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:23](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L23)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute collection path
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L13)
-
-___
-
-### schemaResolver
-
-• **schemaResolver**: [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-Schema of the entity displayed by this collection
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:18](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L18)
-
-___
-
-### searchString
-
-• `Optional` **searchString**: `string`
-
-Search string
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:44](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L44)
-
-___
-
-### sortBy
-
-• `Optional` **sortBy**: [`Extract`, ``"asc"`` \| ``"desc"``]
-
-Sort the results by
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L39)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchResult.md b/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchResult.md
deleted file mode 100644
index fd59c9bc8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionFetchResult.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-id: "CollectionFetchResult"
-title: "Interface: CollectionFetchResult"
-sidebar_label: "CollectionFetchResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### data
-
-• **data**: [`Entity`](Entity)<`M`\>[]
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:51](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L51)
-
-___
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:52](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L52)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:54](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L54)
-
-___
-
-### noMoreToLoad
-
-• **noMoreToLoad**: `boolean`
-
-#### Defined in
-
-[hooks/data/useCollectionFetch.tsx:53](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useCollectionFetch.tsx#L53)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionTableProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/CollectionTableProps.md
deleted file mode 100644
index 25aee9e71..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/CollectionTableProps.md
+++ /dev/null
@@ -1,214 +0,0 @@
----
-id: "CollectionTableProps"
-title: "Interface: CollectionTableProps"
-sidebar_label: "CollectionTableProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-| `AdditionalKey` | extends `string` = `string` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection)<`M`, `string`, `any`\> \| [`EntityCollectionResolver`](../types/EntityCollectionResolver)<`M`\>
-
-Collection
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L29)
-
-___
-
-### entitiesDisplayedFirst
-
-• `Optional` **entitiesDisplayedFirst**: [`Entity`](Entity)<`M`\>[]
-
-List of entities that will be displayed on top, no matter the ordering.
-This is used for reference fields selection
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:50](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L50)
-
-___
-
-### hoverRow
-
-• `Optional` **hoverRow**: `boolean`
-
-Should apply a different style to a row when hovering
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:86](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L86)
-
-___
-
-### inlineEditing
-
-• **inlineEditing**: `boolean` \| (`entity`: [`Entity`](Entity)<`any`\>) => `boolean`
-
-Can the table be edited inline
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:44](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L44)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute collection path
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L24)
-
-___
-
-### schemaResolver
-
-• **schemaResolver**: [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-Use to resolve the schema properties for specific path, entity id or values
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L34)
-
-___
-
-### title
-
-• `Optional` **title**: `ReactNode`
-
-Override the title in the toolbar
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L39)
-
-## Methods
-
-### onColumnResize
-
-▸ `Optional` **onColumnResize**(`params`): `void`
-
-Callback when a column is resized
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`OnColumnResizeParams`](../types/OnColumnResizeParams) |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:76](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L76)
-
-___
-
-### onEntityClick
-
-▸ `Optional` **onEntityClick**(`entity`): `void`
-
-Callback when anywhere on the table is clicked
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | [`Entity`](Entity)<`M`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:71](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L71)
-
-___
-
-### onSizeChanged
-
-▸ `Optional` **onSizeChanged**(`size`): `void`
-
-Callback when the selected size of the table is changed
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `size` | [`CollectionSize`](../types/CollectionSize) |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:81](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L81)
-
-___
-
-### tableRowActionsBuilder
-
-▸ `Optional` **tableRowActionsBuilder**(`__namedParameters`): `ReactNode`
-
-Builder for creating the buttons in each row
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.entity` | [`Entity`](Entity)<`M`\> |
-| `__namedParameters.size` | [`CollectionSize`](../types/CollectionSize) |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:63](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L63)
-
-___
-
-### toolbarActionsBuilder
-
-▸ `Optional` **toolbarActionsBuilder**(`props`): `ReactNode`
-
-Additional components builder such as buttons in the
-collection toolbar
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.data` | [`Entity`](Entity)<`any`\>[] |
-| `props.size` | [`CollectionSize`](../types/CollectionSize) |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:56](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L56)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ConfigurationPersistence.md b/website/versioned_docs/version-1.0.0/api/interfaces/ConfigurationPersistence.md
deleted file mode 100644
index 82c68244a..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ConfigurationPersistence.md
+++ /dev/null
@@ -1,64 +0,0 @@
----
-id: "ConfigurationPersistence"
-title: "Interface: ConfigurationPersistence"
-sidebar_label: "ConfigurationPersistence"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface is in charge of defining the controller that persists
-modifications to a collection or schema, and retrieves them back from
-a data source, such as local storage or Firestore.
-
-## Methods
-
-### getCollectionConfig
-
-▸ **getCollectionConfig**<`M`\>(`path`): [`PartialEntityCollection`](../types/PartialEntityCollection)<`M`\>
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-[`PartialEntityCollection`](../types/PartialEntityCollection)<`M`\>
-
-#### Defined in
-
-[models/config_persistence.tsx:38](https://github.com/Camberi/firecms/blob/2d60fba/src/models/config_persistence.tsx#L38)
-
-___
-
-### onCollectionModified
-
-▸ **onCollectionModified**<`M`\>(`path`, `partialCollection`): `void`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `unknown` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-| `partialCollection` | [`PartialEntityCollection`](../types/PartialEntityCollection)<`M`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/config_persistence.tsx:37](https://github.com/Camberi/firecms/blob/2d60fba/src/models/config_persistence.tsx#L37)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/DataSource.md b/website/versioned_docs/version-1.0.0/api/interfaces/DataSource.md
deleted file mode 100644
index f58d50fc8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/DataSource.md
+++ /dev/null
@@ -1,243 +0,0 @@
----
-id: "DataSource"
-title: "Interface: DataSource"
-sidebar_label: "DataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Implement this interface and pass it to a [FireCMS](../functions/FireCMS)
-to connect it to your data source.
-A Firestore implementation of this interface can be found in [useFirestoreDataSource](../functions/useFirestoreDataSource)
-
-## Methods
-
-### checkUniqueField
-
-▸ **checkUniqueField**(`path`, `name`, `value`, `property`, `entityId?`): `Promise`<`boolean`\>
-
-Check if the given property is unique in the given collection
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `path` | `string` | Collection path |
-| `name` | `string` | of the property |
-| `value` | `any` | |
-| `property` | [`StringProperty`](StringProperty) \| [`NumberProperty`](NumberProperty) \| [`BooleanProperty`](BooleanProperty) \| [`TimestampProperty`](TimestampProperty) \| [`GeopointProperty`](GeopointProperty) \| [`ReferenceProperty`](ReferenceProperty)<`any`\> \| [`MapProperty`](MapProperty)<{ `[Key: string]`: `any`; }\> \| [`ArrayProperty`](ArrayProperty)<[`CMSType`](../types/CMSType)[], `any`\> | |
-| `entityId?` | `string` | |
-
-#### Returns
-
-`Promise`<`boolean`\>
-
-`true` if there are no other fields besides the given entity
-
-#### Defined in
-
-[models/datasource.ts:202](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L202)
-
-___
-
-### deleteEntity
-
-▸ **deleteEntity**<`M`\>(`__namedParameters`): `Promise`<`void`\>
-
-Delete an entity
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`DeleteEntityProps`](DeleteEntityProps)<`M`\> |
-
-#### Returns
-
-`Promise`<`void`\>
-
-was the whole deletion flow successful
-
-#### Defined in
-
-[models/datasource.ts:187](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L187)
-
-___
-
-### fetchCollection
-
-▸ **fetchCollection**<`M`\>(`__namedParameters`): `Promise`<[`Entity`](Entity)<`M`\>[]\>
-
-Fetch data from a collection
-
-**`see`** useCollectionFetch if you need this functionality implemented as a hook
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FetchCollectionProps`](FetchCollectionProps)<`M`\> |
-
-#### Returns
-
-`Promise`<[`Entity`](Entity)<`M`\>[]\>
-
-Function to cancel subscription
-
-#### Defined in
-
-[models/datasource.ts:92](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L92)
-
-___
-
-### fetchEntity
-
-▸ **fetchEntity**<`M`\>(`__namedParameters`): `Promise`<[`Entity`](Entity)<`M`\>\>
-
-Retrieve an entity given a path and a schema
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`FetchEntityProps`](FetchEntityProps)<`M`\> |
-
-#### Returns
-
-`Promise`<[`Entity`](Entity)<`M`\>\>
-
-#### Defined in
-
-[models/datasource.ts:141](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L141)
-
-___
-
-### listenCollection
-
-▸ `Optional` **listenCollection**<`M`\>(`__namedParameters`): () => `void`
-
-Listen to a entities in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-**`see`** useCollectionFetch if you need this functionality implemented as a hook
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`ListenCollectionProps`](../types/ListenCollectionProps)<`M`\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Listen to a entities in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-**`see`** useCollectionFetch if you need this functionality implemented as a hook
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-#### Defined in
-
-[models/datasource.ts:120](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L120)
-
-___
-
-### listenEntity
-
-▸ `Optional` **listenEntity**<`M`\>(`__namedParameters`): () => `void`
-
-Get realtime updates on one entity.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`ListenEntityProps`](../types/ListenEntityProps)<`M`\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Get realtime updates on one entity.
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-#### Defined in
-
-[models/datasource.ts:157](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L157)
-
-___
-
-### saveEntity
-
-▸ **saveEntity**<`M`\>(`__namedParameters`): `Promise`<[`Entity`](Entity)<`M`\>\>
-
-Save entity to the specified path
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`SaveEntityProps`](SaveEntityProps)<`M`\> |
-
-#### Returns
-
-`Promise`<[`Entity`](Entity)<`M`\>\>
-
-#### Defined in
-
-[models/datasource.ts:172](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L172)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/DeleteEntityProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/DeleteEntityProps.md
deleted file mode 100644
index 81385d052..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/DeleteEntityProps.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteEntityProps"
-title: "Interface: DeleteEntityProps"
-sidebar_label: "DeleteEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity)<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:68](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L68)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/DrawerProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/DrawerProps.md
deleted file mode 100644
index 807fbffe8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/DrawerProps.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "DrawerProps"
-title: "Interface: DrawerProps"
-sidebar_label: "DrawerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props used in case you need to override the default drawer
-
-## Properties
-
-### logo
-
-• **logo**: `undefined` \| `string`
-
-#### Defined in
-
-[core/Drawer.tsx:37](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Drawer.tsx#L37)
-
-## Methods
-
-### closeDrawer
-
-▸ **closeDrawer**(): `any`
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[core/Drawer.tsx:38](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Drawer.tsx#L38)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/Entity.md b/website/versioned_docs/version-1.0.0/api/interfaces/Entity.md
deleted file mode 100644
index 834633a9a..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/Entity.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-id: "Entity"
-title: "Interface: Entity"
-sidebar_label: "Entity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Representation of an entity fetched from the datasource
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### id
-
-• **id**: `string`
-
-Id of the entity
-
-#### Defined in
-
-[models/entities.ts:97](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L97)
-
-___
-
-### path
-
-• **path**: `string`
-
-A string representing the path of the referenced document (relative
-to the root of the database).
-
-#### Defined in
-
-[models/entities.ts:103](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L103)
-
-___
-
-### values
-
-• **values**: `M`
-
-Current values
-
-#### Defined in
-
-[models/entities.ts:108](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L108)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCallbacks.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityCallbacks.md
deleted file mode 100644
index 4d05fdfdb..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCallbacks.md
+++ /dev/null
@@ -1,131 +0,0 @@
----
-id: "EntityCallbacks"
-title: "Interface: EntityCallbacks"
-sidebar_label: "EntityCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface defines all the callbacks that can be used when an entity
-is being created, updated or deleted.
-Useful for adding your own logic or blocking the execution of the operation.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-## Methods
-
-### onDelete
-
-▸ `Optional` **onDelete**(`entityDeleteProps`): `void`
-
-Callback used after the entity is deleted.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityDeleteProps` | [`EntityOnDeleteProps`](EntityOnDeleteProps)<`M`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/entity_callbacks.ts:54](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L54)
-
-___
-
-### onPreDelete
-
-▸ `Optional` **onPreDelete**(`entityDeleteProps`): `void`
-
-Callback used after the entity is deleted.
-If you throw an error in this method the process stops, and an
-error snackbar gets displayed.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityDeleteProps` | [`EntityOnDeleteProps`](EntityOnDeleteProps)<`M`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/entity_callbacks.ts:47](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L47)
-
-___
-
-### onPreSave
-
-▸ `Optional` **onPreSave**(`entitySaveProps`): `Partial`<`M`\> \| `Promise`<`Partial`<`M`\>\>
-
-Callback used before saving, you need to return the values that will get
-saved. If you throw an error in this method the process stops, and an
-error snackbar gets displayed.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps)<`M`\> |
-
-#### Returns
-
-`Partial`<`M`\> \| `Promise`<`Partial`<`M`\>\>
-
-#### Defined in
-
-[models/entity_callbacks.ts:37](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L37)
-
-___
-
-### onSaveFailure
-
-▸ `Optional` **onSaveFailure**(`entitySaveProps`): `void` \| `Promise`<`void`\>
-
-Callback used when saving fails
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps)<`M`\> |
-
-#### Returns
-
-`void` \| `Promise`<`void`\>
-
-#### Defined in
-
-[models/entity_callbacks.ts:28](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L28)
-
-___
-
-### onSaveSuccess
-
-▸ `Optional` **onSaveSuccess**(`entitySaveProps`): `void` \| `Promise`<`void`\>
-
-Callback used when save is successful
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps)<`M`\> |
-
-#### Returns
-
-`void` \| `Promise`<`void`\>
-
-#### Defined in
-
-[models/entity_callbacks.ts:21](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L21)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollection.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollection.md
deleted file mode 100644
index f1f792ec9..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollection.md
+++ /dev/null
@@ -1,324 +0,0 @@
----
-id: "EntityCollection"
-title: "Interface: EntityCollection"
-sidebar_label: "EntityCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface represents a view that includes a collection of entities.
-It can be in the root level of the configuration, defining the main
-menu navigation. You can also find it as a subcollection of a different one.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | [`User`](../types/User) |
-
-## Properties
-
-### additionalColumns
-
-• `Optional` **additionalColumns**: [`AdditionalColumnDelegate`](AdditionalColumnDelegate)<`M`, `AdditionalKey`, `UserType`\>[]
-
-You can add additional columns to the collection view by implementing
-an additional column delegate.q
-
-#### Defined in
-
-[models/collections.ts:78](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L78)
-
-___
-
-### callbacks
-
-• `Optional` **callbacks**: [`EntityCallbacks`](EntityCallbacks)<`M`\>
-
-This interface defines all the callbacks that can be used when an entity
-is being created, updated or deleted.
-Useful for adding your own logic or blocking the execution of the operation.
-
-#### Defined in
-
-[models/collections.ts:133](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L133)
-
-___
-
-### defaultSize
-
-• `Optional` **defaultSize**: [`CollectionSize`](../types/CollectionSize)
-
-Default size of the rendered collection
-
-#### Defined in
-
-[models/collections.ts:57](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L57)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Optional description of this view. You can use Markdown.
-
-#### Defined in
-
-[models/collections.ts:27](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L27)
-
-___
-
-### excludedProperties
-
-• `Optional` **excludedProperties**: (`AdditionalKey` \| `Extract`)[]
-
-Properties that should NOT get displayed in the collection view.
-All the other properties from the the entity are displayed
-It has no effect if the properties value is set.
-
-#### Defined in
-
-[models/collections.ts:52](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L52)
-
-___
-
-### exportable
-
-• `Optional` **exportable**: `boolean` \| [`ExportConfig`](ExportConfig)<`UserType`\>
-
-Should the data in this collection view include an export button.
-You can also set an `ExportConfig` configuration object to customize
-the export and add additional values.
-Defaults to `true`
-
-#### Defined in
-
-[models/collections.ts:119](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L119)
-
-___
-
-### filterCombinations
-
-• `Optional` **filterCombinations**: `Partial`<`Record`<`Extract`, ``"asc"`` \| ``"desc"``\>\>[]
-
-If you need to filter/sort by multiple properties in this
-collection, you can define the supported filter combinations here.
-In the case of Firestore, you need to create special indexes in the console to
-support filtering/sorting by more than one property. You can then
-specify here the indexes created.
-
-#### Defined in
-
-[models/collections.ts:111](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L111)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-Optional field used to group top level navigation entries under a
-navigation view. If you set this value in a subcollection it has no
-effect.
-
-#### Defined in
-
-[models/collections.ts:64](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L64)
-
-___
-
-### initialFilter
-
-• `Optional` **initialFilter**: [`FilterValues`](../types/FilterValues)<`M`\>
-
-Initial filters applied to this collection.
-Defaults to none.
-
-#### Defined in
-
-[models/collections.ts:139](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L139)
-
-___
-
-### initialSort
-
-• `Optional` **initialSort**: [`Extract`, ``"asc"`` \| ``"desc"``]
-
-Default sort applied to this collection
-
-#### Defined in
-
-[models/collections.ts:144](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L144)
-
-___
-
-### inlineEditing
-
-• `Optional` **inlineEditing**: `boolean`
-
-Can the elements in this collection be edited inline in the collection
-view. If this flag is set to false but `permissions.edit` is `true`, entities
-can still be edited in the side panel
-
-#### Defined in
-
-[models/collections.ts:97](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L97)
-
-___
-
-### name
-
-• **name**: `string`
-
-Plural name of the view. E.g. 'products'
-
-#### Defined in
-
-[models/collections.ts:22](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L22)
-
-___
-
-### pagination
-
-• `Optional` **pagination**: `number` \| `boolean`
-
-If enabled, content is loaded in batches. If `false` all entities in the
-collection are loaded.
-You can specify a number to specify the pagination size (50 by default)
-Defaults to `true`
-
-#### Defined in
-
-[models/collections.ts:72](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L72)
-
-___
-
-### path
-
-• **path**: `string`
-
-Relative path of this view to its parent.
-If this view is in the root the path is equal to the absolute one.
-This path also determines the URL in FireCMS
-
-#### Defined in
-
-[models/collections.ts:34](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L34)
-
-___
-
-### permissions
-
-• `Optional` **permissions**: [`PermissionsBuilder`](../types/PermissionsBuilder)<`M`, `UserType`\>
-
-Permissions the logged-in user can perform on this collection.
-If not specified everything defaults to `true`
-
-#### Defined in
-
-[models/collections.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L90)
-
-___
-
-### properties
-
-• `Optional` **properties**: (`AdditionalKey` \| `Extract`)[]
-
-Properties displayed in this collection. If this prop is not set
-every property is displayed
-
-#### Defined in
-
-[models/collections.ts:45](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L45)
-
-___
-
-### schema
-
-• **schema**: [`EntitySchema`](EntitySchema)<`M`\>
-
-Schema representing the entities of this view
-
-#### Defined in
-
-[models/collections.ts:39](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L39)
-
-___
-
-### selectionController
-
-• `Optional` **selectionController**: [`SelectionController`](../types/SelectionController)<`M`\>
-
-Pass your own selection controller if you want to control selected
-entities externally.
-
-**`see`** useSelectionController
-
-#### Defined in
-
-[models/collections.ts:157](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L157)
-
-___
-
-### selectionEnabled
-
-• `Optional` **selectionEnabled**: `boolean`
-
-Are the entities in this collection selectable. Defaults to true
-
-#### Defined in
-
-[models/collections.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L102)
-
-___
-
-### subcollections
-
-• `Optional` **subcollections**: [`EntityCollection`](EntityCollection)<`any`, `any`, `any`\>[]
-
-You can add subcollections to your entity in the same way you define the root
-collections. The collections added here will be displayed when opening
-the side dialog of an entity.
-
-#### Defined in
-
-[models/collections.ts:126](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L126)
-
-___
-
-### textSearchEnabled
-
-• `Optional` **textSearchEnabled**: `boolean`
-
-Flag to indicate if a search bar should be displayed on top of
-the collection table.
-
-#### Defined in
-
-[models/collections.ts:84](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L84)
-
-## Methods
-
-### extraActions
-
-▸ `Optional` **extraActions**(`extraActionsParams`): `ReactNode`
-
-Builder for rendering additional components such as buttons in the
-collection toolbar
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `extraActionsParams` | [`ExtraActionsParams`](ExtraActionsParams)<`M`, `UserType`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[models/collections.ts:150](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L150)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollectionViewProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollectionViewProps.md
deleted file mode 100644
index e1bb94063..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCollectionViewProps.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "EntityCollectionViewProps"
-title: "Interface: EntityCollectionViewProps"
-sidebar_label: "EntityCollectionViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection)<`M`, `string`, `any`\>
-
-Entity collection props
-
-#### Defined in
-
-[core/components/EntityCollectionView.tsx:50](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityCollectionView.tsx#L50)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute path this collection view points to
-
-#### Defined in
-
-[core/components/EntityCollectionView.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityCollectionView.tsx#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCustomViewParams.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityCustomViewParams.md
deleted file mode 100644
index ef29ffa2d..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityCustomViewParams.md
+++ /dev/null
@@ -1,54 +0,0 @@
----
-id: "EntityCustomViewParams"
-title: "Interface: EntityCustomViewParams"
-sidebar_label: "EntityCustomViewParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to the builder in charge of rendering a custom panel for
-an entity view.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-## Properties
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity)<`M`\>
-
-Entity that this view refers to. It can be undefined if the entity is new
-
-#### Defined in
-
-[models/entities.ts:191](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L191)
-
-___
-
-### modifiedValues
-
-• `Optional` **modifiedValues**: `M`
-
-Modified values in the form that have not been saved yet.
-If the entity is not new and the values are not modified, these values
-are the same as in `entity`
-
-#### Defined in
-
-[models/entities.ts:198](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L198)
-
-___
-
-### schema
-
-• **schema**: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\>
-
-Schema used by this entity
-
-#### Defined in
-
-[models/entities.ts:186](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L186)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchProps.md
deleted file mode 100644
index 2d1afeee1..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchProps.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-id: "EntityFetchProps"
-title: "Interface: EntityFetchProps"
-sidebar_label: "EntityFetchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:10](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L10)
-
-___
-
-### path
-
-• `Optional` **path**: `string`
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:9](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L9)
-
-___
-
-### schema
-
-• `Optional` **schema**: [`EntitySchema`](EntitySchema)<`M`\> \| [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:11](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L11)
-
-___
-
-### useCache
-
-• `Optional` **useCache**: `boolean`
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:12](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L12)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchResult.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchResult.md
deleted file mode 100644
index 7dcdd6b27..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFetchResult.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "EntityFetchResult"
-title: "Interface: EntityFetchResult"
-sidebar_label: "EntityFetchResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:20](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L20)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L21)
-
-___
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity)<`M`\>
-
-#### Defined in
-
-[hooks/data/useEntityFetch.tsx:19](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/useEntityFetch.tsx#L19)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFormProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityFormProps.md
deleted file mode 100644
index f77a2e47e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityFormProps.md
+++ /dev/null
@@ -1,150 +0,0 @@
----
-id: "EntityFormProps"
-title: "Interface: EntityFormProps"
-sidebar_label: "EntityFormProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity)<`M`\>
-
-The updated entity is passed from the parent component when the underlying data
-has changed in the datasource
-
-#### Defined in
-
-[form/EntityForm.tsx:88](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L88)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path of the collection this entity is located
-
-#### Defined in
-
-[form/EntityForm.tsx:77](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L77)
-
-___
-
-### schemaOrResolver
-
-• **schemaOrResolver**: [`EntitySchema`](EntitySchema)<`M`\> & [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-Use to resolve the schema properties for specific path, entity id or values
-
-#### Defined in
-
-[form/EntityForm.tsx:82](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L82)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus)
-
-New or existing status
-
-#### Defined in
-
-[form/EntityForm.tsx:72](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L72)
-
-## Methods
-
-### onDiscard
-
-▸ `Optional` **onDiscard**(): `void`
-
-The callback function called when discard is clicked
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[form/EntityForm.tsx:107](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L107)
-
-___
-
-### onEntitySave
-
-▸ `Optional` **onEntitySave**(`props`): `Promise`<`void`\>
-
-The callback function called when Save is clicked and validation is correct
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.entityId` | `undefined` \| `string` |
-| `props.path` | `string` |
-| `props.previousValues?` | `M` |
-| `props.schema` | [`EntitySchema`](EntitySchema)<`M`\> |
-| `props.values` | `M` |
-
-#### Returns
-
-`Promise`<`void`\>
-
-#### Defined in
-
-[form/EntityForm.tsx:93](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L93)
-
-___
-
-### onModified
-
-▸ `Optional` **onModified**(`dirty`): `void`
-
-The callback function when the form is dirty, so the values are different
-from the original ones
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `dirty` | `boolean` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[form/EntityForm.tsx:113](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L113)
-
-___
-
-### onValuesChanged
-
-▸ `Optional` **onValuesChanged**(`values?`): `void`
-
-The callback function when the form original values have been modified
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `values?` | `M` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[form/EntityForm.tsx:118](https://github.com/Camberi/firecms/blob/2d60fba/src/form/EntityForm.tsx#L118)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnDeleteProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnDeleteProps.md
deleted file mode 100644
index 495a633d8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnDeleteProps.md
+++ /dev/null
@@ -1,75 +0,0 @@
----
-id: "EntityOnDeleteProps"
-title: "Interface: EntityOnDeleteProps"
-sidebar_label: "EntityOnDeleteProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is deleted
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### context
-
-• **context**: [`FireCMSContext`](FireCMSContext)<`any`\>
-
-Context of the app status
-
-#### Defined in
-
-[models/entity_callbacks.ts:129](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L129)
-
-___
-
-### entity
-
-• **entity**: [`Entity`](Entity)<`M`\>
-
-Deleted entity
-
-#### Defined in
-
-[models/entity_callbacks.ts:124](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L124)
-
-___
-
-### entityId
-
-• **entityId**: `string`
-
-Deleted entity id
-
-#### Defined in
-
-[models/entity_callbacks.ts:119](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L119)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path of the parent collection
-
-#### Defined in
-
-[models/entity_callbacks.ts:114](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L114)
-
-___
-
-### schema
-
-• **schema**: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\>
-
-Schema of the entity being deleted
-
-#### Defined in
-
-[models/entity_callbacks.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L109)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnSaveProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnSaveProps.md
deleted file mode 100644
index 5cdeb97f9..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityOnSaveProps.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-id: "EntityOnSaveProps"
-title: "Interface: EntityOnSaveProps"
-sidebar_label: "EntityOnSaveProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is saved
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### context
-
-• **context**: [`FireCMSContext`](FireCMSContext)<`any`\>
-
-Context of the app status
-
-#### Defined in
-
-[models/entity_callbacks.ts:97](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L97)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Id of the entity or undefined if new
-
-#### Defined in
-
-[models/entity_callbacks.ts:77](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L77)
-
-___
-
-### path
-
-• **path**: `string`
-
-Full path where this entity is being saved
-
-#### Defined in
-
-[models/entity_callbacks.ts:72](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L72)
-
-___
-
-### previousValues
-
-• `Optional` **previousValues**: `Partial`<`M`\>
-
-Previous values
-
-#### Defined in
-
-[models/entity_callbacks.ts:87](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L87)
-
-___
-
-### schema
-
-• **schema**: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\>
-
-Resolved schema of the entity
-
-#### Defined in
-
-[models/entity_callbacks.ts:67](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L67)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus)
-
-New or existing entity
-
-#### Defined in
-
-[models/entity_callbacks.ts:92](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L92)
-
-___
-
-### values
-
-• **values**: `Partial`<`M`\>
-
-Values being saved
-
-#### Defined in
-
-[models/entity_callbacks.ts:82](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_callbacks.ts#L82)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntityPreviewProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntityPreviewProps.md
deleted file mode 100644
index 869f7d852..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntityPreviewProps.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "EntityPreviewProps"
-title: "Interface: EntityPreviewProps"
-sidebar_label: "EntityPreviewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity)<`M`\>
-
-#### Defined in
-
-[core/components/EntityPreview.tsx:52](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityPreview.tsx#L52)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[core/components/EntityPreview.tsx:54](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityPreview.tsx#L54)
-
-___
-
-### schema
-
-• **schema**: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\>
-
-#### Defined in
-
-[core/components/EntityPreview.tsx:53](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/EntityPreview.tsx#L53)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EntitySchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/EntitySchema.md
deleted file mode 100644
index 92fb9e482..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EntitySchema.md
+++ /dev/null
@@ -1,97 +0,0 @@
----
-id: "EntitySchema"
-title: "Interface: EntitySchema"
-sidebar_label: "EntitySchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Specification for defining an entity
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-## Properties
-
-### customId
-
-• `Optional` **customId**: `boolean` \| [`EnumValues`](../types/EnumValues) \| ``"optional"``
-
-If this prop is not set, the ID of the document will be created by the
-datasource.
-
-You can set the value to 'true' to force the users to choose the ID.
-
-You can set the value to 'optional' to allow the users to choose the ID,
-If the ID is empty, an automatic ID will be set.
-
-You can also pass a set of values (as an [EnumValues](../types/EnumValues) object) to
-allow users to pick from only those.
-
-#### Defined in
-
-[models/entities.ts:31](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L31)
-
-___
-
-### defaultValues
-
-• `Optional` **defaultValues**: `any`
-
-When creating a new entity, set some values as already initialized
-
-#### Defined in
-
-[models/entities.ts:41](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L41)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Description of this entity
-
-#### Defined in
-
-[models/entities.ts:17](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L17)
-
-___
-
-### name
-
-• **name**: `string`
-
-Singular name of the entity as displayed in an Add button . E.g. Product
-
-#### Defined in
-
-[models/entities.ts:12](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L12)
-
-___
-
-### properties
-
-• **properties**: [`PropertiesOrBuilder`](../types/PropertiesOrBuilder)<`M`\>
-
-Set of properties that compose an entity
-
-#### Defined in
-
-[models/entities.ts:36](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L36)
-
-___
-
-### views
-
-• `Optional` **views**: [`EntityCustomView`](../types/EntityCustomView)<`M`\>[]
-
-Array of builders for rendering additional panels in an entity view.
-Useful if you need to render custom views
-
-#### Defined in
-
-[models/entities.ts:47](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L47)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/EnumValueConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/EnumValueConfig.md
deleted file mode 100644
index f107b3da3..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/EnumValueConfig.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-id: "EnumValueConfig"
-title: "Interface: EnumValueConfig"
-sidebar_label: "EnumValueConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Configuration for a particular entry in an `EnumValues`
-
-## Properties
-
-### color
-
-• `Optional` **color**: [`ChipColor`](../types/ChipColor)
-
-#### Defined in
-
-[models/properties.ts:172](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L172)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:171](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L171)
-
-___
-
-### label
-
-• **label**: `string`
-
-#### Defined in
-
-[models/properties.ts:170](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L170)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ErrorViewProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/ErrorViewProps.md
deleted file mode 100644
index eb4834a74..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ErrorViewProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ErrorViewProps"
-title: "Interface: ErrorViewProps"
-sidebar_label: "ErrorViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### error
-
-• **error**: `string`
-
-#### Defined in
-
-[core/components/ErrorView.tsx:28](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ErrorView.tsx#L28)
-
-___
-
-### tooltip
-
-• `Optional` **tooltip**: `string`
-
-#### Defined in
-
-[core/components/ErrorView.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ErrorView.tsx#L29)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ExportConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/ExportConfig.md
deleted file mode 100644
index 09a331b39..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ExportConfig.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "ExportConfig"
-title: "Interface: ExportConfig"
-sidebar_label: "ExportConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-You can use this configuration to add additional columns to the data
-exports
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User) = [`User`](../types/User) |
-
-## Properties
-
-### additionalColumns
-
-• **additionalColumns**: [`ExportMappingFunction`](ExportMappingFunction)<`UserType`\>[]
-
-#### Defined in
-
-[models/collections.ts:290](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L290)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ExportMappingFunction.md b/website/versioned_docs/version-1.0.0/api/interfaces/ExportMappingFunction.md
deleted file mode 100644
index ab8a13c94..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ExportMappingFunction.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-id: "ExportMappingFunction"
-title: "Interface: ExportMappingFunction"
-sidebar_label: "ExportMappingFunction"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User) = [`User`](../types/User) |
-
-## Properties
-
-### key
-
-• **key**: `string`
-
-#### Defined in
-
-[models/collections.ts:297](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L297)
-
-## Methods
-
-### builder
-
-▸ **builder**(`__namedParameters`): `string` \| `Promise`<`string`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | `Object` |
-| `__namedParameters.context` | [`FireCMSContext`](FireCMSContext)<`UserType`\> |
-| `__namedParameters.entity` | [`Entity`](Entity)<`any`\> |
-
-#### Returns
-
-`string` \| `Promise`<`string`\>
-
-#### Defined in
-
-[models/collections.ts:298](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L298)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ExtraActionsParams.md b/website/versioned_docs/version-1.0.0/api/interfaces/ExtraActionsParams.md
deleted file mode 100644
index d7b0c9251..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ExtraActionsParams.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-id: "ExtraActionsParams"
-title: "Interface: ExtraActionsParams"
-sidebar_label: "ExtraActionsParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameter passed to the `extraActions` builder in the collection configuration
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-| `UserType` | [`User`](../types/User) |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection)<`M`, `string`, `any`\>
-
-The collection configuration
-
-#### Defined in
-
-[models/collections.ts:232](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L232)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](FireCMSContext)<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[models/collections.ts:243](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L243)
-
-___
-
-### path
-
-• **path**: `string`
-
-Collection path of this entity
-
-#### Defined in
-
-[models/collections.ts:227](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L227)
-
-___
-
-### selectionController
-
-• **selectionController**: [`SelectionController`](../types/SelectionController)<`M`\>
-
-Use this controller to get the selected entities and to update the
-selected entities state
-
-#### Defined in
-
-[models/collections.ts:238](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L238)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FetchCollectionProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FetchCollectionProps.md
deleted file mode 100644
index 43c105be6..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FetchCollectionProps.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-id: "FetchCollectionProps"
-title: "Interface: FetchCollectionProps"
-sidebar_label: "FetchCollectionProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### filter
-
-• `Optional` **filter**: [`FilterValues`](../types/FilterValues)<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:34](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L34)
-
-___
-
-### limit
-
-• `Optional` **limit**: `number`
-
-#### Defined in
-
-[models/datasource.ts:35](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L35)
-
-___
-
-### order
-
-• `Optional` **order**: ``"asc"`` \| ``"desc"``
-
-#### Defined in
-
-[models/datasource.ts:39](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L39)
-
-___
-
-### orderBy
-
-• `Optional` **orderBy**: `string`
-
-#### Defined in
-
-[models/datasource.ts:37](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L37)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[models/datasource.ts:32](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L32)
-
-___
-
-### schema
-
-• **schema**: [`EntitySchema`](EntitySchema)<`M`\> \| [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:33](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L33)
-
-___
-
-### searchString
-
-• `Optional` **searchString**: `string`
-
-#### Defined in
-
-[models/datasource.ts:38](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L38)
-
-___
-
-### startAfter
-
-• `Optional` **startAfter**: `any`[]
-
-#### Defined in
-
-[models/datasource.ts:36](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L36)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FetchEntityProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FetchEntityProps.md
deleted file mode 100644
index d392a3991..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FetchEntityProps.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "FetchEntityProps"
-title: "Interface: FetchEntityProps"
-sidebar_label: "FetchEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entityId
-
-• **entityId**: `string`
-
-#### Defined in
-
-[models/datasource.ts:16](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L16)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[models/datasource.ts:15](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L15)
-
-___
-
-### schema
-
-• **schema**: [`EntitySchema`](EntitySchema)<`M`\> \| [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:17](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L17)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FieldConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/FieldConfig.md
deleted file mode 100644
index 4068d48ae..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FieldConfig.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-id: "FieldConfig"
-title: "Interface: FieldConfig"
-sidebar_label: "FieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Configure how a field is displayed
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) |
-| `CustomProps` | `any` |
-
-## Hierarchy
-
-- **`FieldConfig`**
-
- ↳ [`StringFieldConfig`](StringFieldConfig)
-
- ↳ [`MapFieldConfig`](MapFieldConfig)
-
- ↳ [`NumberFieldConfig`](NumberFieldConfig)
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`<[`FieldProps`](FieldProps)<`T`, `CustomProps`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Defined in
-
-[models/properties.ts:531](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L531)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`<[`PreviewComponentProps`](PreviewComponentProps)<`T`, `CustomProps`\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Defined in
-
-[models/properties.ts:538](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L538)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `CustomProps`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Defined in
-
-[models/properties.ts:544](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L544)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FieldProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FieldProps.md
deleted file mode 100644
index b7a54c057..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FieldProps.md
+++ /dev/null
@@ -1,253 +0,0 @@
----
-id: "FieldProps"
-title: "Interface: FieldProps"
-sidebar_label: "FieldProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-When building a custom field you need to create a React component that takes
-this interface as props.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) |
-| `CustomProps` | `any` |
-| `M` | extends `Object` = `any` |
-
-## Properties
-
-### autoFocus
-
-• **autoFocus**: `boolean`
-
-Should this field autofocus on mount
-
-#### Defined in
-
-[models/fields.tsx:97](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L97)
-
-___
-
-### context
-
-• **context**: [`FormContext`](FormContext)<`M`\>
-
-Additional values related to the state of the form or the entity
-
-#### Defined in
-
-[models/fields.tsx:107](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L107)
-
-___
-
-### customProps
-
-• **customProps**: `CustomProps`
-
-Additional properties set by the developer
-
-#### Defined in
-
-[models/fields.tsx:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L102)
-
-___
-
-### disabled
-
-• **disabled**: `boolean`
-
-Flag to indicate if this field should be disabled
-
-#### Defined in
-
-[models/fields.tsx:112](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L112)
-
-___
-
-### error
-
-• **error**: `any`
-
-Is there an error in this field. The error field has the same shape as
-the field, replacing values with a string containing the error.
-It takes the value `null` if there is no error
-
-#### Defined in
-
-[models/fields.tsx:61](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L61)
-
-___
-
-### includeDescription
-
-• **includeDescription**: `boolean`
-
-Should this field include a description
-
-#### Defined in
-
-[models/fields.tsx:76](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L76)
-
-___
-
-### initialValue
-
-• **initialValue**: `undefined` \| `T`
-
-Initial value of this field
-
-#### Defined in
-
-[models/fields.tsx:36](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L36)
-
-___
-
-### isSubmitting
-
-• **isSubmitting**: `boolean`
-
-Is the form currently submitting
-
-#### Defined in
-
-[models/fields.tsx:46](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L46)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of the property
-
-#### Defined in
-
-[models/fields.tsx:26](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L26)
-
-___
-
-### partOfArray
-
-• **partOfArray**: `boolean`
-
-Is this field part of an array
-
-#### Defined in
-
-[models/fields.tsx:87](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L87)
-
-___
-
-### property
-
-• **property**: [`Property`](../types/Property)<`T`\>
-
-Property related to this field
-
-#### Defined in
-
-[models/fields.tsx:71](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L71)
-
-___
-
-### shouldAlwaysRerender
-
-• **shouldAlwaysRerender**: `boolean`
-
-Flag to indicate if this field should rerender on any state change.
-This is important for fields that are built from a [PropertyBuilder](../types/PropertyBuilder)
-where the fields might change based on the values of the form.
-
-#### Defined in
-
-[models/fields.tsx:119](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L119)
-
-___
-
-### showError
-
-• **showError**: `boolean`
-
-Should this field show the error indicator.
-Note that there might be an error (like an empty field that should be
-filled) but we don't want to show the error until the user has tried
-saving.
-
-#### Defined in
-
-[models/fields.tsx:54](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L54)
-
-___
-
-### tableMode
-
-• **tableMode**: `boolean`
-
-Is this field being rendered in the table
-
-#### Defined in
-
-[models/fields.tsx:92](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L92)
-
-___
-
-### touched
-
-• **touched**: `boolean`
-
-Has this field been touched
-
-#### Defined in
-
-[models/fields.tsx:66](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L66)
-
-___
-
-### underlyingValueHasChanged
-
-• **underlyingValueHasChanged**: `boolean`
-
-Flag to indicate that the underlying value has been updated in the
-datasource
-
-#### Defined in
-
-[models/fields.tsx:82](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L82)
-
-___
-
-### value
-
-• **value**: `T`
-
-Current value of this field
-
-#### Defined in
-
-[models/fields.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L31)
-
-## Methods
-
-### setValue
-
-▸ **setValue**(`value`, `shouldValidate?`): `void`
-
-Set value of field directly
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `value` | ``null`` \| `T` |
-| `shouldValidate?` | `boolean` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/fields.tsx:41](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L41)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSContext.md b/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSContext.md
deleted file mode 100644
index 5e6f56fff..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSContext.md
+++ /dev/null
@@ -1,133 +0,0 @@
----
-id: "FireCMSContext"
-title: "Interface: FireCMSContext"
-sidebar_label: "FireCMSContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Context that includes the internal controllers and contexts used by the app.
-Some controllers and context included in this context can be accessed
-directly from their respective hooks.
-
-**`see`** useFireCMSContext
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User) = [`User`](../types/User) |
-
-## Properties
-
-### authController
-
-• **authController**: [`AuthController`](AuthController)<`UserType`\>
-
-Used auth controller
-
-#### Defined in
-
-[models/firecms_context.tsx:57](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L57)
-
-___
-
-### dataSource
-
-• **dataSource**: [`DataSource`](DataSource)
-
-Connector to your database, e.g. your Firestore database
-
-#### Defined in
-
-[models/firecms_context.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L34)
-
-___
-
-### dateTimeFormat
-
-• `Optional` **dateTimeFormat**: `string`
-
-Format of the dates in the CMS.
-Defaults to 'MMMM dd, yyyy, HH:mm:ss'
-
-#### Defined in
-
-[models/firecms_context.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L24)
-
-___
-
-### entityLinkBuilder
-
-• `Optional` **entityLinkBuilder**: [`EntityLinkBuilder`](../types/EntityLinkBuilder)<`any`\>
-
-Builder for generating utility links for entities
-
-#### Defined in
-
-[models/firecms_context.tsx:62](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L62)
-
-___
-
-### locale
-
-• `Optional` **locale**: [`Locale`](../types/Locale)
-
-Locale of the CMS, currently only affecting dates
-
-#### Defined in
-
-[models/firecms_context.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L29)
-
-___
-
-### navigationContext
-
-• **navigationContext**: [`NavigationContext`](../types/NavigationContext)
-
-Context that includes the resolved navigation and utility methods and
-attributes.
-
-**`see`** useNavigation
-
-#### Defined in
-
-[models/firecms_context.tsx:46](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L46)
-
-___
-
-### sideEntityController
-
-• **sideEntityController**: [`SideEntityController`](SideEntityController)
-
-Controller to open the side dialog displaying entity forms
-
-**`see`** useSideEntityController
-
-#### Defined in
-
-[models/firecms_context.tsx:52](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L52)
-
-___
-
-### snackbarController
-
-• **snackbarController**: [`SnackbarController`](SnackbarController)
-
-Use this controller to display snackbars
-
-#### Defined in
-
-[models/firecms_context.tsx:67](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L67)
-
-___
-
-### storageSource
-
-• **storageSource**: [`StorageSource`](StorageSource)
-
-Used storage implementation
-
-#### Defined in
-
-[models/firecms_context.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/models/firecms_context.tsx#L39)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSProps.md
deleted file mode 100644
index e577ba31b..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FireCMSProps.md
+++ /dev/null
@@ -1,190 +0,0 @@
----
-id: "FireCMSProps"
-title: "Interface: FireCMSProps"
-sidebar_label: "FireCMSProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `UserType` |
-
-## Properties
-
-### authDelegate
-
-• **authDelegate**: [`AuthDelegate`](../types/AuthDelegate)<`any`\>
-
-Delegate for implementing your auth operations.
-
-**`see`** useFirebaseAuthDelegate
-
-#### Defined in
-
-[core/FireCMS.tsx:114](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L114)
-
-___
-
-### authentication
-
-• `Optional` **authentication**: `boolean` \| [`Authenticator`](../types/Authenticator)<`UserType`\>
-
-Do the users need to log in to access the CMS.
-You can specify an Authenticator function to discriminate which users can
-access the CMS or not.
-If not specified, authentication is enabled but no user restrictions
-apply.
-
-#### Defined in
-
-[core/FireCMS.tsx:76](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L76)
-
-___
-
-### baseCollectionPath
-
-• `Optional` **baseCollectionPath**: `string`
-
-Default path under the collection routes of the CMS will be created
-
-#### Defined in
-
-[core/FireCMS.tsx:130](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L130)
-
-___
-
-### basePath
-
-• `Optional` **basePath**: `string`
-
-Default path under the navigation routes of the CMS will be created
-
-#### Defined in
-
-[core/FireCMS.tsx:125](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L125)
-
-___
-
-### dataSource
-
-• **dataSource**: [`DataSource`](DataSource)
-
-Connector to your database
-
-#### Defined in
-
-[core/FireCMS.tsx:103](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L103)
-
-___
-
-### dateTimeFormat
-
-• `Optional` **dateTimeFormat**: `string`
-
-Format of the dates in the CMS.
-Defaults to 'MMMM dd, yyyy, HH:mm:ss'
-
-#### Defined in
-
-[core/FireCMS.tsx:93](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L93)
-
-___
-
-### entityLinkBuilder
-
-• `Optional` **entityLinkBuilder**: [`EntityLinkBuilder`](../types/EntityLinkBuilder)<`any`\>
-
-Optional link builder you can add to generate a button in your entity forms.
-The function must return a URL that gets opened when the button is clicked
-
-#### Defined in
-
-[core/FireCMS.tsx:120](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L120)
-
-___
-
-### locale
-
-• `Optional` **locale**: [`Locale`](../types/Locale)
-
-Locale of the CMS, currently only affecting dates
-
-#### Defined in
-
-[core/FireCMS.tsx:98](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L98)
-
-___
-
-### navigation
-
-• **navigation**: [`Navigation`](Navigation) \| [`NavigationBuilder`](../types/NavigationBuilder)<`UserType`\> \| [`EntityCollection`](EntityCollection)<`any`, `string`, `any`\>[]
-
-Use this prop to specify the views that will be generated in the CMS.
-You usually will want to create a `Navigation` object that includes
-collection views where you specify the path and the schema.
-Additionally you can add custom views to the root navigation.
-In you need to customize the navigation based on the logged user you
-can use a `NavigationBuilder`
-
-#### Defined in
-
-[core/FireCMS.tsx:67](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L67)
-
-___
-
-### schemaOverrideHandler
-
-• `Optional` **schemaOverrideHandler**: [`SchemaOverrideHandler`](../types/SchemaOverrideHandler)
-
-Used to override schemas based on the collection path and entityId.
-This resolver allows to override the schema for specific entities, or
-specific collections, app wide.
-
-This overrides schemas **all through the app.**
-
-You can also override schemas in place, when using [useSideEntityController](../functions/useSideEntityController)
-
-#### Defined in
-
-[core/FireCMS.tsx:87](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L87)
-
-___
-
-### storageSource
-
-• **storageSource**: [`StorageSource`](StorageSource)
-
-Connector to your file upload/fetch implementation
-
-#### Defined in
-
-[core/FireCMS.tsx:108](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L108)
-
-## Methods
-
-### children
-
-▸ **children**(`props`): `ReactNode`
-
-Use this function to return the components you want to render under
-FireCMS
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `props` | `Object` | |
-| `props.context` | [`FireCMSContext`](FireCMSContext)<`any`\> | Context of the app |
-| `props.loading` | `boolean` | Is one of the main processes, auth and navigation resolving, currently loading. If you are building your custom implementation, you probably want to show a loading indicator if this flag is `true` |
-| `props.mode` | ``"dark"`` \| ``"light"`` | Main color scheme |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/FireCMS.tsx:42](https://github.com/Camberi/firecms/blob/2d60fba/src/core/FireCMS.tsx#L42)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseCMSAppProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseCMSAppProps.md
deleted file mode 100644
index cde272bcd..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseCMSAppProps.md
+++ /dev/null
@@ -1,288 +0,0 @@
----
-id: "FirebaseCMSAppProps"
-title: "Interface: FirebaseCMSAppProps"
-sidebar_label: "FirebaseCMSAppProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Main entry point that defines the CMS configuration
-
-## Properties
-
-### HomePage
-
-• `Optional` **HomePage**: `ComponentType`<{}\>
-
-In case you need to override the home page.
-You may want to use [useNavigation](../functions/useNavigation) in order to get the resolved
-navigation.
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:133](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L133)
-
-___
-
-### LoginViewProps
-
-• `Optional` **LoginViewProps**: `Partial`<[`FirebaseLoginViewProps`](FirebaseLoginViewProps)\>
-
-Additional props passed to the login view. You can use this props
-to disable registration in `password` mode, or to set up an additional
-message.
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:150](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L150)
-
-___
-
-### allowSkipLogin
-
-• `Optional` **allowSkipLogin**: `boolean`
-
-If authentication is enabled, allow the user to access the content
-without login.
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:64](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L64)
-
-___
-
-### authentication
-
-• `Optional` **authentication**: `boolean` \| [`Authenticator`](../types/Authenticator)<`User`\>
-
-Do the users need to log in to access the CMS.
-You can specify an Authenticator function to discriminate which users can
-access the CMS or not.
-If not specified, authentication is enabled but no user restrictions
-apply
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:48](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L48)
-
-___
-
-### baseCollectionPath
-
-• `Optional` **baseCollectionPath**: `string`
-
-Default path under the collection routes of the CMS will be created
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:143](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L143)
-
-___
-
-### basePath
-
-• `Optional` **basePath**: `string`
-
-Default path under the navigation routes of the CMS will be created
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:138](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L138)
-
-___
-
-### dateTimeFormat
-
-• `Optional` **dateTimeFormat**: `string`
-
-Format of the dates in the CMS.
-Defaults to 'MMMM dd, yyyy, HH:mm:ss'
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:105](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L105)
-
-___
-
-### firebaseConfig
-
-• `Optional` **firebaseConfig**: `Object`
-
-Firebase configuration of the project. If you afe deploying the app to
-Firebase hosting, you don't need to specify this value
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:70](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L70)
-
-___
-
-### fontFamily
-
-• `Optional` **fontFamily**: `string`
-
-Font family string
-e.g.
-'"Roboto", "Helvetica", "Arial", sans-serif'
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:94](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L94)
-
-___
-
-### locale
-
-• `Optional` **locale**: [`Locale`](../types/Locale)
-
-Locale of the CMS, currently only affecting dates
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:110](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L110)
-
-___
-
-### logo
-
-• `Optional` **logo**: `string`
-
-Logo to be displayed in the drawer of the CMS
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L29)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of the app, displayed as the main title and in the tab title
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L24)
-
-___
-
-### navigation
-
-• **navigation**: [`Navigation`](Navigation) \| [`EntityCollection`](EntityCollection)<`any`, `string`, `any`\>[] \| [`NavigationBuilder`](../types/NavigationBuilder)<`User`\>
-
-Use this prop to specify the views that will be generated in the CMS.
-You usually will want to create a `Navigation` object that includes
-collection views where you specify the path and the schema.
-Additionally, you can add custom views to the root navigation.
-In you need to customize the navigation based on the logged user you
-can use a `NavigationBuilder`
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L39)
-
-___
-
-### primaryColor
-
-• `Optional` **primaryColor**: `string`
-
-Primary color of the theme of the CMS
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:82](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L82)
-
-___
-
-### schemaOverrideHandler
-
-• `Optional` **schemaOverrideHandler**: [`SchemaOverrideHandler`](../types/SchemaOverrideHandler)
-
-Used to override schemas based on the collection path and entityId.
-This resolver allows to override the schema for specific entities, or
-specific collections, app wide. This overrides schemas all through the app.
-
-You can also override schemas in place, when using `useSideEntityController`
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:119](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L119)
-
-___
-
-### secondaryColor
-
-• `Optional` **secondaryColor**: `string`
-
-Secondary color of the theme of the CMS
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:87](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L87)
-
-___
-
-### signInOptions
-
-• `Optional` **signInOptions**: (`FirebaseSignInProvider` \| `FirebaseSignInOption`)[]
-
-List of sign in options that will be displayed in the login
-view if `authentication` is enabled. You can pass Firebase providers strings,
-such as `firebase.auth.GoogleAuthProvider.PROVIDER_ID` or include addtional
-config such as scopes or custom parameters
-{@see FirebaseSignInOption}
-Defaults to Google sign in only.
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:58](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L58)
-
-___
-
-### textSearchController
-
-• `Optional` **textSearchController**: [`FirestoreTextSearchController`](../types/FirestoreTextSearchController)
-
-Use this controller to return text search results as document ids, that
-get then fetched from Firestore.
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:126](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L126)
-
-___
-
-### toolbarExtraWidget
-
-• `Optional` **toolbarExtraWidget**: `ReactNode`
-
-A component that gets rendered on the upper side of the main toolbar
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:99](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L99)
-
-## Methods
-
-### onFirebaseInit
-
-▸ `Optional` **onFirebaseInit**(`config`): `void`
-
-Optional callback after Firebase has been initialised. Useful for
-using the local emulator or retrieving the used configuration.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `config` | `object` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[firebase_app/FirebaseCMSAppProps.tsx:77](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/FirebaseCMSAppProps.tsx#L77)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseLoginViewProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseLoginViewProps.md
deleted file mode 100644
index e89c2a6c7..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FirebaseLoginViewProps.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-id: "FirebaseLoginViewProps"
-title: "Interface: FirebaseLoginViewProps"
-sidebar_label: "FirebaseLoginViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### NoUserComponent
-
-• `Optional` **NoUserComponent**: `ReactNode`
-
-Display this component when no user is found a user tries to log in
-when the `signInOptions` value is `password`.
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:67](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L67)
-
-___
-
-### allowSkipLogin
-
-• `Optional` **allowSkipLogin**: `boolean`
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:54](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L54)
-
-___
-
-### authDelegate
-
-• **authDelegate**: [`FirebaseAuthDelegate`](../types/FirebaseAuthDelegate)
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:57](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L57)
-
-___
-
-### disableSignupScreen
-
-• `Optional` **disableSignupScreen**: `boolean`
-
-Prevent users from creating new users in when the `signInOptions` value
-is `password`. This does not apply to the rest of login providers.
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:62](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L62)
-
-___
-
-### firebaseApp
-
-• **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:56](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L56)
-
-___
-
-### logo
-
-• `Optional` **logo**: `string`
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:53](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L53)
-
-___
-
-### signInOptions
-
-• **signInOptions**: (`FirebaseSignInProvider` \| `FirebaseSignInOption`)[]
-
-#### Defined in
-
-[firebase_app/components/FirebaseLoginView.tsx:55](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/components/FirebaseLoginView.tsx#L55)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/FormContext.md b/website/versioned_docs/version-1.0.0/api/interfaces/FormContext.md
deleted file mode 100644
index 78b4b7a71..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/FormContext.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-id: "FormContext"
-title: "Interface: FormContext"
-sidebar_label: "FormContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Context passed to custom fields
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-## Properties
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Entity, it can be null if it's a new entity
-
-#### Defined in
-
-[models/fields.tsx:142](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L142)
-
-___
-
-### schema
-
-• **schema**: [`ResolvedEntitySchema`](../types/ResolvedEntitySchema)<`M`\>
-
-Schema of the entity being modified
-
-#### Defined in
-
-[models/fields.tsx:132](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L132)
-
-___
-
-### values
-
-• **values**: `M`
-
-Current values of the entity
-
-#### Defined in
-
-[models/fields.tsx:137](https://github.com/Camberi/firecms/blob/2d60fba/src/models/fields.tsx#L137)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/GeopointProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/GeopointProperty.md
deleted file mode 100644
index fedf7519c..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/GeopointProperty.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-id: "GeopointProperty"
-title: "Interface: GeopointProperty"
-sidebar_label: "GeopointProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`GeopointProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`FieldConfig`](FieldConfig)<[`GeoPoint`](../classes/GeoPoint), `any`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:400](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L400)
-
-___
-
-### dataType
-
-• **dataType**: ``"geopoint"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:390](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L390)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:395](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L395)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ImagePreviewProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/ImagePreviewProps.md
deleted file mode 100644
index 9f936be06..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ImagePreviewProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ImagePreviewProps"
-title: "Interface: ImagePreviewProps"
-sidebar_label: "ImagePreviewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### size
-
-• **size**: [`PreviewSize`](../types/PreviewSize)
-
-#### Defined in
-
-[preview/components/ImagePreview.tsx:59](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ImagePreview.tsx#L59)
-
-___
-
-### url
-
-• **url**: `string`
-
-#### Defined in
-
-[preview/components/ImagePreview.tsx:60](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ImagePreview.tsx#L60)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/InitialiseFirebaseResult.md b/website/versioned_docs/version-1.0.0/api/interfaces/InitialiseFirebaseResult.md
deleted file mode 100644
index b1a2c8fbe..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/InitialiseFirebaseResult.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "InitialiseFirebaseResult"
-title: "Interface: InitialiseFirebaseResult"
-sidebar_label: "InitialiseFirebaseResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### configError
-
-• `Optional` **configError**: `string`
-
-#### Defined in
-
-[firebase_app/hooks/useInitialiseFirebase.ts:11](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useInitialiseFirebase.ts#L11)
-
-___
-
-### firebaseApp
-
-• `Optional` **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[firebase_app/hooks/useInitialiseFirebase.ts:10](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useInitialiseFirebase.ts#L10)
-
-___
-
-### firebaseConfigError
-
-• `Optional` **firebaseConfigError**: `Error`
-
-#### Defined in
-
-[firebase_app/hooks/useInitialiseFirebase.ts:12](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useInitialiseFirebase.ts#L12)
-
-___
-
-### firebaseConfigLoading
-
-• **firebaseConfigLoading**: `boolean`
-
-#### Defined in
-
-[firebase_app/hooks/useInitialiseFirebase.ts:9](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/hooks/useInitialiseFirebase.ts#L9)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/MapFieldConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/MapFieldConfig.md
deleted file mode 100644
index 4b5a00e4e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/MapFieldConfig.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-id: "MapFieldConfig"
-title: "Interface: MapFieldConfig"
-sidebar_label: "MapFieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Possible configuration fields for a string property. Note that setting one
-config disables the others.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Object` |
-
-## Hierarchy
-
-- [`FieldConfig`](FieldConfig)<`T`\>
-
- ↳ **`MapFieldConfig`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`<[`FieldProps`](FieldProps)<`T`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Field](FieldConfig#field)
-
-#### Defined in
-
-[models/properties.ts:531](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L531)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`<[`PreviewComponentProps`](PreviewComponentProps)<`T`, `any`\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Preview](FieldConfig#preview)
-
-#### Defined in
-
-[models/properties.ts:538](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L538)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[customProps](FieldConfig#customprops)
-
-#### Defined in
-
-[models/properties.ts:544](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L544)
-
-___
-
-### pickOnlySomeKeys
-
-• `Optional` **pickOnlySomeKeys**: `boolean`
-
-Allow the user to add only some of the keys in this map.
-By default all properties of the map have the corresponding field in
-the form view. Setting this flag to true allows to pick only some.
-Useful for map that can have a lot of subproperties that may not be
-needed
-
-#### Defined in
-
-[models/properties.ts:696](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L696)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/MapProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/MapProperty.md
deleted file mode 100644
index f0a0ca1f8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/MapProperty.md
+++ /dev/null
@@ -1,185 +0,0 @@
----
-id: "MapProperty"
-title: "Interface: MapProperty"
-sidebar_label: "MapProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Object` = `any` |
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`MapProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`MapFieldConfig`](MapFieldConfig)<`T`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:357](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L357)
-
-___
-
-### dataType
-
-• **dataType**: ``"map"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:337](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L337)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### previewProperties
-
-• `Optional` **previewProperties**: `Extract`[]
-
-Properties that are displayed when as a preview
-
-#### Defined in
-
-[models/properties.ts:352](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L352)
-
-___
-
-### properties
-
-• `Optional` **properties**: [`Properties`](../types/Properties)<`Partial`<`T`\>\>
-
-Record of properties included in this map.
-
-#### Defined in
-
-[models/properties.ts:342](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L342)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:347](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L347)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ModeState.md b/website/versioned_docs/version-1.0.0/api/interfaces/ModeState.md
deleted file mode 100644
index 5b84242ec..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ModeState.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-id: "ModeState"
-title: "Interface: ModeState"
-sidebar_label: "ModeState"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### mode
-
-• **mode**: ``"dark"`` \| ``"light"``
-
-#### Defined in
-
-[hooks/useModeState.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useModeState.tsx#L8)
-
-## Methods
-
-### setMode
-
-▸ **setMode**(`mode`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `mode` | ``"dark"`` \| ``"light"`` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useModeState.tsx:9](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useModeState.tsx#L9)
-
-___
-
-### toggleMode
-
-▸ **toggleMode**(): `void`
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useModeState.tsx:10](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useModeState.tsx#L10)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/Navigation.md b/website/versioned_docs/version-1.0.0/api/interfaces/Navigation.md
deleted file mode 100644
index efacb8a1f..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/Navigation.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "Navigation"
-title: "Interface: Navigation"
-sidebar_label: "Navigation"
-sidebar_position: 0
-custom_edit_url: null
----
-
-In this interface you define the main navigation entries of the CMS
-
-## Properties
-
-### collections
-
-• **collections**: [`EntityCollection`](EntityCollection)<`any`, `string`, `any`\>[]
-
-List of the mapped collections in the CMS.
-Each entry relates to a collection in the root database.
-Each of the navigation entries in this field
-generates an entry in the main menu.
-
-#### Defined in
-
-[models/navigation.ts:67](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L67)
-
-___
-
-### views
-
-• `Optional` **views**: [`CMSView`](CMSView)[]
-
-Custom additional views created by the developer, added to the main
-navigation
-
-#### Defined in
-
-[models/navigation.ts:73](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L73)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationBuilderProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/NavigationBuilderProps.md
deleted file mode 100644
index bc6ce14c9..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationBuilderProps.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-id: "NavigationBuilderProps"
-title: "Interface: NavigationBuilderProps"
-sidebar_label: "NavigationBuilderProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User) = [`User`](../types/User) |
-
-## Properties
-
-### authController
-
-• **authController**: [`AuthController`](AuthController)<`UserType`\>
-
-AuthController
-
-#### Defined in
-
-[models/navigation.ts:31](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L31)
-
-___
-
-### dataSource
-
-• **dataSource**: [`DataSource`](DataSource)
-
-Connector to your database, e.g. your Firestore database
-
-#### Defined in
-
-[models/navigation.ts:47](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L47)
-
-___
-
-### dateTimeFormat
-
-• `Optional` **dateTimeFormat**: `string`
-
-Format of the dates in the CMS.
-Defaults to 'MMMM dd, yyyy, HH:mm:ss'
-
-#### Defined in
-
-[models/navigation.ts:37](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L37)
-
-___
-
-### locale
-
-• `Optional` **locale**: [`Locale`](../types/Locale)
-
-Locale of the CMS, currently only affecting dates
-
-#### Defined in
-
-[models/navigation.ts:42](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L42)
-
-___
-
-### storageSource
-
-• **storageSource**: [`StorageSource`](StorageSource)
-
-Used storage implementation
-
-#### Defined in
-
-[models/navigation.ts:52](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L52)
-
-___
-
-### user
-
-• **user**: ``null`` \| `UserType`
-
-Logged in user or null
-
-#### Defined in
-
-[models/navigation.ts:26](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L26)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFrom.md b/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFrom.md
deleted file mode 100644
index 1b8a8a6c4..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFrom.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "NavigationFrom"
-title: "Interface: NavigationFrom"
-sidebar_label: "NavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### data
-
-• `Optional` **data**: [`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry)<`M`\>[]
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:122](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L122)
-
-___
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:123](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L123)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:124](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L124)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFromProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFromProps.md
deleted file mode 100644
index f76a247c4..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NavigationFromProps.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "NavigationFromProps"
-title: "Interface: NavigationFromProps"
-sidebar_label: "NavigationFromProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:115](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L115)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NumberFieldConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/NumberFieldConfig.md
deleted file mode 100644
index a613dfdf8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NumberFieldConfig.md
+++ /dev/null
@@ -1,82 +0,0 @@
----
-id: "NumberFieldConfig"
-title: "Interface: NumberFieldConfig"
-sidebar_label: "NumberFieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`FieldConfig`](FieldConfig)<`number`\>
-
- ↳ **`NumberFieldConfig`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`<[`FieldProps`](FieldProps)<`number`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Field](FieldConfig#field)
-
-#### Defined in
-
-[models/properties.ts:531](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L531)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`<[`PreviewComponentProps`](PreviewComponentProps)<`number`, `any`\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Preview](FieldConfig#preview)
-
-#### Defined in
-
-[models/properties.ts:538](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L538)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[customProps](FieldConfig#customprops)
-
-#### Defined in
-
-[models/properties.ts:544](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L544)
-
-___
-
-### enumValues
-
-• `Optional` **enumValues**: [`EnumValues`](../types/EnumValues)
-
-You can use the enum values providing a map of possible
-exclusive values the property can take, mapped to the label that it is
-displayed in the dropdown.
-
-#### Defined in
-
-[models/properties.ts:724](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L724)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NumberProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/NumberProperty.md
deleted file mode 100644
index 354ff144e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NumberProperty.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-id: "NumberProperty"
-title: "Interface: NumberProperty"
-sidebar_label: "NumberProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`NumberProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`NumberFieldConfig`](NumberFieldConfig)
-
-Configure how this field is displayed
-
-#### Defined in
-
-[models/properties.ts:228](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L228)
-
-___
-
-### dataType
-
-• **dataType**: ``"number"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:223](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L223)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`NumberPropertyValidationSchema`](NumberPropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:233](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L233)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/NumberPropertyValidationSchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/NumberPropertyValidationSchema.md
deleted file mode 100644
index bd20564fd..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/NumberPropertyValidationSchema.md
+++ /dev/null
@@ -1,153 +0,0 @@
----
-id: "NumberPropertyValidationSchema"
-title: "Interface: NumberPropertyValidationSchema"
-sidebar_label: "NumberPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for numbers
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema)
-
- ↳ **`NumberPropertyValidationSchema`**
-
-## Properties
-
-### integer
-
-• `Optional` **integer**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:477](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L477)
-
-___
-
-### lessThan
-
-• `Optional` **lessThan**: `number`
-
-#### Defined in
-
-[models/properties.ts:473](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L473)
-
-___
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[models/properties.ts:472](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L472)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[models/properties.ts:471](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L471)
-
-___
-
-### moreThan
-
-• `Optional` **moreThan**: `number`
-
-#### Defined in
-
-[models/properties.ts:474](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L474)
-
-___
-
-### negative
-
-• `Optional` **negative**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:476](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L476)
-
-___
-
-### positive
-
-• `Optional` **positive**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:475](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L475)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[required](PropertyValidationSchema#required)
-
-#### Defined in
-
-[models/properties.ts:444](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L444)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[requiredMessage](PropertyValidationSchema#requiredmessage)
-
-#### Defined in
-
-[models/properties.ts:449](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L449)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[unique](PropertyValidationSchema#unique)
-
-#### Defined in
-
-[models/properties.ts:455](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L455)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[uniqueInArray](PropertyValidationSchema#uniqueinarray)
-
-#### Defined in
-
-[models/properties.ts:463](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L463)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/OnCellValueChangeParams.md b/website/versioned_docs/version-1.0.0/api/interfaces/OnCellValueChangeParams.md
deleted file mode 100644
index 0d7409657..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/OnCellValueChangeParams.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-id: "OnCellValueChangeParams"
-title: "Interface: OnCellValueChangeParams"
-sidebar_label: "OnCellValueChangeParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props passed in a callback when the content of a cell in a table has been edited
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | `T` |
-| `M` | extends `Object` |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity)<`M`\>
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:103](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L103)
-
-___
-
-### name
-
-• **name**: `string`
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:102](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L102)
-
-___
-
-### value
-
-• **value**: `T`
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:101](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L101)
-
-## Methods
-
-### setError
-
-▸ **setError**(`e`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `e` | `Error` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:105](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L105)
-
-___
-
-### setSaved
-
-▸ **setSaved**(`saved`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `saved` | `boolean` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:104](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L104)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/Permissions.md b/website/versioned_docs/version-1.0.0/api/interfaces/Permissions.md
deleted file mode 100644
index de8e853ac..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/Permissions.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-id: "Permissions"
-title: "Interface: Permissions"
-sidebar_label: "Permissions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Define the operations that can be performed in an entity.
-
-## Properties
-
-### create
-
-• `Optional` **create**: `boolean`
-
-Can the user add new entities. Defaults to `true`
-
-#### Defined in
-
-[models/permissions.ts:15](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L15)
-
-___
-
-### delete
-
-• `Optional` **delete**: `boolean`
-
-Can the user delete entities. Defaults to `true`
-
-#### Defined in
-
-[models/permissions.ts:23](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L23)
-
-___
-
-### edit
-
-• `Optional` **edit**: `boolean`
-
-Can the elements in this collection be edited. Defaults to `true`
-
-#### Defined in
-
-[models/permissions.ts:19](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L19)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/PermissionsBuilderProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/PermissionsBuilderProps.md
deleted file mode 100644
index d5e43d517..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/PermissionsBuilderProps.md
+++ /dev/null
@@ -1,76 +0,0 @@
----
-id: "PermissionsBuilderProps"
-title: "Interface: PermissionsBuilderProps"
-sidebar_label: "PermissionsBuilderProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props passed to a [PermissionsBuilder](../types/PermissionsBuilder)
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-| `UserType` | [`User`](../types/User) |
-
-## Properties
-
-### authController
-
-• **authController**: [`AuthController`](AuthController)<`UserType`\>
-
-Auth controller
-
-#### Defined in
-
-[models/permissions.ts:47](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L47)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](FireCMSContext)<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[models/permissions.ts:51](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L51)
-
-___
-
-### entity
-
-• **entity**: ``null`` \| [`Entity`](Entity)<`M`\>
-
-Entity being edited, might be null if it is new
-
-#### Defined in
-
-[models/permissions.ts:35](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L35)
-
-___
-
-### path
-
-• **path**: `string`
-
-Collection path of this entity
-
-#### Defined in
-
-[models/permissions.ts:39](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L39)
-
-___
-
-### user
-
-• **user**: ``null`` \| `UserType`
-
-Logged in user
-
-#### Defined in
-
-[models/permissions.ts:43](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L43)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/PreviewComponentProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/PreviewComponentProps.md
deleted file mode 100644
index 3dfef76e3..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/PreviewComponentProps.md
+++ /dev/null
@@ -1,112 +0,0 @@
----
-id: "PreviewComponentProps"
-title: "Interface: PreviewComponentProps"
-sidebar_label: "PreviewComponentProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType) = [`CMSType`](../types/CMSType) |
-| `CustomProps` | `any` |
-
-## Properties
-
-### customProps
-
-• `Optional` **customProps**: `CustomProps`
-
-Additional properties set by the developer
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:53](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L53)
-
-___
-
-### height
-
-• `Optional` **height**: `number`
-
-Max height assigned to the preview, depending on the context.
-It may be undefined if unlimited.
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:42](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L42)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Name of the property
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:16](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L16)
-
-___
-
-### onClick
-
-• `Optional` **onClick**: `MouseEventHandler`<`any`\>
-
-Click handler
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:31](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L31)
-
-___
-
-### property
-
-• **property**: [`Property`](../types/Property)<`T`\>
-
-Property this display is related to
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:26](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L26)
-
-___
-
-### size
-
-• **size**: [`PreviewSize`](../types/PreviewSize)
-
-Desired size of the preview, depending on the context.
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:36](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L36)
-
-___
-
-### value
-
-• **value**: `T`
-
-Current value of the property
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L21)
-
-___
-
-### width
-
-• `Optional` **width**: `number`
-
-Max height width to the preview, depending on the context.
-It may be undefined if unlimited.
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:48](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L48)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/PropertyDisabledConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/PropertyDisabledConfig.md
deleted file mode 100644
index 0b9da369d..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/PropertyDisabledConfig.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-id: "PropertyDisabledConfig"
-title: "Interface: PropertyDisabledConfig"
-sidebar_label: "PropertyDisabledConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### clearOnDisabled
-
-• `Optional` **clearOnDisabled**: `boolean`
-
-Enable this flag if you would like to clear the value of the field
-when the corresponding property gets disabled.
-
-This is useful for keeping data consistency when you have conditional
-properties.
-
-#### Defined in
-
-[models/properties.ts:130](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L130)
-
-___
-
-### disabledMessage
-
-• `Optional` **disabledMessage**: `string`
-
-Explanation of why this property is disabled (e.g. a different field
-needs to be enabled)
-
-#### Defined in
-
-[models/properties.ts:136](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L136)
-
-___
-
-### hidden
-
-• `Optional` **hidden**: `boolean`
-
-Set this flag to true if you want to hide this field when disabled
-
-#### Defined in
-
-[models/properties.ts:141](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L141)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/PropertyValidationSchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/PropertyValidationSchema.md
deleted file mode 100644
index 8dc409e57..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/PropertyValidationSchema.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-id: "PropertyValidationSchema"
-title: "Interface: PropertyValidationSchema"
-sidebar_label: "PropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Rules to validate any property. Some properties have specific rules
-additionally to these.
-
-## Hierarchy
-
-- **`PropertyValidationSchema`**
-
- ↳ [`NumberPropertyValidationSchema`](NumberPropertyValidationSchema)
-
- ↳ [`StringPropertyValidationSchema`](StringPropertyValidationSchema)
-
- ↳ [`TimestampPropertyValidationSchema`](TimestampPropertyValidationSchema)
-
- ↳ [`ArrayPropertyValidationSchema`](ArrayPropertyValidationSchema)
-
-## Properties
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Defined in
-
-[models/properties.ts:444](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L444)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Defined in
-
-[models/properties.ts:449](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L449)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Defined in
-
-[models/properties.ts:455](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L455)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Defined in
-
-[models/properties.ts:463](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L463)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceDialogProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceDialogProps.md
deleted file mode 100644
index 4b62d47a4..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceDialogProps.md
+++ /dev/null
@@ -1,130 +0,0 @@
----
-id: "ReferenceDialogProps"
-title: "Interface: ReferenceDialogProps"
-sidebar_label: "ReferenceDialogProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### collectionResolver
-
-• **collectionResolver**: [`EntityCollectionResolver`](../types/EntityCollectionResolver)<`any`\>
-
-Entity collection config
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:47](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L47)
-
-___
-
-### multiselect
-
-• **multiselect**: `boolean`
-
-Allow multiple selection of values
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:42](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L42)
-
-___
-
-### open
-
-• **open**: `boolean`
-
-Is the dialog currently open
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:37](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L37)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute path of the collection
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:52](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L52)
-
-___
-
-### selectedEntityIds
-
-• `Optional` **selectedEntityIds**: `string`[]
-
-If you are opening the dialog for the first time, you can select some
-entity ids to be displayed first.
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:58](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L58)
-
-## Methods
-
-### onClose
-
-▸ **onClose**(): `void`
-
-Is the dialog currently open
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:80](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L80)
-
-___
-
-### onMultipleEntitiesSelected
-
-▸ `Optional` **onMultipleEntitiesSelected**(`entities`): `void`
-
-If `multiselect` is set to `true`, you will get the selected entities
-in this callback.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entities` | [`Entity`](Entity)<`any`\>[] |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:74](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L74)
-
-___
-
-### onSingleEntitySelected
-
-▸ `Optional` **onSingleEntitySelected**(`entity`): `void`
-
-If `multiselect` is set to `false`, you will get the select entity
-in this callback.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | ``null`` \| [`Entity`](Entity)<`any`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/ReferenceDialog.tsx:66](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/ReferenceDialog.tsx#L66)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceProperty.md
deleted file mode 100644
index 01a4b7ef6..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ReferenceProperty.md
+++ /dev/null
@@ -1,193 +0,0 @@
----
-id: "ReferenceProperty"
-title: "Interface: ReferenceProperty"
-sidebar_label: "ReferenceProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`ReferenceProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`FieldConfig`](FieldConfig)<[`EntityReference`](../classes/EntityReference), `any`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:432](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L432)
-
-___
-
-### dataType
-
-• **dataType**: ``"reference"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:409](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L409)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### path
-
-• **path**: `string` \| ``false``
-
-Absolute collection path of the collection this reference points to.
-The schema of the entity is inferred based on the root navigation, so
-the filters and search delegate existing there are applied to this view
-as well.
-You can set this prop to `false` if the path is not yet know, e.g.
-you are using a property builder and the path depends on a different
-property.
-
-#### Defined in
-
-[models/properties.ts:420](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L420)
-
-___
-
-### previewProperties
-
-• `Optional` **previewProperties**: keyof `M`[]
-
-Properties that need to be rendered when displaying a preview of this
-reference. If not specified the first 3 are used. Only the first 3
-specified values are considered.
-
-#### Defined in
-
-[models/properties.ts:427](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L427)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema)
-
-Rules for validating this property
-
-#### Inherited from
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:114](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L114)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationCollection.md b/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationCollection.md
deleted file mode 100644
index 3432bcfb1..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationCollection.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-id: "ResolvedNavigationCollection"
-title: "Interface: ResolvedNavigationCollection"
-sidebar_label: "ResolvedNavigationCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`see`** resolveNavigationFrom
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection)<`M`, `string`, `any`\>
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:39](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L39)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:38](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L38)
-
-___
-
-### type
-
-• **type**: ``"collection"``
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:37](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L37)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationEntity.md b/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationEntity.md
deleted file mode 100644
index 26e20401d..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ResolvedNavigationEntity.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-id: "ResolvedNavigationEntity"
-title: "Interface: ResolvedNavigationEntity"
-sidebar_label: "ResolvedNavigationEntity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`see`** resolveNavigationFrom
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity)<`M`\>
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:26](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L26)
-
-___
-
-### entityId
-
-• **entityId**: `string`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:27](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L27)
-
-___
-
-### parentCollection
-
-• **parentCollection**: [`EntityCollection`](EntityCollection)<`M`, `string`, `any`\>
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L29)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:28](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L28)
-
-___
-
-### type
-
-• **type**: ``"entity"``
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:25](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L25)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/SaveEntityProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/SaveEntityProps.md
deleted file mode 100644
index 72f92680f..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/SaveEntityProps.md
+++ /dev/null
@@ -1,73 +0,0 @@
----
-id: "SaveEntityProps"
-title: "Interface: SaveEntityProps"
-sidebar_label: "SaveEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-## Properties
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-#### Defined in
-
-[models/datasource.ts:58](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L58)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[models/datasource.ts:56](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L56)
-
-___
-
-### previousValues
-
-• `Optional` **previousValues**: `Partial`<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:59](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L59)
-
-___
-
-### schema
-
-• **schema**: [`EntitySchema`](EntitySchema)<`M`\> \| [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:60](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L60)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus)
-
-#### Defined in
-
-[models/datasource.ts:61](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L61)
-
-___
-
-### values
-
-• **values**: `Partial`<`M`\>
-
-#### Defined in
-
-[models/datasource.ts:57](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L57)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/ScaffoldProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/ScaffoldProps.md
deleted file mode 100644
index df145c1d9..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/ScaffoldProps.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-id: "ScaffoldProps"
-title: "Interface: ScaffoldProps"
-sidebar_label: "ScaffoldProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### Drawer
-
-• `Optional` **Drawer**: `ComponentType`<[`DrawerProps`](DrawerProps)\>
-
-In case you need to override the view that gets rendered as a drawer
-
-**`see`** FireCMSDrawer
-
-#### Defined in
-
-[core/Scaffold.tsx:35](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Scaffold.tsx#L35)
-
-___
-
-### logo
-
-• `Optional` **logo**: `string`
-
-Logo to be displayed in the drawer of the CMS
-
-#### Defined in
-
-[core/Scaffold.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Scaffold.tsx#L24)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of the app, displayed as the main title and in the tab title
-
-#### Defined in
-
-[core/Scaffold.tsx:19](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Scaffold.tsx#L19)
-
-___
-
-### toolbarExtraWidget
-
-• `Optional` **toolbarExtraWidget**: `ReactNode`
-
-A component that gets rendered on the upper side of the main toolbar
-
-#### Defined in
-
-[core/Scaffold.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/core/Scaffold.tsx#L29)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityController.md b/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityController.md
deleted file mode 100644
index 5b89df9f8..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityController.md
+++ /dev/null
@@ -1,66 +0,0 @@
----
-id: "SideEntityController"
-title: "Interface: SideEntityController"
-sidebar_label: "SideEntityController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller to open the side dialog displaying entity forms
-
-## Properties
-
-### sidePanels
-
-• **sidePanels**: [`SideEntityPanelProps`](SideEntityPanelProps)<`any`, `any`\>[]
-
-List of side entity panels currently open
-
-#### Defined in
-
-[models/side_entity_controller.tsx:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L80)
-
-## Methods
-
-### close
-
-▸ **close**(): `void`
-
-Close the last panel
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/side_entity_controller.tsx:75](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L75)
-
-___
-
-### open
-
-▸ **open**(`props`): `void`
-
-Open a new entity sideDialog. By default, the schema and configuration
-of the view is fetched from the collections you have specified in the
-navigation.
-At least you need to pass the path of the entity you would like
-to edit. You can set an entityId if you would like to edit and existing one
-(or a new one with that id).
-If you wish, you can also override the `SchemaConfig` and choose
-to override the FireCMS level `SchemaRegistryController`.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`SideEntityPanelProps`](SideEntityPanelProps)<`any`, `any`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[models/side_entity_controller.tsx:93](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L93)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityPanelProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityPanelProps.md
deleted file mode 100644
index 37b67f484..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/SideEntityPanelProps.md
+++ /dev/null
@@ -1,139 +0,0 @@
----
-id: "SideEntityPanelProps"
-title: "Interface: SideEntityPanelProps"
-sidebar_label: "SideEntityPanelProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props used to open a side dialog
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-| `UserType` | [`User`](../types/User) |
-
-## Properties
-
-### callbacks
-
-• `Optional` **callbacks**: [`EntityCallbacks`](EntityCallbacks)<`M`\>
-
-This interface defines all the callbacks that can be used when an entity
-is being created, updated or deleted.
-Useful for adding your own logic or blocking the execution of the operation
-
-#### Defined in
-
-[models/side_entity_controller.tsx:61](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L61)
-
-___
-
-### copy
-
-• `Optional` **copy**: `boolean`
-
-Set this flag to true if you want to make a copy of an existing entity
-
-#### Defined in
-
-[models/side_entity_controller.tsx:26](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L26)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Id of the entity, if not set, it means we are creating a new entity
-
-#### Defined in
-
-[models/side_entity_controller.tsx:21](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L21)
-
-___
-
-### overrideSchemaRegistry
-
-• `Optional` **overrideSchemaRegistry**: `boolean`
-
-#### Defined in
-
-[models/side_entity_controller.tsx:64](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L64)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute path of the entity
-
-#### Defined in
-
-[models/side_entity_controller.tsx:16](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L16)
-
-___
-
-### permissions
-
-• `Optional` **permissions**: [`PermissionsBuilder`](../types/PermissionsBuilder)<`M`, `UserType`\>
-
-Can the elements in this collection be added and edited.
-
-#### Defined in
-
-[models/side_entity_controller.tsx:43](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L43)
-
-___
-
-### schema
-
-• `Optional` **schema**: [`EntitySchema`](EntitySchema)<`M`\> \| [`EntitySchemaResolver`](../types/EntitySchemaResolver)<`M`\>
-
-Schema representing the entities of this view
-
-#### Defined in
-
-[models/side_entity_controller.tsx:48](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L48)
-
-___
-
-### selectedSubpath
-
-• `Optional` **selectedSubpath**: `string`
-
-Open the entity with a selected sub-collection view. If the panel for this
-entity was already open, it is replaced.
-
-#### Defined in
-
-[models/side_entity_controller.tsx:32](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L32)
-
-___
-
-### subcollections
-
-• `Optional` **subcollections**: [`EntityCollection`](EntityCollection)<`any`, `string`, `any`\>[]
-
-You can add subcollections to your entity in the same way you define the root
-collections.
-
-#### Defined in
-
-[models/side_entity_controller.tsx:54](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L54)
-
-___
-
-### width
-
-• `Optional` **width**: `string` \| `number`
-
-Use this prop to override the width of the side dialog.
-e.g. "600px"
-
-#### Defined in
-
-[models/side_entity_controller.tsx:38](https://github.com/Camberi/firecms/blob/2d60fba/src/models/side_entity_controller.tsx#L38)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/SnackbarController.md b/website/versioned_docs/version-1.0.0/api/interfaces/SnackbarController.md
deleted file mode 100644
index 190044092..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/SnackbarController.md
+++ /dev/null
@@ -1,63 +0,0 @@
----
-id: "SnackbarController"
-title: "Interface: SnackbarController"
-sidebar_label: "SnackbarController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller to display snackbars
-
-## Properties
-
-### isOpen
-
-• **isOpen**: `boolean`
-
-Is there currently an open snackbar
-
-#### Defined in
-
-[hooks/useSnackbarController.tsx:18](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSnackbarController.tsx#L18)
-
-## Methods
-
-### close
-
-▸ **close**(): `void`
-
-Close the currently open snackbar
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useSnackbarController.tsx:23](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSnackbarController.tsx#L23)
-
-___
-
-### open
-
-▸ **open**(`props`): `void`
-
-Display a new snackbar. You need to specify the type and message.
-You can optionally specify a title
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.message` | `string` |
-| `props.title?` | `string` |
-| `props.type` | [`SnackbarMessageType`](../types/SnackbarMessageType) |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useSnackbarController.tsx:29](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSnackbarController.tsx#L29)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/StorageMeta.md b/website/versioned_docs/version-1.0.0/api/interfaces/StorageMeta.md
deleted file mode 100644
index 48f777ba9..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/StorageMeta.md
+++ /dev/null
@@ -1,119 +0,0 @@
----
-id: "StorageMeta"
-title: "Interface: StorageMeta"
-sidebar_label: "StorageMeta"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Additional configuration related to Storage related fields
-
-## Properties
-
-### acceptedFiles
-
-• `Optional` **acceptedFiles**: `string`[]
-
-File MIME types that can be uploaded to this reference
-
-#### Defined in
-
-[models/properties.ts:617](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L617)
-
-___
-
-### mediaType
-
-• `Optional` **mediaType**: [`MediaType`](../types/MediaType)
-
-Media type of this reference, used for displaying the preview
-
-#### Defined in
-
-[models/properties.ts:607](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L607)
-
-___
-
-### metadata
-
-• `Optional` **metadata**: `any`
-
-Specific metadata set in your uploaded file.
-For the default Firebase implementation, the values passed here are of type
-`firebase.storage.UploadMetadata`
-
-#### Defined in
-
-[models/properties.ts:624](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L624)
-
-___
-
-### storagePath
-
-• **storagePath**: `string` \| (`context`: [`UploadedFileContext`](UploadedFileContext)) => `string`
-
-Absolute path in your bucket. You can specify it directly or use a callback
-
-#### Defined in
-
-[models/properties.ts:612](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L612)
-
-___
-
-### storeUrl
-
-• `Optional` **storeUrl**: `boolean`
-
-When set to true, this flag indicates that the download URL of the file
-will be saved in the datasource instead of the Cloud storage path.
-Note that the generated URL may use a token that, if disabled, may
-make the URL unusable and lose the original reference to Cloud Storage,
-so it is not encouraged to use this flag. Defaults to false
-
-#### Defined in
-
-[models/properties.ts:639](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L639)
-
-## Methods
-
-### fileName
-
-▸ `Optional` **fileName**(`context`): `string`
-
-You can use this callback to customize the uploaded filename
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `context` | [`UploadedFileContext`](UploadedFileContext) |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[models/properties.ts:630](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L630)
-
-___
-
-### postProcess
-
-▸ `Optional` **postProcess**(`pathOrUrl`): `Promise`<`string`\>
-
-Post process the path
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `pathOrUrl` | `string` |
-
-#### Returns
-
-`Promise`<`string`\>
-
-#### Defined in
-
-[models/properties.ts:644](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L644)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/StorageSource.md b/website/versioned_docs/version-1.0.0/api/interfaces/StorageSource.md
deleted file mode 100644
index 8e2559e61..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/StorageSource.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-id: "StorageSource"
-title: "Interface: StorageSource"
-sidebar_label: "StorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Methods
-
-### getDownloadURL
-
-▸ **getDownloadURL**(`path`): `Promise`<`string`\>
-
-Convert a storage path into a download url
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`Promise`<`string`\>
-
-#### Defined in
-
-[models/storage.ts:43](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L43)
-
-___
-
-### uploadFile
-
-▸ **uploadFile**(`__namedParameters`): `Promise`<[`UploadFileResult`](UploadFileResult)\>
-
-Upload a file, specifying a name and a path
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `__namedParameters` | [`UploadFileProps`](UploadFileProps) |
-
-#### Returns
-
-`Promise`<[`UploadFileResult`](UploadFileResult)\>
-
-#### Defined in
-
-[models/storage.ts:32](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L32)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/StringFieldConfig.md b/website/versioned_docs/version-1.0.0/api/interfaces/StringFieldConfig.md
deleted file mode 100644
index 054ec7420..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/StringFieldConfig.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-id: "StringFieldConfig"
-title: "Interface: StringFieldConfig"
-sidebar_label: "StringFieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Possible configuration fields for a string property. Note that setting one
-config disables the others.
-
-## Hierarchy
-
-- [`FieldConfig`](FieldConfig)<`string`\>
-
- ↳ **`StringFieldConfig`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`<[`FieldProps`](FieldProps)<`string`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Field](FieldConfig#field)
-
-#### Defined in
-
-[models/properties.ts:531](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L531)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`<[`PreviewComponentProps`](PreviewComponentProps)<`string`, `any`\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[Preview](FieldConfig#preview)
-
-#### Defined in
-
-[models/properties.ts:538](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L538)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[FieldConfig](FieldConfig).[customProps](FieldConfig#customprops)
-
-#### Defined in
-
-[models/properties.ts:544](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L544)
-
-___
-
-### enumValues
-
-• `Optional` **enumValues**: [`EnumValues`](../types/EnumValues)
-
-You can use the enum values providing a map of possible
-exclusive values the property can take, mapped to the label that it is
-displayed in the dropdown. You can use a simple object with the format
-`value` => `label`, or with the format `value` => `EnumValueConfig` if you
-need extra customization, (like disabling specific options or assigning
-colors). If you need to ensure the order of the elements, you can pass
-a `Map` instead of a plain object.
-
-#### Defined in
-
-[models/properties.ts:577](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L577)
-
-___
-
-### markdown
-
-• `Optional` **markdown**: `boolean`
-
-Should this string property be displayed as a markdown field. If true,
-the field is rendered as a text editors that supports markdown highlight
-syntax. It also includes a preview of the result.
-
-#### Defined in
-
-[models/properties.ts:566](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L566)
-
-___
-
-### multiline
-
-• `Optional` **multiline**: `boolean`
-
-Is this string property long enough so it should be displayed in
-a multiple line field. Defaults to false. If set to true,
-the number of lines adapts to the content
-
-#### Defined in
-
-[models/properties.ts:559](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L559)
-
-___
-
-### previewAsTag
-
-• `Optional` **previewAsTag**: `boolean`
-
-Should this string be rendered as a tag instead of just text.
-
-#### Defined in
-
-[models/properties.ts:594](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L594)
-
-___
-
-### storageMeta
-
-• `Optional` **storageMeta**: [`StorageMeta`](StorageMeta)
-
-You can specify a `StorageMeta` configuration. It is used to
-indicate that this string refers to a path in Google Cloud Storage.
-
-#### Defined in
-
-[models/properties.ts:583](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L583)
-
-___
-
-### url
-
-• `Optional` **url**: `boolean` \| [`MediaType`](../types/MediaType)
-
-If the value of this property is a URL, you can set this flag to true
-to add a link, or one of the supported media types to render a preview
-
-#### Defined in
-
-[models/properties.ts:589](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L589)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/StringProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/StringProperty.md
deleted file mode 100644
index 9ed20a834..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/StringProperty.md
+++ /dev/null
@@ -1,155 +0,0 @@
----
-id: "StringProperty"
-title: "Interface: StringProperty"
-sidebar_label: "StringProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`StringProperty`**
-
-## Properties
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`StringFieldConfig`](StringFieldConfig)
-
-Configure how this field is displayed
-
-#### Defined in
-
-[models/properties.ts:265](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L265)
-
-___
-
-### dataType
-
-• **dataType**: ``"string"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:260](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L260)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`StringPropertyValidationSchema`](StringPropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:270](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L270)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/StringPropertyValidationSchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/StringPropertyValidationSchema.md
deleted file mode 100644
index 6369b8c5d..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/StringPropertyValidationSchema.md
+++ /dev/null
@@ -1,185 +0,0 @@
----
-id: "StringPropertyValidationSchema"
-title: "Interface: StringPropertyValidationSchema"
-sidebar_label: "StringPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for strings
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema)
-
- ↳ **`StringPropertyValidationSchema`**
-
-## Properties
-
-### email
-
-• `Optional` **email**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:493](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L493)
-
-___
-
-### length
-
-• `Optional` **length**: `number`
-
-#### Defined in
-
-[models/properties.ts:485](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L485)
-
-___
-
-### lowercase
-
-• `Optional` **lowercase**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:496](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L496)
-
-___
-
-### matches
-
-• `Optional` **matches**: `RegExp`
-
-#### Defined in
-
-[models/properties.ts:488](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L488)
-
-___
-
-### matchesMessage
-
-• `Optional` **matchesMessage**: `string`
-
-Message displayed when the input does not satisfy the regex in `matches`
-
-#### Defined in
-
-[models/properties.ts:492](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L492)
-
-___
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[models/properties.ts:487](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L487)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[models/properties.ts:486](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L486)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[required](PropertyValidationSchema#required)
-
-#### Defined in
-
-[models/properties.ts:444](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L444)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[requiredMessage](PropertyValidationSchema#requiredmessage)
-
-#### Defined in
-
-[models/properties.ts:449](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L449)
-
-___
-
-### trim
-
-• `Optional` **trim**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:495](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L495)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[unique](PropertyValidationSchema#unique)
-
-#### Defined in
-
-[models/properties.ts:455](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L455)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[uniqueInArray](PropertyValidationSchema#uniqueinarray)
-
-#### Defined in
-
-[models/properties.ts:463](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L463)
-
-___
-
-### uppercase
-
-• `Optional` **uppercase**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:497](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L497)
-
-___
-
-### url
-
-• `Optional` **url**: `boolean`
-
-#### Defined in
-
-[models/properties.ts:494](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L494)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/TableColumn.md b/website/versioned_docs/version-1.0.0/api/interfaces/TableColumn.md
deleted file mode 100644
index bf0f9fc94..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/TableColumn.md
+++ /dev/null
@@ -1,121 +0,0 @@
----
-id: "TableColumn"
-title: "Interface: TableColumn"
-sidebar_label: "TableColumn"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`see`** Table
-
-## Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-## Properties
-
-### align
-
-• **align**: ``"right"`` \| ``"left"`` \| ``"center"``
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:138](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L138)
-
-___
-
-### filter
-
-• `Optional` **filter**: [`TableColumnFilter`](../types/TableColumnFilter)
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:141](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L141)
-
-___
-
-### key
-
-• **key**: `string`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:135](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L135)
-
-___
-
-### label
-
-• **label**: `string`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:136](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L136)
-
-___
-
-### sortable
-
-• **sortable**: `boolean`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:139](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L139)
-
-___
-
-### width
-
-• **width**: `number`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:140](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L140)
-
-## Methods
-
-### cellRenderer
-
-▸ **cellRenderer**(`props`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.column` | [`TableColumn`](TableColumn)<`T`\> |
-| `props.columnIndex` | `number` |
-| `props.columns` | [`TableColumn`](TableColumn)<`T`\>[] |
-| `props.isScrolling?` | `boolean` |
-| `props.rowData` | `any` |
-| `props.rowIndex` | `number` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:142](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L142)
-
-___
-
-### icon
-
-▸ `Optional` **icon**(`hoverOrOpen`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `hoverOrOpen` | `boolean` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:137](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L137)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/TableProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/TableProps.md
deleted file mode 100644
index 02d33c9e1..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/TableProps.md
+++ /dev/null
@@ -1,322 +0,0 @@
----
-id: "TableProps"
-title: "Interface: TableProps"
-sidebar_label: "TableProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`see`** Table
-
-## Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-## Properties
-
-### columns
-
-• **columns**: [`TableColumn`](TableColumn)<`T`\>[]
-
-Properties displayed in this collection. If this property is not set
-every property is displayed, you can filter
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:18](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L18)
-
-___
-
-### data
-
-• `Optional` **data**: `T`[]
-
-Array of arbitrary data
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:12](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L12)
-
-___
-
-### emptyMessage
-
-• `Optional` **emptyMessage**: `string`
-
-Message displayed when there is no data
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:105](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L105)
-
-___
-
-### error
-
-• `Optional` **error**: `Error`
-
-If there is an error loading data you can pass it here so it gets
-displayed instead of the content
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:100](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L100)
-
-___
-
-### filter
-
-• `Optional` **filter**: [`TableFilterValues`](../types/TableFilterValues)<`any`\>
-
-In case this table should have some filters set by default
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:77](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L77)
-
-___
-
-### frozenIdColumn
-
-• `Optional` **frozenIdColumn**: `boolean`
-
-Is the id column frozen to the left.
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:46](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L46)
-
-___
-
-### hoverRow
-
-• `Optional` **hoverRow**: `boolean`
-
-Should apply a different style when hovering
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:115](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L115)
-
-___
-
-### loading
-
-• `Optional` **loading**: `boolean`
-
-Is the table in a loading state
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:110](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L110)
-
-___
-
-### paginationEnabled
-
-• **paginationEnabled**: `boolean`
-
-If enabled, content is loaded in batch
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:32](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L32)
-
-___
-
-### size
-
-• **size**: [`TableSize`](../types/TableSize)
-
-Size of the table
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:72](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L72)
-
-___
-
-### sortBy
-
-• `Optional` **sortBy**: [`string`, ``"asc"`` \| ``"desc"``]
-
-Default sort applied to this collection
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:88](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L88)
-
-## Methods
-
-### checkFilterCombination
-
-▸ `Optional` **checkFilterCombination**(`filterValues`, `sortBy?`): `boolean`
-
-Set this callback if you want to support some combinations
-of
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `filterValues` | [`TableFilterValues`](../types/TableFilterValues)<`T`\> |
-| `sortBy?` | [`string`, ``"asc"`` \| ``"desc"``] |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:40](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L40)
-
-___
-
-### idColumnBuilder
-
-▸ **idColumnBuilder**(`props`): `ReactNode`
-
-Builder function for the column id
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.entry` | `T` |
-| `props.size` | [`TableSize`](../types/TableSize) |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:24](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L24)
-
-___
-
-### onColumnResize
-
-▸ `Optional` **onColumnResize**(`params`): `void`
-
-Callback when a column is resized
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`OnTableColumnResizeParams`](../types/OnTableColumnResizeParams)<`T`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:67](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L67)
-
-___
-
-### onEndReached
-
-▸ `Optional` **onEndReached**(): `void`
-
-A callback function when scrolling the table to near the end
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:51](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L51)
-
-___
-
-### onFilterUpdate
-
-▸ `Optional` **onFilterUpdate**(`filter?`): `void`
-
-Callback used when filters are updated
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `filter?` | [`TableFilterValues`](../types/TableFilterValues)<`any`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:83](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L83)
-
-___
-
-### onResetPagination
-
-▸ `Optional` **onResetPagination**(): `void`
-
-When the pagination should be reset. E.g. the filters or sorting
-has been reset.
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:57](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L57)
-
-___
-
-### onRowClick
-
-▸ `Optional` **onRowClick**(`props`): `void`
-
-Callback when a row is clicked
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.event` | `SyntheticEvent`<`Element`, `Event`\> |
-| `props.rowData` | `T` |
-| `props.rowIndex` | `number` |
-| `props.rowKey` | `string` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:62](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L62)
-
-___
-
-### onSortByUpdate
-
-▸ `Optional` **onSortByUpdate**(`sortBy?`): `void`
-
-Callback used when sorting is updated
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `sortBy?` | [`string`, ``"asc"`` \| ``"desc"``] |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:94](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L94)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/TimestampProperty.md b/website/versioned_docs/version-1.0.0/api/interfaces/TimestampProperty.md
deleted file mode 100644
index 786d00f7e..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/TimestampProperty.md
+++ /dev/null
@@ -1,170 +0,0 @@
----
-id: "TimestampProperty"
-title: "Interface: TimestampProperty"
-sidebar_label: "TimestampProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `BaseProperty`
-
- ↳ **`TimestampProperty`**
-
-## Properties
-
-### autoValue
-
-• `Optional` **autoValue**: ``"on_create"`` \| ``"on_update"``
-
-If this flag is set to `on_create` or `on_update` this timestamp is
-updated automatically on creation of the entity only or on every
-update (including creation). Useful for creating `created_on` or
-`updated_on` fields
-
-#### Defined in
-
-[models/properties.ts:377](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L377)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-BaseProperty.columnWidth
-
-#### Defined in
-
-[models/properties.ts:96](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L96)
-
-___
-
-### config
-
-• `Optional` **config**: [`FieldConfig`](FieldConfig)<`Date`, `any`\>
-
-Configure how this property field is displayed
-
-#### Defined in
-
-[models/properties.ts:382](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L382)
-
-___
-
-### dataType
-
-• **dataType**: ``"timestamp"``
-
-#### Overrides
-
-BaseProperty.dataType
-
-#### Defined in
-
-[models/properties.ts:364](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L364)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-BaseProperty.description
-
-#### Defined in
-
-[models/properties.ts:85](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L85)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig)
-
-Is this field disabled. When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties
-
-#### Inherited from
-
-BaseProperty.disabled
-
-#### Defined in
-
-[models/properties.ts:109](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L109)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-BaseProperty.longDescription
-
-#### Defined in
-
-[models/properties.ts:90](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L90)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-BaseProperty.readOnly
-
-#### Defined in
-
-[models/properties.ts:102](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L102)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Property title (e.g. Product)
-
-#### Inherited from
-
-BaseProperty.title
-
-#### Defined in
-
-[models/properties.ts:80](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L80)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`TimestampPropertyValidationSchema`](TimestampPropertyValidationSchema)
-
-Rules for validating this property
-
-#### Overrides
-
-BaseProperty.validation
-
-#### Defined in
-
-[models/properties.ts:369](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L369)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/TimestampPropertyValidationSchema.md b/website/versioned_docs/version-1.0.0/api/interfaces/TimestampPropertyValidationSchema.md
deleted file mode 100644
index 0b26413be..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/TimestampPropertyValidationSchema.md
+++ /dev/null
@@ -1,103 +0,0 @@
----
-id: "TimestampPropertyValidationSchema"
-title: "Interface: TimestampPropertyValidationSchema"
-sidebar_label: "TimestampPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for dates
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema)
-
- ↳ **`TimestampPropertyValidationSchema`**
-
-## Properties
-
-### max
-
-• `Optional` **max**: `Date`
-
-#### Defined in
-
-[models/properties.ts:506](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L506)
-
-___
-
-### min
-
-• `Optional` **min**: `Date`
-
-#### Defined in
-
-[models/properties.ts:505](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L505)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[required](PropertyValidationSchema#required)
-
-#### Defined in
-
-[models/properties.ts:444](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L444)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[requiredMessage](PropertyValidationSchema#requiredmessage)
-
-#### Defined in
-
-[models/properties.ts:449](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L449)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[unique](PropertyValidationSchema#unique)
-
-#### Defined in
-
-[models/properties.ts:455](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L455)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema).[uniqueInArray](PropertyValidationSchema#uniqueinarray)
-
-#### Defined in
-
-[models/properties.ts:463](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L463)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileProps.md
deleted file mode 100644
index 630e05cc2..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileProps.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "UploadFileProps"
-title: "Interface: UploadFileProps"
-sidebar_label: "UploadFileProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### file
-
-• **file**: `File`
-
-#### Defined in
-
-[models/storage.ts:5](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L5)
-
-___
-
-### fileName
-
-• `Optional` **fileName**: `string`
-
-#### Defined in
-
-[models/storage.ts:6](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L6)
-
-___
-
-### metadata
-
-• `Optional` **metadata**: `any`
-
-#### Defined in
-
-[models/storage.ts:8](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L8)
-
-___
-
-### path
-
-• `Optional` **path**: `string`
-
-#### Defined in
-
-[models/storage.ts:7](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L7)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileResult.md b/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileResult.md
deleted file mode 100644
index 06c3e7eb6..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/UploadFileResult.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "UploadFileResult"
-title: "Interface: UploadFileResult"
-sidebar_label: "UploadFileResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### path
-
-• **path**: `string`
-
-Storage path including the file name where the file was uploaded.
-
-#### Defined in
-
-[models/storage.ts:18](https://github.com/Camberi/firecms/blob/2d60fba/src/models/storage.ts#L18)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/UploadedFileContext.md b/website/versioned_docs/version-1.0.0/api/interfaces/UploadedFileContext.md
deleted file mode 100644
index 0f18da254..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/UploadedFileContext.md
+++ /dev/null
@@ -1,79 +0,0 @@
----
-id: "UploadedFileContext"
-title: "Interface: UploadedFileContext"
-sidebar_label: "UploadedFileContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Entity Id is set if the entity already exists
-
-#### Defined in
-
-[models/properties.ts:669](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L669)
-
-___
-
-### file
-
-• **file**: `File`
-
-Uploaded file
-
-#### Defined in
-
-[models/properties.ts:654](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L654)
-
-___
-
-### name
-
-• **name**: `string`
-
-Property field name
-
-#### Defined in
-
-[models/properties.ts:659](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L659)
-
-___
-
-### property
-
-• **property**: [`StringProperty`](StringProperty) \| [`ArrayProperty`](ArrayProperty)<`string`[], `any`\>
-
-Property related to this upload
-
-#### Defined in
-
-[models/properties.ts:664](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L664)
-
-___
-
-### storageMeta
-
-• **storageMeta**: [`StorageMeta`](StorageMeta)
-
-Storage meta specified by the developer
-
-#### Defined in
-
-[models/properties.ts:679](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L679)
-
-___
-
-### values
-
-• **values**: `any`
-
-Values of the current entity
-
-#### Defined in
-
-[models/properties.ts:674](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L674)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/UseClipboardProps.md b/website/versioned_docs/version-1.0.0/api/interfaces/UseClipboardProps.md
deleted file mode 100644
index 5ab45d341..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/UseClipboardProps.md
+++ /dev/null
@@ -1,78 +0,0 @@
----
-id: "UseClipboardProps"
-title: "Interface: UseClipboardProps"
-sidebar_label: "UseClipboardProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### copiedDuration
-
-• `Optional` **copiedDuration**: `number`
-
-revert back the isCopied flag to false again if a value is set.
-
-#### Defined in
-
-[hooks/useClipboard.tsx:38](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L38)
-
-___
-
-### disableClipboardAPI
-
-• `Optional` **disableClipboardAPI**: `boolean`
-
-Disables the new clipboard API `navigator.clipboard` even if
-it is supported.
-
-#### Defined in
-
-[hooks/useClipboard.tsx:33](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L33)
-
-## Methods
-
-### onError
-
-▸ `Optional` **onError**(`error`): `void`
-
-Triggers when the hook encounters an error.
-If passed hook won't throw an error.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `string` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:27](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L27)
-
-___
-
-### onSuccess
-
-▸ `Optional` **onSuccess**(`text`): `void`
-
-It's callback function that is called after the `copy` command
-is executed.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `text` | `string` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:19](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L19)
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/_category_.yml b/website/versioned_docs/version-1.0.0/api/interfaces/_category_.yml
deleted file mode 100644
index 43bec88cf..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Interfaces"
-position: 4
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/api/interfaces/useClipboardReturnType.md b/website/versioned_docs/version-1.0.0/api/interfaces/useClipboardReturnType.md
deleted file mode 100644
index 09016664b..000000000
--- a/website/versioned_docs/version-1.0.0/api/interfaces/useClipboardReturnType.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-id: "useClipboardReturnType"
-title: "Interface: useClipboardReturnType"
-sidebar_label: "useClipboardReturnType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### clipboard
-
-• **clipboard**: `string`
-
-Current selected clipboard content.
-
-#### Defined in
-
-[hooks/useClipboard.tsx:65](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L65)
-
-___
-
-### isCoppied
-
-• **isCoppied**: `boolean`
-
-Indicates wheater the content was successfully copied or not.
-
-#### Defined in
-
-[hooks/useClipboard.tsx:60](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L60)
-
-___
-
-### ref
-
-• **ref**: `MutableRefObject`<`any`\>
-
-Use ref to pull the text content from.
-
-#### Defined in
-
-[hooks/useClipboard.tsx:45](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L45)
-
-## Methods
-
-### clearClipboard
-
-▸ **clearClipboard**(): `void`
-
-Clears the user clipboard.
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:70](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L70)
-
-___
-
-### copy
-
-▸ **copy**(`text?`): `void`
-
-Use it to perform the copy operation
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `text?` | `string` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:50](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L50)
-
-___
-
-### cut
-
-▸ **cut**(): `void`
-
-Use it to perform the cut operation
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:55](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L55)
-
-___
-
-### isSupported
-
-▸ **isSupported**(): `boolean`
-
-Check to see if the browser supports the new `navigator.clipboard` API.
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[hooks/useClipboard.tsx:75](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useClipboard.tsx#L75)
diff --git a/website/versioned_docs/version-1.0.0/api/modules.md b/website/versioned_docs/version-1.0.0/api/modules.md
deleted file mode 100644
index 6239890cf..000000000
--- a/website/versioned_docs/version-1.0.0/api/modules.md
+++ /dev/null
@@ -1,332 +0,0 @@
----
-id: "modules"
-title: "API"
-sidebar_label: "Exports"
-sidebar_position: 0.5
-custom_edit_url: null
----
-
-## Classes
-
-- [EntityReference](classes/EntityReference)
-- [GeoPoint](classes/GeoPoint)
-
-## Core Interfaces
-
-- [DrawerProps](interfaces/DrawerProps)
-- [FireCMSProps](interfaces/FireCMSProps)
-- [ScaffoldProps](interfaces/ScaffoldProps)
-
-## Entity properties Interfaces
-
-- [ArrayProperty](interfaces/ArrayProperty)
-- [ArrayPropertyValidationSchema](interfaces/ArrayPropertyValidationSchema)
-- [BooleanProperty](interfaces/BooleanProperty)
-- [EnumValueConfig](interfaces/EnumValueConfig)
-- [FieldConfig](interfaces/FieldConfig)
-- [GeopointProperty](interfaces/GeopointProperty)
-- [MapFieldConfig](interfaces/MapFieldConfig)
-- [MapProperty](interfaces/MapProperty)
-- [NumberFieldConfig](interfaces/NumberFieldConfig)
-- [NumberProperty](interfaces/NumberProperty)
-- [NumberPropertyValidationSchema](interfaces/NumberPropertyValidationSchema)
-- [PropertyDisabledConfig](interfaces/PropertyDisabledConfig)
-- [PropertyValidationSchema](interfaces/PropertyValidationSchema)
-- [ReferenceProperty](interfaces/ReferenceProperty)
-- [StorageMeta](interfaces/StorageMeta)
-- [StringFieldConfig](interfaces/StringFieldConfig)
-- [StringProperty](interfaces/StringProperty)
-- [StringPropertyValidationSchema](interfaces/StringPropertyValidationSchema)
-- [TimestampProperty](interfaces/TimestampProperty)
-- [TimestampPropertyValidationSchema](interfaces/TimestampPropertyValidationSchema)
-- [UploadedFileContext](interfaces/UploadedFileContext)
-
-## Form custom fields Interfaces
-
-- [CMSFormFieldProps](interfaces/CMSFormFieldProps)
-- [FieldProps](interfaces/FieldProps)
-- [FormContext](interfaces/FormContext)
-
-## Preview components Interfaces
-
-- [ImagePreviewProps](interfaces/ImagePreviewProps)
-- [PreviewComponentProps](interfaces/PreviewComponentProps)
-
-## Collection components Interfaces
-
-- [CollectionTableProps](interfaces/CollectionTableProps)
-- [OnCellValueChangeParams](interfaces/OnCellValueChangeParams)
-
-## Hooks and utilities Interfaces
-
-- [AuthController](interfaces/AuthController)
-- [CollectionFetchProps](interfaces/CollectionFetchProps)
-- [CollectionFetchResult](interfaces/CollectionFetchResult)
-- [EntityFetchProps](interfaces/EntityFetchProps)
-- [EntityFetchResult](interfaces/EntityFetchResult)
-- [FireCMSContext](interfaces/FireCMSContext)
-- [ModeState](interfaces/ModeState)
-- [NavigationFrom](interfaces/NavigationFrom)
-- [NavigationFromProps](interfaces/NavigationFromProps)
-- [ResolvedNavigationCollection](interfaces/ResolvedNavigationCollection)
-- [ResolvedNavigationEntity](interfaces/ResolvedNavigationEntity)
-- [SideEntityController](interfaces/SideEntityController)
-- [SideEntityPanelProps](interfaces/SideEntityPanelProps)
-- [SnackbarController](interfaces/SnackbarController)
-
-## Components Interfaces
-
-- [EntityCollectionViewProps](interfaces/EntityCollectionViewProps)
-- [EntityFormProps](interfaces/EntityFormProps)
-- [EntityPreviewProps](interfaces/EntityPreviewProps)
-- [ErrorViewProps](interfaces/ErrorViewProps)
-- [ReferenceDialogProps](interfaces/ReferenceDialogProps)
-- [TableColumn](interfaces/TableColumn)
-- [TableProps](interfaces/TableProps)
-
-## Datasource Interfaces
-
-- [DataSource](interfaces/DataSource)
-- [DeleteEntityProps](interfaces/DeleteEntityProps)
-- [FetchCollectionProps](interfaces/FetchCollectionProps)
-- [FetchEntityProps](interfaces/FetchEntityProps)
-- [SaveEntityProps](interfaces/SaveEntityProps)
-
-## Firebase Interfaces
-
-- [FirebaseCMSAppProps](interfaces/FirebaseCMSAppProps)
-- [FirebaseLoginViewProps](interfaces/FirebaseLoginViewProps)
-- [InitialiseFirebaseResult](interfaces/InitialiseFirebaseResult)
-
-## Models Interfaces
-
-- [AdditionalColumnDelegate](interfaces/AdditionalColumnDelegate)
-- [CMSView](interfaces/CMSView)
-- [Entity](interfaces/Entity)
-- [EntityCallbacks](interfaces/EntityCallbacks)
-- [EntityCollection](interfaces/EntityCollection)
-- [EntityCustomViewParams](interfaces/EntityCustomViewParams)
-- [EntityOnDeleteProps](interfaces/EntityOnDeleteProps)
-- [EntityOnSaveProps](interfaces/EntityOnSaveProps)
-- [EntitySchema](interfaces/EntitySchema)
-- [ExportConfig](interfaces/ExportConfig)
-- [ExportMappingFunction](interfaces/ExportMappingFunction)
-- [ExtraActionsParams](interfaces/ExtraActionsParams)
-- [Navigation](interfaces/Navigation)
-- [NavigationBuilderProps](interfaces/NavigationBuilderProps)
-- [Permissions](interfaces/Permissions)
-- [PermissionsBuilderProps](interfaces/PermissionsBuilderProps)
-
-## Other Interfaces
-
-- [ConfigurationPersistence](interfaces/ConfigurationPersistence)
-- [UseClipboardProps](interfaces/UseClipboardProps)
-- [useClipboardReturnType](interfaces/useClipboardReturnType)
-
-## Storage Interfaces
-
-- [StorageSource](interfaces/StorageSource)
-- [UploadFileProps](interfaces/UploadFileProps)
-- [UploadFileResult](interfaces/UploadFileResult)
-
-## Entity properties Type aliases
-
-- [CMSType](types/CMSType)
-- [DataType](types/DataType)
-- [EnumType](types/EnumType)
-- [EnumValues](types/EnumValues)
-- [MediaType](types/MediaType)
-- [Properties](types/Properties)
-- [PropertiesOrBuilder](types/PropertiesOrBuilder)
-- [Property](types/Property)
-- [PropertyBuilder](types/PropertyBuilder)
-- [PropertyBuilderProps](types/PropertyBuilderProps)
-- [PropertyOrBuilder](types/PropertyOrBuilder)
-- [StorageFileTypes](types/StorageFileTypes)
-
-## Preview components Type aliases
-
-- [PreviewSize](types/PreviewSize)
-
-## Collection components Type aliases
-
-- [OnCellValueChange](types/OnCellValueChange)
-- [OnColumnResizeParams](types/OnColumnResizeParams)
-- [OnTableColumnResizeParams](types/OnTableColumnResizeParams)
-- [UniqueFieldValidator](types/UniqueFieldValidator)
-
-## Hooks and utilities Type aliases
-
-- [AuthDelegate](types/AuthDelegate)
-- [DeleteEntityWithCallbacksProps](types/DeleteEntityWithCallbacksProps)
-- [ResolvedNavigationEntry](types/ResolvedNavigationEntry)
-- [SaveEntityWithCallbacksProps](types/SaveEntityWithCallbacksProps)
-- [SnackbarMessageType](types/SnackbarMessageType)
-
-## Components Type aliases
-
-- [NavigationRoutesProps](types/NavigationRoutesProps)
-- [TableColumnFilter](types/TableColumnFilter)
-- [TableEnumValues](types/TableEnumValues)
-- [TableFilterValues](types/TableFilterValues)
-- [TableSize](types/TableSize)
-- [TableSort](types/TableSort)
-
-## Datasource Type aliases
-
-- [ListenCollectionProps](types/ListenCollectionProps)
-- [ListenEntityProps](types/ListenEntityProps)
-
-## Firebase Type aliases
-
-- [FirebaseAuthDelegate](types/FirebaseAuthDelegate)
-- [FirestoreTextSearchController](types/FirestoreTextSearchController)
-
-## Models Type aliases
-
-- [Authenticator](types/Authenticator)
-- [ChipColor](types/ChipColor)
-- [CollectionSize](types/CollectionSize)
-- [EntityCollectionResolver](types/EntityCollectionResolver)
-- [EntityCustomView](types/EntityCustomView)
-- [EntityLinkBuilder](types/EntityLinkBuilder)
-- [EntitySchemaResolver](types/EntitySchemaResolver)
-- [EntitySchemaResolverProps](types/EntitySchemaResolverProps)
-- [EntityStatus](types/EntityStatus)
-- [EntityValues](types/EntityValues)
-- [FilterCombination](types/FilterCombination)
-- [FilterValues](types/FilterValues)
-- [Locale](types/Locale)
-- [NavigationBuilder](types/NavigationBuilder)
-- [NavigationContext](types/NavigationContext)
-- [PartialEntityCollection](types/PartialEntityCollection)
-- [PartialEntitySchema](types/PartialEntitySchema)
-- [PartialProperties](types/PartialProperties)
-- [PermissionsBuilder](types/PermissionsBuilder)
-- [ResolvedEntitySchema](types/ResolvedEntitySchema)
-- [SchemaOverride](types/SchemaOverride)
-- [SchemaOverrideHandler](types/SchemaOverrideHandler)
-- [SelectionController](types/SelectionController)
-- [TableWhereFilterOp](types/TableWhereFilterOp)
-- [User](types/User)
-- [WhereFilterOp](types/WhereFilterOp)
-
-## Preview components Variables
-
-- [AsyncPreviewComponent](variables/AsyncPreviewComponent)
-- [ReferencePreview](variables/ReferencePreview)
-- [StorageThumbnail](variables/StorageThumbnail)
-
-## Components Variables
-
-- [CollectionTable](variables/CollectionTable)
-
-## Core Functions
-
-- [Drawer](functions/Drawer)
-- [FireCMS](functions/FireCMS)
-- [Scaffold](functions/Scaffold)
-
-## Form fields Functions
-
-- [ArrayDefaultField](functions/ArrayDefaultField)
-- [ArrayEnumSelect](functions/ArrayEnumSelect)
-- [ArrayOfReferencesField](functions/ArrayOfReferencesField)
-- [ArrayOneOfField](functions/ArrayOneOfField)
-- [DateTimeField](functions/DateTimeField)
-- [MapField](functions/MapField)
-- [MarkdownField](functions/MarkdownField)
-- [ReadOnlyField](functions/ReadOnlyField)
-- [ReferenceField](functions/ReferenceField)
-- [Select](functions/Select)
-- [StorageUploadField](functions/StorageUploadField)
-- [SwitchField](functions/SwitchField)
-- [TextField](functions/TextField)
-
-## Builder Functions
-
-- [buildAdditionalColumnDelegate](functions/buildAdditionalColumnDelegate)
-- [buildCollection](functions/buildCollection)
-- [buildEntityCallbacks](functions/buildEntityCallbacks)
-- [buildEnumValueConfig](functions/buildEnumValueConfig)
-- [buildEnumValues](functions/buildEnumValues)
-- [buildNavigation](functions/buildNavigation)
-- [buildProperties](functions/buildProperties)
-- [buildPropertiesOrBuilder](functions/buildPropertiesOrBuilder)
-- [buildProperty](functions/buildProperty)
-- [buildSchema](functions/buildSchema)
-
-## Form custom fields Functions
-
-- [ArrayContainer](functions/ArrayContainer)
-- [FieldDescription](functions/FieldDescription)
-- [LabelWithIcon](functions/LabelWithIcon)
-- [buildPropertyField](functions/buildPropertyField)
-
-## Preview components Functions
-
-- [ArrayEnumPreview](functions/ArrayEnumPreview)
-- [ArrayOfMapsPreview](functions/ArrayOfMapsPreview)
-- [ArrayOfReferencesPreview](functions/ArrayOfReferencesPreview)
-- [ArrayOfStorageComponentsPreview](functions/ArrayOfStorageComponentsPreview)
-- [ArrayOfStringsPreview](functions/ArrayOfStringsPreview)
-- [ArrayOneOfPreview](functions/ArrayOneOfPreview)
-- [ArrayPreview](functions/ArrayPreview)
-- [ArrayPropertyEnumPreview](functions/ArrayPropertyEnumPreview)
-- [BooleanPreview](functions/BooleanPreview)
-- [CustomChip](functions/CustomChip)
-- [EmptyValue](functions/EmptyValue)
-- [ImagePreview](functions/ImagePreview)
-- [MapPreview](functions/MapPreview)
-- [Markdown](functions/Markdown)
-- [NumberPreview](functions/NumberPreview)
-- [PreviewComponent](functions/PreviewComponent)
-- [SkeletonComponent](functions/SkeletonComponent)
-- [StringPreview](functions/StringPreview)
-- [TimestampPreview](functions/TimestampPreview)
-- [UrlComponentPreview](functions/UrlComponentPreview)
-
-## Hooks and utilities Functions
-
-- [createCMSDefaultTheme](functions/createCMSDefaultTheme)
-- [deleteEntityWithCallbacks](functions/deleteEntityWithCallbacks)
-- [resolveNavigationFrom](functions/resolveNavigationFrom)
-- [saveEntityWithCallbacks](functions/saveEntityWithCallbacks)
-- [useAuthController](functions/useAuthController)
-- [useCollectionFetch](functions/useCollectionFetch)
-- [useDataSource](functions/useDataSource)
-- [useEntityFetch](functions/useEntityFetch)
-- [useFireCMSContext](functions/useFireCMSContext)
-- [useModeState](functions/useModeState)
-- [useNavigation](functions/useNavigation)
-- [useResolvedNavigationFrom](functions/useResolvedNavigationFrom)
-- [useSideEntityController](functions/useSideEntityController)
-- [useSnackbarController](functions/useSnackbarController)
-- [useStorageSource](functions/useStorageSource)
-
-## Components Functions
-
-- [EntityCollectionView](functions/EntityCollectionView)
-- [EntityForm](functions/EntityForm)
-- [EntityPreview](functions/EntityPreview)
-- [ErrorView](functions/ErrorView)
-- [FireCMSHomePage](functions/FireCMSHomePage)
-- [NavigationRoutes](functions/NavigationRoutes)
-- [ReferenceDialog](functions/ReferenceDialog)
-- [SideEntityDialogs](functions/SideEntityDialogs)
-- [Table](functions/Table)
-
-## Firebase Functions
-
-- [FirebaseCMSApp](functions/FirebaseCMSApp)
-- [FirebaseLoginView](functions/FirebaseLoginView)
-- [performAlgoliaTextSearch](functions/performAlgoliaTextSearch)
-- [useFirebaseAuthDelegate](functions/useFirebaseAuthDelegate)
-- [useFirebaseStorageSource](functions/useFirebaseStorageSource)
-- [useFirestoreDataSource](functions/useFirestoreDataSource)
-- [useInitialiseFirebase](functions/useInitialiseFirebase)
-
-## Other Functions
-
-- [useClipboard](functions/useClipboard)
-- [useSelectionController](functions/useSelectionController)
diff --git a/website/versioned_docs/version-1.0.0/api/types/AuthDelegate.md b/website/versioned_docs/version-1.0.0/api/types/AuthDelegate.md
deleted file mode 100644
index 46fcd9bb2..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/AuthDelegate.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "AuthDelegate"
-title: "Type alias: AuthDelegate"
-sidebar_label: "AuthDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AuthDelegate**<`UserType`\>: `Object`
-
-Controller for retrieving the logged user or performing auth related operations.
-Note that if you are implementing your AuthDelegate, you probably will want
-to do it as the result of a hook. Check [useFirebaseAuthDelegate](../functions/useFirebaseAuthDelegate) code
-for an example.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User) = [`User`](User) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `authError?` | `any` | Error dispatched by the auth provider |
-| `initialLoading?` | `boolean` | Initial loading flag. It is used not to display the login screen when the app first loads and it has not been checked whether the user is logged in or not. |
-| `loginSkipped?` | `boolean` | Has the user skipped the login process |
-| `user` | `UserType` \| ``null`` | The user currently logged in The values can be: the user object, null if they skipped login |
-| `signOut` | () => `void` | Sign out |
-| `skipLogin?` | () => `void` | Skip login |
-
-#### Defined in
-
-[models/auth.tsx:81](https://github.com/Camberi/firecms/blob/2d60fba/src/models/auth.tsx#L81)
diff --git a/website/versioned_docs/version-1.0.0/api/types/Authenticator.md b/website/versioned_docs/version-1.0.0/api/types/Authenticator.md
deleted file mode 100644
index 4a3537e55..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/Authenticator.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "Authenticator"
-title: "Type alias: Authenticator"
-sidebar_label: "Authenticator"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **Authenticator**<`UserType`\>: (`{ user }`: { `authController`: [`AuthController`](../interfaces/AuthController)<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource) ; `dateTimeFormat?`: `string` ; `locale?`: [`Locale`](Locale) ; `storageSource`: [`StorageSource`](../interfaces/StorageSource) ; `user`: `UserType` \| ``null`` }) => `boolean` \| `Promise`<`boolean`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User) = [`User`](User) |
-
-#### Type declaration
-
-▸ (`{ user }`): `boolean` \| `Promise`<`boolean`\>
-
-Implement this function to allow access to specific users.
-You might want to load additional properties for a user asynchronously
-and store it using the `setExtra` method in the `authController`
-
-##### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `{ user }` | `Object` | - |
-| `{ user }.authController` | [`AuthController`](../interfaces/AuthController)<`UserType`\> | AuthController |
-| `{ user }.dataSource` | [`DataSource`](../interfaces/DataSource) | Connector to your database, e.g. your Firestore database |
-| `{ user }.dateTimeFormat?` | `string` | Format of the dates in the CMS. Defaults to 'MMMM dd, yyyy, HH:mm:ss' |
-| `{ user }.locale?` | [`Locale`](Locale) | Locale of the CMS, currently only affecting dates |
-| `{ user }.storageSource` | [`StorageSource`](../interfaces/StorageSource) | Used storage implementation |
-| `{ user }.user` | `UserType` \| ``null`` | Logged in user or null |
-
-##### Returns
-
-`boolean` \| `Promise`<`boolean`\>
-
-#### Defined in
-
-[models/user.ts:55](https://github.com/Camberi/firecms/blob/2d60fba/src/models/user.ts#L55)
diff --git a/website/versioned_docs/version-1.0.0/api/types/CMSType.md b/website/versioned_docs/version-1.0.0/api/types/CMSType.md
deleted file mode 100644
index d4391ac4a..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/CMSType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "CMSType"
-title: "Type alias: CMSType"
-sidebar_label: "CMSType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CMSType**: `string` \| `number` \| `boolean` \| `Date` \| [`GeoPoint`](../classes/GeoPoint) \| [`EntityReference`](../classes/EntityReference) \| { `[Key: string]`: `any`; } \| [`CMSType`](CMSType)[]
-
-#### Defined in
-
-[models/properties.ts:9](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L9)
diff --git a/website/versioned_docs/version-1.0.0/api/types/ChipColor.md b/website/versioned_docs/version-1.0.0/api/types/ChipColor.md
deleted file mode 100644
index d23186158..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/ChipColor.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "ChipColor"
-title: "Type alias: ChipColor"
-sidebar_label: "ChipColor"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ChipColor**: ``"blueLighter"`` \| ``"cyanLighter"`` \| ``"tealLighter"`` \| ``"greenLighter"`` \| ``"yellowLighter"`` \| ``"orangeLighter"`` \| ``"redLighter"`` \| ``"pinkLighter"`` \| ``"purpleLighter"`` \| ``"grayLighter"`` \| ``"blueLight"`` \| ``"cyanLight"`` \| ``"tealLight"`` \| ``"greenLight"`` \| ``"yellowLight"`` \| ``"orangeLight"`` \| ``"redLight"`` \| ``"pinkLight"`` \| ``"purpleLight"`` \| ``"grayLight"`` \| ``"blueDark"`` \| ``"cyanDark"`` \| ``"tealDark"`` \| ``"greenDark"`` \| ``"yellowDark"`` \| ``"orangeDark"`` \| ``"redDark"`` \| ``"pinkDark"`` \| ``"purpleDark"`` \| ``"grayDark"`` \| ``"blueDarker"`` \| ``"cyanDarker"`` \| ``"tealDarker"`` \| ``"greenDarker"`` \| ``"yellowDarker"`` \| ``"orangeDarker"`` \| ``"redDarker"`` \| ``"pinkDarker"`` \| ``"purpleDarker"`` \| ``"grayDarker"``
-
-#### Defined in
-
-[models/colors.ts:4](https://github.com/Camberi/firecms/blob/2d60fba/src/models/colors.ts#L4)
diff --git a/website/versioned_docs/version-1.0.0/api/types/CollectionSize.md b/website/versioned_docs/version-1.0.0/api/types/CollectionSize.md
deleted file mode 100644
index 1ea8e4c05..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/CollectionSize.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "CollectionSize"
-title: "Type alias: CollectionSize"
-sidebar_label: "CollectionSize"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CollectionSize**: ``"xs"`` \| ``"s"`` \| ``"m"`` \| ``"l"`` \| ``"xl"``
-
-Sizes in which a collection can be rendered
-
-#### Defined in
-
-[models/collections.ts:165](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L165)
diff --git a/website/versioned_docs/version-1.0.0/api/types/DataType.md b/website/versioned_docs/version-1.0.0/api/types/DataType.md
deleted file mode 100644
index d981e36d7..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/DataType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "DataType"
-title: "Type alias: DataType"
-sidebar_label: "DataType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DataType**: ``"number"`` \| ``"string"`` \| ``"boolean"`` \| ``"map"`` \| ``"array"`` \| ``"timestamp"`` \| ``"geopoint"`` \| ``"reference"``
-
-#### Defined in
-
-[models/properties.ts:48](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L48)
diff --git a/website/versioned_docs/version-1.0.0/api/types/DeleteEntityWithCallbacksProps.md b/website/versioned_docs/version-1.0.0/api/types/DeleteEntityWithCallbacksProps.md
deleted file mode 100644
index 0a71a9063..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/DeleteEntityWithCallbacksProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "DeleteEntityWithCallbacksProps"
-title: "Type alias: DeleteEntityWithCallbacksProps"
-sidebar_label: "DeleteEntityWithCallbacksProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DeleteEntityWithCallbacksProps**<`M`\>: [`DeleteEntityProps`](../interfaces/DeleteEntityProps)<`M`\> & { `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> ; `onDeleteFailure?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` ; `onDeleteSuccess?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` ; `onDeleteSuccessHookError?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` ; `onPreDeleteHookError?`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>, `e`: `Error`) => `void` }
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[hooks/data/delete.ts:14](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/delete.ts#L14)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntityCollectionResolver.md b/website/versioned_docs/version-1.0.0/api/types/EntityCollectionResolver.md
deleted file mode 100644
index 1f4ccf32a..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntityCollectionResolver.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "EntityCollectionResolver"
-title: "Type alias: EntityCollectionResolver"
-sidebar_label: "EntityCollectionResolver"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCollectionResolver**<`M`\>: [`EntityCollection`](../interfaces/EntityCollection)<`M`\> & { `schemaResolver`: [`EntitySchemaResolver`](EntitySchemaResolver)<`M`\> }
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Defined in
-
-[models/collections.ts:214](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L214)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntityCustomView.md b/website/versioned_docs/version-1.0.0/api/types/EntityCustomView.md
deleted file mode 100644
index a0297cb3c..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntityCustomView.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "EntityCustomView"
-title: "Type alias: EntityCustomView"
-sidebar_label: "EntityCustomView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCustomView**<`M`\>: `Object`
-
-You can use this builder to render a custom panel in the entity detail view.
-It gets rendered as a tab.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `name` | `string` |
-| `path` | `string` |
-| `builder` | (`extraActionsParams`: [`EntityCustomViewParams`](../interfaces/EntityCustomViewParams)<`M`\>) => `ReactNode` |
-
-#### Defined in
-
-[models/entities.ts:169](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L169)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntityLinkBuilder.md b/website/versioned_docs/version-1.0.0/api/types/EntityLinkBuilder.md
deleted file mode 100644
index 5aa20b5c6..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntityLinkBuilder.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "EntityLinkBuilder"
-title: "Type alias: EntityLinkBuilder"
-sidebar_label: "EntityLinkBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityLinkBuilder**<`M`\>: (`{ entity }`: { `entity`: [`Entity`](../interfaces/Entity)<`M`\> }) => `string`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Type declaration
-
-▸ (`{ entity }`): `string`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `{ entity }` | `Object` |
-| `{ entity }.entity` | [`Entity`](../interfaces/Entity)<`M`\> |
-
-##### Returns
-
-`string`
-
-#### Defined in
-
-[models/entity_link_builder.ts:6](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entity_link_builder.ts#L6)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolver.md b/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolver.md
deleted file mode 100644
index 8c1755620..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolver.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "EntitySchemaResolver"
-title: "Type alias: EntitySchemaResolver"
-sidebar_label: "EntitySchemaResolver"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntitySchemaResolver**<`M`\>: (`{
- entityId,
- values,
- previousValues
- }`: [`EntitySchemaResolverProps`](EntitySchemaResolverProps)<`M`\>) => [`ResolvedEntitySchema`](ResolvedEntitySchema)<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Type declaration
-
-▸ (`{
- entityId,
- values,
- previousValues
- }`): [`ResolvedEntitySchema`](ResolvedEntitySchema)<`M`\>
-
-Use to resolve the schema properties for specific path, entity id or values.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `{
- entityId,
- values,
- previousValues
- }` | [`EntitySchemaResolverProps`](EntitySchemaResolverProps)<`M`\> |
-
-##### Returns
-
-[`ResolvedEntitySchema`](ResolvedEntitySchema)<`M`\>
-
-#### Defined in
-
-[models/entities.ts:64](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L64)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolverProps.md b/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolverProps.md
deleted file mode 100644
index 811a751bd..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntitySchemaResolverProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "EntitySchemaResolverProps"
-title: "Type alias: EntitySchemaResolverProps"
-sidebar_label: "EntitySchemaResolverProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntitySchemaResolverProps**<`M`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `entityId?` | `string` |
-| `previousValues?` | `Partial`<[`EntityValues`](EntityValues)<`M`\>\> |
-| `values?` | `Partial`<[`EntityValues`](EntityValues)<`M`\>\> |
-
-#### Defined in
-
-[models/entities.ts:54](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L54)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntityStatus.md b/website/versioned_docs/version-1.0.0/api/types/EntityStatus.md
deleted file mode 100644
index 0aae4c7ba..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntityStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "EntityStatus"
-title: "Type alias: EntityStatus"
-sidebar_label: "EntityStatus"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityStatus**: ``"new"`` \| ``"existing"`` \| ``"copy"``
-
-New or existing status
-
-#### Defined in
-
-[models/entities.ts:86](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L86)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EntityValues.md b/website/versioned_docs/version-1.0.0/api/types/EntityValues.md
deleted file mode 100644
index 97a84316d..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EntityValues.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "EntityValues"
-title: "Type alias: EntityValues"
-sidebar_label: "EntityValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityValues**<`M`\>: `M`
-
-This type represents a record of key value pairs as described in an
-entity schema.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/entities.ts:116](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L116)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EnumType.md b/website/versioned_docs/version-1.0.0/api/types/EnumType.md
deleted file mode 100644
index 6a3c58962..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EnumType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "EnumType"
-title: "Type alias: EnumType"
-sidebar_label: "EnumType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EnumType**: `number` \| `string`
-
-#### Defined in
-
-[models/properties.ts:147](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L147)
diff --git a/website/versioned_docs/version-1.0.0/api/types/EnumValues.md b/website/versioned_docs/version-1.0.0/api/types/EnumValues.md
deleted file mode 100644
index 0529a6298..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/EnumValues.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EnumValues"
-title: "Type alias: EnumValues"
-sidebar_label: "EnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EnumValues**: `Record`<`string` \| `number`, `string` \| [`EnumValueConfig`](../interfaces/EnumValueConfig)\> \| `Map`<`string` \| `number`, `string` \| [`EnumValueConfig`](../interfaces/EnumValueConfig)\>
-
-We use this type to define mapping between string or number values in
-the data source to a label (such in a select dropdown).
-The key in this Record is the value saved in the datasource, and the value in
-this record is the label displayed in the UI.
-You can add additional customization by assigning a `EnumValueConfig` for the
-label instead of a simple string (for enabling or disabling options and
-choosing colors).
-If you need to ensure the order of the elements you can pass a `Map` instead
-of a plain object.
-
-#### Defined in
-
-[models/properties.ts:161](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L161)
diff --git a/website/versioned_docs/version-1.0.0/api/types/FilterCombination.md b/website/versioned_docs/version-1.0.0/api/types/FilterCombination.md
deleted file mode 100644
index 173ced70c..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/FilterCombination.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterCombination"
-title: "Type alias: FilterCombination"
-sidebar_label: "FilterCombination"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FilterCombination**<`Key`\>: `Partial`<`Record`<`Key`, ``"asc"`` \| ``"desc"``\>\>
-
-Used to indicate valid filter combinations (e.g. created in Firestore)
-If the user selects a specific filter/sort combination, the CMS checks if it's
-valid, otherwise it reverts to the simpler valid case
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `Key` | extends `string` |
-
-#### Defined in
-
-[models/collections.ts:310](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L310)
diff --git a/website/versioned_docs/version-1.0.0/api/types/FilterValues.md b/website/versioned_docs/version-1.0.0/api/types/FilterValues.md
deleted file mode 100644
index 21e239275..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/FilterValues.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "FilterValues"
-title: "Type alias: FilterValues"
-sidebar_label: "FilterValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FilterValues**<`M`\>: { [K in keyof M]?: [WhereFilterOp, any] }
-
-Used to define filters applied in collections
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/collections.ts:282](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L282)
diff --git a/website/versioned_docs/version-1.0.0/api/types/FirebaseAuthDelegate.md b/website/versioned_docs/version-1.0.0/api/types/FirebaseAuthDelegate.md
deleted file mode 100644
index ae46350b3..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/FirebaseAuthDelegate.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "FirebaseAuthDelegate"
-title: "Type alias: FirebaseAuthDelegate"
-sidebar_label: "FirebaseAuthDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FirebaseAuthDelegate**: [`AuthDelegate`](AuthDelegate)<`FirebaseUser`\> & { `authLoading`: `boolean` ; `loginSkipped?`: `boolean` ; `anonymousLogin`: () => `void` ; `appleLogin`: () => `void` ; `createUserWithEmailAndPassword`: (`email`: `string`, `password`: `string`) => `void` ; `emailPasswordLogin`: (`email`: `string`, `password`: `string`) => `void` ; `facebookLogin`: () => `void` ; `fetchSignInMethodsForEmail`: (`email`: `string`) => `Promise`<`string`[]\> ; `githubLogin`: () => `void` ; `googleLogin`: () => `void` ; `microsoftLogin`: () => `void` ; `skipLogin?`: () => `void` ; `twitterLogin`: () => `void` }
-
-#### Defined in
-
-[firebase_app/models/auth.tsx:34](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/models/auth.tsx#L34)
diff --git a/website/versioned_docs/version-1.0.0/api/types/FirestoreTextSearchController.md b/website/versioned_docs/version-1.0.0/api/types/FirestoreTextSearchController.md
deleted file mode 100644
index 613e15455..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/FirestoreTextSearchController.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-id: "FirestoreTextSearchController"
-title: "Type alias: FirestoreTextSearchController"
-sidebar_label: "FirestoreTextSearchController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FirestoreTextSearchController**: (`props`: { `path`: `string` ; `searchString`: `string` }) => `Promise` \| `undefined`
-
-#### Type declaration
-
-▸ (`props`): `Promise` \| `undefined`
-
-Use this controller to return a list of ids from a search index, given a
-`path` and a `searchString`.
-Firestore does not support text search directly so we need to rely on an external
-index, such as Algolia.
-Note that you will get text search requests for collections that have the
-`textSearchEnabled` flag set to `true`.
-
-**`see`** performAlgoliaTextSearch
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.path` | `string` |
-| `props.searchString` | `string` |
-
-##### Returns
-
-`Promise` \| `undefined`
-
-#### Defined in
-
-[firebase_app/models/text_search.ts:13](https://github.com/Camberi/firecms/blob/2d60fba/src/firebase_app/models/text_search.ts#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/types/ListenCollectionProps.md b/website/versioned_docs/version-1.0.0/api/types/ListenCollectionProps.md
deleted file mode 100644
index 7d4d3c753..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/ListenCollectionProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "ListenCollectionProps"
-title: "Type alias: ListenCollectionProps"
-sidebar_label: "ListenCollectionProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ListenCollectionProps**<`M`\>: [`FetchCollectionProps`](../interfaces/FetchCollectionProps)<`M`\> & { `onError?`: (`error`: `Error`) => `void` ; `onUpdate`: (`entities`: [`Entity`](../interfaces/Entity)<`M`\>[]) => `void` }
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/datasource.ts:45](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L45)
diff --git a/website/versioned_docs/version-1.0.0/api/types/ListenEntityProps.md b/website/versioned_docs/version-1.0.0/api/types/ListenEntityProps.md
deleted file mode 100644
index 9997977d8..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/ListenEntityProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "ListenEntityProps"
-title: "Type alias: ListenEntityProps"
-sidebar_label: "ListenEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ListenEntityProps**<`M`\>: [`FetchEntityProps`](../interfaces/FetchEntityProps)<`M`\> & { `onError?`: (`error`: `Error`) => `void` ; `onUpdate`: (`entity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` }
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/datasource.ts:23](https://github.com/Camberi/firecms/blob/2d60fba/src/models/datasource.ts#L23)
diff --git a/website/versioned_docs/version-1.0.0/api/types/Locale.md b/website/versioned_docs/version-1.0.0/api/types/Locale.md
deleted file mode 100644
index fb8a298a2..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/Locale.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "Locale"
-title: "Type alias: Locale"
-sidebar_label: "Locale"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **Locale**: ``"af"`` \| ``"ar"`` \| ``"arDZ"`` \| ``"arMA"`` \| ``"arSA"`` \| ``"az"`` \| ``"be"`` \| ``"bg"`` \| ``"bn"`` \| ``"ca"`` \| ``"cs"`` \| ``"cy"`` \| ``"da"`` \| ``"de"`` \| ``"el"`` \| ``"enAU"`` \| ``"enCA"`` \| ``"enGB"`` \| ``"enIN"`` \| ``"enNZ"`` \| ``"enUS"`` \| ``"eo"`` \| ``"es"`` \| ``"et"`` \| ``"eu"`` \| ``"faIR"`` \| ``"fi"`` \| ``"fil"`` \| ``"fr"`` \| ``"frCA"`` \| ``"frCH"`` \| ``"gd"`` \| ``"gl"`` \| ``"gu"`` \| ``"he"`` \| ``"hi"`` \| ``"hr"`` \| ``"hu"`` \| ``"hy"`` \| ``"id"`` \| ``"is"`` \| ``"it"`` \| ``"ja"`` \| ``"ka"`` \| ``"kk"`` \| ``"kn"`` \| ``"ko"`` \| ``"lb"`` \| ``"lt"`` \| ``"lv"`` \| ``"mk"`` \| ``"ms"`` \| ``"mt"`` \| ``"nb"`` \| ``"nl"`` \| ``"nlBE"`` \| ``"nn"`` \| ``"pl"`` \| ``"pt"`` \| ``"ptBR"`` \| ``"ro"`` \| ``"ru"`` \| ``"sk"`` \| ``"sl"`` \| ``"sr"`` \| ``"srLatn"`` \| ``"sv"`` \| ``"ta"`` \| ``"te"`` \| ``"th"`` \| ``"tr"`` \| ``"ug"`` \| ``"uk"`` \| ``"uz"`` \| ``"vi"`` \| ``"zhCN"`` \| ``"zhTW"``
-
-#### Defined in
-
-[models/locales.ts:4](https://github.com/Camberi/firecms/blob/2d60fba/src/models/locales.ts#L4)
diff --git a/website/versioned_docs/version-1.0.0/api/types/MediaType.md b/website/versioned_docs/version-1.0.0/api/types/MediaType.md
deleted file mode 100644
index 2294f80ad..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/MediaType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "MediaType"
-title: "Type alias: MediaType"
-sidebar_label: "MediaType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **MediaType**: ``"image"`` \| ``"video"`` \| ``"audio"``
-
-#### Defined in
-
-[models/properties.ts:61](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L61)
diff --git a/website/versioned_docs/version-1.0.0/api/types/NavigationBuilder.md b/website/versioned_docs/version-1.0.0/api/types/NavigationBuilder.md
deleted file mode 100644
index f91bc322b..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/NavigationBuilder.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "NavigationBuilder"
-title: "Type alias: NavigationBuilder"
-sidebar_label: "NavigationBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **NavigationBuilder**<`UserType`\>: (`props`: [`NavigationBuilderProps`](../interfaces/NavigationBuilderProps)<`UserType`\>) => `Promise`<[`Navigation`](../interfaces/Navigation)\> \| (`props`: [`NavigationBuilderProps`](../interfaces/NavigationBuilderProps)<`UserType`\>) => [`Navigation`](../interfaces/Navigation)
-
-You can use this builder to customize the navigation, based on the logged in
-user
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User) = [`User`](User) |
-
-#### Defined in
-
-[models/navigation.ts:15](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L15)
diff --git a/website/versioned_docs/version-1.0.0/api/types/NavigationContext.md b/website/versioned_docs/version-1.0.0/api/types/NavigationContext.md
deleted file mode 100644
index 441250e76..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/NavigationContext.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-id: "NavigationContext"
-title: "Type alias: NavigationContext"
-sidebar_label: "NavigationContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **NavigationContext**: `Object`
-
-Context that includes the resolved navigation and utility methods and
-attributes.
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `baseCollectionPath` | `string` | Default path under the collection routes of the CMS will be created |
-| `basePath` | `string` | Default path under the navigation routes of the CMS will be created |
-| `homeUrl` | `string` | Base url path for the home screen |
-| `initialised` | `boolean` | Is the registry ready to be used |
-| `loading` | `boolean` | - |
-| `navigation?` | [`Navigation`](../interfaces/Navigation) | - |
-| `navigationLoadingError?` | `any` | - |
-| `buildCMSUrlPath` | (`path`: `string`) => `string` | Convert a collection or entity path to a URL path |
-| `buildUrlCollectionPath` | (`path`: `string`) => `string` | Build a URL collection path from a data path `products` => `/c/products` `products/B34SAP8Z` => `/c/products/B34SAP8Z` |
-| `getCollectionResolver` | (`path`: `string`, `entityId?`: `string`, `baseCollection?`: [`EntityCollection`](../interfaces/EntityCollection)<`M`, `string`, `any`\>) => `undefined` \| [`EntityCollectionResolver`](EntityCollectionResolver)<`M`\> | Get the schema configuration for a given path. If you use this method you can use a baseCollection that will be used to resolve the initial properties of the collection, before applying the collection configuration changes that are persisted. If you don't specify it, the collection is fetched from the local navigation. |
-| `isUrlCollectionPath` | (`urlPath`: `string`) => `boolean` | Check if a url path belongs to a collection |
-| `onCollectionModifiedForUser` | (`path`: `string`, `partialCollection`: [`PartialEntityCollection`](PartialEntityCollection)<`M`\>) => `void` | Use this callback when a collection has been modified so it is persisted. |
-| `removeAllOverridesExcept` | (`entityRefs`: { `entityId?`: `string` ; `path`: `string` }[]) => `void` | Remove all keys not used |
-| `setOverride` | (`props`: { `entityId?`: `string` ; `overrideSchemaRegistry?`: `boolean` ; `path`: `string` ; `schemaConfig?`: `Partial`<[`EntityCollectionResolver`](EntityCollectionResolver)\> }) => `undefined` \| `string` | Set props for path |
-| `urlPathToDataPath` | (`cmsPath`: `string`) => `string` | Convert a URL path to a collection or entity path `/c/products` => `products` `/my_cms/c/products/B34SAP8Z` => `products/B34SAP8Z` `/my_cms/my_view` => `my_view` |
-
-#### Defined in
-
-[models/navigation.ts:82](https://github.com/Camberi/firecms/blob/2d60fba/src/models/navigation.ts#L82)
diff --git a/website/versioned_docs/version-1.0.0/api/types/NavigationRoutesProps.md b/website/versioned_docs/version-1.0.0/api/types/NavigationRoutesProps.md
deleted file mode 100644
index fc951b934..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/NavigationRoutesProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "NavigationRoutesProps"
-title: "Type alias: NavigationRoutesProps"
-sidebar_label: "NavigationRoutesProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **NavigationRoutesProps**: `Object`
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `HomePage?` | `React.ComponentType` | In case you need to override the home page |
-
-#### Defined in
-
-[core/NavigationRoutes.tsx:13](https://github.com/Camberi/firecms/blob/2d60fba/src/core/NavigationRoutes.tsx#L13)
diff --git a/website/versioned_docs/version-1.0.0/api/types/OnCellValueChange.md b/website/versioned_docs/version-1.0.0/api/types/OnCellValueChange.md
deleted file mode 100644
index bb6d01ab8..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/OnCellValueChange.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-id: "OnCellValueChange"
-title: "Type alias: OnCellValueChange"
-sidebar_label: "OnCellValueChange"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **OnCellValueChange**<`T`, `M`\>: (`params`: [`OnCellValueChangeParams`](../interfaces/OnCellValueChangeParams)<`T`, `M`\>) => `Promise`<`void`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | `T` |
-| `M` | extends `Object` |
-
-#### Type declaration
-
-▸ (`params`): `Promise`<`void`\>
-
-Callback when a cell has changed in a table
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`OnCellValueChangeParams`](../interfaces/OnCellValueChangeParams)<`T`, `M`\> |
-
-##### Returns
-
-`Promise`<`void`\>
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:94](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L94)
diff --git a/website/versioned_docs/version-1.0.0/api/types/OnColumnResizeParams.md b/website/versioned_docs/version-1.0.0/api/types/OnColumnResizeParams.md
deleted file mode 100644
index 586228fd1..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/OnColumnResizeParams.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "OnColumnResizeParams"
-title: "Type alias: OnColumnResizeParams"
-sidebar_label: "OnColumnResizeParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **OnColumnResizeParams**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `key` | `string` |
-| `width` | `number` |
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTableProps.tsx:14](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTableProps.tsx#L14)
diff --git a/website/versioned_docs/version-1.0.0/api/types/OnTableColumnResizeParams.md b/website/versioned_docs/version-1.0.0/api/types/OnTableColumnResizeParams.md
deleted file mode 100644
index 5a6c743bf..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/OnTableColumnResizeParams.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "OnTableColumnResizeParams"
-title: "Type alias: OnTableColumnResizeParams"
-sidebar_label: "OnTableColumnResizeParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **OnTableColumnResizeParams**<`T`\>: `Object`
-
-**`see`** Table
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `column` | [`TableColumn`](../interfaces/TableColumn)<`T`\> |
-| `key` | `string` |
-| `width` | `number` |
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:156](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L156)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PartialEntityCollection.md b/website/versioned_docs/version-1.0.0/api/types/PartialEntityCollection.md
deleted file mode 100644
index 0bcb6e212..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PartialEntityCollection.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "PartialEntityCollection"
-title: "Type alias: PartialEntityCollection"
-sidebar_label: "PartialEntityCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PartialEntityCollection**<`M`\>: `Omit`<`Partial`<[`EntityCollection`](../interfaces/EntityCollection)<`M`\>\>, ``"schema"``\> & { `schema?`: [`PartialEntitySchema`](PartialEntitySchema)<`M`\> }
-
-Use to resolve the schema properties for specific path, entity id or values.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/config_persistence.tsx:25](https://github.com/Camberi/firecms/blob/2d60fba/src/models/config_persistence.tsx#L25)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PartialEntitySchema.md b/website/versioned_docs/version-1.0.0/api/types/PartialEntitySchema.md
deleted file mode 100644
index 48216bae9..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PartialEntitySchema.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "PartialEntitySchema"
-title: "Type alias: PartialEntitySchema"
-sidebar_label: "PartialEntitySchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PartialEntitySchema**<`M`\>: `Omit`<`Partial`<[`EntitySchema`](../interfaces/EntitySchema)<`M`\>\>, ``"properties"``\> & { `properties`: [`PartialProperties`](PartialProperties)<`M`\> }
-
-Use to resolve the schema properties for specific path, entity id or values.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/config_persistence.tsx:15](https://github.com/Camberi/firecms/blob/2d60fba/src/models/config_persistence.tsx#L15)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PartialProperties.md b/website/versioned_docs/version-1.0.0/api/types/PartialProperties.md
deleted file mode 100644
index 0b82a3830..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PartialProperties.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "PartialProperties"
-title: "Type alias: PartialProperties"
-sidebar_label: "PartialProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PartialProperties**<`M`\>: `Record`\>
-
-Use to resolve the schema properties for specific path, entity id or values.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/config_persistence.tsx:9](https://github.com/Camberi/firecms/blob/2d60fba/src/models/config_persistence.tsx#L9)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PermissionsBuilder.md b/website/versioned_docs/version-1.0.0/api/types/PermissionsBuilder.md
deleted file mode 100644
index b214f5ef5..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PermissionsBuilder.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "PermissionsBuilder"
-title: "Type alias: PermissionsBuilder"
-sidebar_label: "PermissionsBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PermissionsBuilder**<`M`, `UserType`\>: [`Permissions`](../interfaces/Permissions) \| (`{
- entity,
- path,
- user,
- authController,
- context
- }`: [`PermissionsBuilderProps`](../interfaces/PermissionsBuilderProps)<`M`, `UserType`\>) => [`Permissions`](../interfaces/Permissions)
-
-Builder used to assign `create`, `edit` and `delete` permissions to entities,
-based on the logged user, entity or collection path
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-| `UserType` | [`User`](User) |
-
-#### Defined in
-
-[models/permissions.ts:59](https://github.com/Camberi/firecms/blob/2d60fba/src/models/permissions.ts#L59)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PreviewSize.md b/website/versioned_docs/version-1.0.0/api/types/PreviewSize.md
deleted file mode 100644
index b1c3de190..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PreviewSize.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "PreviewSize"
-title: "Type alias: PreviewSize"
-sidebar_label: "PreviewSize"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PreviewSize**: ``"regular"`` \| ``"small"`` \| ``"tiny"``
-
-#### Defined in
-
-[preview/PreviewComponentProps.tsx:7](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/PreviewComponentProps.tsx#L7)
diff --git a/website/versioned_docs/version-1.0.0/api/types/Properties.md b/website/versioned_docs/version-1.0.0/api/types/Properties.md
deleted file mode 100644
index 2ce22079d..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/Properties.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "Properties"
-title: "Type alias: Properties"
-sidebar_label: "Properties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **Properties**<`M`\>: { [k in keyof M]: Property }
-
-Record of properties of an entity or a map property
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` = `any` |
-
-#### Defined in
-
-[models/properties.ts:179](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L179)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PropertiesOrBuilder.md b/website/versioned_docs/version-1.0.0/api/types/PropertiesOrBuilder.md
deleted file mode 100644
index cccde99e3..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PropertiesOrBuilder.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "PropertiesOrBuilder"
-title: "Type alias: PropertiesOrBuilder"
-sidebar_label: "PropertiesOrBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PropertiesOrBuilder**<`M`\>: { [k in keyof M]: PropertyOrBuilder }
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Defined in
-
-[models/properties.ts:213](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L213)
diff --git a/website/versioned_docs/version-1.0.0/api/types/Property.md b/website/versioned_docs/version-1.0.0/api/types/Property.md
deleted file mode 100644
index fa1c6daee..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/Property.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "Property"
-title: "Type alias: Property"
-sidebar_label: "Property"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **Property**<`T`\>: `T` extends `string` ? [`StringProperty`](../interfaces/StringProperty) : `T` extends `number` ? [`NumberProperty`](../interfaces/NumberProperty) : `T` extends `boolean` ? [`BooleanProperty`](../interfaces/BooleanProperty) : `T` extends `Date` ? [`TimestampProperty`](../interfaces/TimestampProperty) : `T` extends [`GeoPoint`](../classes/GeoPoint) ? [`GeopointProperty`](../interfaces/GeopointProperty) : `T` extends [`EntityReference`](../classes/EntityReference) ? [`ReferenceProperty`](../interfaces/ReferenceProperty) : `T` extends [`CMSType`](CMSType)[] ? [`ArrayProperty`](../interfaces/ArrayProperty)<`T`\> : `T` extends { `[Key: string]`: `any`; } ? [`MapProperty`](../interfaces/MapProperty)<`T`\> : `AnyProperty`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](CMSType) = [`CMSType`](CMSType) |
-
-#### Defined in
-
-[models/properties.ts:35](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L35)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PropertyBuilder.md b/website/versioned_docs/version-1.0.0/api/types/PropertyBuilder.md
deleted file mode 100644
index d56fe7620..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PropertyBuilder.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-id: "PropertyBuilder"
-title: "Type alias: PropertyBuilder"
-sidebar_label: "PropertyBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PropertyBuilder**<`T`, `M`\>: (`{
- values,
- previousValues,
- path,
- entityId
- }`: [`PropertyBuilderProps`](PropertyBuilderProps)<`M`\>) => [`Property`](Property)<`T`\> \| ``null``
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](CMSType) = [`CMSType`](CMSType) |
-| `M` | `any` |
-
-#### Type declaration
-
-▸ (`{
- values,
- previousValues,
- path,
- entityId
- }`): [`Property`](Property)<`T`\> \| ``null``
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `{
- values,
- previousValues,
- path,
- entityId
- }` | [`PropertyBuilderProps`](PropertyBuilderProps)<`M`\> |
-
-##### Returns
-
-[`Property`](Property)<`T`\> \| ``null``
-
-#### Defined in
-
-[models/properties.ts:196](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L196)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PropertyBuilderProps.md b/website/versioned_docs/version-1.0.0/api/types/PropertyBuilderProps.md
deleted file mode 100644
index c02ca60d5..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PropertyBuilderProps.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "PropertyBuilderProps"
-title: "Type alias: PropertyBuilderProps"
-sidebar_label: "PropertyBuilderProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PropertyBuilderProps**<`M`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Object` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `entityId?` | `string` |
-| `path` | `string` |
-| `previousValues?` | `Partial`<`M`\> |
-| `values` | `Partial`<`M`\> |
-
-#### Defined in
-
-[models/properties.ts:186](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L186)
diff --git a/website/versioned_docs/version-1.0.0/api/types/PropertyOrBuilder.md b/website/versioned_docs/version-1.0.0/api/types/PropertyOrBuilder.md
deleted file mode 100644
index da0cfa8a3..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/PropertyOrBuilder.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "PropertyOrBuilder"
-title: "Type alias: PropertyOrBuilder"
-sidebar_label: "PropertyOrBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **PropertyOrBuilder**<`T`, `M`\>: [`Property`](Property)<`T`\> \| [`PropertyBuilder`](PropertyBuilder)<`T`, `M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](CMSType) = [`CMSType`](CMSType) |
-| `M` | `any` |
-
-#### Defined in
-
-[models/properties.ts:206](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L206)
diff --git a/website/versioned_docs/version-1.0.0/api/types/ResolvedEntitySchema.md b/website/versioned_docs/version-1.0.0/api/types/ResolvedEntitySchema.md
deleted file mode 100644
index b8c25f732..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/ResolvedEntitySchema.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "ResolvedEntitySchema"
-title: "Type alias: ResolvedEntitySchema"
-sidebar_label: "ResolvedEntitySchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ResolvedEntitySchema**<`M`\>: `Omit`<[`EntitySchema`](../interfaces/EntitySchema)<`M`\>, ``"properties"``\> & { `originalSchema`: [`EntitySchema`](../interfaces/EntitySchema)<`M`\> ; `properties`: [`Properties`](Properties)<`M`\> }
-
-This is the same entity schema you define, only all the property builders
-are resolved to regular `Property` objects.
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[models/entities.ts:75](https://github.com/Camberi/firecms/blob/2d60fba/src/models/entities.ts#L75)
diff --git a/website/versioned_docs/version-1.0.0/api/types/ResolvedNavigationEntry.md b/website/versioned_docs/version-1.0.0/api/types/ResolvedNavigationEntry.md
deleted file mode 100644
index 2f092968e..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/ResolvedNavigationEntry.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "ResolvedNavigationEntry"
-title: "Type alias: ResolvedNavigationEntry"
-sidebar_label: "ResolvedNavigationEntry"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ResolvedNavigationEntry**<`M`\>: [`ResolvedNavigationEntity`](../interfaces/ResolvedNavigationEntity)<`M`\> \| [`ResolvedNavigationCollection`](../interfaces/ResolvedNavigationCollection)<`M`\> \| `ResolvedNavigationEntityCustom`<`M`\>
-
-**`see`** resolveNavigationFrom
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[hooks/useResolvedNavigationFrom.tsx:15](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useResolvedNavigationFrom.tsx#L15)
diff --git a/website/versioned_docs/version-1.0.0/api/types/SaveEntityWithCallbacksProps.md b/website/versioned_docs/version-1.0.0/api/types/SaveEntityWithCallbacksProps.md
deleted file mode 100644
index e9f975679..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/SaveEntityWithCallbacksProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "SaveEntityWithCallbacksProps"
-title: "Type alias: SaveEntityWithCallbacksProps"
-sidebar_label: "SaveEntityWithCallbacksProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **SaveEntityWithCallbacksProps**<`M`\>: [`SaveEntityProps`](../interfaces/SaveEntityProps)<`M`\> & { `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> ; `onPreSaveHookError?`: (`e`: `Error`) => `void` ; `onSaveFailure?`: (`e`: `Error`) => `void` ; `onSaveSuccess?`: (`updatedEntity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` ; `onSaveSuccessHookError?`: (`e`: `Error`) => `void` }
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[hooks/data/save.ts:15](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/data/save.ts#L15)
diff --git a/website/versioned_docs/version-1.0.0/api/types/SchemaOverride.md b/website/versioned_docs/version-1.0.0/api/types/SchemaOverride.md
deleted file mode 100644
index a4e317aca..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/SchemaOverride.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "SchemaOverride"
-title: "Type alias: SchemaOverride"
-sidebar_label: "SchemaOverride"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **SchemaOverride**<`M`, `UserType`\>: `Object`
-
-You can return these parameters to override properties in a [SchemaOverrideHandler](SchemaOverrideHandler).
-Useful if you want to apply schemas to specific entities.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-| `UserType` | [`User`](User) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `callbacks?` | [`EntityCallbacks`](../interfaces/EntityCallbacks)<`M`\> | This interface defines all the callbacks that can be used when an entity is being created, updated or deleted. Useful for adding your own logic or blocking the execution of the operation |
-| `permissions?` | [`PermissionsBuilder`](PermissionsBuilder)<`M`, `UserType`\> | Can the elements in this collection be added and edited. |
-| `schema?` | [`EntitySchema`](../interfaces/EntitySchema)<`M`\> | Schema representing the entities of this view |
-| `subcollections?` | [`EntityCollection`](../interfaces/EntityCollection)[] | You can add subcollections to your entity in the same way you define the root collections. |
-
-#### Defined in
-
-[models/schema_override.ts:22](https://github.com/Camberi/firecms/blob/2d60fba/src/models/schema_override.ts#L22)
diff --git a/website/versioned_docs/version-1.0.0/api/types/SchemaOverrideHandler.md b/website/versioned_docs/version-1.0.0/api/types/SchemaOverrideHandler.md
deleted file mode 100644
index 46407779e..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/SchemaOverrideHandler.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "SchemaOverrideHandler"
-title: "Type alias: SchemaOverrideHandler"
-sidebar_label: "SchemaOverrideHandler"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **SchemaOverrideHandler**: (`props`: { `entityId?`: `string` ; `path`: `string` }) => [`SchemaOverride`](SchemaOverride) \| `undefined`
-
-#### Type declaration
-
-▸ (`props`): [`SchemaOverride`](SchemaOverride) \| `undefined`
-
-Used to override schemas based on the collection path and entityId.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.entityId?` | `string` |
-| `props.path` | `string` |
-
-##### Returns
-
-[`SchemaOverride`](SchemaOverride) \| `undefined`
-
-#### Defined in
-
-[models/schema_override.ts:12](https://github.com/Camberi/firecms/blob/2d60fba/src/models/schema_override.ts#L12)
diff --git a/website/versioned_docs/version-1.0.0/api/types/SelectionController.md b/website/versioned_docs/version-1.0.0/api/types/SelectionController.md
deleted file mode 100644
index e64345ec8..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/SelectionController.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "SelectionController"
-title: "Type alias: SelectionController"
-sidebar_label: "SelectionController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **SelectionController**<`M`\>: `Object`
-
-Use this controller to retrieve the selected entities or modify them in
-an [EntityCollection](../interfaces/EntityCollection)
-If you want to pass a `SelectionController` to
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | `any` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `selectedEntities` | [`Entity`](../interfaces/Entity)<`M`\>[] |
-| `isEntitySelected` | (`entity`: [`Entity`](../interfaces/Entity)<`M`\>) => `boolean` |
-| `setSelectedEntities` | (`selectedEntities`: [`Entity`](../interfaces/Entity)<`M`\>[]) => `void` |
-| `toggleEntitySelection` | (`entity`: [`Entity`](../interfaces/Entity)<`M`\>) => `void` |
-
-#### Defined in
-
-[models/collections.ts:253](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L253)
diff --git a/website/versioned_docs/version-1.0.0/api/types/SnackbarMessageType.md b/website/versioned_docs/version-1.0.0/api/types/SnackbarMessageType.md
deleted file mode 100644
index fb57dd107..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/SnackbarMessageType.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "SnackbarMessageType"
-title: "Type alias: SnackbarMessageType"
-sidebar_label: "SnackbarMessageType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **SnackbarMessageType**: ``"success"`` \| ``"info"`` \| ``"warning"`` \| ``"error"``
-
-Possible snackbar types
-
-#### Defined in
-
-[hooks/useSnackbarController.tsx:8](https://github.com/Camberi/firecms/blob/2d60fba/src/hooks/useSnackbarController.tsx#L8)
diff --git a/website/versioned_docs/version-1.0.0/api/types/StorageFileTypes.md b/website/versioned_docs/version-1.0.0/api/types/StorageFileTypes.md
deleted file mode 100644
index e4b4f1ef5..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/StorageFileTypes.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "StorageFileTypes"
-title: "Type alias: StorageFileTypes"
-sidebar_label: "StorageFileTypes"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **StorageFileTypes**: ``"image/*"`` \| ``"video/*"`` \| ``"audio/*"`` \| ``"application/*"`` \| ``"text/*"`` \| ``"font/*"`` \| `string`
-
-MIME types for storage fields
-
-**`see`** https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
-
-#### Defined in
-
-[models/properties.ts:705](https://github.com/Camberi/firecms/blob/2d60fba/src/models/properties.ts#L705)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableColumnFilter.md b/website/versioned_docs/version-1.0.0/api/types/TableColumnFilter.md
deleted file mode 100644
index 6e6e2c145..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableColumnFilter.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "TableColumnFilter"
-title: "Type alias: TableColumnFilter"
-sidebar_label: "TableColumnFilter"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableColumnFilter**: `Object`
-
-**`see`** Table
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `dataType` | ``"number"`` \| ``"string"`` \| ``"boolean"`` \| ``"timestamp"`` |
-| `enumValues?` | [`TableEnumValues`](TableEnumValues) |
-| `isArray?` | `boolean` |
-| `title?` | `string` |
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:122](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L122)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableEnumValues.md b/website/versioned_docs/version-1.0.0/api/types/TableEnumValues.md
deleted file mode 100644
index 18bc10e83..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableEnumValues.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "TableEnumValues"
-title: "Type alias: TableEnumValues"
-sidebar_label: "TableEnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableEnumValues**: `Record`<`string` \| `number`, `string`\> \| `Map`<`string` \| `number`, `string`\>
-
-**`see`** Table
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:169](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L169)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableFilterValues.md b/website/versioned_docs/version-1.0.0/api/types/TableFilterValues.md
deleted file mode 100644
index 049f1fa2c..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableFilterValues.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "TableFilterValues"
-title: "Type alias: TableFilterValues"
-sidebar_label: "TableFilterValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableFilterValues**<`M`\>: { [K in keyof M]?: [TableWhereFilterOp, any] }
-
-**`see`** Table
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `M` |
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:184](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L184)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableSize.md b/website/versioned_docs/version-1.0.0/api/types/TableSize.md
deleted file mode 100644
index b7934bb62..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableSize.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "TableSize"
-title: "Type alias: TableSize"
-sidebar_label: "TableSize"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableSize**: ``"xs"`` \| ``"s"`` \| ``"m"`` \| ``"l"`` \| ``"xl"``
-
-**`see`** Table
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:163](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L163)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableSort.md b/website/versioned_docs/version-1.0.0/api/types/TableSort.md
deleted file mode 100644
index 1be7eece0..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableSort.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "TableSort"
-title: "Type alias: TableSort"
-sidebar_label: "TableSort"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableSort**: ``"asc"`` \| ``"desc"`` \| `undefined`
-
-**`see`** Table
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:177](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L177)
diff --git a/website/versioned_docs/version-1.0.0/api/types/TableWhereFilterOp.md b/website/versioned_docs/version-1.0.0/api/types/TableWhereFilterOp.md
deleted file mode 100644
index 0a282c1a5..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/TableWhereFilterOp.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-id: "TableWhereFilterOp"
-title: "Type alias: TableWhereFilterOp"
-sidebar_label: "TableWhereFilterOp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **TableWhereFilterOp**: ``"<"`` \| ``"<="`` \| ``"=="`` \| ``"!="`` \| ``">="`` \| ``">"`` \| ``"array-contains"`` \| ``"in"`` \| ``"array-contains-any"``
-
-Filter conditions in a `Query.where()` clause are specified using the
-strings '<', '<=', '==', '>=', '>', 'array-contains', 'in', and 'array-contains-any'.
-
-**`see`** Table
-
-#### Defined in
-
-[core/components/Table/TableProps.tsx:192](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/Table/TableProps.tsx#L192)
diff --git a/website/versioned_docs/version-1.0.0/api/types/UniqueFieldValidator.md b/website/versioned_docs/version-1.0.0/api/types/UniqueFieldValidator.md
deleted file mode 100644
index f6145b806..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/UniqueFieldValidator.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "UniqueFieldValidator"
-title: "Type alias: UniqueFieldValidator"
-sidebar_label: "UniqueFieldValidator"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **UniqueFieldValidator**: (`props`: { `entityId?`: `string` ; `name`: `string` ; `property`: [`Property`](Property) ; `value`: `any` }) => `Promise`<`boolean`\>
-
-#### Type declaration
-
-▸ (`props`): `Promise`<`boolean`\>
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.entityId?` | `string` |
-| `props.name` | `string` |
-| `props.property` | [`Property`](Property) |
-| `props.value` | `any` |
-
-##### Returns
-
-`Promise`<`boolean`\>
-
-#### Defined in
-
-[core/components/CollectionTable/column_builder.tsx:88](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/column_builder.tsx#L88)
diff --git a/website/versioned_docs/version-1.0.0/api/types/User.md b/website/versioned_docs/version-1.0.0/api/types/User.md
deleted file mode 100644
index 7db3d9e17..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/User.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "User"
-title: "Type alias: User"
-sidebar_label: "User"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **User**: { `displayName`: `string` \| ``null`` ; `email`: `string` \| ``null`` ; `isAnonymous`: `boolean` ; `metadata`: `any` ; `photoURL`: `string` \| ``null`` ; `providerId`: `string` ; `uid`: `string` } & `any`
-
-This interface represents a user.
-It has the some of the same fields as a Firebase User.
-Note that in the default implementation, we simply take the Firebase user
-and use it as a FireCMS user, so that means that even if they are not mapped
-in this interface, it contains all the methods of the former, such as `delete`,
-`getIdToken`, etc.
-
-#### Defined in
-
-[models/user.ts:16](https://github.com/Camberi/firecms/blob/2d60fba/src/models/user.ts#L16)
diff --git a/website/versioned_docs/version-1.0.0/api/types/WhereFilterOp.md b/website/versioned_docs/version-1.0.0/api/types/WhereFilterOp.md
deleted file mode 100644
index b2f84330f..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/WhereFilterOp.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-id: "WhereFilterOp"
-title: "Type alias: WhereFilterOp"
-sidebar_label: "WhereFilterOp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **WhereFilterOp**: ``"<"`` \| ``"<="`` \| ``"=="`` \| ``"!="`` \| ``">="`` \| ``">"`` \| ``"array-contains"`` \| ``"in"`` \| ``"array-contains-any"``
-
-Filter conditions in a `Query.where()` clause are specified using the
-strings '<', '<=', '==', '>=', '>', 'array-contains', 'in', and 'array-contains-any'.
-
-#### Defined in
-
-[models/collections.ts:265](https://github.com/Camberi/firecms/blob/2d60fba/src/models/collections.ts#L265)
diff --git a/website/versioned_docs/version-1.0.0/api/types/_category_.yml b/website/versioned_docs/version-1.0.0/api/types/_category_.yml
deleted file mode 100644
index f80828f93..000000000
--- a/website/versioned_docs/version-1.0.0/api/types/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Type aliases"
-position: 5
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/api/variables/AsyncPreviewComponent.md b/website/versioned_docs/version-1.0.0/api/variables/AsyncPreviewComponent.md
deleted file mode 100644
index 7c5fe4ea4..000000000
--- a/website/versioned_docs/version-1.0.0/api/variables/AsyncPreviewComponent.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-id: "AsyncPreviewComponent"
-title: "Variable: AsyncPreviewComponent"
-sidebar_label: "AsyncPreviewComponent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-• `Const` **AsyncPreviewComponent**: `FunctionComponent`<`AsyncPreviewComponentProps`\>
-
-Utility component used to render the result of an async execution.
-It shows a loading indicator while at it.
-
-#### Defined in
-
-[preview/components/AsyncPreviewComponent.tsx:50](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/AsyncPreviewComponent.tsx#L50)
diff --git a/website/versioned_docs/version-1.0.0/api/variables/CollectionTable.md b/website/versioned_docs/version-1.0.0/api/variables/CollectionTable.md
deleted file mode 100644
index b436839ee..000000000
--- a/website/versioned_docs/version-1.0.0/api/variables/CollectionTable.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "CollectionTable"
-title: "Variable: CollectionTable"
-sidebar_label: "CollectionTable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-• `Const` **CollectionTable**: `FunctionComponent`<[`CollectionTableProps`](../interfaces/CollectionTableProps)<`any`, `any`\>\>
-
-This component is in charge of rendering a collection table with a high
-degree of customization. It is in charge of fetching data from
-the [DataSource](../interfaces/DataSource) and holding the state of filtering and sorting.
-
-This component is used internally by [EntityCollectionView](../functions/EntityCollectionView) and
-[ReferenceDialog](../functions/ReferenceDialog)
-
-Please note that you only need to use this component if you are building
-a custom view. If you just need to create a default view you can do it
-exclusively with config options.
-
-If you want to bind a [EntityCollection](../interfaces/EntityCollection) to a table with the default
-options you see in collections in the top level navigation, you can
-check [EntityCollectionView](../functions/EntityCollectionView)
-
-If you need a table that is not bound to the datasource or entities and
-properties at all, you can check [Table](../functions/Table)
-
-**`see`** CollectionTableProps
-
-**`see`** EntityCollectionView
-
-**`see`** Table
-
-#### Defined in
-
-[core/components/CollectionTable/CollectionTable.tsx:71](https://github.com/Camberi/firecms/blob/2d60fba/src/core/components/CollectionTable/CollectionTable.tsx#L71)
diff --git a/website/versioned_docs/version-1.0.0/api/variables/ReferencePreview.md b/website/versioned_docs/version-1.0.0/api/variables/ReferencePreview.md
deleted file mode 100644
index e1353e9e3..000000000
--- a/website/versioned_docs/version-1.0.0/api/variables/ReferencePreview.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "ReferencePreview"
-title: "Variable: ReferencePreview"
-sidebar_label: "ReferencePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-• `Const` **ReferencePreview**: `FunctionComponent`<`ReferencePreviewProps`\>
-
-#### Defined in
-
-[preview/components/ReferencePreview.tsx:35](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/ReferencePreview.tsx#L35)
diff --git a/website/versioned_docs/version-1.0.0/api/variables/StorageThumbnail.md b/website/versioned_docs/version-1.0.0/api/variables/StorageThumbnail.md
deleted file mode 100644
index 5e51b04c5..000000000
--- a/website/versioned_docs/version-1.0.0/api/variables/StorageThumbnail.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "StorageThumbnail"
-title: "Variable: StorageThumbnail"
-sidebar_label: "StorageThumbnail"
-sidebar_position: 0
-custom_edit_url: null
----
-
-• `Const` **StorageThumbnail**: `FunctionComponent`<[`PreviewComponentProps`](../interfaces/PreviewComponentProps)<`string`, `any`\>\>
-
-#### Defined in
-
-[preview/components/StorageThumbnail.tsx:11](https://github.com/Camberi/firecms/blob/2d60fba/src/preview/components/StorageThumbnail.tsx#L11)
diff --git a/website/versioned_docs/version-1.0.0/api/variables/_category_.yml b/website/versioned_docs/version-1.0.0/api/variables/_category_.yml
deleted file mode 100644
index b9b3fc6e3..000000000
--- a/website/versioned_docs/version-1.0.0/api/variables/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Variables"
-position: 6
\ No newline at end of file
diff --git a/website/versioned_docs/version-1.0.0/collections/collections.md b/website/versioned_docs/version-1.0.0/collections/collections.md
index bd8d5479f..b90f2ac63 100644
--- a/website/versioned_docs/version-1.0.0/collections/collections.md
+++ b/website/versioned_docs/version-1.0.0/collections/collections.md
@@ -17,7 +17,7 @@ the main menu, or as subcollections inside other collections, following the
Firestore data schema.
Check the full API reference
-in [Entity collections](../api/interfaces/entitycollection)
+in [Entity collections]
* `name` The plural name of the view. E.g. 'products'.
@@ -25,7 +25,7 @@ in [Entity collections](../api/interfaces/entitycollection)
view is in the root the path, it is equal to the absolute one. This path also
determines the URL in FireCMS.
-* `subcollections` Following the Firestore document and collection collection, you
+* `subcollections` Following the Firestore document and collection model, you
can add subcollections to your entity in the same way you define the root
collections.
@@ -72,7 +72,7 @@ in [Entity collections](../api/interfaces/entitycollection)
* `permissions` You can specify an object with boolean permissions with the
shape `{edit:boolean; create:boolean; delete:boolean}` to indicate the actions
- the user can perform. You can also pass a [`PermissionsBuilder`](../api/types/permissionsbuilder)
+ the user can perform. You can also pass a [`PermissionsBuilder`]
to customize the permissions based on user or entity.
* `inlineEditing` Can the elements in this collection be edited inline in the
@@ -80,7 +80,7 @@ in [Entity collections](../api/interfaces/entitycollection)
, entities can still be edited in the side panel.
* `exportable` Should the data in this collection view include an export button.
- You can also set an [`ExportConfig`](../api/interfaces/exportconfig)
+ You can also set an [`ExportConfig`]
configuration object to customize the export and add additional values.
Defaults to `true`
diff --git a/website/versioned_docs/version-1.0.0/entities/conditional_fields.md b/website/versioned_docs/version-1.0.0/entities/conditional_fields.md
index 5ab18ead8..8c02b4ca9 100644
--- a/website/versioned_docs/version-1.0.0/entities/conditional_fields.md
+++ b/website/versioned_docs/version-1.0.0/entities/conditional_fields.md
@@ -5,9 +5,9 @@ sidebar_label: Conditional fields
---
When defining the properties of a collection, you can choose to use a builder
-[`PropertyBuilder`](../api/types/propertybuilder), instead of assigning the
+[`PropertyBuilder`], instead of assigning the
property configuration directly. In the builder you
-receive [`PropertyBuilderProps`](../api/types/propertybuilderprops)
+receive [`PropertyBuilderProps`]
and return your property.
This is useful for changing property configurations like available values on the
diff --git a/website/versioned_docs/version-1.0.0/entities/custom_fields.md b/website/versioned_docs/version-1.0.0/entities/custom_fields.md
index fa130d1d5..76b156acf 100644
--- a/website/versioned_docs/version-1.0.0/entities/custom_fields.md
+++ b/website/versioned_docs/version-1.0.0/entities/custom_fields.md
@@ -6,7 +6,7 @@ sidebar_label: Custom fields
If you need a custom field for your property you can do it by passing a React
component to the `Field` prop of a property `config`. The React component must
-accept the props of type [`FieldProps`](../api/interfaces/fieldprops).
+accept the props of type [`FieldProps`].
The bare minimum you need to implement
is a field that displays the received `value` and uses the `setValue` callback.
@@ -16,7 +16,7 @@ the `customProps` prop.
If you are developing a custom field and need to access the values of the
entity, you can use the `context` field in FieldProps.
-You can check all the props [`FieldProps`](../api/interfaces/fieldprops)
+You can check all the props [`FieldProps`]
## Example
diff --git a/website/versioned_docs/version-1.0.0/entities/custom_previews.md b/website/versioned_docs/version-1.0.0/entities/custom_previews.md
index 71c6e5467..4fe76dae4 100644
--- a/website/versioned_docs/version-1.0.0/entities/custom_previews.md
+++ b/website/versioned_docs/version-1.0.0/entities/custom_previews.md
@@ -12,7 +12,7 @@ how the preview of a property is displayed in collection and other read only
views.
You can build your preview as a React component that takes
-[PreviewComponentProps](../api/interfaces/previewcomponentprops) as props.
+[PreviewComponentProps] as props.
`PreviewComponentProps` has two generic types: the first one is the type of the
property, such as `string` or `boolean` and the second one (optional) is the
diff --git a/website/versioned_docs/version-1.0.0/entities/entity_schemas.md b/website/versioned_docs/version-1.0.0/entities/entity_schemas.md
index 9cf4e5be0..8c191f351 100644
--- a/website/versioned_docs/version-1.0.0/entities/entity_schemas.md
+++ b/website/versioned_docs/version-1.0.0/entities/entity_schemas.md
@@ -18,7 +18,7 @@ complex ones like reference or sortable array fields). If your use case is not
covered by one of the provided fields, you can create your own [custom field](custom_fields.md).
:::
-Check the full API reference in [Entity schema API](../api/interfaces/entityschema)
+Check the full API reference in [Entity schema API]
- `name` A singular name of the entity as displayed in an Add button. E.g.
Product
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/array.md b/website/versioned_docs/version-1.0.0/entities/properties/array.md
index 51980c631..c719099ef 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/array.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/array.md
@@ -83,13 +83,13 @@ const contentProperty = buildProperty({
---
Based on your configuration the form field widgets that are created are:
-- [`ArrayDefaultField`](../../api/functions/arraydefaultfield) generic array field that allows reordering and renders
+- [`ArrayDefaultField`] generic array field that allows reordering and renders
the child property as nodes.
-- [`StorageUploadField`](../../api/functions/storageuploadfield) if the `of` property is a `string` with storage configuration.
-- [`ArrayEnumSelect`](../../api/functions/arrayenumselect) if the `of` property is a `string` with an enum configuration.
-- [`ArrayOfReferencesField`](../../api/functions/arrayofreferencesfield) if the `of` property is a `reference`
-- [`ArrayOneOfField`](../../api/functions/arrayoneoffield) if the `oneOf` property is specified
+- [`StorageUploadField`] if the `of` property is a `string` with storage configuration.
+- [`ArrayEnumSelect`] if the `of` property is a `string` with an enum configuration.
+- [`ArrayOfReferencesField`] if the `of` property is a `reference`
+- [`ArrayOneOfField`] if the `oneOf` property is specified
Links:
-- [API](../../api/interfaces/arrayproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/boolean.md b/website/versioned_docs/version-1.0.0/entities/properties/boolean.md
index b50ff1a4a..9bae25c0d 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/boolean.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/boolean.md
@@ -26,4 +26,4 @@ The widget that gets created is
- `SwitchField` simple boolean switch
Links:
-- [API](../../api/interfaces/booleanproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/map.md b/website/versioned_docs/version-1.0.0/entities/properties/map.md
index 9ca9a6b7d..18038c2ce 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/map.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/map.md
@@ -49,8 +49,8 @@ List of properties rendered as this map preview. Defaults to first 3.
---
The widget that gets created is
-- [`MapField`](../../api/functions/mapfield) Field that renders the children
+- [`MapField`] Field that renders the children
property fields
Links:
-- [API](../../api/interfaces/mapproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/number.md b/website/versioned_docs/version-1.0.0/entities/properties/number.md
index 77f4f4785..a46563655 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/number.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/number.md
@@ -67,9 +67,9 @@ const property = buildProperty({
---
The widget that gets created is
-- [`TextField`](../../api/functions/textfield) generic text field
-- [`Select`](../../api/functions/select) if `enumValues` are set in the string config, this field renders a select
+- [`TextField`] generic text field
+- [`Select`] if `enumValues` are set in the string config, this field renders a select
where each option is a colored chip.
Links:
-- [API](../../api/interfaces/numberproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/properties_intro.md b/website/versioned_docs/version-1.0.0/entities/properties/properties_intro.md
index a5d4cfafd..960b931cd 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/properties_intro.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/properties_intro.md
@@ -31,7 +31,7 @@ Each property in the CMS has its own API, but they all share some common props:
* `disabled` Is this a read only property. Note that you can also pass an object
with the disabled configuration (including custom messages, clear value on
disabled or hide the field completely)
- [PropertyDisabledConfig](../../api/interfaces/propertydisabledconfig)
+ [PropertyDisabledConfig]
* `config`
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/reference.md b/website/versioned_docs/version-1.0.0/entities/properties/reference.md
index 42fdf7d1b..8436bd2aa 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/reference.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/reference.md
@@ -35,8 +35,8 @@ List of properties rendered as this reference preview.
---
The widget that gets created is
-- [`ReferenceField`](../../api/functions/referencefield) Field that opens a
+- [`ReferenceField`] Field that opens a
reference selection dialog
Links:
-- [API](../../api/interfaces/referenceproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/string.md b/website/versioned_docs/version-1.0.0/entities/properties/string.md
index b72a2e75b..33083bdda 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/string.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/string.md
@@ -79,7 +79,7 @@ const amazonLinkProperty = buildProperty({
You can use the enum values providing a map of possible
exclusive values the property can take, mapped to the label that it is
displayed in the dropdown. You can use a simple object with the format
-`value` => `label`, or with the format `value` => [`EnumValueConfig`](../../api/interfaces/enumvalueconfig) if you
+`value` => `label`, or with the format `value` => [`EnumValueConfig`] if you
need extra customization, (like disabling specific options or assigning
colors). If you need to ensure the order of the elements, you can pass
a `Map` instead of a plain object.
@@ -182,13 +182,13 @@ const property = buildProperty({
---
Based on your configuration the form field widgets that are created are:
-- [`TextField`](../../api/functions/textfield) generic text field
-- [`StorageUploadField`](../../api/functions/storageuploadfield) the property has a
+- [`TextField`] generic text field
+- [`StorageUploadField`] the property has a
storage configuration.
-- [`MarkdownField.`](../../api/functions/markdownfield) the property has a
+- [`MarkdownField.`] the property has a
markdown configuration.
-- [`Select`](../../api/functions/select) if `enumValues` are set in the string config, this field renders a select
+- [`Select`] if `enumValues` are set in the string config, this field renders a select
where each option is a colored chip.
Links:
-- [API](../../api/interfaces/stringproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/entities/properties/timestamp.md b/website/versioned_docs/version-1.0.0/entities/properties/timestamp.md
index e4f3ccf66..6a642774d 100644
--- a/website/versioned_docs/version-1.0.0/entities/properties/timestamp.md
+++ b/website/versioned_docs/version-1.0.0/entities/properties/timestamp.md
@@ -27,7 +27,7 @@ or update.
---
The widget that gets created is
-- [`DateTimeField`](../../api/functions/datetimefield) Field that allows selecting a date
+- [`DateTimeField`] Field that allows selecting a date
Links:
-- [API](../../api/interfaces/timestampproperty)
+- [API]
diff --git a/website/versioned_docs/version-1.0.0/firebase_cms_app.md b/website/versioned_docs/version-1.0.0/firebase_cms_app.md
index 77c16fe7a..75ff29324 100644
--- a/website/versioned_docs/version-1.0.0/firebase_cms_app.md
+++ b/website/versioned_docs/version-1.0.0/firebase_cms_app.md
@@ -47,7 +47,7 @@ whatever way it makes sense.
:::
:::note
-Find all the available props for `FirebaseCMSApp` [here](./api/functions/firebasecmsapp)
+Find all the available props for `FirebaseCMSApp`
:::
You need to define a `FirestoreTextSearchController` and pass it to your
diff --git a/website/versioned_docs/version-1.0.0/migrating_from_alpha_versions.md b/website/versioned_docs/version-1.0.0/migrating_from_alpha_versions.md
index 2b6aff8a3..ddb52b047 100644
--- a/website/versioned_docs/version-1.0.0/migrating_from_alpha_versions.md
+++ b/website/versioned_docs/version-1.0.0/migrating_from_alpha_versions.md
@@ -154,10 +154,10 @@ const myAuthenticator: Authenticator = async ({
refactored, and now you will need to implement a bunch of extra stuff if you
want to go down the super custom road. Those components have now been turned
into:
- - [`FireCMS`](./api/functions/firecms)
- - [`Scaffold`](./api/functions/scaffold)
- - [`NavigationRoutes`](./api/functions/navigationroutes)
- - [`SideEntityDialogs`](./api/functions/sideentitydialogs)
+ - [`FireCMS`]
+ - [`Scaffold`]
+ - [`NavigationRoutes`]
+ - [`SideEntityDialogs`]
You will be responsible for initialising the material theme, Firebase (or your
own backend) and providing the Router. On the plus side, this is going to give
diff --git a/website/versioned_docs/version-2.0.0/api/_category_.yml b/website/versioned_docs/version-2.0.0/api/_category_.yml
deleted file mode 100644
index 24a460261..000000000
--- a/website/versioned_docs/version-2.0.0/api/_category_.yml
+++ /dev/null
@@ -1 +0,0 @@
-label: "API"
\ No newline at end of file
diff --git a/website/versioned_docs/version-2.0.0/api/classes/EntityReference.md b/website/versioned_docs/version-2.0.0/api/classes/EntityReference.md
deleted file mode 100644
index e6252bf17..000000000
--- a/website/versioned_docs/version-2.0.0/api/classes/EntityReference.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-id: "EntityReference"
-title: "Class: EntityReference"
-sidebar_label: "EntityReference"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Class used to create a reference to an entity in a different path
-
-## Constructors
-
-### constructor
-
-• **new EntityReference**(`id`, `path`): [`EntityReference`](EntityReference.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `id` | `string` |
-| `path` | `string` |
-
-#### Returns
-
-[`EntityReference`](EntityReference.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L51)
-
-## Properties
-
-### id
-
-• `Readonly` **id**: `string`
-
-ID of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:44](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L44)
-
-___
-
-### path
-
-• `Readonly` **path**: `string`
-
-A string representing the path of the referenced document (relative
-to the root of the database).
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L49)
-
-## Accessors
-
-### pathWithId
-
-• `get` **pathWithId**(): `string`
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L56)
diff --git a/website/versioned_docs/version-2.0.0/api/classes/ErrorBoundary.md b/website/versioned_docs/version-2.0.0/api/classes/ErrorBoundary.md
deleted file mode 100644
index 20e276f53..000000000
--- a/website/versioned_docs/version-2.0.0/api/classes/ErrorBoundary.md
+++ /dev/null
@@ -1,656 +0,0 @@
----
-id: "ErrorBoundary"
-title: "Class: ErrorBoundary"
-sidebar_label: "ErrorBoundary"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- `Component`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>, \{ `error`: `Error` \| ``null`` }\>
-
- ↳ **`ErrorBoundary`**
-
-## Constructors
-
-### constructor
-
-• **new ErrorBoundary**(`props`): [`ErrorBoundary`](ErrorBoundary.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `any` |
-
-#### Returns
-
-[`ErrorBoundary`](ErrorBoundary.md)
-
-#### Overrides
-
-React.Component\<PropsWithChildren\<Record\<string, unknown\>\>, \{
- error: Error \| null
-}\>.constructor
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorBoundary.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorBoundary.tsx#L9)
-
-## Properties
-
-### context
-
-• **context**: `unknown`
-
-If using the new style context, re-declare this in your class to be the
-`React.ContextType` of your `static contextType`.
-Should be used with type annotation or static contextType.
-
-```ts
-static contextType = MyContext
-// For TS pre-3.7:
-context!: React.ContextType
-// For TS 3.7 and above:
-declare context: React.ContextType
-```
-
-**`See`**
-
-https://react.dev/reference/react/Component#context
-
-#### Inherited from
-
-React.Component.context
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:517
-
-___
-
-### props
-
-• `Readonly` **props**: `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\>
-
-#### Inherited from
-
-React.Component.props
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:537
-
-___
-
-### refs
-
-• **refs**: `Object`
-
-**`Deprecated`**
-
-https://legacy.reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs
-
-#### Index signature
-
-▪ [key: `string`]: `ReactInstance`
-
-#### Inherited from
-
-React.Component.refs
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:543
-
-___
-
-### state
-
-• **state**: `Readonly`\<\{ `error`: ``null`` \| `Error` }\>
-
-#### Inherited from
-
-React.Component.state
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:538
-
-___
-
-### contextType
-
-▪ `Static` `Optional` **contextType**: `Context`\<`any`\>
-
-If set, `this.context` will be set at runtime to the current value of the given Context.
-
-Usage:
-
-```ts
-type MyContext = number
-const Ctx = React.createContext(0)
-
-class Foo extends React.Component {
- static contextType = Ctx
- context!: React.ContextType
- render () {
- return <>My context's value: {this.context}>;
- }
-}
-```
-
-**`See`**
-
-https://react.dev/reference/react/Component#static-contexttype
-
-#### Inherited from
-
-React.Component.contextType
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:500
-
-## Methods
-
-### UNSAFE\_componentWillMount
-
-▸ **UNSAFE_componentWillMount**(): `void`
-
-Called immediately before mounting occurs, and before `Component#render`.
-Avoid introducing any side-effects or subscriptions in this method.
-
-This method will not stop working in React 17.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use componentDidMount or the constructor instead
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.UNSAFE\_componentWillMount
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:734
-
-___
-
-### UNSAFE\_componentWillReceiveProps
-
-▸ **UNSAFE_componentWillReceiveProps**(`nextProps`, `nextContext`): `void`
-
-Called when the component may be receiving new props.
-React may call this even if props have not changed, so be sure to compare new and existing
-props if you only want to handle changes.
-
-Calling `Component#setState` generally does not trigger this method.
-
-This method will not stop working in React 17.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `nextProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `nextContext` | `any` |
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use static getDerivedStateFromProps instead
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.UNSAFE\_componentWillReceiveProps
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:766
-
-___
-
-### UNSAFE\_componentWillUpdate
-
-▸ **UNSAFE_componentWillUpdate**(`nextProps`, `nextState`, `nextContext`): `void`
-
-Called immediately before rendering when new props or state is received. Not called for the initial render.
-
-Note: You cannot call `Component#setState` here.
-
-This method will not stop working in React 17.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `nextProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `nextState` | `Readonly`\<\{ `error`: ``null`` \| `Error` }\> |
-| `nextContext` | `any` |
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use getSnapshotBeforeUpdate instead
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.UNSAFE\_componentWillUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:794
-
-___
-
-### componentDidCatch
-
-▸ **componentDidCatch**(`error`, `errorInfo`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `Error` |
-| `errorInfo` | `ErrorInfo` |
-
-#### Returns
-
-`void`
-
-#### Overrides
-
-React.Component.componentDidCatch
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorBoundary.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorBoundary.tsx#L19)
-
-___
-
-### componentDidMount
-
-▸ **componentDidMount**(): `void`
-
-Called immediately after a component is mounted. Setting state here will trigger re-rendering.
-
-#### Returns
-
-`void`
-
-#### Inherited from
-
-React.Component.componentDidMount
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:642
-
-___
-
-### componentDidUpdate
-
-▸ **componentDidUpdate**(`prevProps`, `prevState`, `snapshot?`): `void`
-
-Called immediately after updating occurs. Not called for the initial render.
-
-The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `prevProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `prevState` | `Readonly`\<\{ `error`: ``null`` \| `Error` }\> |
-| `snapshot?` | `any` |
-
-#### Returns
-
-`void`
-
-#### Inherited from
-
-React.Component.componentDidUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:705
-
-___
-
-### componentWillMount
-
-▸ **componentWillMount**(): `void`
-
-Called immediately before mounting occurs, and before `Component#render`.
-Avoid introducing any side-effects or subscriptions in this method.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use componentDidMount or the constructor instead; will stop working in React 17
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.componentWillMount
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:720
-
-___
-
-### componentWillReceiveProps
-
-▸ **componentWillReceiveProps**(`nextProps`, `nextContext`): `void`
-
-Called when the component may be receiving new props.
-React may call this even if props have not changed, so be sure to compare new and existing
-props if you only want to handle changes.
-
-Calling `Component#setState` generally does not trigger this method.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `nextProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `nextContext` | `any` |
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use static getDerivedStateFromProps instead; will stop working in React 17
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.componentWillReceiveProps
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:749
-
-___
-
-### componentWillUnmount
-
-▸ **componentWillUnmount**(): `void`
-
-Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
-cancelled network requests, or cleaning up any DOM elements created in `componentDidMount`.
-
-#### Returns
-
-`void`
-
-#### Inherited from
-
-React.Component.componentWillUnmount
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:658
-
-___
-
-### componentWillUpdate
-
-▸ **componentWillUpdate**(`nextProps`, `nextState`, `nextContext`): `void`
-
-Called immediately before rendering when new props or state is received. Not called for the initial render.
-
-Note: You cannot call `Component#setState` here.
-
-Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
-prevents this from being invoked.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `nextProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `nextState` | `Readonly`\<\{ `error`: ``null`` \| `Error` }\> |
-| `nextContext` | `any` |
-
-#### Returns
-
-`void`
-
-**`Deprecated`**
-
-16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17
-
-**`See`**
-
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
- - https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
-
-#### Inherited from
-
-React.Component.componentWillUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:779
-
-___
-
-### forceUpdate
-
-▸ **forceUpdate**(`callback?`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `callback?` | () => `void` |
-
-#### Returns
-
-`void`
-
-#### Inherited from
-
-React.Component.forceUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:534
-
-___
-
-### getSnapshotBeforeUpdate
-
-▸ **getSnapshotBeforeUpdate**(`prevProps`, `prevState`): `any`
-
-Runs before React applies the result of `render` to the document, and
-returns an object to be given to componentDidUpdate. Useful for saving
-things such as scroll position before `render` causes changes to it.
-
-Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
-lifecycle events from running.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `prevProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `prevState` | `Readonly`\<\{ `error`: ``null`` \| `Error` }\> |
-
-#### Returns
-
-`any`
-
-#### Inherited from
-
-React.Component.getSnapshotBeforeUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:699
-
-___
-
-### render
-
-▸ **render**(): `undefined` \| ``null`` \| `string` \| `number` \| `boolean` \| `Iterable`\<`ReactNode`\> \| `Element`
-
-#### Returns
-
-`undefined` \| ``null`` \| `string` \| `number` \| `boolean` \| `Iterable`\<`ReactNode`\> \| `Element`
-
-#### Overrides
-
-React.Component.render
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorBoundary.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorBoundary.tsx#L24)
-
-___
-
-### setState
-
-▸ **setState**\<`K`\>(`state`, `callback?`): `void`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `K` | extends ``"error"`` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `state` | ``null`` \| \{ `error`: ``null`` \| `Error` } \| (`prevState`: `Readonly`\<\{ `error`: ``null`` \| `Error` }\>, `props`: `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\>) => ``null`` \| \{ `error`: ``null`` \| `Error` } \| `Pick`\<\{ `error`: ``null`` \| `Error` }, `K`\> \| `Pick`\<\{ `error`: ``null`` \| `Error` }, `K`\> |
-| `callback?` | () => `void` |
-
-#### Returns
-
-`void`
-
-#### Inherited from
-
-React.Component.setState
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:529
-
-___
-
-### shouldComponentUpdate
-
-▸ **shouldComponentUpdate**(`nextProps`, `nextState`, `nextContext`): `boolean`
-
-Called to determine whether the change in props and state should trigger a re-render.
-
-`Component` always returns true.
-`PureComponent` implements a shallow comparison on props and state and returns true if any
-props or states have changed.
-
-If false is returned, `Component#render`, `componentWillUpdate`
-and `componentDidUpdate` will not be called.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `nextProps` | `Readonly`\<`PropsWithChildren`\<`Record`\<`string`, `unknown`\>\>\> |
-| `nextState` | `Readonly`\<\{ `error`: ``null`` \| `Error` }\> |
-| `nextContext` | `any` |
-
-#### Returns
-
-`boolean`
-
-#### Inherited from
-
-React.Component.shouldComponentUpdate
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:653
-
-___
-
-### getDerivedStateFromError
-
-▸ **getDerivedStateFromError**(`error`): `Object`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `Error` |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `Error` |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorBoundary.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorBoundary.tsx#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/classes/GeoPoint.md b/website/versioned_docs/version-2.0.0/api/classes/GeoPoint.md
deleted file mode 100644
index cb7d0b0ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/classes/GeoPoint.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-id: "GeoPoint"
-title: "Class: GeoPoint"
-sidebar_label: "GeoPoint"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Constructors
-
-### constructor
-
-• **new GeoPoint**(`latitude`, `longitude`): [`GeoPoint`](GeoPoint.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `latitude` | `number` |
-| `longitude` | `number` |
-
-#### Returns
-
-[`GeoPoint`](GeoPoint.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:72](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L72)
-
-## Properties
-
-### latitude
-
-• `Readonly` **latitude**: `number`
-
-The latitude of this GeoPoint instance.
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:66](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L66)
-
-___
-
-### longitude
-
-• `Readonly` **longitude**: `number`
-
-The longitude of this GeoPoint instance.
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L70)
diff --git a/website/versioned_docs/version-2.0.0/api/classes/_category_.yml b/website/versioned_docs/version-2.0.0/api/classes/_category_.yml
deleted file mode 100644
index 55c7980a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/classes/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Classes"
-position: 3
\ No newline at end of file
diff --git a/website/versioned_docs/version-2.0.0/api/functions/10kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/10kIcon.md
deleted file mode 100644
index d5d2a144d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/10kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "10kIcon"
-title: "Function: _10kIcon"
-sidebar_label: "_10kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_10kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_10kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_10kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/10mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/10mpIcon.md
deleted file mode 100644
index 3b89b2c45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/10mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "10mpIcon"
-title: "Function: _10mpIcon"
-sidebar_label: "_10mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_10mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_10mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_10mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/11mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/11mpIcon.md
deleted file mode 100644
index aaea0a659..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/11mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "11mpIcon"
-title: "Function: _11mpIcon"
-sidebar_label: "_11mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_11mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_11mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_11mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/123Icon.md b/website/versioned_docs/version-2.0.0/api/functions/123Icon.md
deleted file mode 100644
index 1932afc2e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/123Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "123Icon"
-title: "Function: _123Icon"
-sidebar_label: "_123Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_123Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_123Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_123Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/12mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/12mpIcon.md
deleted file mode 100644
index 1ca6d8817..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/12mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "12mpIcon"
-title: "Function: _12mpIcon"
-sidebar_label: "_12mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_12mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_12mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_12mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/13mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/13mpIcon.md
deleted file mode 100644
index 656bcc46f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/13mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "13mpIcon"
-title: "Function: _13mpIcon"
-sidebar_label: "_13mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_13mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_13mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_13mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/14mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/14mpIcon.md
deleted file mode 100644
index 6dac52e8a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/14mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "14mpIcon"
-title: "Function: _14mpIcon"
-sidebar_label: "_14mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_14mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_14mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_14mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/15mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/15mpIcon.md
deleted file mode 100644
index cc4677ade..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/15mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "15mpIcon"
-title: "Function: _15mpIcon"
-sidebar_label: "_15mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_15mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_15mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_15mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/16mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/16mpIcon.md
deleted file mode 100644
index a52311581..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/16mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "16mpIcon"
-title: "Function: _16mpIcon"
-sidebar_label: "_16mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_16mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_16mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_16mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/17mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/17mpIcon.md
deleted file mode 100644
index d060f5e3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/17mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "17mpIcon"
-title: "Function: _17mpIcon"
-sidebar_label: "_17mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_17mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_17mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_17mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/18UpRatingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/18UpRatingIcon.md
deleted file mode 100644
index 179904f10..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/18UpRatingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "18UpRatingIcon"
-title: "Function: _18UpRatingIcon"
-sidebar_label: "_18UpRatingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_18UpRatingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_18UpRatingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_18UpRatingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/18mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/18mpIcon.md
deleted file mode 100644
index 45347ac52..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/18mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "18mpIcon"
-title: "Function: _18mpIcon"
-sidebar_label: "_18mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_18mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_18mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_18mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/19mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/19mpIcon.md
deleted file mode 100644
index c970bf5a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/19mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "19mpIcon"
-title: "Function: _19mpIcon"
-sidebar_label: "_19mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_19mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_19mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_19mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/1kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/1kIcon.md
deleted file mode 100644
index bfed4531b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/1kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "1kIcon"
-title: "Function: _1kIcon"
-sidebar_label: "_1kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_1kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_1kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_1kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/1kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/1kPlusIcon.md
deleted file mode 100644
index 29b2c51f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/1kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "1kPlusIcon"
-title: "Function: _1kPlusIcon"
-sidebar_label: "_1kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_1kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_1kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_1kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/1xMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/1xMobiledataIcon.md
deleted file mode 100644
index 10e2655c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/1xMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "1xMobiledataIcon"
-title: "Function: _1xMobiledataIcon"
-sidebar_label: "_1xMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_1xMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_1xMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_1xMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/20mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/20mpIcon.md
deleted file mode 100644
index ea659a0ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/20mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "20mpIcon"
-title: "Function: _20mpIcon"
-sidebar_label: "_20mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_20mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_20mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_20mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/21mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/21mpIcon.md
deleted file mode 100644
index 35f3d9c90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/21mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "21mpIcon"
-title: "Function: _21mpIcon"
-sidebar_label: "_21mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_21mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_21mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_21mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/22mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/22mpIcon.md
deleted file mode 100644
index a70f57923..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/22mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "22mpIcon"
-title: "Function: _22mpIcon"
-sidebar_label: "_22mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_22mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_22mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_22mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/23mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/23mpIcon.md
deleted file mode 100644
index 78cc49f18..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/23mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "23mpIcon"
-title: "Function: _23mpIcon"
-sidebar_label: "_23mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_23mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_23mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_23mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/24mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/24mpIcon.md
deleted file mode 100644
index c28393e83..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/24mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "24mpIcon"
-title: "Function: _24mpIcon"
-sidebar_label: "_24mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_24mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_24mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_24mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/2kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/2kIcon.md
deleted file mode 100644
index 40a9694e4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/2kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "2kIcon"
-title: "Function: _2kIcon"
-sidebar_label: "_2kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_2kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_2kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_2kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/2kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/2kPlusIcon.md
deleted file mode 100644
index 5bffc555d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/2kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "2kPlusIcon"
-title: "Function: _2kPlusIcon"
-sidebar_label: "_2kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_2kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_2kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_2kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/2mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/2mpIcon.md
deleted file mode 100644
index cfbf015dc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/2mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "2mpIcon"
-title: "Function: _2mpIcon"
-sidebar_label: "_2mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_2mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_2mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_2mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/30fpsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/30fpsIcon.md
deleted file mode 100644
index ed1391dc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/30fpsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "30fpsIcon"
-title: "Function: _30fpsIcon"
-sidebar_label: "_30fpsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_30fpsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_30fpsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_30fpsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/30fpsSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/30fpsSelectIcon.md
deleted file mode 100644
index 7892393b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/30fpsSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "30fpsSelectIcon"
-title: "Function: _30fpsSelectIcon"
-sidebar_label: "_30fpsSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_30fpsSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_30fpsSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_30fpsSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/360Icon.md b/website/versioned_docs/version-2.0.0/api/functions/360Icon.md
deleted file mode 100644
index 8f3960613..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/360Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "360Icon"
-title: "Function: _360Icon"
-sidebar_label: "_360Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_360Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_360Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_360Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3dRotationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3dRotationIcon.md
deleted file mode 100644
index dfacca3a2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3dRotationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3dRotationIcon"
-title: "Function: _3dRotationIcon"
-sidebar_label: "_3dRotationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3dRotationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3dRotationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3dRotationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3gMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3gMobiledataIcon.md
deleted file mode 100644
index 4895ad1ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3gMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3gMobiledataIcon"
-title: "Function: _3gMobiledataIcon"
-sidebar_label: "_3gMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3gMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3gMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3gMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3kIcon.md
deleted file mode 100644
index 87b9c73ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3kIcon"
-title: "Function: _3kIcon"
-sidebar_label: "_3kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3kPlusIcon.md
deleted file mode 100644
index a9e644146..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3kPlusIcon"
-title: "Function: _3kPlusIcon"
-sidebar_label: "_3kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3mpIcon.md
deleted file mode 100644
index 214b5c9c8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3mpIcon"
-title: "Function: _3mpIcon"
-sidebar_label: "_3mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/3pIcon.md b/website/versioned_docs/version-2.0.0/api/functions/3pIcon.md
deleted file mode 100644
index 7d9b6aede..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/3pIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "3pIcon"
-title: "Function: _3pIcon"
-sidebar_label: "_3pIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_3pIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_3pIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_3pIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/4gMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/4gMobiledataIcon.md
deleted file mode 100644
index 5b14f084f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/4gMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "4gMobiledataIcon"
-title: "Function: _4gMobiledataIcon"
-sidebar_label: "_4gMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_4gMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_4gMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_4gMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/4gPlusMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/4gPlusMobiledataIcon.md
deleted file mode 100644
index 106cea8a1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/4gPlusMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "4gPlusMobiledataIcon"
-title: "Function: _4gPlusMobiledataIcon"
-sidebar_label: "_4gPlusMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_4gPlusMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_4gPlusMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_4gPlusMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/4kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/4kIcon.md
deleted file mode 100644
index 40ceed44b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/4kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "4kIcon"
-title: "Function: _4kIcon"
-sidebar_label: "_4kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_4kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_4kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_4kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/4kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/4kPlusIcon.md
deleted file mode 100644
index 453c39df2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/4kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "4kPlusIcon"
-title: "Function: _4kPlusIcon"
-sidebar_label: "_4kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_4kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_4kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_4kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/4mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/4mpIcon.md
deleted file mode 100644
index 3d8885fdd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/4mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "4mpIcon"
-title: "Function: _4mpIcon"
-sidebar_label: "_4mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_4mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_4mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_4mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/5gIcon.md b/website/versioned_docs/version-2.0.0/api/functions/5gIcon.md
deleted file mode 100644
index 65ea2382a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/5gIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "5gIcon"
-title: "Function: _5gIcon"
-sidebar_label: "_5gIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_5gIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_5gIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_5gIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/5kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/5kIcon.md
deleted file mode 100644
index 1d0b12616..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/5kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "5kIcon"
-title: "Function: _5kIcon"
-sidebar_label: "_5kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_5kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_5kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_5kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/5kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/5kPlusIcon.md
deleted file mode 100644
index 7cd720649..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/5kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "5kPlusIcon"
-title: "Function: _5kPlusIcon"
-sidebar_label: "_5kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_5kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_5kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_5kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/5mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/5mpIcon.md
deleted file mode 100644
index 390b41ec0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/5mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "5mpIcon"
-title: "Function: _5mpIcon"
-sidebar_label: "_5mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_5mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_5mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_5mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/60fpsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/60fpsIcon.md
deleted file mode 100644
index 3f450986a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/60fpsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "60fpsIcon"
-title: "Function: _60fpsIcon"
-sidebar_label: "_60fpsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_60fpsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_60fpsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_60fpsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/60fpsSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/60fpsSelectIcon.md
deleted file mode 100644
index ef21b7ad2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/60fpsSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "60fpsSelectIcon"
-title: "Function: _60fpsSelectIcon"
-sidebar_label: "_60fpsSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_60fpsSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_60fpsSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_60fpsSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/6FtApartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/6FtApartIcon.md
deleted file mode 100644
index 50620a8cc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/6FtApartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "6FtApartIcon"
-title: "Function: _6FtApartIcon"
-sidebar_label: "_6FtApartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_6FtApartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_6FtApartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_6FtApartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/6kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/6kIcon.md
deleted file mode 100644
index cdfd29958..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/6kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "6kIcon"
-title: "Function: _6kIcon"
-sidebar_label: "_6kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_6kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_6kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_6kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/6kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/6kPlusIcon.md
deleted file mode 100644
index f407f0318..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/6kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "6kPlusIcon"
-title: "Function: _6kPlusIcon"
-sidebar_label: "_6kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_6kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_6kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_6kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/6mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/6mpIcon.md
deleted file mode 100644
index 483e9acc5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/6mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "6mpIcon"
-title: "Function: _6mpIcon"
-sidebar_label: "_6mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_6mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_6mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_6mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/7kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/7kIcon.md
deleted file mode 100644
index f2d6de288..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/7kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "7kIcon"
-title: "Function: _7kIcon"
-sidebar_label: "_7kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_7kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_7kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_7kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/7kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/7kPlusIcon.md
deleted file mode 100644
index 01c20cb1b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/7kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "7kPlusIcon"
-title: "Function: _7kPlusIcon"
-sidebar_label: "_7kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_7kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_7kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_7kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/7mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/7mpIcon.md
deleted file mode 100644
index 132c050ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/7mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "7mpIcon"
-title: "Function: _7mpIcon"
-sidebar_label: "_7mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_7mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_7mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_7mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/8kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/8kIcon.md
deleted file mode 100644
index ac4d1497e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/8kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "8kIcon"
-title: "Function: _8kIcon"
-sidebar_label: "_8kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_8kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_8kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_8kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/8kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/8kPlusIcon.md
deleted file mode 100644
index 307f0db3a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/8kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "8kPlusIcon"
-title: "Function: _8kPlusIcon"
-sidebar_label: "_8kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_8kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_8kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_8kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/8mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/8mpIcon.md
deleted file mode 100644
index 8f8f66f0b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/8mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "8mpIcon"
-title: "Function: _8mpIcon"
-sidebar_label: "_8mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_8mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_8mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_8mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/9kIcon.md b/website/versioned_docs/version-2.0.0/api/functions/9kIcon.md
deleted file mode 100644
index e4eef0034..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/9kIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "9kIcon"
-title: "Function: _9kIcon"
-sidebar_label: "_9kIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_9kIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_9kIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_9kIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/9kPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/9kPlusIcon.md
deleted file mode 100644
index db76d4759..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/9kPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "9kPlusIcon"
-title: "Function: _9kPlusIcon"
-sidebar_label: "_9kPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_9kPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_9kPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_9kPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/9mpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/9mpIcon.md
deleted file mode 100644
index 7354e7dfa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/9mpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "9mpIcon"
-title: "Function: _9mpIcon"
-sidebar_label: "_9mpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **_9mpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/_9mpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/_9mpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AbcIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AbcIcon.md
deleted file mode 100644
index f6139423e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AbcIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AbcIcon"
-title: "Function: AbcIcon"
-sidebar_label: "AbcIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AbcIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AbcIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AbcIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AcUnitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AcUnitIcon.md
deleted file mode 100644
index d5be65404..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AcUnitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AcUnitIcon"
-title: "Function: AcUnitIcon"
-sidebar_label: "AcUnitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AcUnitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AcUnitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AcUnitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmIcon.md
deleted file mode 100644
index 8ec1bc3c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessAlarmIcon"
-title: "Function: AccessAlarmIcon"
-sidebar_label: "AccessAlarmIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessAlarmIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessAlarmIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessAlarmIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmsIcon.md
deleted file mode 100644
index 7b571a890..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessAlarmsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessAlarmsIcon"
-title: "Function: AccessAlarmsIcon"
-sidebar_label: "AccessAlarmsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessAlarmsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessAlarmsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessAlarmsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessTimeFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessTimeFilledIcon.md
deleted file mode 100644
index 29ef32192..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessTimeFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessTimeFilledIcon"
-title: "Function: AccessTimeFilledIcon"
-sidebar_label: "AccessTimeFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessTimeFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessTimeFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessTimeFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessTimeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessTimeIcon.md
deleted file mode 100644
index b3d77efb7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessTimeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessTimeIcon"
-title: "Function: AccessTimeIcon"
-sidebar_label: "AccessTimeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessTimeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessTimeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessTimeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessibilityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessibilityIcon.md
deleted file mode 100644
index 3f69a792a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessibilityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessibilityIcon"
-title: "Function: AccessibilityIcon"
-sidebar_label: "AccessibilityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessibilityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessibilityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessibilityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessibilityNewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessibilityNewIcon.md
deleted file mode 100644
index 54e71e9fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessibilityNewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessibilityNewIcon"
-title: "Function: AccessibilityNewIcon"
-sidebar_label: "AccessibilityNewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessibilityNewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessibilityNewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessibilityNewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessibleForwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessibleForwardIcon.md
deleted file mode 100644
index 42764a28e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessibleForwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessibleForwardIcon"
-title: "Function: AccessibleForwardIcon"
-sidebar_label: "AccessibleForwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessibleForwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessibleForwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessibleForwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccessibleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccessibleIcon.md
deleted file mode 100644
index d1a833ba2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccessibleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccessibleIcon"
-title: "Function: AccessibleIcon"
-sidebar_label: "AccessibleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccessibleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccessibleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccessibleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceIcon.md
deleted file mode 100644
index 969d1b6b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccountBalanceIcon"
-title: "Function: AccountBalanceIcon"
-sidebar_label: "AccountBalanceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccountBalanceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccountBalanceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccountBalanceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceWalletIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceWalletIcon.md
deleted file mode 100644
index e682f09bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccountBalanceWalletIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccountBalanceWalletIcon"
-title: "Function: AccountBalanceWalletIcon"
-sidebar_label: "AccountBalanceWalletIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccountBalanceWalletIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccountBalanceWalletIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccountBalanceWalletIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccountBoxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccountBoxIcon.md
deleted file mode 100644
index baa777296..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccountBoxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccountBoxIcon"
-title: "Function: AccountBoxIcon"
-sidebar_label: "AccountBoxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccountBoxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccountBoxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccountBoxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccountCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccountCircleIcon.md
deleted file mode 100644
index 9af341c0d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccountCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccountCircleIcon"
-title: "Function: AccountCircleIcon"
-sidebar_label: "AccountCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccountCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccountCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccountCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AccountTreeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AccountTreeIcon.md
deleted file mode 100644
index 0f17463c6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AccountTreeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AccountTreeIcon"
-title: "Function: AccountTreeIcon"
-sidebar_label: "AccountTreeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AccountTreeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AccountTreeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AccountTreeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdUnitsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdUnitsIcon.md
deleted file mode 100644
index b52299681..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdUnitsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdUnitsIcon"
-title: "Function: AdUnitsIcon"
-sidebar_label: "AdUnitsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdUnitsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdUnitsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdUnitsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdbIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdbIcon.md
deleted file mode 100644
index b21b9341a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdbIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdbIcon"
-title: "Function: AdbIcon"
-sidebar_label: "AdbIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdbIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdbIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdbIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddAPhotoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddAPhotoIcon.md
deleted file mode 100644
index ef20d4cf4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddAPhotoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddAPhotoIcon"
-title: "Function: AddAPhotoIcon"
-sidebar_label: "AddAPhotoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddAPhotoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddAPhotoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddAPhotoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddAlarmIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddAlarmIcon.md
deleted file mode 100644
index 790521242..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddAlarmIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddAlarmIcon"
-title: "Function: AddAlarmIcon"
-sidebar_label: "AddAlarmIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddAlarmIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddAlarmIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddAlarmIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddAlertIcon.md
deleted file mode 100644
index 79b319d3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddAlertIcon"
-title: "Function: AddAlertIcon"
-sidebar_label: "AddAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddBoxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddBoxIcon.md
deleted file mode 100644
index 4fbf8bf56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddBoxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddBoxIcon"
-title: "Function: AddBoxIcon"
-sidebar_label: "AddBoxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddBoxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddBoxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddBoxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddBusinessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddBusinessIcon.md
deleted file mode 100644
index d65c8d829..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddBusinessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddBusinessIcon"
-title: "Function: AddBusinessIcon"
-sidebar_label: "AddBusinessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddBusinessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddBusinessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddBusinessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddCardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddCardIcon.md
deleted file mode 100644
index 88410cd8c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddCardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddCardIcon"
-title: "Function: AddCardIcon"
-sidebar_label: "AddCardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddCardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddCardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddCardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddChartIcon.md
deleted file mode 100644
index 4bd408580..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddChartIcon"
-title: "Function: AddChartIcon"
-sidebar_label: "AddChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddCircleIcon.md
deleted file mode 100644
index 2238a143e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddCircleIcon"
-title: "Function: AddCircleIcon"
-sidebar_label: "AddCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddCircleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddCircleOutlineIcon.md
deleted file mode 100644
index 4a3679606..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddCircleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddCircleOutlineIcon"
-title: "Function: AddCircleOutlineIcon"
-sidebar_label: "AddCircleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddCircleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddCircleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddCircleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddCommentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddCommentIcon.md
deleted file mode 100644
index aef97978a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddCommentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddCommentIcon"
-title: "Function: AddCommentIcon"
-sidebar_label: "AddCommentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddCommentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddCommentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddCommentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddHomeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddHomeIcon.md
deleted file mode 100644
index 4db823e90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddHomeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddHomeIcon"
-title: "Function: AddHomeIcon"
-sidebar_label: "AddHomeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddHomeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddHomeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddHomeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddHomeWorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddHomeWorkIcon.md
deleted file mode 100644
index 0053dcae7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddHomeWorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddHomeWorkIcon"
-title: "Function: AddHomeWorkIcon"
-sidebar_label: "AddHomeWorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddHomeWorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddHomeWorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddHomeWorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddIcCallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddIcCallIcon.md
deleted file mode 100644
index d301d972c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddIcCallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddIcCallIcon"
-title: "Function: AddIcCallIcon"
-sidebar_label: "AddIcCallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddIcCallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddIcCallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddIcCallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddIcon.md
deleted file mode 100644
index 4fa3ef680..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddIcon"
-title: "Function: AddIcon"
-sidebar_label: "AddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddLinkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddLinkIcon.md
deleted file mode 100644
index 9f78973e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddLinkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddLinkIcon"
-title: "Function: AddLinkIcon"
-sidebar_label: "AddLinkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddLinkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddLinkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddLinkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddLocationAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddLocationAltIcon.md
deleted file mode 100644
index 6d159a12e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddLocationAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddLocationAltIcon"
-title: "Function: AddLocationAltIcon"
-sidebar_label: "AddLocationAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddLocationAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddLocationAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddLocationAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddLocationIcon.md
deleted file mode 100644
index 2f2d51eec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddLocationIcon"
-title: "Function: AddLocationIcon"
-sidebar_label: "AddLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddModeratorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddModeratorIcon.md
deleted file mode 100644
index 84fcc76af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddModeratorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddModeratorIcon"
-title: "Function: AddModeratorIcon"
-sidebar_label: "AddModeratorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddModeratorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddModeratorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddModeratorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddPhotoAlternateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddPhotoAlternateIcon.md
deleted file mode 100644
index cbafb2126..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddPhotoAlternateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddPhotoAlternateIcon"
-title: "Function: AddPhotoAlternateIcon"
-sidebar_label: "AddPhotoAlternateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddPhotoAlternateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddPhotoAlternateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddPhotoAlternateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddReactionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddReactionIcon.md
deleted file mode 100644
index 9c7345468..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddReactionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddReactionIcon"
-title: "Function: AddReactionIcon"
-sidebar_label: "AddReactionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddReactionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddReactionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddReactionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddRoadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddRoadIcon.md
deleted file mode 100644
index d4fdc2daa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddRoadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddRoadIcon"
-title: "Function: AddRoadIcon"
-sidebar_label: "AddRoadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddRoadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddRoadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddRoadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddShoppingCartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddShoppingCartIcon.md
deleted file mode 100644
index 648e8cbec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddShoppingCartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddShoppingCartIcon"
-title: "Function: AddShoppingCartIcon"
-sidebar_label: "AddShoppingCartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddShoppingCartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddShoppingCartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddShoppingCartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddTaskIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddTaskIcon.md
deleted file mode 100644
index e9f8da01a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddTaskIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddTaskIcon"
-title: "Function: AddTaskIcon"
-sidebar_label: "AddTaskIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddTaskIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddTaskIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddTaskIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddToDriveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddToDriveIcon.md
deleted file mode 100644
index 3af77246f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddToDriveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddToDriveIcon"
-title: "Function: AddToDriveIcon"
-sidebar_label: "AddToDriveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddToDriveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddToDriveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddToDriveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddToHomeScreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddToHomeScreenIcon.md
deleted file mode 100644
index c07e8084d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddToHomeScreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddToHomeScreenIcon"
-title: "Function: AddToHomeScreenIcon"
-sidebar_label: "AddToHomeScreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddToHomeScreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddToHomeScreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddToHomeScreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddToPhotosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddToPhotosIcon.md
deleted file mode 100644
index 7b0383f57..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddToPhotosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddToPhotosIcon"
-title: "Function: AddToPhotosIcon"
-sidebar_label: "AddToPhotosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddToPhotosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddToPhotosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddToPhotosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AddToQueueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AddToQueueIcon.md
deleted file mode 100644
index 686a0c50a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AddToQueueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AddToQueueIcon"
-title: "Function: AddToQueueIcon"
-sidebar_label: "AddToQueueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AddToQueueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AddToQueueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AddToQueueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdfScannerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdfScannerIcon.md
deleted file mode 100644
index 330412444..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdfScannerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdfScannerIcon"
-title: "Function: AdfScannerIcon"
-sidebar_label: "AdfScannerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdfScannerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdfScannerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdfScannerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdjustIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdjustIcon.md
deleted file mode 100644
index e5f1edc22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdjustIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdjustIcon"
-title: "Function: AdjustIcon"
-sidebar_label: "AdjustIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdjustIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdjustIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdjustIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdminPanelSettingsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdminPanelSettingsIcon.md
deleted file mode 100644
index cd815f0e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdminPanelSettingsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdminPanelSettingsIcon"
-title: "Function: AdminPanelSettingsIcon"
-sidebar_label: "AdminPanelSettingsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdminPanelSettingsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdminPanelSettingsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdminPanelSettingsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AdsClickIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AdsClickIcon.md
deleted file mode 100644
index c631ec808..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AdsClickIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AdsClickIcon"
-title: "Function: AdsClickIcon"
-sidebar_label: "AdsClickIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AdsClickIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AdsClickIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AdsClickIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AgricultureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AgricultureIcon.md
deleted file mode 100644
index 517f6c6ef..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AgricultureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AgricultureIcon"
-title: "Function: AgricultureIcon"
-sidebar_label: "AgricultureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AgricultureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AgricultureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AgricultureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirIcon.md
deleted file mode 100644
index 6fa2247d6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirIcon"
-title: "Function: AirIcon"
-sidebar_label: "AirIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatAngledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatAngledIcon.md
deleted file mode 100644
index 49533212e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatAngledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatFlatAngledIcon"
-title: "Function: AirlineSeatFlatAngledIcon"
-sidebar_label: "AirlineSeatFlatAngledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatFlatAngledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatFlatAngledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatFlatAngledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatIcon.md
deleted file mode 100644
index 6139369a6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatFlatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatFlatIcon"
-title: "Function: AirlineSeatFlatIcon"
-sidebar_label: "AirlineSeatFlatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatFlatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatFlatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatFlatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatIndividualSuiteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatIndividualSuiteIcon.md
deleted file mode 100644
index ada8f9e12..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatIndividualSuiteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatIndividualSuiteIcon"
-title: "Function: AirlineSeatIndividualSuiteIcon"
-sidebar_label: "AirlineSeatIndividualSuiteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatIndividualSuiteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatIndividualSuiteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatIndividualSuiteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomExtraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomExtraIcon.md
deleted file mode 100644
index 50d170dca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomExtraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatLegroomExtraIcon"
-title: "Function: AirlineSeatLegroomExtraIcon"
-sidebar_label: "AirlineSeatLegroomExtraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatLegroomExtraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatLegroomExtraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatLegroomExtraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomNormalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomNormalIcon.md
deleted file mode 100644
index d2ba1b15a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomNormalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatLegroomNormalIcon"
-title: "Function: AirlineSeatLegroomNormalIcon"
-sidebar_label: "AirlineSeatLegroomNormalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatLegroomNormalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatLegroomNormalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatLegroomNormalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomReducedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomReducedIcon.md
deleted file mode 100644
index 55927521b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatLegroomReducedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatLegroomReducedIcon"
-title: "Function: AirlineSeatLegroomReducedIcon"
-sidebar_label: "AirlineSeatLegroomReducedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatLegroomReducedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatLegroomReducedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatLegroomReducedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineExtraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineExtraIcon.md
deleted file mode 100644
index 1f2d00816..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineExtraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatReclineExtraIcon"
-title: "Function: AirlineSeatReclineExtraIcon"
-sidebar_label: "AirlineSeatReclineExtraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatReclineExtraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatReclineExtraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatReclineExtraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineNormalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineNormalIcon.md
deleted file mode 100644
index 8a339097d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineSeatReclineNormalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineSeatReclineNormalIcon"
-title: "Function: AirlineSeatReclineNormalIcon"
-sidebar_label: "AirlineSeatReclineNormalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineSeatReclineNormalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineSeatReclineNormalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineSeatReclineNormalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlineStopsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlineStopsIcon.md
deleted file mode 100644
index 678c036a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlineStopsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlineStopsIcon"
-title: "Function: AirlineStopsIcon"
-sidebar_label: "AirlineStopsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlineStopsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlineStopsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlineStopsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirlinesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirlinesIcon.md
deleted file mode 100644
index b884c1203..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirlinesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirlinesIcon"
-title: "Function: AirlinesIcon"
-sidebar_label: "AirlinesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirlinesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirlinesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirlinesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirplaneTicketIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirplaneTicketIcon.md
deleted file mode 100644
index b5532c841..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirplaneTicketIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirplaneTicketIcon"
-title: "Function: AirplaneTicketIcon"
-sidebar_label: "AirplaneTicketIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirplaneTicketIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirplaneTicketIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirplaneTicketIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeActiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeActiveIcon.md
deleted file mode 100644
index 8fe41e910..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeActiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirplanemodeActiveIcon"
-title: "Function: AirplanemodeActiveIcon"
-sidebar_label: "AirplanemodeActiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirplanemodeActiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirplanemodeActiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirplanemodeActiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeInactiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeInactiveIcon.md
deleted file mode 100644
index 127ec5316..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirplanemodeInactiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirplanemodeInactiveIcon"
-title: "Function: AirplanemodeInactiveIcon"
-sidebar_label: "AirplanemodeInactiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirplanemodeInactiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirplanemodeInactiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirplanemodeInactiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirplayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirplayIcon.md
deleted file mode 100644
index 59a9295d6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirplayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirplayIcon"
-title: "Function: AirplayIcon"
-sidebar_label: "AirplayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirplayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirplayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirplayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AirportShuttleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AirportShuttleIcon.md
deleted file mode 100644
index 2a4983628..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AirportShuttleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AirportShuttleIcon"
-title: "Function: AirportShuttleIcon"
-sidebar_label: "AirportShuttleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AirportShuttleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AirportShuttleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AirportShuttleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlarmAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlarmAddIcon.md
deleted file mode 100644
index c84ecbcbe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlarmAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlarmAddIcon"
-title: "Function: AlarmAddIcon"
-sidebar_label: "AlarmAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlarmAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlarmAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlarmAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlarmIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlarmIcon.md
deleted file mode 100644
index 420267243..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlarmIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlarmIcon"
-title: "Function: AlarmIcon"
-sidebar_label: "AlarmIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlarmIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlarmIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlarmIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlarmOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlarmOffIcon.md
deleted file mode 100644
index 68a0a913c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlarmOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlarmOffIcon"
-title: "Function: AlarmOffIcon"
-sidebar_label: "AlarmOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlarmOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlarmOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlarmOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlarmOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlarmOnIcon.md
deleted file mode 100644
index 320b0ac6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlarmOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlarmOnIcon"
-title: "Function: AlarmOnIcon"
-sidebar_label: "AlarmOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlarmOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlarmOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlarmOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlbumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlbumIcon.md
deleted file mode 100644
index 5ccb3a13a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlbumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlbumIcon"
-title: "Function: AlbumIcon"
-sidebar_label: "AlbumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlbumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlbumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlbumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Alert.md b/website/versioned_docs/version-2.0.0/api/functions/Alert.md
deleted file mode 100644
index f5d89c9d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Alert.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "Alert"
-title: "Function: Alert"
-sidebar_label: "Alert"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Alert**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`AlertProps`](../interfaces/AlertProps.md) |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalCenterIcon.md
deleted file mode 100644
index b869535eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignHorizontalCenterIcon"
-title: "Function: AlignHorizontalCenterIcon"
-sidebar_label: "AlignHorizontalCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignHorizontalCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignHorizontalCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignHorizontalCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalLeftIcon.md
deleted file mode 100644
index 59181b890..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignHorizontalLeftIcon"
-title: "Function: AlignHorizontalLeftIcon"
-sidebar_label: "AlignHorizontalLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignHorizontalLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignHorizontalLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignHorizontalLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalRightIcon.md
deleted file mode 100644
index 587ff04b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignHorizontalRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignHorizontalRightIcon"
-title: "Function: AlignHorizontalRightIcon"
-sidebar_label: "AlignHorizontalRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignHorizontalRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignHorizontalRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignHorizontalRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalBottomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalBottomIcon.md
deleted file mode 100644
index f9a42a748..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalBottomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignVerticalBottomIcon"
-title: "Function: AlignVerticalBottomIcon"
-sidebar_label: "AlignVerticalBottomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignVerticalBottomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignVerticalBottomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignVerticalBottomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalCenterIcon.md
deleted file mode 100644
index a53fc789f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignVerticalCenterIcon"
-title: "Function: AlignVerticalCenterIcon"
-sidebar_label: "AlignVerticalCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignVerticalCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignVerticalCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignVerticalCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalTopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalTopIcon.md
deleted file mode 100644
index 28117b148..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlignVerticalTopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlignVerticalTopIcon"
-title: "Function: AlignVerticalTopIcon"
-sidebar_label: "AlignVerticalTopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlignVerticalTopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlignVerticalTopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlignVerticalTopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AllInboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AllInboxIcon.md
deleted file mode 100644
index da73e1a9f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AllInboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AllInboxIcon"
-title: "Function: AllInboxIcon"
-sidebar_label: "AllInboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AllInboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AllInboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AllInboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AllInclusiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AllInclusiveIcon.md
deleted file mode 100644
index 6bd4e65a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AllInclusiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AllInclusiveIcon"
-title: "Function: AllInclusiveIcon"
-sidebar_label: "AllInclusiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AllInclusiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AllInclusiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AllInclusiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AllOutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AllOutIcon.md
deleted file mode 100644
index fea89cc98..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AllOutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AllOutIcon"
-title: "Function: AllOutIcon"
-sidebar_label: "AllOutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AllOutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AllOutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AllOutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AltRouteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AltRouteIcon.md
deleted file mode 100644
index ce6593c19..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AltRouteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AltRouteIcon"
-title: "Function: AltRouteIcon"
-sidebar_label: "AltRouteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AltRouteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AltRouteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AltRouteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AlternateEmailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AlternateEmailIcon.md
deleted file mode 100644
index c59aa9dd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AlternateEmailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AlternateEmailIcon"
-title: "Function: AlternateEmailIcon"
-sidebar_label: "AlternateEmailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AlternateEmailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AlternateEmailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AlternateEmailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AnalyticsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AnalyticsIcon.md
deleted file mode 100644
index 971d9c736..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AnalyticsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AnalyticsIcon"
-title: "Function: AnalyticsIcon"
-sidebar_label: "AnalyticsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AnalyticsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AnalyticsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AnalyticsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AnchorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AnchorIcon.md
deleted file mode 100644
index 7176327d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AnchorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AnchorIcon"
-title: "Function: AnchorIcon"
-sidebar_label: "AnchorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AnchorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AnchorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AnchorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AndroidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AndroidIcon.md
deleted file mode 100644
index a2a2d1e87..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AndroidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AndroidIcon"
-title: "Function: AndroidIcon"
-sidebar_label: "AndroidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AndroidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AndroidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AndroidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AnimationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AnimationIcon.md
deleted file mode 100644
index 8e1694bff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AnimationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AnimationIcon"
-title: "Function: AnimationIcon"
-sidebar_label: "AnimationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AnimationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AnimationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AnimationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AnnouncementIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AnnouncementIcon.md
deleted file mode 100644
index 7a9ad328a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AnnouncementIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AnnouncementIcon"
-title: "Function: AnnouncementIcon"
-sidebar_label: "AnnouncementIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AnnouncementIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AnnouncementIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AnnouncementIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AodIcon.md
deleted file mode 100644
index 7c174fac9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AodIcon"
-title: "Function: AodIcon"
-sidebar_label: "AodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ApartmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ApartmentIcon.md
deleted file mode 100644
index 671847a3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ApartmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ApartmentIcon"
-title: "Function: ApartmentIcon"
-sidebar_label: "ApartmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ApartmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ApartmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ApartmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ApiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ApiIcon.md
deleted file mode 100644
index 8ed2a7f40..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ApiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ApiIcon"
-title: "Function: ApiIcon"
-sidebar_label: "ApiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ApiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ApiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ApiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppBlockingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppBlockingIcon.md
deleted file mode 100644
index 8a86d7ef3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppBlockingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppBlockingIcon"
-title: "Function: AppBlockingIcon"
-sidebar_label: "AppBlockingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppBlockingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppBlockingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppBlockingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppRegistrationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppRegistrationIcon.md
deleted file mode 100644
index 644d68504..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppRegistrationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppRegistrationIcon"
-title: "Function: AppRegistrationIcon"
-sidebar_label: "AppRegistrationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppRegistrationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppRegistrationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppRegistrationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppSettingsAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppSettingsAltIcon.md
deleted file mode 100644
index 483483ea8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppSettingsAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppSettingsAltIcon"
-title: "Function: AppSettingsAltIcon"
-sidebar_label: "AppSettingsAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppSettingsAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppSettingsAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppSettingsAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppShortcutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppShortcutIcon.md
deleted file mode 100644
index f6f5ab191..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppShortcutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppShortcutIcon"
-title: "Function: AppShortcutIcon"
-sidebar_label: "AppShortcutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppShortcutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppShortcutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppShortcutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ApprovalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ApprovalIcon.md
deleted file mode 100644
index db73d09e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ApprovalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ApprovalIcon"
-title: "Function: ApprovalIcon"
-sidebar_label: "ApprovalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ApprovalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ApprovalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ApprovalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppsIcon.md
deleted file mode 100644
index a5dc9224e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppsIcon"
-title: "Function: AppsIcon"
-sidebar_label: "AppsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AppsOutageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AppsOutageIcon.md
deleted file mode 100644
index 75610aa4f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AppsOutageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AppsOutageIcon"
-title: "Function: AppsOutageIcon"
-sidebar_label: "AppsOutageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AppsOutageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AppsOutageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AppsOutageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArchitectureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArchitectureIcon.md
deleted file mode 100644
index 604cb7dda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArchitectureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArchitectureIcon"
-title: "Function: ArchitectureIcon"
-sidebar_label: "ArchitectureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArchitectureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArchitectureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArchitectureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArchiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArchiveIcon.md
deleted file mode 100644
index 5d1879c99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArchiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArchiveIcon"
-title: "Function: ArchiveIcon"
-sidebar_label: "ArchiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArchiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArchiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArchiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AreaChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AreaChartIcon.md
deleted file mode 100644
index 1315d6c2e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AreaChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AreaChartIcon"
-title: "Function: AreaChartIcon"
-sidebar_label: "AreaChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AreaChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AreaChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AreaChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayContainer.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayContainer.md
deleted file mode 100644
index a1fa1b696..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayContainer.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "ArrayContainer"
-title: "Function: ArrayContainer"
-sidebar_label: "ArrayContainer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayContainer**\<`T`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `ArrayContainerProps`\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ArrayContainer.tsx:39](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ArrayContainer.tsx#L39)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayContainerItem.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayContainerItem.md
deleted file mode 100644
index 001def74e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayContainerItem.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayContainerItem"
-title: "Function: ArrayContainerItem"
-sidebar_label: "ArrayContainerItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayContainerItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `ArrayContainerItemProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ArrayContainer.tsx:208](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ArrayContainer.tsx#L208)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayCustomShapedFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayCustomShapedFieldBinding.md
deleted file mode 100644
index 8c58e6f8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayCustomShapedFieldBinding.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "ArrayCustomShapedFieldBinding"
-title: "Function: ArrayCustomShapedFieldBinding"
-sidebar_label: "ArrayCustomShapedFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayCustomShapedFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-Array field used for custom
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/ArrayCustomShapedFieldBinding.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/ArrayCustomShapedFieldBinding.tsx#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayEnumPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayEnumPreview.md
deleted file mode 100644
index d116868f5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayEnumPreview.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ArrayEnumPreview"
-title: "Function: ArrayEnumPreview"
-sidebar_label: "ArrayEnumPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayEnumPreview**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `enumValues` | [`EnumValueConfig`](../types/EnumValueConfig.md)[] |
-| › `name` | `undefined` \| `string` |
-| › `size` | [`PreviewSize`](../types/PreviewSize.md) |
-| › `value` | `string`[] \| `number`[] |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/ArrayEnumPreview.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/ArrayEnumPreview.tsx#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayItemOptions.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayItemOptions.md
deleted file mode 100644
index 340e85fc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayItemOptions.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "ArrayItemOptions"
-title: "Function: ArrayItemOptions"
-sidebar_label: "ArrayItemOptions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayItemOptions**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `contentOverflow` | `boolean` |
-| › `copy` | (`index`: `number`) => `void` |
-| › `direction?` | ``"row"`` \| ``"column"`` |
-| › `disabled` | `boolean` |
-| › `index` | `number` |
-| › `measuring` | `boolean` |
-| › `provided` | `any` |
-| › `remove` | (`index`: `number`) => `void` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ArrayContainer.tsx:259](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ArrayContainer.tsx#L259)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfMapsPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOfMapsPreview.md
deleted file mode 100644
index 130684d45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfMapsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfMapsPreview"
-title: "Function: ArrayOfMapsPreview"
-sidebar_label: "ArrayOfMapsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfMapsPreview**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`Record`\<`string`, `any`\>[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayOfMapsPreview.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayOfMapsPreview.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesFieldBinding.md
deleted file mode 100644
index 0cc6e27e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "ArrayOfReferencesFieldBinding"
-title: "Function: ArrayOfReferencesFieldBinding"
-sidebar_label: "ArrayOfReferencesFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfReferencesFieldBinding**(`«destructured»`): `Element`
-
-This field allows selecting multiple references.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `ArrayOfReferencesFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx#L19)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesPreview.md
deleted file mode 100644
index d8d502824..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfReferencesPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfReferencesPreview"
-title: "Function: ArrayOfReferencesPreview"
-sidebar_label: "ArrayOfReferencesPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfReferencesPreview**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`any`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayOfReferencesPreview.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayOfReferencesPreview.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStorageComponentsPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStorageComponentsPreview.md
deleted file mode 100644
index d23c009e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStorageComponentsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfStorageComponentsPreview"
-title: "Function: ArrayOfStorageComponentsPreview"
-sidebar_label: "ArrayOfStorageComponentsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfStorageComponentsPreview**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`any`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayOfStorageComponentsPreview.tsx:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayOfStorageComponentsPreview.tsx#L13)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStringsPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStringsPreview.md
deleted file mode 100644
index 4e4485890..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOfStringsPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOfStringsPreview"
-title: "Function: ArrayOfStringsPreview"
-sidebar_label: "ArrayOfStringsPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOfStringsPreview**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`string`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayOfStringsPreview.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayOfStringsPreview.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayOneOfPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayOneOfPreview.md
deleted file mode 100644
index a674f761e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayOneOfPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayOneOfPreview"
-title: "Function: ArrayOneOfPreview"
-sidebar_label: "ArrayOneOfPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayOneOfPreview**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`any`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayOneOfPreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayOneOfPreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyEnumPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyEnumPreview.md
deleted file mode 100644
index 7cc72000b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyEnumPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayPropertyEnumPreview"
-title: "Function: ArrayPropertyEnumPreview"
-sidebar_label: "ArrayPropertyEnumPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayPropertyEnumPreview**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`string`[] \| `number`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayPropertyEnumPreview.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayPropertyEnumPreview.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyPreview.md b/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyPreview.md
deleted file mode 100644
index 4ef4f52a2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrayPropertyPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrayPropertyPreview"
-title: "Function: ArrayPropertyPreview"
-sidebar_label: "ArrayPropertyPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrayPropertyPreview**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`any`[], `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/ArrayPropertyPreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/ArrayPropertyPreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIcon.md
deleted file mode 100644
index 68ddfa941..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowBackIcon"
-title: "Function: ArrowBackIcon"
-sidebar_label: "ArrowBackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowBackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowBackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowBackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosIcon.md
deleted file mode 100644
index 81b5aaf94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowBackIosIcon"
-title: "Function: ArrowBackIosIcon"
-sidebar_label: "ArrowBackIosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowBackIosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowBackIosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowBackIosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosNewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosNewIcon.md
deleted file mode 100644
index 347887d05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowBackIosNewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowBackIosNewIcon"
-title: "Function: ArrowBackIosNewIcon"
-sidebar_label: "ArrowBackIosNewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowBackIosNewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowBackIosNewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowBackIosNewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleDownIcon.md
deleted file mode 100644
index 408610d7f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowCircleDownIcon"
-title: "Function: ArrowCircleDownIcon"
-sidebar_label: "ArrowCircleDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowCircleDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowCircleDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowCircleDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleLeftIcon.md
deleted file mode 100644
index 3af03d8ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowCircleLeftIcon"
-title: "Function: ArrowCircleLeftIcon"
-sidebar_label: "ArrowCircleLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowCircleLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowCircleLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowCircleLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleRightIcon.md
deleted file mode 100644
index 5877d1c0b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowCircleRightIcon"
-title: "Function: ArrowCircleRightIcon"
-sidebar_label: "ArrowCircleRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowCircleRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowCircleRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowCircleRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleUpIcon.md
deleted file mode 100644
index 8e75d960b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowCircleUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowCircleUpIcon"
-title: "Function: ArrowCircleUpIcon"
-sidebar_label: "ArrowCircleUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowCircleUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowCircleUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowCircleUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowDownwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowDownwardIcon.md
deleted file mode 100644
index 289c9d133..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowDownwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowDownwardIcon"
-title: "Function: ArrowDownwardIcon"
-sidebar_label: "ArrowDownwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowDownwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowDownwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowDownwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownCircleIcon.md
deleted file mode 100644
index 71227a3c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowDropDownCircleIcon"
-title: "Function: ArrowDropDownCircleIcon"
-sidebar_label: "ArrowDropDownCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowDropDownCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowDropDownCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowDropDownCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownIcon.md
deleted file mode 100644
index 7c9890077..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowDropDownIcon"
-title: "Function: ArrowDropDownIcon"
-sidebar_label: "ArrowDropDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowDropDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowDropDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowDropDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowDropUpIcon.md
deleted file mode 100644
index 9cb396bea..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowDropUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowDropUpIcon"
-title: "Function: ArrowDropUpIcon"
-sidebar_label: "ArrowDropUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowDropUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowDropUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowDropUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIcon.md
deleted file mode 100644
index b4d67afc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowForwardIcon"
-title: "Function: ArrowForwardIcon"
-sidebar_label: "ArrowForwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowForwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowForwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowForwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIosIcon.md
deleted file mode 100644
index a12982d07..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowForwardIosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowForwardIosIcon"
-title: "Function: ArrowForwardIosIcon"
-sidebar_label: "ArrowForwardIosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowForwardIosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowForwardIosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowForwardIosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowLeftIcon.md
deleted file mode 100644
index dc1763df6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowLeftIcon"
-title: "Function: ArrowLeftIcon"
-sidebar_label: "ArrowLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowOutwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowOutwardIcon.md
deleted file mode 100644
index 4e519e5fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowOutwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowOutwardIcon"
-title: "Function: ArrowOutwardIcon"
-sidebar_label: "ArrowOutwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowOutwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowOutwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowOutwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowRightAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowRightAltIcon.md
deleted file mode 100644
index fe99c62aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowRightAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowRightAltIcon"
-title: "Function: ArrowRightAltIcon"
-sidebar_label: "ArrowRightAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowRightAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowRightAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowRightAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowRightIcon.md
deleted file mode 100644
index e3621f015..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowRightIcon"
-title: "Function: ArrowRightIcon"
-sidebar_label: "ArrowRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArrowUpwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArrowUpwardIcon.md
deleted file mode 100644
index 109cec628..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArrowUpwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArrowUpwardIcon"
-title: "Function: ArrowUpwardIcon"
-sidebar_label: "ArrowUpwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArrowUpwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArrowUpwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArrowUpwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArtTrackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArtTrackIcon.md
deleted file mode 100644
index 84e99f22e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArtTrackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArtTrackIcon"
-title: "Function: ArtTrackIcon"
-sidebar_label: "ArtTrackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArtTrackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArtTrackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArtTrackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ArticleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ArticleIcon.md
deleted file mode 100644
index da949d772..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ArticleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ArticleIcon"
-title: "Function: ArticleIcon"
-sidebar_label: "ArticleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ArticleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ArticleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ArticleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AspectRatioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AspectRatioIcon.md
deleted file mode 100644
index d212509b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AspectRatioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AspectRatioIcon"
-title: "Function: AspectRatioIcon"
-sidebar_label: "AspectRatioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AspectRatioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AspectRatioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AspectRatioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssessmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssessmentIcon.md
deleted file mode 100644
index 3ffd3fb1e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssessmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssessmentIcon"
-title: "Function: AssessmentIcon"
-sidebar_label: "AssessmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssessmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssessmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssessmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentIcon.md
deleted file mode 100644
index 86e65d6db..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentIcon"
-title: "Function: AssignmentIcon"
-sidebar_label: "AssignmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentIndIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentIndIcon.md
deleted file mode 100644
index 81dce5341..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentIndIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentIndIcon"
-title: "Function: AssignmentIndIcon"
-sidebar_label: "AssignmentIndIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentIndIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentIndIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentIndIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentLateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentLateIcon.md
deleted file mode 100644
index de8af397e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentLateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentLateIcon"
-title: "Function: AssignmentLateIcon"
-sidebar_label: "AssignmentLateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentLateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentLateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentLateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnIcon.md
deleted file mode 100644
index 3f81cdd01..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentReturnIcon"
-title: "Function: AssignmentReturnIcon"
-sidebar_label: "AssignmentReturnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentReturnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentReturnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentReturnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnedIcon.md
deleted file mode 100644
index 9353c1c02..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentReturnedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentReturnedIcon"
-title: "Function: AssignmentReturnedIcon"
-sidebar_label: "AssignmentReturnedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentReturnedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentReturnedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentReturnedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssignmentTurnedInIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssignmentTurnedInIcon.md
deleted file mode 100644
index 622c3a2b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssignmentTurnedInIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssignmentTurnedInIcon"
-title: "Function: AssignmentTurnedInIcon"
-sidebar_label: "AssignmentTurnedInIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssignmentTurnedInIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssignmentTurnedInIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssignmentTurnedInIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssistWalkerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssistWalkerIcon.md
deleted file mode 100644
index 8e079a38d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssistWalkerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssistWalkerIcon"
-title: "Function: AssistWalkerIcon"
-sidebar_label: "AssistWalkerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssistWalkerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssistWalkerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssistWalkerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssistantDirectionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssistantDirectionIcon.md
deleted file mode 100644
index 7873f6ac1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssistantDirectionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssistantDirectionIcon"
-title: "Function: AssistantDirectionIcon"
-sidebar_label: "AssistantDirectionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssistantDirectionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssistantDirectionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssistantDirectionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssistantIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssistantIcon.md
deleted file mode 100644
index d490b789e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssistantIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssistantIcon"
-title: "Function: AssistantIcon"
-sidebar_label: "AssistantIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssistantIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssistantIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssistantIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssistantPhotoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssistantPhotoIcon.md
deleted file mode 100644
index 916d3fa57..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssistantPhotoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssistantPhotoIcon"
-title: "Function: AssistantPhotoIcon"
-sidebar_label: "AssistantPhotoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssistantPhotoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssistantPhotoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssistantPhotoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AssuredWorkloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AssuredWorkloadIcon.md
deleted file mode 100644
index 80b437c7b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AssuredWorkloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AssuredWorkloadIcon"
-title: "Function: AssuredWorkloadIcon"
-sidebar_label: "AssuredWorkloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AssuredWorkloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AssuredWorkloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AssuredWorkloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AsyncPreviewComponent.md b/website/versioned_docs/version-2.0.0/api/functions/AsyncPreviewComponent.md
deleted file mode 100644
index 0b89446c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AsyncPreviewComponent.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "AsyncPreviewComponent"
-title: "Function: AsyncPreviewComponent"
-sidebar_label: "AsyncPreviewComponent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AsyncPreviewComponent**(`props`): `ReactNode`
-
-Utility component used to render the result of an async execution.
-It shows a loading indicator while at it.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`AsyncPreviewComponentProps`](../interfaces/AsyncPreviewComponentProps.md) |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AtmIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AtmIcon.md
deleted file mode 100644
index 05531619b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AtmIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AtmIcon"
-title: "Function: AtmIcon"
-sidebar_label: "AtmIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AtmIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AtmIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AtmIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttachEmailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttachEmailIcon.md
deleted file mode 100644
index 019b34416..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttachEmailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttachEmailIcon"
-title: "Function: AttachEmailIcon"
-sidebar_label: "AttachEmailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttachEmailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttachEmailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttachEmailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttachFileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttachFileIcon.md
deleted file mode 100644
index c9637ca0a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttachFileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttachFileIcon"
-title: "Function: AttachFileIcon"
-sidebar_label: "AttachFileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttachFileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttachFileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttachFileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttachMoneyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttachMoneyIcon.md
deleted file mode 100644
index 4569d19b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttachMoneyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttachMoneyIcon"
-title: "Function: AttachMoneyIcon"
-sidebar_label: "AttachMoneyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttachMoneyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttachMoneyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttachMoneyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttachmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttachmentIcon.md
deleted file mode 100644
index c018c2935..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttachmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttachmentIcon"
-title: "Function: AttachmentIcon"
-sidebar_label: "AttachmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttachmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttachmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttachmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttractionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttractionsIcon.md
deleted file mode 100644
index 66f7f78f7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttractionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttractionsIcon"
-title: "Function: AttractionsIcon"
-sidebar_label: "AttractionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttractionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttractionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttractionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AttributionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AttributionIcon.md
deleted file mode 100644
index 9254d2c51..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AttributionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AttributionIcon"
-title: "Function: AttributionIcon"
-sidebar_label: "AttributionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AttributionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AttributionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AttributionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AudioFileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AudioFileIcon.md
deleted file mode 100644
index d5c16d93f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AudioFileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AudioFileIcon"
-title: "Function: AudioFileIcon"
-sidebar_label: "AudioFileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AudioFileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AudioFileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AudioFileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AudiotrackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AudiotrackIcon.md
deleted file mode 100644
index 02e52fe50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AudiotrackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AudiotrackIcon"
-title: "Function: AudiotrackIcon"
-sidebar_label: "AudiotrackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AudiotrackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AudiotrackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AudiotrackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeIcon.md
deleted file mode 100644
index cc5c972a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoAwesomeIcon"
-title: "Function: AutoAwesomeIcon"
-sidebar_label: "AutoAwesomeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoAwesomeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoAwesomeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoAwesomeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMosaicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMosaicIcon.md
deleted file mode 100644
index 4906735b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMosaicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoAwesomeMosaicIcon"
-title: "Function: AutoAwesomeMosaicIcon"
-sidebar_label: "AutoAwesomeMosaicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoAwesomeMosaicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoAwesomeMosaicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoAwesomeMosaicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMotionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMotionIcon.md
deleted file mode 100644
index 5763d6efc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoAwesomeMotionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoAwesomeMotionIcon"
-title: "Function: AutoAwesomeMotionIcon"
-sidebar_label: "AutoAwesomeMotionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoAwesomeMotionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoAwesomeMotionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoAwesomeMotionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoDeleteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoDeleteIcon.md
deleted file mode 100644
index 60862151d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoDeleteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoDeleteIcon"
-title: "Function: AutoDeleteIcon"
-sidebar_label: "AutoDeleteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoDeleteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoDeleteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoDeleteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoFixHighIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoFixHighIcon.md
deleted file mode 100644
index e297e0ac0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoFixHighIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoFixHighIcon"
-title: "Function: AutoFixHighIcon"
-sidebar_label: "AutoFixHighIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoFixHighIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoFixHighIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoFixHighIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoFixNormalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoFixNormalIcon.md
deleted file mode 100644
index e13eea071..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoFixNormalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoFixNormalIcon"
-title: "Function: AutoFixNormalIcon"
-sidebar_label: "AutoFixNormalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoFixNormalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoFixNormalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoFixNormalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoFixOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoFixOffIcon.md
deleted file mode 100644
index 88f64a405..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoFixOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoFixOffIcon"
-title: "Function: AutoFixOffIcon"
-sidebar_label: "AutoFixOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoFixOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoFixOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoFixOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoGraphIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoGraphIcon.md
deleted file mode 100644
index c060abf4f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoGraphIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoGraphIcon"
-title: "Function: AutoGraphIcon"
-sidebar_label: "AutoGraphIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoGraphIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoGraphIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoGraphIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoModeIcon.md
deleted file mode 100644
index b2c907d71..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoModeIcon"
-title: "Function: AutoModeIcon"
-sidebar_label: "AutoModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutoStoriesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutoStoriesIcon.md
deleted file mode 100644
index 05d701bec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutoStoriesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutoStoriesIcon"
-title: "Function: AutoStoriesIcon"
-sidebar_label: "AutoStoriesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutoStoriesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutoStoriesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutoStoriesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Autocomplete.md b/website/versioned_docs/version-2.0.0/api/functions/Autocomplete.md
deleted file mode 100644
index 8dda6daf4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Autocomplete.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Autocomplete"
-title: "Function: Autocomplete"
-sidebar_label: "Autocomplete"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Autocomplete**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`AutocompleteProps`](../types/AutocompleteProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Autocomplete.tsx:41](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Autocomplete.tsx#L41)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutocompleteItem.md b/website/versioned_docs/version-2.0.0/api/functions/AutocompleteItem.md
deleted file mode 100644
index 7dac7c59f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutocompleteItem.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutocompleteItem"
-title: "Function: AutocompleteItem"
-sidebar_label: "AutocompleteItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutocompleteItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`AutocompleteItemProps`](../types/AutocompleteItemProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Autocomplete.tsx:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Autocomplete.tsx#L75)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutofpsSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutofpsSelectIcon.md
deleted file mode 100644
index 72967fd99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutofpsSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutofpsSelectIcon"
-title: "Function: AutofpsSelectIcon"
-sidebar_label: "AutofpsSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutofpsSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutofpsSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutofpsSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AutorenewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AutorenewIcon.md
deleted file mode 100644
index 51acde1a0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AutorenewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AutorenewIcon"
-title: "Function: AutorenewIcon"
-sidebar_label: "AutorenewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AutorenewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AutorenewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AutorenewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/AvTimerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/AvTimerIcon.md
deleted file mode 100644
index f998a1971..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/AvTimerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "AvTimerIcon"
-title: "Function: AvTimerIcon"
-sidebar_label: "AvTimerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **AvTimerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/AvTimerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/AvTimerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Avatar.md b/website/versioned_docs/version-2.0.0/api/functions/Avatar.md
deleted file mode 100644
index 46daed0ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Avatar.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "Avatar"
-title: "Function: Avatar"
-sidebar_label: "Avatar"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Avatar**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `AvatarProps` & `RefAttributes`\<`HTMLButtonElement`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BabyChangingStationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BabyChangingStationIcon.md
deleted file mode 100644
index fe5b48698..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BabyChangingStationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BabyChangingStationIcon"
-title: "Function: BabyChangingStationIcon"
-sidebar_label: "BabyChangingStationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BabyChangingStationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BabyChangingStationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BabyChangingStationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BackHandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BackHandIcon.md
deleted file mode 100644
index d85ae221d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BackHandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BackHandIcon"
-title: "Function: BackHandIcon"
-sidebar_label: "BackHandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BackHandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BackHandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BackHandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BackpackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BackpackIcon.md
deleted file mode 100644
index 29bd3e36b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BackpackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BackpackIcon"
-title: "Function: BackpackIcon"
-sidebar_label: "BackpackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BackpackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BackpackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BackpackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BackspaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BackspaceIcon.md
deleted file mode 100644
index e78127c81..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BackspaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BackspaceIcon"
-title: "Function: BackspaceIcon"
-sidebar_label: "BackspaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BackspaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BackspaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BackspaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BackupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BackupIcon.md
deleted file mode 100644
index b4c958067..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BackupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BackupIcon"
-title: "Function: BackupIcon"
-sidebar_label: "BackupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BackupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BackupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BackupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BackupTableIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BackupTableIcon.md
deleted file mode 100644
index e0f4687bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BackupTableIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BackupTableIcon"
-title: "Function: BackupTableIcon"
-sidebar_label: "BackupTableIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BackupTableIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BackupTableIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BackupTableIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Badge.md b/website/versioned_docs/version-2.0.0/api/functions/Badge.md
deleted file mode 100644
index 133ea9b60..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Badge.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "Badge"
-title: "Function: Badge"
-sidebar_label: "Badge"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Badge**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `BadgeProps` |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BadgeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BadgeIcon.md
deleted file mode 100644
index e887aaef1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BadgeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BadgeIcon"
-title: "Function: BadgeIcon"
-sidebar_label: "BadgeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BadgeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BadgeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BadgeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BakeryDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BakeryDiningIcon.md
deleted file mode 100644
index d184603cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BakeryDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BakeryDiningIcon"
-title: "Function: BakeryDiningIcon"
-sidebar_label: "BakeryDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BakeryDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BakeryDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BakeryDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BalanceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BalanceIcon.md
deleted file mode 100644
index 2650c1e06..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BalanceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BalanceIcon"
-title: "Function: BalanceIcon"
-sidebar_label: "BalanceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BalanceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BalanceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BalanceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BalconyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BalconyIcon.md
deleted file mode 100644
index fe0f24580..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BalconyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BalconyIcon"
-title: "Function: BalconyIcon"
-sidebar_label: "BalconyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BalconyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BalconyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BalconyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BallotIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BallotIcon.md
deleted file mode 100644
index fd0c6b327..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BallotIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BallotIcon"
-title: "Function: BallotIcon"
-sidebar_label: "BallotIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BallotIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BallotIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BallotIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BarChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BarChartIcon.md
deleted file mode 100644
index 66c89db0c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BarChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BarChartIcon"
-title: "Function: BarChartIcon"
-sidebar_label: "BarChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BarChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BarChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BarChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatchPredictionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatchPredictionIcon.md
deleted file mode 100644
index 1df367c23..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatchPredictionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatchPredictionIcon"
-title: "Function: BatchPredictionIcon"
-sidebar_label: "BatchPredictionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatchPredictionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatchPredictionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatchPredictionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BathroomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BathroomIcon.md
deleted file mode 100644
index 968bbfbe5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BathroomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BathroomIcon"
-title: "Function: BathroomIcon"
-sidebar_label: "BathroomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BathroomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BathroomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BathroomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BathtubIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BathtubIcon.md
deleted file mode 100644
index 8db1aa32f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BathtubIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BathtubIcon"
-title: "Function: BathtubIcon"
-sidebar_label: "BathtubIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BathtubIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BathtubIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BathtubIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery0BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery0BarIcon.md
deleted file mode 100644
index 165e7a468..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery0BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery0BarIcon"
-title: "Function: Battery0BarIcon"
-sidebar_label: "Battery0BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery0BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery0BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery0BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery1BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery1BarIcon.md
deleted file mode 100644
index fc91b12b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery1BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery1BarIcon"
-title: "Function: Battery1BarIcon"
-sidebar_label: "Battery1BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery1BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery1BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery1BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery2BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery2BarIcon.md
deleted file mode 100644
index 0bfeba965..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery2BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery2BarIcon"
-title: "Function: Battery2BarIcon"
-sidebar_label: "Battery2BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery2BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery2BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery2BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery3BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery3BarIcon.md
deleted file mode 100644
index 0b510f055..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery3BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery3BarIcon"
-title: "Function: Battery3BarIcon"
-sidebar_label: "Battery3BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery3BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery3BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery3BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery4BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery4BarIcon.md
deleted file mode 100644
index b4fa242bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery4BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery4BarIcon"
-title: "Function: Battery4BarIcon"
-sidebar_label: "Battery4BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery4BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery4BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery4BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery5BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery5BarIcon.md
deleted file mode 100644
index 9f0d1e66c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery5BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery5BarIcon"
-title: "Function: Battery5BarIcon"
-sidebar_label: "Battery5BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery5BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery5BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery5BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Battery6BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Battery6BarIcon.md
deleted file mode 100644
index 49977fff5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Battery6BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Battery6BarIcon"
-title: "Function: Battery6BarIcon"
-sidebar_label: "Battery6BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Battery6BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Battery6BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Battery6BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatteryAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatteryAlertIcon.md
deleted file mode 100644
index 5f0077ea2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatteryAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatteryAlertIcon"
-title: "Function: BatteryAlertIcon"
-sidebar_label: "BatteryAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatteryAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatteryAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatteryAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatteryChargingFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatteryChargingFullIcon.md
deleted file mode 100644
index 4a4f28801..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatteryChargingFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatteryChargingFullIcon"
-title: "Function: BatteryChargingFullIcon"
-sidebar_label: "BatteryChargingFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatteryChargingFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatteryChargingFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatteryChargingFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatteryFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatteryFullIcon.md
deleted file mode 100644
index 8079cb0e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatteryFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatteryFullIcon"
-title: "Function: BatteryFullIcon"
-sidebar_label: "BatteryFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatteryFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatteryFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatteryFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatterySaverIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatterySaverIcon.md
deleted file mode 100644
index 28d308b72..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatterySaverIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatterySaverIcon"
-title: "Function: BatterySaverIcon"
-sidebar_label: "BatterySaverIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatterySaverIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatterySaverIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatterySaverIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatteryStdIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatteryStdIcon.md
deleted file mode 100644
index 376ec7c6a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatteryStdIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatteryStdIcon"
-title: "Function: BatteryStdIcon"
-sidebar_label: "BatteryStdIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatteryStdIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatteryStdIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatteryStdIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BatteryUnknownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BatteryUnknownIcon.md
deleted file mode 100644
index a790b0e83..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BatteryUnknownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BatteryUnknownIcon"
-title: "Function: BatteryUnknownIcon"
-sidebar_label: "BatteryUnknownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BatteryUnknownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BatteryUnknownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BatteryUnknownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BeachAccessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BeachAccessIcon.md
deleted file mode 100644
index 15091d46c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BeachAccessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BeachAccessIcon"
-title: "Function: BeachAccessIcon"
-sidebar_label: "BeachAccessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BeachAccessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BeachAccessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BeachAccessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedIcon.md
deleted file mode 100644
index 636dc5730..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedIcon"
-title: "Function: BedIcon"
-sidebar_label: "BedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedroomBabyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedroomBabyIcon.md
deleted file mode 100644
index 71fdf340e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedroomBabyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedroomBabyIcon"
-title: "Function: BedroomBabyIcon"
-sidebar_label: "BedroomBabyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedroomBabyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedroomBabyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedroomBabyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedroomChildIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedroomChildIcon.md
deleted file mode 100644
index 1a9c2aaaa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedroomChildIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedroomChildIcon"
-title: "Function: BedroomChildIcon"
-sidebar_label: "BedroomChildIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedroomChildIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedroomChildIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedroomChildIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedroomParentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedroomParentIcon.md
deleted file mode 100644
index d0cf7346c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedroomParentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedroomParentIcon"
-title: "Function: BedroomParentIcon"
-sidebar_label: "BedroomParentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedroomParentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedroomParentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedroomParentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedtimeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedtimeIcon.md
deleted file mode 100644
index 30ff4a956..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedtimeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedtimeIcon"
-title: "Function: BedtimeIcon"
-sidebar_label: "BedtimeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedtimeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedtimeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedtimeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BedtimeOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BedtimeOffIcon.md
deleted file mode 100644
index 10771623f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BedtimeOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BedtimeOffIcon"
-title: "Function: BedtimeOffIcon"
-sidebar_label: "BedtimeOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BedtimeOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BedtimeOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BedtimeOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BeenhereIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BeenhereIcon.md
deleted file mode 100644
index dc9a11809..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BeenhereIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BeenhereIcon"
-title: "Function: BeenhereIcon"
-sidebar_label: "BeenhereIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BeenhereIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BeenhereIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BeenhereIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BentoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BentoIcon.md
deleted file mode 100644
index a09c27aa5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BentoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BentoIcon"
-title: "Function: BentoIcon"
-sidebar_label: "BentoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BentoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BentoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BentoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BikeScooterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BikeScooterIcon.md
deleted file mode 100644
index 49529297e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BikeScooterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BikeScooterIcon"
-title: "Function: BikeScooterIcon"
-sidebar_label: "BikeScooterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BikeScooterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BikeScooterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BikeScooterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BiotechIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BiotechIcon.md
deleted file mode 100644
index 199ad4516..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BiotechIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BiotechIcon"
-title: "Function: BiotechIcon"
-sidebar_label: "BiotechIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BiotechIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BiotechIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BiotechIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlenderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlenderIcon.md
deleted file mode 100644
index 86d8fc0a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlenderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlenderIcon"
-title: "Function: BlenderIcon"
-sidebar_label: "BlenderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlenderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlenderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlenderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlindIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlindIcon.md
deleted file mode 100644
index 9c1ec2e74..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlindIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlindIcon"
-title: "Function: BlindIcon"
-sidebar_label: "BlindIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlindIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlindIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlindIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlindsClosedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlindsClosedIcon.md
deleted file mode 100644
index 6291014a2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlindsClosedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlindsClosedIcon"
-title: "Function: BlindsClosedIcon"
-sidebar_label: "BlindsClosedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlindsClosedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlindsClosedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlindsClosedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlindsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlindsIcon.md
deleted file mode 100644
index e9b285a66..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlindsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlindsIcon"
-title: "Function: BlindsIcon"
-sidebar_label: "BlindsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlindsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlindsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlindsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlockFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/BlockFieldBinding.md
deleted file mode 100644
index c2fd30af1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlockFieldBinding.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "BlockFieldBinding"
-title: "Function: BlockFieldBinding"
-sidebar_label: "BlockFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlockFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-If the `oneOf` property is specified, this fields render each array entry as
-a `type` select and the corresponding field widget to the selected `type.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/BlockFieldBinding.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/BlockFieldBinding.tsx#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlockIcon.md
deleted file mode 100644
index cb687668b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlockIcon"
-title: "Function: BlockIcon"
-sidebar_label: "BlockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BloodtypeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BloodtypeIcon.md
deleted file mode 100644
index 0d317c066..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BloodtypeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BloodtypeIcon"
-title: "Function: BloodtypeIcon"
-sidebar_label: "BloodtypeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BloodtypeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BloodtypeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BloodtypeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothAudioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothAudioIcon.md
deleted file mode 100644
index 6aed36e22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothAudioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothAudioIcon"
-title: "Function: BluetoothAudioIcon"
-sidebar_label: "BluetoothAudioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothAudioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothAudioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothAudioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothConnectedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothConnectedIcon.md
deleted file mode 100644
index f1b7fc040..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothConnectedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothConnectedIcon"
-title: "Function: BluetoothConnectedIcon"
-sidebar_label: "BluetoothConnectedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothConnectedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothConnectedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothConnectedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothDisabledIcon.md
deleted file mode 100644
index 530f31b6f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothDisabledIcon"
-title: "Function: BluetoothDisabledIcon"
-sidebar_label: "BluetoothDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothDriveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothDriveIcon.md
deleted file mode 100644
index c12c5591e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothDriveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothDriveIcon"
-title: "Function: BluetoothDriveIcon"
-sidebar_label: "BluetoothDriveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothDriveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothDriveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothDriveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothIcon.md
deleted file mode 100644
index 5f9834bd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothIcon"
-title: "Function: BluetoothIcon"
-sidebar_label: "BluetoothIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BluetoothSearchingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BluetoothSearchingIcon.md
deleted file mode 100644
index 41e569125..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BluetoothSearchingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BluetoothSearchingIcon"
-title: "Function: BluetoothSearchingIcon"
-sidebar_label: "BluetoothSearchingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BluetoothSearchingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BluetoothSearchingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BluetoothSearchingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlurCircularIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlurCircularIcon.md
deleted file mode 100644
index 22f13fd04..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlurCircularIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlurCircularIcon"
-title: "Function: BlurCircularIcon"
-sidebar_label: "BlurCircularIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlurCircularIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlurCircularIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlurCircularIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlurLinearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlurLinearIcon.md
deleted file mode 100644
index 25ac756d7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlurLinearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlurLinearIcon"
-title: "Function: BlurLinearIcon"
-sidebar_label: "BlurLinearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlurLinearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlurLinearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlurLinearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlurOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlurOffIcon.md
deleted file mode 100644
index ceb3b21f8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlurOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlurOffIcon"
-title: "Function: BlurOffIcon"
-sidebar_label: "BlurOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlurOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlurOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlurOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BlurOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BlurOnIcon.md
deleted file mode 100644
index c419f95ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BlurOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BlurOnIcon"
-title: "Function: BlurOnIcon"
-sidebar_label: "BlurOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BlurOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BlurOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BlurOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BoltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BoltIcon.md
deleted file mode 100644
index 16e573d08..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BoltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BoltIcon"
-title: "Function: BoltIcon"
-sidebar_label: "BoltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BoltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BoltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BoltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookIcon.md
deleted file mode 100644
index ae1fddd2d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookIcon"
-title: "Function: BookIcon"
-sidebar_label: "BookIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookOnlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookOnlineIcon.md
deleted file mode 100644
index bf72f62d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookOnlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookOnlineIcon"
-title: "Function: BookOnlineIcon"
-sidebar_label: "BookOnlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookOnlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookOnlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookOnlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddIcon.md
deleted file mode 100644
index 019e4941e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarkAddIcon"
-title: "Function: BookmarkAddIcon"
-sidebar_label: "BookmarkAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarkAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarkAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarkAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddedIcon.md
deleted file mode 100644
index 2f70e7ea4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarkAddedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarkAddedIcon"
-title: "Function: BookmarkAddedIcon"
-sidebar_label: "BookmarkAddedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarkAddedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarkAddedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarkAddedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarkBorderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarkBorderIcon.md
deleted file mode 100644
index d2c1b7709..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarkBorderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarkBorderIcon"
-title: "Function: BookmarkBorderIcon"
-sidebar_label: "BookmarkBorderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarkBorderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarkBorderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarkBorderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarkIcon.md
deleted file mode 100644
index 70e33f6b4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarkIcon"
-title: "Function: BookmarkIcon"
-sidebar_label: "BookmarkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarkRemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarkRemoveIcon.md
deleted file mode 100644
index f1285d817..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarkRemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarkRemoveIcon"
-title: "Function: BookmarkRemoveIcon"
-sidebar_label: "BookmarkRemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarkRemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarkRemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarkRemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BookmarksIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BookmarksIcon.md
deleted file mode 100644
index 92bd2425f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BookmarksIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BookmarksIcon"
-title: "Function: BookmarksIcon"
-sidebar_label: "BookmarksIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BookmarksIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BookmarksIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BookmarksIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BooleanPreview.md b/website/versioned_docs/version-2.0.0/api/functions/BooleanPreview.md
deleted file mode 100644
index eeceff278..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BooleanPreview.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "BooleanPreview"
-title: "Function: BooleanPreview"
-sidebar_label: "BooleanPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BooleanPreview**(`«destructured»`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `value` | `boolean` |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/BooleanPreview.tsx:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/BooleanPreview.tsx#L7)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitch.md b/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitch.md
deleted file mode 100644
index ff94b4e3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitch.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "BooleanSwitch"
-title: "Function: BooleanSwitch"
-sidebar_label: "BooleanSwitch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BooleanSwitch**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `props` | `Object` | - |
-| `props.allowIndeterminate?` | `boolean` | - |
-| `props.className?` | `string` | - |
-| `props.disabled?` | `boolean` | - |
-| `props.key?` | ``null`` \| `Key` | - |
-| `props.onValueChange?` | (`newValue`: ``null`` \| `boolean`) => `void` \| (`newValue`: `boolean`) => `void` | - |
-| `props.ref?` | `Ref`\<`HTMLButtonElement`\> | Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). **`See`** https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom |
-| `props.size?` | ``"medium"`` \| ``"small"`` | - |
-| `props.value` | ``null`` \| `boolean` | - |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitchWithLabel.md b/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitchWithLabel.md
deleted file mode 100644
index 7025f55fd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BooleanSwitchWithLabel.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "BooleanSwitchWithLabel"
-title: "Function: BooleanSwitchWithLabel"
-sidebar_label: "BooleanSwitchWithLabel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BooleanSwitchWithLabel**(`«destructured»`): `Element`
-
-Simple boolean switch.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`BooleanSwitchWithLabelProps`](../types/BooleanSwitchWithLabelProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/BooleanSwitchWithLabel.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/BooleanSwitchWithLabel.tsx#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderAllIcon.md
deleted file mode 100644
index 71be81597..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderAllIcon"
-title: "Function: BorderAllIcon"
-sidebar_label: "BorderAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderBottomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderBottomIcon.md
deleted file mode 100644
index 54c9c61fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderBottomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderBottomIcon"
-title: "Function: BorderBottomIcon"
-sidebar_label: "BorderBottomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderBottomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderBottomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderBottomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderClearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderClearIcon.md
deleted file mode 100644
index 66aeab94d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderClearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderClearIcon"
-title: "Function: BorderClearIcon"
-sidebar_label: "BorderClearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderClearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderClearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderClearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderColorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderColorIcon.md
deleted file mode 100644
index b3e48cc13..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderColorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderColorIcon"
-title: "Function: BorderColorIcon"
-sidebar_label: "BorderColorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderColorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderColorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderColorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderHorizontalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderHorizontalIcon.md
deleted file mode 100644
index 74e472724..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderHorizontalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderHorizontalIcon"
-title: "Function: BorderHorizontalIcon"
-sidebar_label: "BorderHorizontalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderHorizontalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderHorizontalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderHorizontalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderInnerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderInnerIcon.md
deleted file mode 100644
index 4784611b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderInnerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderInnerIcon"
-title: "Function: BorderInnerIcon"
-sidebar_label: "BorderInnerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderInnerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderInnerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderInnerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderLeftIcon.md
deleted file mode 100644
index 7e45de1e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderLeftIcon"
-title: "Function: BorderLeftIcon"
-sidebar_label: "BorderLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderOuterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderOuterIcon.md
deleted file mode 100644
index ec18cff60..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderOuterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderOuterIcon"
-title: "Function: BorderOuterIcon"
-sidebar_label: "BorderOuterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderOuterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderOuterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderOuterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderRightIcon.md
deleted file mode 100644
index 69145dfe6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderRightIcon"
-title: "Function: BorderRightIcon"
-sidebar_label: "BorderRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderStyleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderStyleIcon.md
deleted file mode 100644
index 01d016f13..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderStyleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderStyleIcon"
-title: "Function: BorderStyleIcon"
-sidebar_label: "BorderStyleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderStyleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderStyleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderStyleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderTopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderTopIcon.md
deleted file mode 100644
index e4e67b7a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderTopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderTopIcon"
-title: "Function: BorderTopIcon"
-sidebar_label: "BorderTopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderTopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderTopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderTopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BorderVerticalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BorderVerticalIcon.md
deleted file mode 100644
index 33096a0aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BorderVerticalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BorderVerticalIcon"
-title: "Function: BorderVerticalIcon"
-sidebar_label: "BorderVerticalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BorderVerticalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BorderVerticalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BorderVerticalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BoyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BoyIcon.md
deleted file mode 100644
index 81650228e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BoyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BoyIcon"
-title: "Function: BoyIcon"
-sidebar_label: "BoyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BoyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BoyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BoyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrandingWatermarkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrandingWatermarkIcon.md
deleted file mode 100644
index a7969f89a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrandingWatermarkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrandingWatermarkIcon"
-title: "Function: BrandingWatermarkIcon"
-sidebar_label: "BrandingWatermarkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrandingWatermarkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrandingWatermarkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrandingWatermarkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BreadcrumbUpdater.md b/website/versioned_docs/version-2.0.0/api/functions/BreadcrumbUpdater.md
deleted file mode 100644
index f7c135725..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BreadcrumbUpdater.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "BreadcrumbUpdater"
-title: "Function: BreadcrumbUpdater"
-sidebar_label: "BreadcrumbUpdater"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BreadcrumbUpdater**(`«destructured»`): `Element`
-
-This component updates the breadcrumb in the app bar when rendered
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `PropsWithChildren`\<[`BreadcrumbUpdaterProps`](../interfaces/BreadcrumbUpdaterProps.md)\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BreakfastDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BreakfastDiningIcon.md
deleted file mode 100644
index 3ebcaa446..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BreakfastDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BreakfastDiningIcon"
-title: "Function: BreakfastDiningIcon"
-sidebar_label: "BreakfastDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BreakfastDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BreakfastDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BreakfastDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness1Icon.md
deleted file mode 100644
index 02b22ae1a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness1Icon"
-title: "Function: Brightness1Icon"
-sidebar_label: "Brightness1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness2Icon.md
deleted file mode 100644
index 6b8dca840..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness2Icon"
-title: "Function: Brightness2Icon"
-sidebar_label: "Brightness2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness3Icon.md
deleted file mode 100644
index e30408a08..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness3Icon"
-title: "Function: Brightness3Icon"
-sidebar_label: "Brightness3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness4Icon.md
deleted file mode 100644
index 156b1e9b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness4Icon"
-title: "Function: Brightness4Icon"
-sidebar_label: "Brightness4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness5Icon.md
deleted file mode 100644
index 54603d967..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness5Icon"
-title: "Function: Brightness5Icon"
-sidebar_label: "Brightness5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness6Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness6Icon.md
deleted file mode 100644
index 16dc8c5d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness6Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness6Icon"
-title: "Function: Brightness6Icon"
-sidebar_label: "Brightness6Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness6Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness6Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness6Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Brightness7Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Brightness7Icon.md
deleted file mode 100644
index 952afa61e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Brightness7Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Brightness7Icon"
-title: "Function: Brightness7Icon"
-sidebar_label: "Brightness7Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Brightness7Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Brightness7Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Brightness7Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrightnessAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrightnessAutoIcon.md
deleted file mode 100644
index cf0f8ac77..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrightnessAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrightnessAutoIcon"
-title: "Function: BrightnessAutoIcon"
-sidebar_label: "BrightnessAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrightnessAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrightnessAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrightnessAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrightnessHighIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrightnessHighIcon.md
deleted file mode 100644
index 7473e0fea..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrightnessHighIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrightnessHighIcon"
-title: "Function: BrightnessHighIcon"
-sidebar_label: "BrightnessHighIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrightnessHighIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrightnessHighIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrightnessHighIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrightnessLowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrightnessLowIcon.md
deleted file mode 100644
index 2c88edadd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrightnessLowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrightnessLowIcon"
-title: "Function: BrightnessLowIcon"
-sidebar_label: "BrightnessLowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrightnessLowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrightnessLowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrightnessLowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrightnessMediumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrightnessMediumIcon.md
deleted file mode 100644
index 25ab2c1b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrightnessMediumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrightnessMediumIcon"
-title: "Function: BrightnessMediumIcon"
-sidebar_label: "BrightnessMediumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrightnessMediumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrightnessMediumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrightnessMediumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnHomeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnHomeIcon.md
deleted file mode 100644
index 803a9be56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnHomeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BroadcastOnHomeIcon"
-title: "Function: BroadcastOnHomeIcon"
-sidebar_label: "BroadcastOnHomeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BroadcastOnHomeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BroadcastOnHomeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BroadcastOnHomeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnPersonalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnPersonalIcon.md
deleted file mode 100644
index 2fc80188a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BroadcastOnPersonalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BroadcastOnPersonalIcon"
-title: "Function: BroadcastOnPersonalIcon"
-sidebar_label: "BroadcastOnPersonalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BroadcastOnPersonalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BroadcastOnPersonalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BroadcastOnPersonalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrokenImageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrokenImageIcon.md
deleted file mode 100644
index d5f29eec3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrokenImageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrokenImageIcon"
-title: "Function: BrokenImageIcon"
-sidebar_label: "BrokenImageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrokenImageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrokenImageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrokenImageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrowseGalleryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrowseGalleryIcon.md
deleted file mode 100644
index 03a90c1a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrowseGalleryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrowseGalleryIcon"
-title: "Function: BrowseGalleryIcon"
-sidebar_label: "BrowseGalleryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrowseGalleryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrowseGalleryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrowseGalleryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrowserNotSupportedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrowserNotSupportedIcon.md
deleted file mode 100644
index 748a1149d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrowserNotSupportedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrowserNotSupportedIcon"
-title: "Function: BrowserNotSupportedIcon"
-sidebar_label: "BrowserNotSupportedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrowserNotSupportedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrowserNotSupportedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrowserNotSupportedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrowserUpdatedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrowserUpdatedIcon.md
deleted file mode 100644
index 440afb239..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrowserUpdatedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrowserUpdatedIcon"
-title: "Function: BrowserUpdatedIcon"
-sidebar_label: "BrowserUpdatedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrowserUpdatedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrowserUpdatedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrowserUpdatedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrunchDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrunchDiningIcon.md
deleted file mode 100644
index e06a12d6a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrunchDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrunchDiningIcon"
-title: "Function: BrunchDiningIcon"
-sidebar_label: "BrunchDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrunchDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrunchDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrunchDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BrushIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BrushIcon.md
deleted file mode 100644
index 1d4b07df9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BrushIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BrushIcon"
-title: "Function: BrushIcon"
-sidebar_label: "BrushIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BrushIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BrushIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BrushIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BubbleChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BubbleChartIcon.md
deleted file mode 100644
index ae7914017..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BubbleChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BubbleChartIcon"
-title: "Function: BubbleChartIcon"
-sidebar_label: "BubbleChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BubbleChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BubbleChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BubbleChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BugReportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BugReportIcon.md
deleted file mode 100644
index 4f0f7e896..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BugReportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BugReportIcon"
-title: "Function: BugReportIcon"
-sidebar_label: "BugReportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BugReportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BugReportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BugReportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BuildCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BuildCircleIcon.md
deleted file mode 100644
index 042588481..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BuildCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BuildCircleIcon"
-title: "Function: BuildCircleIcon"
-sidebar_label: "BuildCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BuildCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BuildCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BuildCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BuildIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BuildIcon.md
deleted file mode 100644
index dceea84e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BuildIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BuildIcon"
-title: "Function: BuildIcon"
-sidebar_label: "BuildIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BuildIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BuildIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BuildIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BungalowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BungalowIcon.md
deleted file mode 100644
index 884bc7063..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BungalowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BungalowIcon"
-title: "Function: BungalowIcon"
-sidebar_label: "BungalowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BungalowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BungalowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BungalowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BurstModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BurstModeIcon.md
deleted file mode 100644
index 49d4d71e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BurstModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BurstModeIcon"
-title: "Function: BurstModeIcon"
-sidebar_label: "BurstModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BurstModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BurstModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BurstModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BusAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BusAlertIcon.md
deleted file mode 100644
index b96a81b68..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BusAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BusAlertIcon"
-title: "Function: BusAlertIcon"
-sidebar_label: "BusAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BusAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BusAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BusAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BusinessCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BusinessCenterIcon.md
deleted file mode 100644
index aaba72f90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BusinessCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BusinessCenterIcon"
-title: "Function: BusinessCenterIcon"
-sidebar_label: "BusinessCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BusinessCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BusinessCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BusinessCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/BusinessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/BusinessIcon.md
deleted file mode 100644
index 64085ef51..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/BusinessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "BusinessIcon"
-title: "Function: BusinessIcon"
-sidebar_label: "BusinessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **BusinessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/BusinessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/BusinessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Button.md b/website/versioned_docs/version-2.0.0/api/functions/Button.md
deleted file mode 100644
index 17c3f0a4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Button.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "Button"
-title: "Function: Button"
-sidebar_label: "Button"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Button**\<`P`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `P` | extends `ElementType`\<`any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ButtonProps`](../types/ButtonProps.md)\<`P`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Button.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Button.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CabinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CabinIcon.md
deleted file mode 100644
index a2ff65038..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CabinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CabinIcon"
-title: "Function: CabinIcon"
-sidebar_label: "CabinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CabinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CabinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CabinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CableIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CableIcon.md
deleted file mode 100644
index 328123cbd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CableIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CableIcon"
-title: "Function: CableIcon"
-sidebar_label: "CableIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CableIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CableIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CableIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CachedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CachedIcon.md
deleted file mode 100644
index 2cb9f8923..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CachedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CachedIcon"
-title: "Function: CachedIcon"
-sidebar_label: "CachedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CachedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CachedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CachedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CakeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CakeIcon.md
deleted file mode 100644
index 62cac7365..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CakeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CakeIcon"
-title: "Function: CakeIcon"
-sidebar_label: "CakeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CakeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CakeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CakeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalculateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalculateIcon.md
deleted file mode 100644
index 5fd2ea325..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalculateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalculateIcon"
-title: "Function: CalculateIcon"
-sidebar_label: "CalculateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalculateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalculateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalculateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalendarMonthIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalendarMonthIcon.md
deleted file mode 100644
index dd6c2b86e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalendarMonthIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalendarMonthIcon"
-title: "Function: CalendarMonthIcon"
-sidebar_label: "CalendarMonthIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalendarMonthIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalendarMonthIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalendarMonthIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalendarTodayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalendarTodayIcon.md
deleted file mode 100644
index ffd86043c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalendarTodayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalendarTodayIcon"
-title: "Function: CalendarTodayIcon"
-sidebar_label: "CalendarTodayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalendarTodayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalendarTodayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalendarTodayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewDayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalendarViewDayIcon.md
deleted file mode 100644
index 2bdd2666e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewDayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalendarViewDayIcon"
-title: "Function: CalendarViewDayIcon"
-sidebar_label: "CalendarViewDayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalendarViewDayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalendarViewDayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalendarViewDayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewMonthIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalendarViewMonthIcon.md
deleted file mode 100644
index c5008f75c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewMonthIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalendarViewMonthIcon"
-title: "Function: CalendarViewMonthIcon"
-sidebar_label: "CalendarViewMonthIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalendarViewMonthIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalendarViewMonthIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalendarViewMonthIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewWeekIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CalendarViewWeekIcon.md
deleted file mode 100644
index 114d34cd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CalendarViewWeekIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CalendarViewWeekIcon"
-title: "Function: CalendarViewWeekIcon"
-sidebar_label: "CalendarViewWeekIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CalendarViewWeekIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CalendarViewWeekIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CalendarViewWeekIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallEndIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallEndIcon.md
deleted file mode 100644
index 36435b47a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallEndIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallEndIcon"
-title: "Function: CallEndIcon"
-sidebar_label: "CallEndIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallEndIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallEndIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallEndIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallIcon.md
deleted file mode 100644
index c67d9073f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallIcon"
-title: "Function: CallIcon"
-sidebar_label: "CallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallMadeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallMadeIcon.md
deleted file mode 100644
index 781d7e6a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallMadeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallMadeIcon"
-title: "Function: CallMadeIcon"
-sidebar_label: "CallMadeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallMadeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallMadeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallMadeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallMergeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallMergeIcon.md
deleted file mode 100644
index 5a58023f2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallMergeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallMergeIcon"
-title: "Function: CallMergeIcon"
-sidebar_label: "CallMergeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallMergeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallMergeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallMergeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallMissedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallMissedIcon.md
deleted file mode 100644
index a2fae44fc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallMissedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallMissedIcon"
-title: "Function: CallMissedIcon"
-sidebar_label: "CallMissedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallMissedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallMissedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallMissedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallMissedOutgoingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallMissedOutgoingIcon.md
deleted file mode 100644
index b83f0e60e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallMissedOutgoingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallMissedOutgoingIcon"
-title: "Function: CallMissedOutgoingIcon"
-sidebar_label: "CallMissedOutgoingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallMissedOutgoingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallMissedOutgoingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallMissedOutgoingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallReceivedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallReceivedIcon.md
deleted file mode 100644
index 2d7cd2920..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallReceivedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallReceivedIcon"
-title: "Function: CallReceivedIcon"
-sidebar_label: "CallReceivedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallReceivedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallReceivedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallReceivedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallSplitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallSplitIcon.md
deleted file mode 100644
index b29150559..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallSplitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallSplitIcon"
-title: "Function: CallSplitIcon"
-sidebar_label: "CallSplitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallSplitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallSplitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallSplitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CallToActionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CallToActionIcon.md
deleted file mode 100644
index fb9c4fbda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CallToActionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CallToActionIcon"
-title: "Function: CallToActionIcon"
-sidebar_label: "CallToActionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CallToActionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CallToActionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CallToActionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraAltIcon.md
deleted file mode 100644
index 8fa5471a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraAltIcon"
-title: "Function: CameraAltIcon"
-sidebar_label: "CameraAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraEnhanceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraEnhanceIcon.md
deleted file mode 100644
index 3557b93cd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraEnhanceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraEnhanceIcon"
-title: "Function: CameraEnhanceIcon"
-sidebar_label: "CameraEnhanceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraEnhanceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraEnhanceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraEnhanceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraFrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraFrontIcon.md
deleted file mode 100644
index 31cd49408..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraFrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraFrontIcon"
-title: "Function: CameraFrontIcon"
-sidebar_label: "CameraFrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraFrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraFrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraFrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraIcon.md
deleted file mode 100644
index ccbac151f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraIcon"
-title: "Function: CameraIcon"
-sidebar_label: "CameraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraIndoorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraIndoorIcon.md
deleted file mode 100644
index 9d4c6d649..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraIndoorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraIndoorIcon"
-title: "Function: CameraIndoorIcon"
-sidebar_label: "CameraIndoorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraIndoorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraIndoorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraIndoorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraOutdoorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraOutdoorIcon.md
deleted file mode 100644
index 905f378b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraOutdoorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraOutdoorIcon"
-title: "Function: CameraOutdoorIcon"
-sidebar_label: "CameraOutdoorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraOutdoorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraOutdoorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraOutdoorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraRearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraRearIcon.md
deleted file mode 100644
index 989744322..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraRearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraRearIcon"
-title: "Function: CameraRearIcon"
-sidebar_label: "CameraRearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraRearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraRearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraRearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraRollIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraRollIcon.md
deleted file mode 100644
index c6fb57d51..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraRollIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraRollIcon"
-title: "Function: CameraRollIcon"
-sidebar_label: "CameraRollIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraRollIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraRollIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraRollIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CameraswitchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CameraswitchIcon.md
deleted file mode 100644
index 350ac4fa0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CameraswitchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CameraswitchIcon"
-title: "Function: CameraswitchIcon"
-sidebar_label: "CameraswitchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CameraswitchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CameraswitchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CameraswitchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CampaignIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CampaignIcon.md
deleted file mode 100644
index d0246694d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CampaignIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CampaignIcon"
-title: "Function: CampaignIcon"
-sidebar_label: "CampaignIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CampaignIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CampaignIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CampaignIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CancelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CancelIcon.md
deleted file mode 100644
index 7055c28bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CancelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CancelIcon"
-title: "Function: CancelIcon"
-sidebar_label: "CancelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CancelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CancelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CancelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CancelPresentationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CancelPresentationIcon.md
deleted file mode 100644
index 905de6be8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CancelPresentationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CancelPresentationIcon"
-title: "Function: CancelPresentationIcon"
-sidebar_label: "CancelPresentationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CancelPresentationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CancelPresentationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CancelPresentationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CancelScheduleSendIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CancelScheduleSendIcon.md
deleted file mode 100644
index 19502b6dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CancelScheduleSendIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CancelScheduleSendIcon"
-title: "Function: CancelScheduleSendIcon"
-sidebar_label: "CancelScheduleSendIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CancelScheduleSendIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CancelScheduleSendIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CancelScheduleSendIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CandlestickChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CandlestickChartIcon.md
deleted file mode 100644
index 41756f320..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CandlestickChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CandlestickChartIcon"
-title: "Function: CandlestickChartIcon"
-sidebar_label: "CandlestickChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CandlestickChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CandlestickChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CandlestickChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CarCrashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CarCrashIcon.md
deleted file mode 100644
index 32d2049e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CarCrashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CarCrashIcon"
-title: "Function: CarCrashIcon"
-sidebar_label: "CarCrashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CarCrashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CarCrashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CarCrashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CarRentalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CarRentalIcon.md
deleted file mode 100644
index 1a65b007b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CarRentalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CarRentalIcon"
-title: "Function: CarRentalIcon"
-sidebar_label: "CarRentalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CarRentalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CarRentalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CarRentalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CarRepairIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CarRepairIcon.md
deleted file mode 100644
index a4b4fc460..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CarRepairIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CarRepairIcon"
-title: "Function: CarRepairIcon"
-sidebar_label: "CarRepairIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CarRepairIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CarRepairIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CarRepairIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Card.md b/website/versioned_docs/version-2.0.0/api/functions/Card.md
deleted file mode 100644
index 088429343..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Card.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "Card"
-title: "Function: Card"
-sidebar_label: "Card"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Card**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `className?` | `string` |
-| › `onClick?` | () => `void` |
-| › `style?` | `CSSProperties` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Card.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Card.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CardGiftcardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CardGiftcardIcon.md
deleted file mode 100644
index 0c4fe3044..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CardGiftcardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CardGiftcardIcon"
-title: "Function: CardGiftcardIcon"
-sidebar_label: "CardGiftcardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CardGiftcardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CardGiftcardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CardGiftcardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CardMembershipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CardMembershipIcon.md
deleted file mode 100644
index fdecf3ed0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CardMembershipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CardMembershipIcon"
-title: "Function: CardMembershipIcon"
-sidebar_label: "CardMembershipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CardMembershipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CardMembershipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CardMembershipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CardTravelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CardTravelIcon.md
deleted file mode 100644
index 0cd24bb8c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CardTravelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CardTravelIcon"
-title: "Function: CardTravelIcon"
-sidebar_label: "CardTravelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CardTravelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CardTravelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CardTravelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CarpenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CarpenterIcon.md
deleted file mode 100644
index 61ff6d11e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CarpenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CarpenterIcon"
-title: "Function: CarpenterIcon"
-sidebar_label: "CarpenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CarpenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CarpenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CarpenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CasesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CasesIcon.md
deleted file mode 100644
index 288a2bb37..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CasesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CasesIcon"
-title: "Function: CasesIcon"
-sidebar_label: "CasesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CasesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CasesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CasesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CasinoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CasinoIcon.md
deleted file mode 100644
index 7b2d23b1a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CasinoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CasinoIcon"
-title: "Function: CasinoIcon"
-sidebar_label: "CasinoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CasinoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CasinoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CasinoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CastConnectedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CastConnectedIcon.md
deleted file mode 100644
index b4873cecd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CastConnectedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CastConnectedIcon"
-title: "Function: CastConnectedIcon"
-sidebar_label: "CastConnectedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CastConnectedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CastConnectedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CastConnectedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CastForEducationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CastForEducationIcon.md
deleted file mode 100644
index c61260745..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CastForEducationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CastForEducationIcon"
-title: "Function: CastForEducationIcon"
-sidebar_label: "CastForEducationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CastForEducationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CastForEducationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CastForEducationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CastIcon.md
deleted file mode 100644
index b6473d337..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CastIcon"
-title: "Function: CastIcon"
-sidebar_label: "CastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CastleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CastleIcon.md
deleted file mode 100644
index a2f27abb6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CastleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CastleIcon"
-title: "Function: CastleIcon"
-sidebar_label: "CastleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CastleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CastleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CastleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CatchingPokemonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CatchingPokemonIcon.md
deleted file mode 100644
index 2648d3ab2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CatchingPokemonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CatchingPokemonIcon"
-title: "Function: CatchingPokemonIcon"
-sidebar_label: "CatchingPokemonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CatchingPokemonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CatchingPokemonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CatchingPokemonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CategoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CategoryIcon.md
deleted file mode 100644
index afabc428f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CategoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CategoryIcon"
-title: "Function: CategoryIcon"
-sidebar_label: "CategoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CategoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CategoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CategoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CelebrationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CelebrationIcon.md
deleted file mode 100644
index 527305ac9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CelebrationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CelebrationIcon"
-title: "Function: CelebrationIcon"
-sidebar_label: "CelebrationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CelebrationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CelebrationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CelebrationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CellTowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CellTowerIcon.md
deleted file mode 100644
index bef1e1b05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CellTowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CellTowerIcon"
-title: "Function: CellTowerIcon"
-sidebar_label: "CellTowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CellTowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CellTowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CellTowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CellWifiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CellWifiIcon.md
deleted file mode 100644
index 3b0e8180d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CellWifiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CellWifiIcon"
-title: "Function: CellWifiIcon"
-sidebar_label: "CellWifiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CellWifiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CellWifiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CellWifiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CenterFocusStrongIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CenterFocusStrongIcon.md
deleted file mode 100644
index 4fd075d53..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CenterFocusStrongIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CenterFocusStrongIcon"
-title: "Function: CenterFocusStrongIcon"
-sidebar_label: "CenterFocusStrongIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CenterFocusStrongIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CenterFocusStrongIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CenterFocusStrongIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CenterFocusWeakIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CenterFocusWeakIcon.md
deleted file mode 100644
index e0649ebf4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CenterFocusWeakIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CenterFocusWeakIcon"
-title: "Function: CenterFocusWeakIcon"
-sidebar_label: "CenterFocusWeakIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CenterFocusWeakIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CenterFocusWeakIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CenterFocusWeakIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CenteredView.md b/website/versioned_docs/version-2.0.0/api/functions/CenteredView.md
deleted file mode 100644
index 895f16298..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CenteredView.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "CenteredView"
-title: "Function: CenteredView"
-sidebar_label: "CenteredView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CenteredView**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `className?` | `string` |
-| › `fullScreen?` | `boolean` |
-| › `maxWidth?` | ``"xs"`` \| ``"xl"`` \| ``"sm"`` \| ``"md"`` \| ``"lg"`` \| ``"2xl"`` \| ``"3xl"`` \| ``"4xl"`` \| ``"5xl"`` \| ``"6xl"`` \| ``"7xl"`` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/CenteredView.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/CenteredView.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChairAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChairAltIcon.md
deleted file mode 100644
index f90cd9cd6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChairAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChairAltIcon"
-title: "Function: ChairAltIcon"
-sidebar_label: "ChairAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChairAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChairAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChairAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChairIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChairIcon.md
deleted file mode 100644
index e0b015e6b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChairIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChairIcon"
-title: "Function: ChairIcon"
-sidebar_label: "ChairIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChairIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChairIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChairIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChaletIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChaletIcon.md
deleted file mode 100644
index 728710a0a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChaletIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChaletIcon"
-title: "Function: ChaletIcon"
-sidebar_label: "ChaletIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChaletIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChaletIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChaletIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChangeCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChangeCircleIcon.md
deleted file mode 100644
index a3f12b2ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChangeCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChangeCircleIcon"
-title: "Function: ChangeCircleIcon"
-sidebar_label: "ChangeCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChangeCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChangeCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChangeCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChangeHistoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChangeHistoryIcon.md
deleted file mode 100644
index 0f0b9d5eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChangeHistoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChangeHistoryIcon"
-title: "Function: ChangeHistoryIcon"
-sidebar_label: "ChangeHistoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChangeHistoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChangeHistoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChangeHistoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChargingStationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChargingStationIcon.md
deleted file mode 100644
index b8cab7371..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChargingStationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChargingStationIcon"
-title: "Function: ChargingStationIcon"
-sidebar_label: "ChargingStationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChargingStationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChargingStationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChargingStationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleIcon.md
deleted file mode 100644
index 6bbe7b33d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChatBubbleIcon"
-title: "Function: ChatBubbleIcon"
-sidebar_label: "ChatBubbleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChatBubbleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChatBubbleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChatBubbleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleOutlineIcon.md
deleted file mode 100644
index 8ca529b55..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChatBubbleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChatBubbleOutlineIcon"
-title: "Function: ChatBubbleOutlineIcon"
-sidebar_label: "ChatBubbleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChatBubbleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChatBubbleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChatBubbleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChatIcon.md
deleted file mode 100644
index 85579e2c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChatIcon"
-title: "Function: ChatIcon"
-sidebar_label: "ChatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckBoxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckBoxIcon.md
deleted file mode 100644
index 3f9d59bb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckBoxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckBoxIcon"
-title: "Function: CheckBoxIcon"
-sidebar_label: "CheckBoxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckBoxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckBoxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckBoxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckBoxOutlineBlankIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckBoxOutlineBlankIcon.md
deleted file mode 100644
index 67baae637..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckBoxOutlineBlankIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckBoxOutlineBlankIcon"
-title: "Function: CheckBoxOutlineBlankIcon"
-sidebar_label: "CheckBoxOutlineBlankIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckBoxOutlineBlankIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckBoxOutlineBlankIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckBoxOutlineBlankIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckCircleIcon.md
deleted file mode 100644
index 92e3dd0e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckCircleIcon"
-title: "Function: CheckCircleIcon"
-sidebar_label: "CheckCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckCircleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckCircleOutlineIcon.md
deleted file mode 100644
index 1089ffe1e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckCircleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckCircleOutlineIcon"
-title: "Function: CheckCircleOutlineIcon"
-sidebar_label: "CheckCircleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckCircleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckCircleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckCircleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckIcon.md
deleted file mode 100644
index ec0e3a18f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckIcon"
-title: "Function: CheckIcon"
-sidebar_label: "CheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Checkbox.md b/website/versioned_docs/version-2.0.0/api/functions/Checkbox.md
deleted file mode 100644
index 0206c6698..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Checkbox.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Checkbox"
-title: "Function: Checkbox"
-sidebar_label: "Checkbox"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Checkbox**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `CheckboxProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Checkbox.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Checkbox.tsx#L27)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChecklistIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChecklistIcon.md
deleted file mode 100644
index 19e000252..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChecklistIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChecklistIcon"
-title: "Function: ChecklistIcon"
-sidebar_label: "ChecklistIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChecklistIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChecklistIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChecklistIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChecklistRtlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChecklistRtlIcon.md
deleted file mode 100644
index 78b1543d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChecklistRtlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChecklistRtlIcon"
-title: "Function: ChecklistRtlIcon"
-sidebar_label: "ChecklistRtlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChecklistRtlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChecklistRtlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChecklistRtlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CheckroomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CheckroomIcon.md
deleted file mode 100644
index 4e6839ec5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CheckroomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CheckroomIcon"
-title: "Function: CheckroomIcon"
-sidebar_label: "CheckroomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CheckroomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CheckroomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CheckroomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChevronLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChevronLeftIcon.md
deleted file mode 100644
index dccfdbd71..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChevronLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChevronLeftIcon"
-title: "Function: ChevronLeftIcon"
-sidebar_label: "ChevronLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChevronLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChevronLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChevronLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChevronRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChevronRightIcon.md
deleted file mode 100644
index de5cf1a7b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChevronRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChevronRightIcon"
-title: "Function: ChevronRightIcon"
-sidebar_label: "ChevronRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChevronRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChevronRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChevronRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChildCareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChildCareIcon.md
deleted file mode 100644
index 20704f98f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChildCareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChildCareIcon"
-title: "Function: ChildCareIcon"
-sidebar_label: "ChildCareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChildCareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChildCareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChildCareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChildFriendlyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChildFriendlyIcon.md
deleted file mode 100644
index 1deaf9adc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChildFriendlyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChildFriendlyIcon"
-title: "Function: ChildFriendlyIcon"
-sidebar_label: "ChildFriendlyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChildFriendlyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChildFriendlyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChildFriendlyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Chip.md b/website/versioned_docs/version-2.0.0/api/functions/Chip.md
deleted file mode 100644
index 73792edf2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Chip.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Chip"
-title: "Function: Chip"
-sidebar_label: "Chip"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Chip**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ChipProps`](../interfaces/ChipProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L26)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChromeReaderModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChromeReaderModeIcon.md
deleted file mode 100644
index 69287ca0e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChromeReaderModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChromeReaderModeIcon"
-title: "Function: ChromeReaderModeIcon"
-sidebar_label: "ChromeReaderModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChromeReaderModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChromeReaderModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChromeReaderModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ChurchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ChurchIcon.md
deleted file mode 100644
index 69fe8e3e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ChurchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ChurchIcon"
-title: "Function: ChurchIcon"
-sidebar_label: "ChurchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ChurchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ChurchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ChurchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CircleIcon.md
deleted file mode 100644
index 67cc27fa0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CircleIcon"
-title: "Function: CircleIcon"
-sidebar_label: "CircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CircleNotificationsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CircleNotificationsIcon.md
deleted file mode 100644
index f42530aa2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CircleNotificationsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CircleNotificationsIcon"
-title: "Function: CircleNotificationsIcon"
-sidebar_label: "CircleNotificationsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CircleNotificationsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CircleNotificationsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CircleNotificationsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CircularProgress.md b/website/versioned_docs/version-2.0.0/api/functions/CircularProgress.md
deleted file mode 100644
index 7043b46b7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CircularProgress.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CircularProgress"
-title: "Function: CircularProgress"
-sidebar_label: "CircularProgress"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CircularProgress**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`CircularProgressProps`](../types/CircularProgressProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/CircularProgress.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/CircularProgress.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClassIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClassIcon.md
deleted file mode 100644
index 317eaf226..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClassIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClassIcon"
-title: "Function: ClassIcon"
-sidebar_label: "ClassIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClassIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClassIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClassIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CleanHandsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CleanHandsIcon.md
deleted file mode 100644
index e5a5ed8af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CleanHandsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CleanHandsIcon"
-title: "Function: CleanHandsIcon"
-sidebar_label: "CleanHandsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CleanHandsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CleanHandsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CleanHandsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CleaningServicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CleaningServicesIcon.md
deleted file mode 100644
index 1ffbb854e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CleaningServicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CleaningServicesIcon"
-title: "Function: CleaningServicesIcon"
-sidebar_label: "CleaningServicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CleaningServicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CleaningServicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CleaningServicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClearAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClearAllIcon.md
deleted file mode 100644
index 15d81ad50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClearAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClearAllIcon"
-title: "Function: ClearAllIcon"
-sidebar_label: "ClearAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClearAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClearAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClearAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClearIcon.md
deleted file mode 100644
index 6896d2579..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClearIcon"
-title: "Function: ClearIcon"
-sidebar_label: "ClearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloseFullscreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloseFullscreenIcon.md
deleted file mode 100644
index b31f77a8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloseFullscreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloseFullscreenIcon"
-title: "Function: CloseFullscreenIcon"
-sidebar_label: "CloseFullscreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloseFullscreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloseFullscreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloseFullscreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloseIcon.md
deleted file mode 100644
index ac6ddad42..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloseIcon"
-title: "Function: CloseIcon"
-sidebar_label: "CloseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionDisabledIcon.md
deleted file mode 100644
index c19f4bb05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClosedCaptionDisabledIcon"
-title: "Function: ClosedCaptionDisabledIcon"
-sidebar_label: "ClosedCaptionDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClosedCaptionDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClosedCaptionDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClosedCaptionDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionIcon.md
deleted file mode 100644
index caa2ea6d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClosedCaptionIcon"
-title: "Function: ClosedCaptionIcon"
-sidebar_label: "ClosedCaptionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClosedCaptionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClosedCaptionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClosedCaptionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionOffIcon.md
deleted file mode 100644
index c099695c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ClosedCaptionOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ClosedCaptionOffIcon"
-title: "Function: ClosedCaptionOffIcon"
-sidebar_label: "ClosedCaptionOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ClosedCaptionOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ClosedCaptionOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ClosedCaptionOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudCircleIcon.md
deleted file mode 100644
index 60f0e8b98..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudCircleIcon"
-title: "Function: CloudCircleIcon"
-sidebar_label: "CloudCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudDoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudDoneIcon.md
deleted file mode 100644
index db817d28d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudDoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudDoneIcon"
-title: "Function: CloudDoneIcon"
-sidebar_label: "CloudDoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudDoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudDoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudDoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudDownloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudDownloadIcon.md
deleted file mode 100644
index e91cea723..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudDownloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudDownloadIcon"
-title: "Function: CloudDownloadIcon"
-sidebar_label: "CloudDownloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudDownloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudDownloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudDownloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudIcon.md
deleted file mode 100644
index 08362f2b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudIcon"
-title: "Function: CloudIcon"
-sidebar_label: "CloudIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudOffIcon.md
deleted file mode 100644
index f2cb11b02..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudOffIcon"
-title: "Function: CloudOffIcon"
-sidebar_label: "CloudOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudQueueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudQueueIcon.md
deleted file mode 100644
index 7db9d376e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudQueueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudQueueIcon"
-title: "Function: CloudQueueIcon"
-sidebar_label: "CloudQueueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudQueueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudQueueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudQueueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudSyncIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudSyncIcon.md
deleted file mode 100644
index d807d0f79..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudSyncIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudSyncIcon"
-title: "Function: CloudSyncIcon"
-sidebar_label: "CloudSyncIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudSyncIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudSyncIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudSyncIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CloudUploadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CloudUploadIcon.md
deleted file mode 100644
index a7af90151..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CloudUploadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CloudUploadIcon"
-title: "Function: CloudUploadIcon"
-sidebar_label: "CloudUploadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CloudUploadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CloudUploadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CloudUploadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Co2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Co2Icon.md
deleted file mode 100644
index b5c67344a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Co2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Co2Icon"
-title: "Function: Co2Icon"
-sidebar_label: "Co2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Co2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Co2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Co2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CoPresentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CoPresentIcon.md
deleted file mode 100644
index 9fbb42b51..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CoPresentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CoPresentIcon"
-title: "Function: CoPresentIcon"
-sidebar_label: "CoPresentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CoPresentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CoPresentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CoPresentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CodeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CodeIcon.md
deleted file mode 100644
index a33495e94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CodeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CodeIcon"
-title: "Function: CodeIcon"
-sidebar_label: "CodeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CodeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CodeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CodeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CodeOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CodeOffIcon.md
deleted file mode 100644
index 53346831d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CodeOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CodeOffIcon"
-title: "Function: CodeOffIcon"
-sidebar_label: "CodeOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CodeOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CodeOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CodeOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CoffeeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CoffeeIcon.md
deleted file mode 100644
index aaf290767..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CoffeeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CoffeeIcon"
-title: "Function: CoffeeIcon"
-sidebar_label: "CoffeeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CoffeeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CoffeeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CoffeeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CoffeeMakerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CoffeeMakerIcon.md
deleted file mode 100644
index 3d1eead55..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CoffeeMakerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CoffeeMakerIcon"
-title: "Function: CoffeeMakerIcon"
-sidebar_label: "CoffeeMakerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CoffeeMakerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CoffeeMakerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CoffeeMakerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Collapse.md b/website/versioned_docs/version-2.0.0/api/functions/Collapse.md
deleted file mode 100644
index f2ad9abb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Collapse.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Collapse"
-title: "Function: Collapse"
-sidebar_label: "Collapse"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Collapse**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `CollapseProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Collapse.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Collapse.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CollectionsBookmarkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CollectionsBookmarkIcon.md
deleted file mode 100644
index 4538ef9c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CollectionsBookmarkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CollectionsBookmarkIcon"
-title: "Function: CollectionsBookmarkIcon"
-sidebar_label: "CollectionsBookmarkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CollectionsBookmarkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CollectionsBookmarkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CollectionsBookmarkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CollectionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CollectionsIcon.md
deleted file mode 100644
index f9a09b1fc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CollectionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CollectionsIcon"
-title: "Function: CollectionsIcon"
-sidebar_label: "CollectionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CollectionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CollectionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CollectionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ColorLensIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ColorLensIcon.md
deleted file mode 100644
index 3420dc1be..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ColorLensIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ColorLensIcon"
-title: "Function: ColorLensIcon"
-sidebar_label: "ColorLensIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ColorLensIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ColorLensIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ColorLensIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ColorizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ColorizeIcon.md
deleted file mode 100644
index 23ba230af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ColorizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ColorizeIcon"
-title: "Function: ColorizeIcon"
-sidebar_label: "ColorizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ColorizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ColorizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ColorizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CommentBankIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CommentBankIcon.md
deleted file mode 100644
index b8b89e8ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CommentBankIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CommentBankIcon"
-title: "Function: CommentBankIcon"
-sidebar_label: "CommentBankIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CommentBankIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CommentBankIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CommentBankIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CommentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CommentIcon.md
deleted file mode 100644
index ca91e76c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CommentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CommentIcon"
-title: "Function: CommentIcon"
-sidebar_label: "CommentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CommentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CommentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CommentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CommentsDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CommentsDisabledIcon.md
deleted file mode 100644
index ee19eddab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CommentsDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CommentsDisabledIcon"
-title: "Function: CommentsDisabledIcon"
-sidebar_label: "CommentsDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CommentsDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CommentsDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CommentsDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CommitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CommitIcon.md
deleted file mode 100644
index 0fa53e389..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CommitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CommitIcon"
-title: "Function: CommitIcon"
-sidebar_label: "CommitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CommitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CommitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CommitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CommuteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CommuteIcon.md
deleted file mode 100644
index 816c23e45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CommuteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CommuteIcon"
-title: "Function: CommuteIcon"
-sidebar_label: "CommuteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CommuteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CommuteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CommuteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CompareArrowsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CompareArrowsIcon.md
deleted file mode 100644
index 355455392..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CompareArrowsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CompareArrowsIcon"
-title: "Function: CompareArrowsIcon"
-sidebar_label: "CompareArrowsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CompareArrowsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CompareArrowsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CompareArrowsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CompareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CompareIcon.md
deleted file mode 100644
index fc835ae95..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CompareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CompareIcon"
-title: "Function: CompareIcon"
-sidebar_label: "CompareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CompareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CompareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CompareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CompassCalibrationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CompassCalibrationIcon.md
deleted file mode 100644
index 6da73278a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CompassCalibrationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CompassCalibrationIcon"
-title: "Function: CompassCalibrationIcon"
-sidebar_label: "CompassCalibrationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CompassCalibrationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CompassCalibrationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CompassCalibrationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CompostIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CompostIcon.md
deleted file mode 100644
index e0c31f75e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CompostIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CompostIcon"
-title: "Function: CompostIcon"
-sidebar_label: "CompostIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CompostIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CompostIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CompostIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CompressIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CompressIcon.md
deleted file mode 100644
index 967780555..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CompressIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CompressIcon"
-title: "Function: CompressIcon"
-sidebar_label: "CompressIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CompressIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CompressIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CompressIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ComputerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ComputerIcon.md
deleted file mode 100644
index cc8b11df8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ComputerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ComputerIcon"
-title: "Function: ComputerIcon"
-sidebar_label: "ComputerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ComputerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ComputerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ComputerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ConfirmationNumberIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ConfirmationNumberIcon.md
deleted file mode 100644
index 1fcf4b18c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ConfirmationNumberIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ConfirmationNumberIcon"
-title: "Function: ConfirmationNumberIcon"
-sidebar_label: "ConfirmationNumberIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ConfirmationNumberIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ConfirmationNumberIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ConfirmationNumberIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ConnectWithoutContactIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ConnectWithoutContactIcon.md
deleted file mode 100644
index 05592a5ea..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ConnectWithoutContactIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ConnectWithoutContactIcon"
-title: "Function: ConnectWithoutContactIcon"
-sidebar_label: "ConnectWithoutContactIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ConnectWithoutContactIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ConnectWithoutContactIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ConnectWithoutContactIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ConnectedTvIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ConnectedTvIcon.md
deleted file mode 100644
index 2b0d8f4af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ConnectedTvIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ConnectedTvIcon"
-title: "Function: ConnectedTvIcon"
-sidebar_label: "ConnectedTvIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ConnectedTvIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ConnectedTvIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ConnectedTvIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ConnectingAirportsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ConnectingAirportsIcon.md
deleted file mode 100644
index f8c015981..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ConnectingAirportsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ConnectingAirportsIcon"
-title: "Function: ConnectingAirportsIcon"
-sidebar_label: "ConnectingAirportsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ConnectingAirportsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ConnectingAirportsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ConnectingAirportsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ConstructionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ConstructionIcon.md
deleted file mode 100644
index c9caad25c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ConstructionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ConstructionIcon"
-title: "Function: ConstructionIcon"
-sidebar_label: "ConstructionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ConstructionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ConstructionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ConstructionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactEmergencyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactEmergencyIcon.md
deleted file mode 100644
index 9180c4631..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactEmergencyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactEmergencyIcon"
-title: "Function: ContactEmergencyIcon"
-sidebar_label: "ContactEmergencyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactEmergencyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactEmergencyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactEmergencyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactMailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactMailIcon.md
deleted file mode 100644
index d30d5fcd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactMailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactMailIcon"
-title: "Function: ContactMailIcon"
-sidebar_label: "ContactMailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactMailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactMailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactMailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactPageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactPageIcon.md
deleted file mode 100644
index befa1ace2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactPageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactPageIcon"
-title: "Function: ContactPageIcon"
-sidebar_label: "ContactPageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactPageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactPageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactPageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactPhoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactPhoneIcon.md
deleted file mode 100644
index ea0489a8a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactPhoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactPhoneIcon"
-title: "Function: ContactPhoneIcon"
-sidebar_label: "ContactPhoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactPhoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactPhoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactPhoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactSupportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactSupportIcon.md
deleted file mode 100644
index 8f3364fa5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactSupportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactSupportIcon"
-title: "Function: ContactSupportIcon"
-sidebar_label: "ContactSupportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactSupportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactSupportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactSupportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactlessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactlessIcon.md
deleted file mode 100644
index 4b8596c6b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactlessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactlessIcon"
-title: "Function: ContactlessIcon"
-sidebar_label: "ContactlessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactlessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactlessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactlessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContactsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContactsIcon.md
deleted file mode 100644
index 01fad9800..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContactsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContactsIcon"
-title: "Function: ContactsIcon"
-sidebar_label: "ContactsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContactsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContactsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContactsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Container.md b/website/versioned_docs/version-2.0.0/api/functions/Container.md
deleted file mode 100644
index 69a93914e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Container.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "Container"
-title: "Function: Container"
-sidebar_label: "Container"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Container**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`ContainerProps`](../types/ContainerProps.md) & `RefAttributes`\<`HTMLDivElement`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentCopyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentCopyIcon.md
deleted file mode 100644
index 2c8c34e3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentCopyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentCopyIcon"
-title: "Function: ContentCopyIcon"
-sidebar_label: "ContentCopyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentCopyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentCopyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentCopyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentCutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentCutIcon.md
deleted file mode 100644
index c0e2bbc5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentCutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentCutIcon"
-title: "Function: ContentCutIcon"
-sidebar_label: "ContentCutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentCutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentCutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentCutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteGoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentPasteGoIcon.md
deleted file mode 100644
index 29db9d419..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteGoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentPasteGoIcon"
-title: "Function: ContentPasteGoIcon"
-sidebar_label: "ContentPasteGoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentPasteGoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentPasteGoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentPasteGoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentPasteIcon.md
deleted file mode 100644
index 33c7f65b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentPasteIcon"
-title: "Function: ContentPasteIcon"
-sidebar_label: "ContentPasteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentPasteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentPasteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentPasteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentPasteOffIcon.md
deleted file mode 100644
index 0bed99d84..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentPasteOffIcon"
-title: "Function: ContentPasteOffIcon"
-sidebar_label: "ContentPasteOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentPasteOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentPasteOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentPasteOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteSearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContentPasteSearchIcon.md
deleted file mode 100644
index b9afd95b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContentPasteSearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContentPasteSearchIcon"
-title: "Function: ContentPasteSearchIcon"
-sidebar_label: "ContentPasteSearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContentPasteSearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContentPasteSearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContentPasteSearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ContrastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ContrastIcon.md
deleted file mode 100644
index 7240f5bd5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ContrastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ContrastIcon"
-title: "Function: ContrastIcon"
-sidebar_label: "ContrastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ContrastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ContrastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ContrastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ControlCameraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ControlCameraIcon.md
deleted file mode 100644
index d0fd2ee6a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ControlCameraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ControlCameraIcon"
-title: "Function: ControlCameraIcon"
-sidebar_label: "ControlCameraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ControlCameraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ControlCameraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ControlCameraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ControlPointDuplicateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ControlPointDuplicateIcon.md
deleted file mode 100644
index 89f5c2d3c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ControlPointDuplicateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ControlPointDuplicateIcon"
-title: "Function: ControlPointDuplicateIcon"
-sidebar_label: "ControlPointDuplicateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ControlPointDuplicateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ControlPointDuplicateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ControlPointDuplicateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ControlPointIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ControlPointIcon.md
deleted file mode 100644
index 4e3452655..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ControlPointIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ControlPointIcon"
-title: "Function: ControlPointIcon"
-sidebar_label: "ControlPointIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ControlPointIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ControlPointIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ControlPointIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CookieIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CookieIcon.md
deleted file mode 100644
index 034710016..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CookieIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CookieIcon"
-title: "Function: CookieIcon"
-sidebar_label: "CookieIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CookieIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CookieIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CookieIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CopyAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CopyAllIcon.md
deleted file mode 100644
index afa237e3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CopyAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CopyAllIcon"
-title: "Function: CopyAllIcon"
-sidebar_label: "CopyAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CopyAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CopyAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CopyAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CopyrightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CopyrightIcon.md
deleted file mode 100644
index 28df8aec5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CopyrightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CopyrightIcon"
-title: "Function: CopyrightIcon"
-sidebar_label: "CopyrightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CopyrightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CopyrightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CopyrightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CoronavirusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CoronavirusIcon.md
deleted file mode 100644
index c04725205..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CoronavirusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CoronavirusIcon"
-title: "Function: CoronavirusIcon"
-sidebar_label: "CoronavirusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CoronavirusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CoronavirusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CoronavirusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CorporateFareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CorporateFareIcon.md
deleted file mode 100644
index bf908c0aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CorporateFareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CorporateFareIcon"
-title: "Function: CorporateFareIcon"
-sidebar_label: "CorporateFareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CorporateFareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CorporateFareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CorporateFareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CottageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CottageIcon.md
deleted file mode 100644
index a48a59fb0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CottageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CottageIcon"
-title: "Function: CottageIcon"
-sidebar_label: "CottageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CottageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CottageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CottageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CountertopsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CountertopsIcon.md
deleted file mode 100644
index b8c022b48..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CountertopsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CountertopsIcon"
-title: "Function: CountertopsIcon"
-sidebar_label: "CountertopsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CountertopsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CountertopsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CountertopsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CreateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CreateIcon.md
deleted file mode 100644
index 939643633..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CreateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CreateIcon"
-title: "Function: CreateIcon"
-sidebar_label: "CreateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CreateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CreateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CreateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CreateNewFolderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CreateNewFolderIcon.md
deleted file mode 100644
index 19e066b9d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CreateNewFolderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CreateNewFolderIcon"
-title: "Function: CreateNewFolderIcon"
-sidebar_label: "CreateNewFolderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CreateNewFolderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CreateNewFolderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CreateNewFolderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CreditCardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CreditCardIcon.md
deleted file mode 100644
index d084ed497..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CreditCardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CreditCardIcon"
-title: "Function: CreditCardIcon"
-sidebar_label: "CreditCardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CreditCardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CreditCardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CreditCardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CreditCardOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CreditCardOffIcon.md
deleted file mode 100644
index d3266e14e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CreditCardOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CreditCardOffIcon"
-title: "Function: CreditCardOffIcon"
-sidebar_label: "CreditCardOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CreditCardOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CreditCardOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CreditCardOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CreditScoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CreditScoreIcon.md
deleted file mode 100644
index a947913f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CreditScoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CreditScoreIcon"
-title: "Function: CreditScoreIcon"
-sidebar_label: "CreditScoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CreditScoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CreditScoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CreditScoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CribIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CribIcon.md
deleted file mode 100644
index ccaf89e1d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CribIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CribIcon"
-title: "Function: CribIcon"
-sidebar_label: "CribIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CribIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CribIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CribIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CrisisAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CrisisAlertIcon.md
deleted file mode 100644
index dfe498817..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CrisisAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CrisisAlertIcon"
-title: "Function: CrisisAlertIcon"
-sidebar_label: "CrisisAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CrisisAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CrisisAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CrisisAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Crop169Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Crop169Icon.md
deleted file mode 100644
index dccff2d94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Crop169Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Crop169Icon"
-title: "Function: Crop169Icon"
-sidebar_label: "Crop169Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Crop169Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Crop169Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Crop169Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Crop32Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Crop32Icon.md
deleted file mode 100644
index 064fb9021..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Crop32Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Crop32Icon"
-title: "Function: Crop32Icon"
-sidebar_label: "Crop32Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Crop32Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Crop32Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Crop32Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Crop54Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Crop54Icon.md
deleted file mode 100644
index 22e4b5a9f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Crop54Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Crop54Icon"
-title: "Function: Crop54Icon"
-sidebar_label: "Crop54Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Crop54Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Crop54Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Crop54Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Crop75Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Crop75Icon.md
deleted file mode 100644
index 850f8a06f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Crop75Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Crop75Icon"
-title: "Function: Crop75Icon"
-sidebar_label: "Crop75Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Crop75Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Crop75Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Crop75Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropDinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropDinIcon.md
deleted file mode 100644
index 26f3ce7d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropDinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropDinIcon"
-title: "Function: CropDinIcon"
-sidebar_label: "CropDinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropDinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropDinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropDinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropFreeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropFreeIcon.md
deleted file mode 100644
index d6df51aee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropFreeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropFreeIcon"
-title: "Function: CropFreeIcon"
-sidebar_label: "CropFreeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropFreeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropFreeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropFreeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropIcon.md
deleted file mode 100644
index 224204662..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropIcon"
-title: "Function: CropIcon"
-sidebar_label: "CropIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropLandscapeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropLandscapeIcon.md
deleted file mode 100644
index 5fd73ec28..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropLandscapeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropLandscapeIcon"
-title: "Function: CropLandscapeIcon"
-sidebar_label: "CropLandscapeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropLandscapeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropLandscapeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropLandscapeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropOriginalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropOriginalIcon.md
deleted file mode 100644
index ab8413c7a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropOriginalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropOriginalIcon"
-title: "Function: CropOriginalIcon"
-sidebar_label: "CropOriginalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropOriginalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropOriginalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropOriginalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropPortraitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropPortraitIcon.md
deleted file mode 100644
index 83f3195e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropPortraitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropPortraitIcon"
-title: "Function: CropPortraitIcon"
-sidebar_label: "CropPortraitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropPortraitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropPortraitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropPortraitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropRotateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropRotateIcon.md
deleted file mode 100644
index 216703d8c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropRotateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropRotateIcon"
-title: "Function: CropRotateIcon"
-sidebar_label: "CropRotateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropRotateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropRotateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropRotateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CropSquareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CropSquareIcon.md
deleted file mode 100644
index 923b8fb28..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CropSquareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CropSquareIcon"
-title: "Function: CropSquareIcon"
-sidebar_label: "CropSquareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CropSquareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CropSquareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CropSquareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CrueltyFreeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CrueltyFreeIcon.md
deleted file mode 100644
index e5a855999..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CrueltyFreeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CrueltyFreeIcon"
-title: "Function: CrueltyFreeIcon"
-sidebar_label: "CrueltyFreeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CrueltyFreeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CrueltyFreeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CrueltyFreeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CssIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CssIcon.md
deleted file mode 100644
index 5227a6761..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CssIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CssIcon"
-title: "Function: CssIcon"
-sidebar_label: "CssIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CssIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CssIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CssIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyBitcoinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyBitcoinIcon.md
deleted file mode 100644
index 4f46faef5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyBitcoinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyBitcoinIcon"
-title: "Function: CurrencyBitcoinIcon"
-sidebar_label: "CurrencyBitcoinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyBitcoinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyBitcoinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyBitcoinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyExchangeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyExchangeIcon.md
deleted file mode 100644
index 8b341f521..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyExchangeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyExchangeIcon"
-title: "Function: CurrencyExchangeIcon"
-sidebar_label: "CurrencyExchangeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyExchangeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyExchangeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyExchangeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyFrancIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyFrancIcon.md
deleted file mode 100644
index 683b31a2d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyFrancIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyFrancIcon"
-title: "Function: CurrencyFrancIcon"
-sidebar_label: "CurrencyFrancIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyFrancIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyFrancIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyFrancIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyLiraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyLiraIcon.md
deleted file mode 100644
index 705b9f33e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyLiraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyLiraIcon"
-title: "Function: CurrencyLiraIcon"
-sidebar_label: "CurrencyLiraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyLiraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyLiraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyLiraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyPoundIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyPoundIcon.md
deleted file mode 100644
index b1ace2415..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyPoundIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyPoundIcon"
-title: "Function: CurrencyPoundIcon"
-sidebar_label: "CurrencyPoundIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyPoundIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyPoundIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyPoundIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyRubleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyRubleIcon.md
deleted file mode 100644
index 66a75274d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyRubleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyRubleIcon"
-title: "Function: CurrencyRubleIcon"
-sidebar_label: "CurrencyRubleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyRubleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyRubleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyRubleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyRupeeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyRupeeIcon.md
deleted file mode 100644
index ae22b13d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyRupeeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyRupeeIcon"
-title: "Function: CurrencyRupeeIcon"
-sidebar_label: "CurrencyRupeeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyRupeeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyRupeeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyRupeeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyYenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyYenIcon.md
deleted file mode 100644
index 97e59864c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyYenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyYenIcon"
-title: "Function: CurrencyYenIcon"
-sidebar_label: "CurrencyYenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyYenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyYenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyYenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurrencyYuanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurrencyYuanIcon.md
deleted file mode 100644
index 0d130f94c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurrencyYuanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurrencyYuanIcon"
-title: "Function: CurrencyYuanIcon"
-sidebar_label: "CurrencyYuanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurrencyYuanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurrencyYuanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurrencyYuanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurtainsClosedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurtainsClosedIcon.md
deleted file mode 100644
index 373f72a39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurtainsClosedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurtainsClosedIcon"
-title: "Function: CurtainsClosedIcon"
-sidebar_label: "CurtainsClosedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurtainsClosedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurtainsClosedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurtainsClosedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CurtainsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CurtainsIcon.md
deleted file mode 100644
index ab2a54f47..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CurtainsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CurtainsIcon"
-title: "Function: CurtainsIcon"
-sidebar_label: "CurtainsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CurtainsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CurtainsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CurtainsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/CycloneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/CycloneIcon.md
deleted file mode 100644
index 52a8946ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/CycloneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "CycloneIcon"
-title: "Function: CycloneIcon"
-sidebar_label: "CycloneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **CycloneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/CycloneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/CycloneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DangerousIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DangerousIcon.md
deleted file mode 100644
index 7dc29ffb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DangerousIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DangerousIcon"
-title: "Function: DangerousIcon"
-sidebar_label: "DangerousIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DangerousIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DangerousIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DangerousIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DarkModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DarkModeIcon.md
deleted file mode 100644
index 507016594..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DarkModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DarkModeIcon"
-title: "Function: DarkModeIcon"
-sidebar_label: "DarkModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DarkModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DarkModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DarkModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DashboardCustomizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DashboardCustomizeIcon.md
deleted file mode 100644
index 06ae2de52..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DashboardCustomizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DashboardCustomizeIcon"
-title: "Function: DashboardCustomizeIcon"
-sidebar_label: "DashboardCustomizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DashboardCustomizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DashboardCustomizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DashboardCustomizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DashboardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DashboardIcon.md
deleted file mode 100644
index 5e783e449..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DashboardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DashboardIcon"
-title: "Function: DashboardIcon"
-sidebar_label: "DashboardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DashboardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DashboardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DashboardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataArrayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataArrayIcon.md
deleted file mode 100644
index c7dff231a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataArrayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataArrayIcon"
-title: "Function: DataArrayIcon"
-sidebar_label: "DataArrayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataArrayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataArrayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataArrayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataExplorationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataExplorationIcon.md
deleted file mode 100644
index ff6b87e6f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataExplorationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataExplorationIcon"
-title: "Function: DataExplorationIcon"
-sidebar_label: "DataExplorationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataExplorationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataExplorationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataExplorationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataObjectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataObjectIcon.md
deleted file mode 100644
index 49bc44ed7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataObjectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataObjectIcon"
-title: "Function: DataObjectIcon"
-sidebar_label: "DataObjectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataObjectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataObjectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataObjectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataSaverOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataSaverOffIcon.md
deleted file mode 100644
index 633f15ba9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataSaverOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataSaverOffIcon"
-title: "Function: DataSaverOffIcon"
-sidebar_label: "DataSaverOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataSaverOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataSaverOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataSaverOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataSaverOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataSaverOnIcon.md
deleted file mode 100644
index 6c138a691..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataSaverOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataSaverOnIcon"
-title: "Function: DataSaverOnIcon"
-sidebar_label: "DataSaverOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataSaverOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataSaverOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataSaverOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataThresholdingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataThresholdingIcon.md
deleted file mode 100644
index ed541a8d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataThresholdingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataThresholdingIcon"
-title: "Function: DataThresholdingIcon"
-sidebar_label: "DataThresholdingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataThresholdingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataThresholdingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataThresholdingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DataUsageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DataUsageIcon.md
deleted file mode 100644
index 530e47f2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DataUsageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DataUsageIcon"
-title: "Function: DataUsageIcon"
-sidebar_label: "DataUsageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DataUsageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DataUsageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DataUsageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DatasetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DatasetIcon.md
deleted file mode 100644
index 4ea19c9f0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DatasetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DatasetIcon"
-title: "Function: DatasetIcon"
-sidebar_label: "DatasetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DatasetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DatasetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DatasetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DatasetLinkedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DatasetLinkedIcon.md
deleted file mode 100644
index a3419bfc1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DatasetLinkedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DatasetLinkedIcon"
-title: "Function: DatasetLinkedIcon"
-sidebar_label: "DatasetLinkedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DatasetLinkedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DatasetLinkedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DatasetLinkedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DatePreview.md b/website/versioned_docs/version-2.0.0/api/functions/DatePreview.md
deleted file mode 100644
index 2910dfcd3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DatePreview.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "DatePreview"
-title: "Function: DatePreview"
-sidebar_label: "DatePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DatePreview**(`«destructured»`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `date` | `Date` |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/DatePreview.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/DatePreview.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DateRangeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DateRangeIcon.md
deleted file mode 100644
index d414b8162..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DateRangeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DateRangeIcon"
-title: "Function: DateRangeIcon"
-sidebar_label: "DateRangeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DateRangeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DateRangeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DateRangeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DateTimeField.md b/website/versioned_docs/version-2.0.0/api/functions/DateTimeField.md
deleted file mode 100644
index b480bc306..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DateTimeField.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "DateTimeField"
-title: "Function: DateTimeField"
-sidebar_label: "DateTimeField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DateTimeField**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `DateTimeFieldProps` |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DateTimeFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/DateTimeFieldBinding.md
deleted file mode 100644
index cdb7152b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DateTimeFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "DateTimeFieldBinding"
-title: "Function: DateTimeFieldBinding"
-sidebar_label: "DateTimeFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DateTimeFieldBinding**(`«destructured»`): `Element`
-
-Field that allows selecting a date
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `DateTimeFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/DateTimeFieldBinding.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/DateTimeFieldBinding.tsx#L19)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeblurIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeblurIcon.md
deleted file mode 100644
index 05b50c2c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeblurIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeblurIcon"
-title: "Function: DeblurIcon"
-sidebar_label: "DeblurIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeblurIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeblurIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeblurIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DebouncedTextField.md b/website/versioned_docs/version-2.0.0/api/functions/DebouncedTextField.md
deleted file mode 100644
index d798d778f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DebouncedTextField.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "DebouncedTextField"
-title: "Function: DebouncedTextField"
-sidebar_label: "DebouncedTextField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DebouncedTextField**\<`T`\>(`props`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `string` \| `number` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`TextFieldProps`](../types/TextFieldProps.md)\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/DebouncedTextField.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/DebouncedTextField.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeckIcon.md
deleted file mode 100644
index f98e89db0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeckIcon"
-title: "Function: DeckIcon"
-sidebar_label: "DeckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DefaultHomePage.md b/website/versioned_docs/version-2.0.0/api/functions/DefaultHomePage.md
deleted file mode 100644
index 0df0f0556..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DefaultHomePage.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "DefaultHomePage"
-title: "Function: DefaultHomePage"
-sidebar_label: "DefaultHomePage"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DefaultHomePage**(`«destructured»`): `Element`
-
-Default entry view for the CMS. This component renders navigation cards
-for each collection defined in the navigation.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `additionalChildrenEnd?` | `ReactNode` |
-| › `additionalChildrenStart?` | `ReactNode` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/HomePage/DefaultHomePage.tsx:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/HomePage/DefaultHomePage.tsx#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DehazeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DehazeIcon.md
deleted file mode 100644
index 26baee9f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DehazeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DehazeIcon"
-title: "Function: DehazeIcon"
-sidebar_label: "DehazeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DehazeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DehazeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DehazeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeleteConfirmationDialog.md b/website/versioned_docs/version-2.0.0/api/functions/DeleteConfirmationDialog.md
deleted file mode 100644
index 66d392b06..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeleteConfirmationDialog.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "DeleteConfirmationDialog"
-title: "Function: DeleteConfirmationDialog"
-sidebar_label: "DeleteConfirmationDialog"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeleteConfirmationDialog**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `body?` | `ReactNode` |
-| › `loading?` | `boolean` |
-| › `onAccept` | () => `void` |
-| › `onCancel` | () => `void` |
-| › `open` | `boolean` |
-| › `title` | `ReactNode` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/DeleteConfirmationDialog.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/DeleteConfirmationDialog.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeleteForeverIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeleteForeverIcon.md
deleted file mode 100644
index e25a98669..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeleteForeverIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteForeverIcon"
-title: "Function: DeleteForeverIcon"
-sidebar_label: "DeleteForeverIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeleteForeverIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeleteForeverIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeleteForeverIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeleteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeleteIcon.md
deleted file mode 100644
index 13124deaf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeleteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteIcon"
-title: "Function: DeleteIcon"
-sidebar_label: "DeleteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeleteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeleteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeleteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeleteOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeleteOutlineIcon.md
deleted file mode 100644
index 780b8d043..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeleteOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteOutlineIcon"
-title: "Function: DeleteOutlineIcon"
-sidebar_label: "DeleteOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeleteOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeleteOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeleteOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeleteSweepIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeleteSweepIcon.md
deleted file mode 100644
index 2c7ad2188..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeleteSweepIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteSweepIcon"
-title: "Function: DeleteSweepIcon"
-sidebar_label: "DeleteSweepIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeleteSweepIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeleteSweepIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeleteSweepIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeliveryDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeliveryDiningIcon.md
deleted file mode 100644
index 636552fc5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeliveryDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeliveryDiningIcon"
-title: "Function: DeliveryDiningIcon"
-sidebar_label: "DeliveryDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeliveryDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeliveryDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeliveryDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DensityLargeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DensityLargeIcon.md
deleted file mode 100644
index f5d7fb19e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DensityLargeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DensityLargeIcon"
-title: "Function: DensityLargeIcon"
-sidebar_label: "DensityLargeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DensityLargeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DensityLargeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DensityLargeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DensityMediumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DensityMediumIcon.md
deleted file mode 100644
index 5ca2edcb6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DensityMediumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DensityMediumIcon"
-title: "Function: DensityMediumIcon"
-sidebar_label: "DensityMediumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DensityMediumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DensityMediumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DensityMediumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DensitySmallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DensitySmallIcon.md
deleted file mode 100644
index 28e616846..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DensitySmallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DensitySmallIcon"
-title: "Function: DensitySmallIcon"
-sidebar_label: "DensitySmallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DensitySmallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DensitySmallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DensitySmallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DepartureBoardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DepartureBoardIcon.md
deleted file mode 100644
index 5a826ad89..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DepartureBoardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DepartureBoardIcon"
-title: "Function: DepartureBoardIcon"
-sidebar_label: "DepartureBoardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DepartureBoardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DepartureBoardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DepartureBoardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DescriptionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DescriptionIcon.md
deleted file mode 100644
index 073bc006c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DescriptionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DescriptionIcon"
-title: "Function: DescriptionIcon"
-sidebar_label: "DescriptionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DescriptionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DescriptionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DescriptionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeselectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeselectIcon.md
deleted file mode 100644
index 7b6900ee1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeselectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeselectIcon"
-title: "Function: DeselectIcon"
-sidebar_label: "DeselectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeselectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeselectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeselectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DesignServicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DesignServicesIcon.md
deleted file mode 100644
index e7c510bcb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DesignServicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DesignServicesIcon"
-title: "Function: DesignServicesIcon"
-sidebar_label: "DesignServicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DesignServicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DesignServicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DesignServicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeskIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeskIcon.md
deleted file mode 100644
index 5f57f9386..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeskIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeskIcon"
-title: "Function: DeskIcon"
-sidebar_label: "DeskIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeskIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeskIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeskIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DesktopAccessDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DesktopAccessDisabledIcon.md
deleted file mode 100644
index f9aaae9aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DesktopAccessDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DesktopAccessDisabledIcon"
-title: "Function: DesktopAccessDisabledIcon"
-sidebar_label: "DesktopAccessDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DesktopAccessDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DesktopAccessDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DesktopAccessDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DesktopMacIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DesktopMacIcon.md
deleted file mode 100644
index fba4687d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DesktopMacIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DesktopMacIcon"
-title: "Function: DesktopMacIcon"
-sidebar_label: "DesktopMacIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DesktopMacIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DesktopMacIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DesktopMacIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DesktopWindowsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DesktopWindowsIcon.md
deleted file mode 100644
index 3804903e5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DesktopWindowsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DesktopWindowsIcon"
-title: "Function: DesktopWindowsIcon"
-sidebar_label: "DesktopWindowsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DesktopWindowsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DesktopWindowsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DesktopWindowsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DetailsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DetailsIcon.md
deleted file mode 100644
index 83aec9028..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DetailsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DetailsIcon"
-title: "Function: DetailsIcon"
-sidebar_label: "DetailsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DetailsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DetailsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DetailsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardIcon.md
deleted file mode 100644
index 718d544be..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeveloperBoardIcon"
-title: "Function: DeveloperBoardIcon"
-sidebar_label: "DeveloperBoardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeveloperBoardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeveloperBoardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeveloperBoardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardOffIcon.md
deleted file mode 100644
index 81686ea0c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeveloperBoardOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeveloperBoardOffIcon"
-title: "Function: DeveloperBoardOffIcon"
-sidebar_label: "DeveloperBoardOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeveloperBoardOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeveloperBoardOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeveloperBoardOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeveloperModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeveloperModeIcon.md
deleted file mode 100644
index d56b87855..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeveloperModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeveloperModeIcon"
-title: "Function: DeveloperModeIcon"
-sidebar_label: "DeveloperModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeveloperModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeveloperModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeveloperModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeviceHubIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeviceHubIcon.md
deleted file mode 100644
index 5a02ada39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeviceHubIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeviceHubIcon"
-title: "Function: DeviceHubIcon"
-sidebar_label: "DeviceHubIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeviceHubIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeviceHubIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeviceHubIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeviceThermostatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeviceThermostatIcon.md
deleted file mode 100644
index 0fdb3cdff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeviceThermostatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeviceThermostatIcon"
-title: "Function: DeviceThermostatIcon"
-sidebar_label: "DeviceThermostatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeviceThermostatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeviceThermostatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeviceThermostatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DeviceUnknownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DeviceUnknownIcon.md
deleted file mode 100644
index 03357ddad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DeviceUnknownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeviceUnknownIcon"
-title: "Function: DeviceUnknownIcon"
-sidebar_label: "DeviceUnknownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DeviceUnknownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DeviceUnknownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DeviceUnknownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DevicesFoldIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DevicesFoldIcon.md
deleted file mode 100644
index 5d1152113..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DevicesFoldIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DevicesFoldIcon"
-title: "Function: DevicesFoldIcon"
-sidebar_label: "DevicesFoldIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DevicesFoldIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DevicesFoldIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DevicesFoldIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DevicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DevicesIcon.md
deleted file mode 100644
index 6c862bf17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DevicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DevicesIcon"
-title: "Function: DevicesIcon"
-sidebar_label: "DevicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DevicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DevicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DevicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DevicesOtherIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DevicesOtherIcon.md
deleted file mode 100644
index 6f7035eea..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DevicesOtherIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DevicesOtherIcon"
-title: "Function: DevicesOtherIcon"
-sidebar_label: "DevicesOtherIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DevicesOtherIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DevicesOtherIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DevicesOtherIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DialerSipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DialerSipIcon.md
deleted file mode 100644
index 0cfc1bdc2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DialerSipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DialerSipIcon"
-title: "Function: DialerSipIcon"
-sidebar_label: "DialerSipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DialerSipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DialerSipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DialerSipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Dialog.md b/website/versioned_docs/version-2.0.0/api/functions/Dialog.md
deleted file mode 100644
index 104775a4e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Dialog.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Dialog"
-title: "Function: Dialog"
-sidebar_label: "Dialog"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Dialog**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`DialogProps`](../types/DialogProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Dialog.tsx:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Dialog.tsx#L33)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DialogActions.md b/website/versioned_docs/version-2.0.0/api/functions/DialogActions.md
deleted file mode 100644
index 6afbc805e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DialogActions.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "DialogActions"
-title: "Function: DialogActions"
-sidebar_label: "DialogActions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DialogActions**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `className?` | `string` |
-| › `position?` | ``"absolute"`` \| ``"sticky"`` |
-| › `translucent?` | `boolean` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/DialogActions.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/DialogActions.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DialogContent.md b/website/versioned_docs/version-2.0.0/api/functions/DialogContent.md
deleted file mode 100644
index 4c2560a1d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DialogContent.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "DialogContent"
-title: "Function: DialogContent"
-sidebar_label: "DialogContent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DialogContent**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `className?` | `string` |
-| › `fullHeight?` | `boolean` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/DialogContent.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/DialogContent.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DialpadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DialpadIcon.md
deleted file mode 100644
index 48860f8e5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DialpadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DialpadIcon"
-title: "Function: DialpadIcon"
-sidebar_label: "DialpadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DialpadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DialpadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DialpadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DiamondIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DiamondIcon.md
deleted file mode 100644
index 55ae83bf1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DiamondIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DiamondIcon"
-title: "Function: DiamondIcon"
-sidebar_label: "DiamondIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DiamondIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DiamondIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DiamondIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DifferenceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DifferenceIcon.md
deleted file mode 100644
index 10fa5b9ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DifferenceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DifferenceIcon"
-title: "Function: DifferenceIcon"
-sidebar_label: "DifferenceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DifferenceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DifferenceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DifferenceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DiningIcon.md
deleted file mode 100644
index aece5fa4b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DiningIcon"
-title: "Function: DiningIcon"
-sidebar_label: "DiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DinnerDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DinnerDiningIcon.md
deleted file mode 100644
index c48d24f9a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DinnerDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DinnerDiningIcon"
-title: "Function: DinnerDiningIcon"
-sidebar_label: "DinnerDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DinnerDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DinnerDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DinnerDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBikeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsBikeIcon.md
deleted file mode 100644
index 7236ada62..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBikeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsBikeIcon"
-title: "Function: DirectionsBikeIcon"
-sidebar_label: "DirectionsBikeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsBikeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsBikeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsBikeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatFilledIcon.md
deleted file mode 100644
index c462a7ba5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsBoatFilledIcon"
-title: "Function: DirectionsBoatFilledIcon"
-sidebar_label: "DirectionsBoatFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsBoatFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsBoatFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsBoatFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatIcon.md
deleted file mode 100644
index d5a63454c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBoatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsBoatIcon"
-title: "Function: DirectionsBoatIcon"
-sidebar_label: "DirectionsBoatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsBoatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsBoatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsBoatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusFilledIcon.md
deleted file mode 100644
index dc610fc6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsBusFilledIcon"
-title: "Function: DirectionsBusFilledIcon"
-sidebar_label: "DirectionsBusFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsBusFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsBusFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsBusFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusIcon.md
deleted file mode 100644
index db5a20472..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsBusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsBusIcon"
-title: "Function: DirectionsBusIcon"
-sidebar_label: "DirectionsBusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsBusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsBusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsBusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarFilledIcon.md
deleted file mode 100644
index c909f52e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsCarFilledIcon"
-title: "Function: DirectionsCarFilledIcon"
-sidebar_label: "DirectionsCarFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsCarFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsCarFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsCarFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarIcon.md
deleted file mode 100644
index 78a0e5d42..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsCarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsCarIcon"
-title: "Function: DirectionsCarIcon"
-sidebar_label: "DirectionsCarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsCarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsCarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsCarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsIcon.md
deleted file mode 100644
index a56ad01a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsIcon"
-title: "Function: DirectionsIcon"
-sidebar_label: "DirectionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsOffIcon.md
deleted file mode 100644
index 2ac03bbe9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsOffIcon"
-title: "Function: DirectionsOffIcon"
-sidebar_label: "DirectionsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayFilledIcon.md
deleted file mode 100644
index ca582d114..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsRailwayFilledIcon"
-title: "Function: DirectionsRailwayFilledIcon"
-sidebar_label: "DirectionsRailwayFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsRailwayFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsRailwayFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsRailwayFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayIcon.md
deleted file mode 100644
index 4f29a37a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRailwayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsRailwayIcon"
-title: "Function: DirectionsRailwayIcon"
-sidebar_label: "DirectionsRailwayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsRailwayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsRailwayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsRailwayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRunIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsRunIcon.md
deleted file mode 100644
index f1ca10e62..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsRunIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsRunIcon"
-title: "Function: DirectionsRunIcon"
-sidebar_label: "DirectionsRunIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsRunIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsRunIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsRunIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayFilledIcon.md
deleted file mode 100644
index 191e3b525..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsSubwayFilledIcon"
-title: "Function: DirectionsSubwayFilledIcon"
-sidebar_label: "DirectionsSubwayFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsSubwayFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsSubwayFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsSubwayFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayIcon.md
deleted file mode 100644
index 74214e06a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsSubwayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsSubwayIcon"
-title: "Function: DirectionsSubwayIcon"
-sidebar_label: "DirectionsSubwayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsSubwayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsSubwayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsSubwayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitFilledIcon.md
deleted file mode 100644
index 59bc46754..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsTransitFilledIcon"
-title: "Function: DirectionsTransitFilledIcon"
-sidebar_label: "DirectionsTransitFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsTransitFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsTransitFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsTransitFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitIcon.md
deleted file mode 100644
index b92374ea3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsTransitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsTransitIcon"
-title: "Function: DirectionsTransitIcon"
-sidebar_label: "DirectionsTransitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsTransitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsTransitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsTransitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirectionsWalkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirectionsWalkIcon.md
deleted file mode 100644
index 26e811d57..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirectionsWalkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirectionsWalkIcon"
-title: "Function: DirectionsWalkIcon"
-sidebar_label: "DirectionsWalkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirectionsWalkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirectionsWalkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirectionsWalkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DirtyLensIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DirtyLensIcon.md
deleted file mode 100644
index 9e415b3d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DirtyLensIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DirtyLensIcon"
-title: "Function: DirtyLensIcon"
-sidebar_label: "DirtyLensIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DirtyLensIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DirtyLensIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DirtyLensIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DisabledByDefaultIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DisabledByDefaultIcon.md
deleted file mode 100644
index 5840f19ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DisabledByDefaultIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DisabledByDefaultIcon"
-title: "Function: DisabledByDefaultIcon"
-sidebar_label: "DisabledByDefaultIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DisabledByDefaultIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DisabledByDefaultIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DisabledByDefaultIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DisabledVisibleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DisabledVisibleIcon.md
deleted file mode 100644
index e2493973f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DisabledVisibleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DisabledVisibleIcon"
-title: "Function: DisabledVisibleIcon"
-sidebar_label: "DisabledVisibleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DisabledVisibleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DisabledVisibleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DisabledVisibleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DiscFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DiscFullIcon.md
deleted file mode 100644
index 986fa761b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DiscFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DiscFullIcon"
-title: "Function: DiscFullIcon"
-sidebar_label: "DiscFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DiscFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DiscFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DiscFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DiscountIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DiscountIcon.md
deleted file mode 100644
index e058161e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DiscountIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DiscountIcon"
-title: "Function: DiscountIcon"
-sidebar_label: "DiscountIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DiscountIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DiscountIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DiscountIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DisplaySettingsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DisplaySettingsIcon.md
deleted file mode 100644
index bd1255d61..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DisplaySettingsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DisplaySettingsIcon"
-title: "Function: DisplaySettingsIcon"
-sidebar_label: "DisplaySettingsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DisplaySettingsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DisplaySettingsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DisplaySettingsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Diversity1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Diversity1Icon.md
deleted file mode 100644
index 51e242ebe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Diversity1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Diversity1Icon"
-title: "Function: Diversity1Icon"
-sidebar_label: "Diversity1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Diversity1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Diversity1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Diversity1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Diversity2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Diversity2Icon.md
deleted file mode 100644
index aebbc1fad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Diversity2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Diversity2Icon"
-title: "Function: Diversity2Icon"
-sidebar_label: "Diversity2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Diversity2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Diversity2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Diversity2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Diversity3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Diversity3Icon.md
deleted file mode 100644
index 85b680383..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Diversity3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Diversity3Icon"
-title: "Function: Diversity3Icon"
-sidebar_label: "Diversity3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Diversity3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Diversity3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Diversity3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DnsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DnsIcon.md
deleted file mode 100644
index bada99103..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DnsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DnsIcon"
-title: "Function: DnsIcon"
-sidebar_label: "DnsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DnsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DnsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DnsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoDisturbAltIcon.md
deleted file mode 100644
index b4f247b5d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoDisturbAltIcon"
-title: "Function: DoDisturbAltIcon"
-sidebar_label: "DoDisturbAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoDisturbAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoDisturbAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoDisturbAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoDisturbIcon.md
deleted file mode 100644
index c49ee716c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoDisturbIcon"
-title: "Function: DoDisturbIcon"
-sidebar_label: "DoDisturbIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoDisturbIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoDisturbIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoDisturbIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOffIcon.md
deleted file mode 100644
index a0e29f42a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoDisturbOffIcon"
-title: "Function: DoDisturbOffIcon"
-sidebar_label: "DoDisturbOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoDisturbOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoDisturbOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoDisturbOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOnIcon.md
deleted file mode 100644
index ebbc775f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoDisturbOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoDisturbOnIcon"
-title: "Function: DoDisturbOnIcon"
-sidebar_label: "DoDisturbOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoDisturbOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoDisturbOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoDisturbOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbAltIcon.md
deleted file mode 100644
index 949fc1c45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotDisturbAltIcon"
-title: "Function: DoNotDisturbAltIcon"
-sidebar_label: "DoNotDisturbAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotDisturbAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotDisturbAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotDisturbAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbIcon.md
deleted file mode 100644
index 0f46f6b30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotDisturbIcon"
-title: "Function: DoNotDisturbIcon"
-sidebar_label: "DoNotDisturbIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotDisturbIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotDisturbIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotDisturbIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOffIcon.md
deleted file mode 100644
index 1a005f2ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotDisturbOffIcon"
-title: "Function: DoNotDisturbOffIcon"
-sidebar_label: "DoNotDisturbOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotDisturbOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotDisturbOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotDisturbOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnIcon.md
deleted file mode 100644
index 7c226d861..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotDisturbOnIcon"
-title: "Function: DoNotDisturbOnIcon"
-sidebar_label: "DoNotDisturbOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotDisturbOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotDisturbOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotDisturbOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnTotalSilenceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnTotalSilenceIcon.md
deleted file mode 100644
index 21fca8753..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotDisturbOnTotalSilenceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotDisturbOnTotalSilenceIcon"
-title: "Function: DoNotDisturbOnTotalSilenceIcon"
-sidebar_label: "DoNotDisturbOnTotalSilenceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotDisturbOnTotalSilenceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotDisturbOnTotalSilenceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotDisturbOnTotalSilenceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotStepIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotStepIcon.md
deleted file mode 100644
index 7272115b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotStepIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotStepIcon"
-title: "Function: DoNotStepIcon"
-sidebar_label: "DoNotStepIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotStepIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotStepIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotStepIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoNotTouchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoNotTouchIcon.md
deleted file mode 100644
index eac833fc7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoNotTouchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoNotTouchIcon"
-title: "Function: DoNotTouchIcon"
-sidebar_label: "DoNotTouchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoNotTouchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoNotTouchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoNotTouchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DockIcon.md
deleted file mode 100644
index 8d7135dd2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DockIcon"
-title: "Function: DockIcon"
-sidebar_label: "DockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DocumentScannerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DocumentScannerIcon.md
deleted file mode 100644
index 58b347d32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DocumentScannerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DocumentScannerIcon"
-title: "Function: DocumentScannerIcon"
-sidebar_label: "DocumentScannerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DocumentScannerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DocumentScannerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DocumentScannerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DomainAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DomainAddIcon.md
deleted file mode 100644
index 266cf7d81..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DomainAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DomainAddIcon"
-title: "Function: DomainAddIcon"
-sidebar_label: "DomainAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DomainAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DomainAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DomainAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DomainDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DomainDisabledIcon.md
deleted file mode 100644
index 224f41f7f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DomainDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DomainDisabledIcon"
-title: "Function: DomainDisabledIcon"
-sidebar_label: "DomainDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DomainDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DomainDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DomainDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DomainIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DomainIcon.md
deleted file mode 100644
index b652b4930..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DomainIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DomainIcon"
-title: "Function: DomainIcon"
-sidebar_label: "DomainIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DomainIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DomainIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DomainIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DomainVerificationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DomainVerificationIcon.md
deleted file mode 100644
index 5bafecb45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DomainVerificationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DomainVerificationIcon"
-title: "Function: DomainVerificationIcon"
-sidebar_label: "DomainVerificationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DomainVerificationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DomainVerificationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DomainVerificationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoneAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoneAllIcon.md
deleted file mode 100644
index c7e6a31a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoneAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoneAllIcon"
-title: "Function: DoneAllIcon"
-sidebar_label: "DoneAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoneAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoneAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoneAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoneIcon.md
deleted file mode 100644
index d5a373244..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoneIcon"
-title: "Function: DoneIcon"
-sidebar_label: "DoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoneOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoneOutlineIcon.md
deleted file mode 100644
index a3d6070b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoneOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoneOutlineIcon"
-title: "Function: DoneOutlineIcon"
-sidebar_label: "DoneOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoneOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoneOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoneOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DonutLargeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DonutLargeIcon.md
deleted file mode 100644
index b9e31fff8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DonutLargeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DonutLargeIcon"
-title: "Function: DonutLargeIcon"
-sidebar_label: "DonutLargeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DonutLargeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DonutLargeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DonutLargeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DonutSmallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DonutSmallIcon.md
deleted file mode 100644
index 5e6ef0efd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DonutSmallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DonutSmallIcon"
-title: "Function: DonutSmallIcon"
-sidebar_label: "DonutSmallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DonutSmallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DonutSmallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DonutSmallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoorBackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoorBackIcon.md
deleted file mode 100644
index 3dbcb35b8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoorBackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoorBackIcon"
-title: "Function: DoorBackIcon"
-sidebar_label: "DoorBackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoorBackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoorBackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoorBackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoorFrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoorFrontIcon.md
deleted file mode 100644
index 18624347f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoorFrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoorFrontIcon"
-title: "Function: DoorFrontIcon"
-sidebar_label: "DoorFrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoorFrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoorFrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoorFrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoorSlidingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoorSlidingIcon.md
deleted file mode 100644
index fc0d964ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoorSlidingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoorSlidingIcon"
-title: "Function: DoorSlidingIcon"
-sidebar_label: "DoorSlidingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoorSlidingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoorSlidingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoorSlidingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoorbellIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoorbellIcon.md
deleted file mode 100644
index f3ecbf9ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoorbellIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoorbellIcon"
-title: "Function: DoorbellIcon"
-sidebar_label: "DoorbellIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoorbellIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoorbellIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoorbellIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DoubleArrowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DoubleArrowIcon.md
deleted file mode 100644
index 99b243371..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DoubleArrowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DoubleArrowIcon"
-title: "Function: DoubleArrowIcon"
-sidebar_label: "DoubleArrowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DoubleArrowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DoubleArrowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DoubleArrowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DownhillSkiingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DownhillSkiingIcon.md
deleted file mode 100644
index 33c47eab1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DownhillSkiingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DownhillSkiingIcon"
-title: "Function: DownhillSkiingIcon"
-sidebar_label: "DownhillSkiingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DownhillSkiingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DownhillSkiingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DownhillSkiingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DownloadDoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DownloadDoneIcon.md
deleted file mode 100644
index d13878972..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DownloadDoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DownloadDoneIcon"
-title: "Function: DownloadDoneIcon"
-sidebar_label: "DownloadDoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DownloadDoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DownloadDoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DownloadDoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DownloadForOfflineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DownloadForOfflineIcon.md
deleted file mode 100644
index cc6440988..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DownloadForOfflineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DownloadForOfflineIcon"
-title: "Function: DownloadForOfflineIcon"
-sidebar_label: "DownloadForOfflineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DownloadForOfflineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DownloadForOfflineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DownloadForOfflineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DownloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DownloadIcon.md
deleted file mode 100644
index d4e4ed6db..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DownloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DownloadIcon"
-title: "Function: DownloadIcon"
-sidebar_label: "DownloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DownloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DownloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DownloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DownloadingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DownloadingIcon.md
deleted file mode 100644
index 4854ab889..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DownloadingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DownloadingIcon"
-title: "Function: DownloadingIcon"
-sidebar_label: "DownloadingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DownloadingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DownloadingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DownloadingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DraftsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DraftsIcon.md
deleted file mode 100644
index 00b7c9875..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DraftsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DraftsIcon"
-title: "Function: DraftsIcon"
-sidebar_label: "DraftsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DraftsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DraftsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DraftsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DragHandleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DragHandleIcon.md
deleted file mode 100644
index eb77bb042..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DragHandleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DragHandleIcon"
-title: "Function: DragHandleIcon"
-sidebar_label: "DragHandleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DragHandleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DragHandleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DragHandleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DragIndicatorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DragIndicatorIcon.md
deleted file mode 100644
index 82b66c26a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DragIndicatorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DragIndicatorIcon"
-title: "Function: DragIndicatorIcon"
-sidebar_label: "DragIndicatorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DragIndicatorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DragIndicatorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DragIndicatorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DrawIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DrawIcon.md
deleted file mode 100644
index eb9b750f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DrawIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DrawIcon"
-title: "Function: DrawIcon"
-sidebar_label: "DrawIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DrawIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DrawIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DrawIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Drawer.md b/website/versioned_docs/version-2.0.0/api/functions/Drawer.md
deleted file mode 100644
index af0c35cb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Drawer.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "Drawer"
-title: "Function: Drawer"
-sidebar_label: "Drawer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Drawer**(`«destructured»`): `Element`
-
-Default drawer used in the CMS
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `closeDrawer` | () => `any` |
-| › `drawerOpen` | `boolean` |
-| › `hovered` | `boolean` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/Drawer.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Drawer.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DrawerNavigationItem.md b/website/versioned_docs/version-2.0.0/api/functions/DrawerNavigationItem.md
deleted file mode 100644
index cb4eb6265..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DrawerNavigationItem.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "DrawerNavigationItem"
-title: "Function: DrawerNavigationItem"
-sidebar_label: "DrawerNavigationItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DrawerNavigationItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `drawerOpen` | `boolean` |
-| › `icon` | `ReactElement`\<`any`, `string` \| `JSXElementConstructor`\<`any`\>\> |
-| › `name` | `string` |
-| › `onClick?` | () => `void` |
-| › `tooltipsOpen` | `boolean` |
-| › `url` | `string` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/Drawer.tsx:107](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Drawer.tsx#L107)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DriveEtaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DriveEtaIcon.md
deleted file mode 100644
index 40c228df6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DriveEtaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DriveEtaIcon"
-title: "Function: DriveEtaIcon"
-sidebar_label: "DriveEtaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DriveEtaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DriveEtaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DriveEtaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveIcon.md
deleted file mode 100644
index b52627387..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DriveFileMoveIcon"
-title: "Function: DriveFileMoveIcon"
-sidebar_label: "DriveFileMoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DriveFileMoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DriveFileMoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DriveFileMoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveRtlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveRtlIcon.md
deleted file mode 100644
index 7d8cd4a51..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DriveFileMoveRtlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DriveFileMoveRtlIcon"
-title: "Function: DriveFileMoveRtlIcon"
-sidebar_label: "DriveFileMoveRtlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DriveFileMoveRtlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DriveFileMoveRtlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DriveFileMoveRtlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DriveFileRenameOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DriveFileRenameOutlineIcon.md
deleted file mode 100644
index 43e14b0fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DriveFileRenameOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DriveFileRenameOutlineIcon"
-title: "Function: DriveFileRenameOutlineIcon"
-sidebar_label: "DriveFileRenameOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DriveFileRenameOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DriveFileRenameOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DriveFileRenameOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DriveFolderUploadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DriveFolderUploadIcon.md
deleted file mode 100644
index 92deda8a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DriveFolderUploadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DriveFolderUploadIcon"
-title: "Function: DriveFolderUploadIcon"
-sidebar_label: "DriveFolderUploadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DriveFolderUploadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DriveFolderUploadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DriveFolderUploadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DryCleaningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DryCleaningIcon.md
deleted file mode 100644
index e2235c545..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DryCleaningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DryCleaningIcon"
-title: "Function: DryCleaningIcon"
-sidebar_label: "DryCleaningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DryCleaningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DryCleaningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DryCleaningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DryIcon.md
deleted file mode 100644
index 9fa056861..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DryIcon"
-title: "Function: DryIcon"
-sidebar_label: "DryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DuoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DuoIcon.md
deleted file mode 100644
index 188dd9db1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DuoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DuoIcon"
-title: "Function: DuoIcon"
-sidebar_label: "DuoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DuoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DuoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DuoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DvrIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DvrIcon.md
deleted file mode 100644
index 3a290b203..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DvrIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DvrIcon"
-title: "Function: DvrIcon"
-sidebar_label: "DvrIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DvrIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DvrIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DvrIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DynamicFeedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DynamicFeedIcon.md
deleted file mode 100644
index 87df632fc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DynamicFeedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DynamicFeedIcon"
-title: "Function: DynamicFeedIcon"
-sidebar_label: "DynamicFeedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DynamicFeedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DynamicFeedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DynamicFeedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/DynamicFormIcon.md b/website/versioned_docs/version-2.0.0/api/functions/DynamicFormIcon.md
deleted file mode 100644
index 39c9bc8ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/DynamicFormIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DynamicFormIcon"
-title: "Function: DynamicFormIcon"
-sidebar_label: "DynamicFormIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **DynamicFormIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/DynamicFormIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/DynamicFormIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EMobiledataIcon.md
deleted file mode 100644
index 7a47bfbad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EMobiledataIcon"
-title: "Function: EMobiledataIcon"
-sidebar_label: "EMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EarbudsBatteryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EarbudsBatteryIcon.md
deleted file mode 100644
index 024295528..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EarbudsBatteryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EarbudsBatteryIcon"
-title: "Function: EarbudsBatteryIcon"
-sidebar_label: "EarbudsBatteryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EarbudsBatteryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EarbudsBatteryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EarbudsBatteryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EarbudsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EarbudsIcon.md
deleted file mode 100644
index 6e92637bf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EarbudsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EarbudsIcon"
-title: "Function: EarbudsIcon"
-sidebar_label: "EarbudsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EarbudsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EarbudsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EarbudsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EastIcon.md
deleted file mode 100644
index 17113b903..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EastIcon"
-title: "Function: EastIcon"
-sidebar_label: "EastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EdgesensorHighIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EdgesensorHighIcon.md
deleted file mode 100644
index fd08468e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EdgesensorHighIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EdgesensorHighIcon"
-title: "Function: EdgesensorHighIcon"
-sidebar_label: "EdgesensorHighIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EdgesensorHighIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EdgesensorHighIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EdgesensorHighIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EdgesensorLowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EdgesensorLowIcon.md
deleted file mode 100644
index ad7aa63af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EdgesensorLowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EdgesensorLowIcon"
-title: "Function: EdgesensorLowIcon"
-sidebar_label: "EdgesensorLowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EdgesensorLowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EdgesensorLowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EdgesensorLowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditAttributesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditAttributesIcon.md
deleted file mode 100644
index 985df939a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditAttributesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditAttributesIcon"
-title: "Function: EditAttributesIcon"
-sidebar_label: "EditAttributesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditAttributesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditAttributesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditAttributesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditCalendarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditCalendarIcon.md
deleted file mode 100644
index 4ce0b3205..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditCalendarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditCalendarIcon"
-title: "Function: EditCalendarIcon"
-sidebar_label: "EditCalendarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditCalendarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditCalendarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditCalendarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditIcon.md
deleted file mode 100644
index 64e40e239..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditIcon"
-title: "Function: EditIcon"
-sidebar_label: "EditIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditLocationAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditLocationAltIcon.md
deleted file mode 100644
index 7df7f0ffa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditLocationAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditLocationAltIcon"
-title: "Function: EditLocationAltIcon"
-sidebar_label: "EditLocationAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditLocationAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditLocationAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditLocationAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditLocationIcon.md
deleted file mode 100644
index b4958904b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditLocationIcon"
-title: "Function: EditLocationIcon"
-sidebar_label: "EditLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditNoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditNoteIcon.md
deleted file mode 100644
index e5229b11f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditNoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditNoteIcon"
-title: "Function: EditNoteIcon"
-sidebar_label: "EditNoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditNoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditNoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditNoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditNotificationsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditNotificationsIcon.md
deleted file mode 100644
index 503804100..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditNotificationsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditNotificationsIcon"
-title: "Function: EditNotificationsIcon"
-sidebar_label: "EditNotificationsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditNotificationsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditNotificationsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditNotificationsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditOffIcon.md
deleted file mode 100644
index 6a7319876..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditOffIcon"
-title: "Function: EditOffIcon"
-sidebar_label: "EditOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EditRoadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EditRoadIcon.md
deleted file mode 100644
index f360e6d00..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EditRoadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EditRoadIcon"
-title: "Function: EditRoadIcon"
-sidebar_label: "EditRoadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EditRoadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EditRoadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EditRoadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EggAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EggAltIcon.md
deleted file mode 100644
index 0b2ed9e85..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EggAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EggAltIcon"
-title: "Function: EggAltIcon"
-sidebar_label: "EggAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EggAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EggAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EggAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EggIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EggIcon.md
deleted file mode 100644
index 7e45387a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EggIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EggIcon"
-title: "Function: EggIcon"
-sidebar_label: "EggIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EggIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EggIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EggIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EjectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EjectIcon.md
deleted file mode 100644
index a2a18c42a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EjectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EjectIcon"
-title: "Function: EjectIcon"
-sidebar_label: "EjectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EjectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EjectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EjectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElderlyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElderlyIcon.md
deleted file mode 100644
index 91237fbcb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElderlyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElderlyIcon"
-title: "Function: ElderlyIcon"
-sidebar_label: "ElderlyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElderlyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElderlyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElderlyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElderlyWomanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElderlyWomanIcon.md
deleted file mode 100644
index 9f7339604..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElderlyWomanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElderlyWomanIcon"
-title: "Function: ElderlyWomanIcon"
-sidebar_label: "ElderlyWomanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElderlyWomanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElderlyWomanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElderlyWomanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricBikeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricBikeIcon.md
deleted file mode 100644
index 9873cac79..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricBikeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricBikeIcon"
-title: "Function: ElectricBikeIcon"
-sidebar_label: "ElectricBikeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricBikeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricBikeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricBikeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricBoltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricBoltIcon.md
deleted file mode 100644
index e2b4dcdbe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricBoltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricBoltIcon"
-title: "Function: ElectricBoltIcon"
-sidebar_label: "ElectricBoltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricBoltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricBoltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricBoltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricCarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricCarIcon.md
deleted file mode 100644
index 1f7e98951..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricCarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricCarIcon"
-title: "Function: ElectricCarIcon"
-sidebar_label: "ElectricCarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricCarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricCarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricCarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricMeterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricMeterIcon.md
deleted file mode 100644
index 208d7cd30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricMeterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricMeterIcon"
-title: "Function: ElectricMeterIcon"
-sidebar_label: "ElectricMeterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricMeterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricMeterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricMeterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricMopedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricMopedIcon.md
deleted file mode 100644
index 859b554a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricMopedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricMopedIcon"
-title: "Function: ElectricMopedIcon"
-sidebar_label: "ElectricMopedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricMopedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricMopedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricMopedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricRickshawIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricRickshawIcon.md
deleted file mode 100644
index d88f92b85..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricRickshawIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricRickshawIcon"
-title: "Function: ElectricRickshawIcon"
-sidebar_label: "ElectricRickshawIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricRickshawIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricRickshawIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricRickshawIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricScooterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricScooterIcon.md
deleted file mode 100644
index 1ef25ca35..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricScooterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricScooterIcon"
-title: "Function: ElectricScooterIcon"
-sidebar_label: "ElectricScooterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricScooterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricScooterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricScooterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElectricalServicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElectricalServicesIcon.md
deleted file mode 100644
index 436c700b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElectricalServicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElectricalServicesIcon"
-title: "Function: ElectricalServicesIcon"
-sidebar_label: "ElectricalServicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElectricalServicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElectricalServicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElectricalServicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ElevatorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ElevatorIcon.md
deleted file mode 100644
index 61f0bca53..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ElevatorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ElevatorIcon"
-title: "Function: ElevatorIcon"
-sidebar_label: "ElevatorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ElevatorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ElevatorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ElevatorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmailIcon.md
deleted file mode 100644
index b708e2d36..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmailIcon"
-title: "Function: EmailIcon"
-sidebar_label: "EmailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmergencyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmergencyIcon.md
deleted file mode 100644
index fe97410fc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmergencyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmergencyIcon"
-title: "Function: EmergencyIcon"
-sidebar_label: "EmergencyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmergencyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmergencyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmergencyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmergencyRecordingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmergencyRecordingIcon.md
deleted file mode 100644
index 77e6bff12..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmergencyRecordingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmergencyRecordingIcon"
-title: "Function: EmergencyRecordingIcon"
-sidebar_label: "EmergencyRecordingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmergencyRecordingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmergencyRecordingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmergencyRecordingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmergencyShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmergencyShareIcon.md
deleted file mode 100644
index 3e3fb3b41..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmergencyShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmergencyShareIcon"
-title: "Function: EmergencyShareIcon"
-sidebar_label: "EmergencyShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmergencyShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmergencyShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmergencyShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiEmotionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiEmotionsIcon.md
deleted file mode 100644
index 6dfccf7c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiEmotionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiEmotionsIcon"
-title: "Function: EmojiEmotionsIcon"
-sidebar_label: "EmojiEmotionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiEmotionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiEmotionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiEmotionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiEventsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiEventsIcon.md
deleted file mode 100644
index 8aad17224..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiEventsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiEventsIcon"
-title: "Function: EmojiEventsIcon"
-sidebar_label: "EmojiEventsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiEventsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiEventsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiEventsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiFoodBeverageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiFoodBeverageIcon.md
deleted file mode 100644
index 6e44d6f59..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiFoodBeverageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiFoodBeverageIcon"
-title: "Function: EmojiFoodBeverageIcon"
-sidebar_label: "EmojiFoodBeverageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiFoodBeverageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiFoodBeverageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiFoodBeverageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiNatureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiNatureIcon.md
deleted file mode 100644
index 8e9721513..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiNatureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiNatureIcon"
-title: "Function: EmojiNatureIcon"
-sidebar_label: "EmojiNatureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiNatureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiNatureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiNatureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiObjectsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiObjectsIcon.md
deleted file mode 100644
index 4ec6d6661..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiObjectsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiObjectsIcon"
-title: "Function: EmojiObjectsIcon"
-sidebar_label: "EmojiObjectsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiObjectsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiObjectsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiObjectsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiPeopleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiPeopleIcon.md
deleted file mode 100644
index 6e1326da8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiPeopleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiPeopleIcon"
-title: "Function: EmojiPeopleIcon"
-sidebar_label: "EmojiPeopleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiPeopleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiPeopleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiPeopleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiSymbolsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiSymbolsIcon.md
deleted file mode 100644
index 63efb867b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiSymbolsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiSymbolsIcon"
-title: "Function: EmojiSymbolsIcon"
-sidebar_label: "EmojiSymbolsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiSymbolsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiSymbolsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiSymbolsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmojiTransportationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EmojiTransportationIcon.md
deleted file mode 100644
index 66ea2813d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmojiTransportationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EmojiTransportationIcon"
-title: "Function: EmojiTransportationIcon"
-sidebar_label: "EmojiTransportationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmojiTransportationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EmojiTransportationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EmojiTransportationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EmptyValue.md b/website/versioned_docs/version-2.0.0/api/functions/EmptyValue.md
deleted file mode 100644
index 8895d720b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EmptyValue.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "EmptyValue"
-title: "Function: EmptyValue"
-sidebar_label: "EmptyValue"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EmptyValue**(): `Element`
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EmptyValue.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EmptyValue.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EnergySavingsLeafIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EnergySavingsLeafIcon.md
deleted file mode 100644
index 57a2f9fcb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EnergySavingsLeafIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EnergySavingsLeafIcon"
-title: "Function: EnergySavingsLeafIcon"
-sidebar_label: "EnergySavingsLeafIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EnergySavingsLeafIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EnergySavingsLeafIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EnergySavingsLeafIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EngineeringIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EngineeringIcon.md
deleted file mode 100644
index a8b9319e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EngineeringIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EngineeringIcon"
-title: "Function: EngineeringIcon"
-sidebar_label: "EngineeringIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EngineeringIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EngineeringIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EngineeringIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EnhancedEncryptionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EnhancedEncryptionIcon.md
deleted file mode 100644
index 833ed5457..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EnhancedEncryptionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EnhancedEncryptionIcon"
-title: "Function: EnhancedEncryptionIcon"
-sidebar_label: "EnhancedEncryptionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EnhancedEncryptionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EnhancedEncryptionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EnhancedEncryptionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionTable.md b/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionTable.md
deleted file mode 100644
index 950865a7f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionTable.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "EntityCollectionTable"
-title: "Function: EntityCollectionTable"
-sidebar_label: "EntityCollectionTable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityCollectionTable**(`props`): `ReactNode`
-
-This component is in charge of rendering a collection table with a high
-degree of customization. It is in charge of fetching data from
-the [DataSource](../interfaces/DataSource.md) and holding the state of filtering and sorting.
-
-This component is used internally by [EntityCollectionView](EntityCollectionView.md) and
-[useReferenceDialog](useReferenceDialog.md)
-
-Please note that you only need to use this component if you are building
-a custom view. If you just need to create a default view you can do it
-exclusively with config options.
-
-If you want to bind a [EntityCollection](../interfaces/EntityCollection.md) to a table with the default
-options you see in collections in the top level navigation, you can
-check [EntityCollectionView](EntityCollectionView.md)
-
-If you need a table that is not bound to the datasource or entities and
-properties at all, you can check [VirtualTable](VirtualTable.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`EntityCollectionTableProps`](../types/EntityCollectionTableProps.md)\<`any`\> |
-
-#### Returns
-
-`ReactNode`
-
-**`See`**
-
- - EntityCollectionTableProps
- - EntityCollectionView
- - VirtualTable
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionView.md b/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionView.md
deleted file mode 100644
index 03757d69e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EntityCollectionView.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: "EntityCollectionView"
-title: "Function: EntityCollectionView"
-sidebar_label: "EntityCollectionView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityCollectionView**(`props`, `context?`): `ReactNode`
-
-This component is in charge of binding a datasource path with an [EntityCollection](../interfaces/EntityCollection.md)
-where it's configuration is defined. It includes an infinite scrolling table
-and a 'Add' new entities button,
-
-This component is the default one used for displaying entity collections
-and is in charge of generating all the specific actions and customization
-of the lower level [EntityCollectionTable](EntityCollectionTable.md)
-
-Please **note** that you only need to use this component if you are building
-a custom view. If you just need to create a default view you can do it
-exclusively with config options.
-
-If you need a lower level implementation with more granular options, you
-can use [EntityCollectionTable](EntityCollectionTable.md).
-
-If you need a generic table that is not bound to the datasource or entities and
-properties at all, you can check [VirtualTable](VirtualTable.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`EntityCollectionViewProps`](../types/EntityCollectionViewProps.md)\<`any`\> |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EntityForm.md b/website/versioned_docs/version-2.0.0/api/functions/EntityForm.md
deleted file mode 100644
index d61d8c150..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EntityForm.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "EntityForm"
-title: "Function: EntityForm"
-sidebar_label: "EntityForm"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityForm**\<`M`\>(`«destructured»`): `Element`
-
-This is the form used internally by the CMS
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`EntityFormProps`](../interfaces/EntityFormProps.md)\<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:137](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L137)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EntityPreview.md b/website/versioned_docs/version-2.0.0/api/functions/EntityPreview.md
deleted file mode 100644
index f093ec85a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EntityPreview.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "EntityPreview"
-title: "Function: EntityPreview"
-sidebar_label: "EntityPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EntityPreview**\<`M`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`EntityPreviewProps`](../interfaces/EntityPreviewProps.md)\<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityPreview.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityPreview.tsx#L21)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EnumValuesChip.md b/website/versioned_docs/version-2.0.0/api/functions/EnumValuesChip.md
deleted file mode 100644
index 38bfa7e0b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EnumValuesChip.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EnumValuesChip"
-title: "Function: EnumValuesChip"
-sidebar_label: "EnumValuesChip"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EnumValuesChip**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`EnumValuesChipProps`](../interfaces/EnumValuesChipProps.md) |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EqualizerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EqualizerIcon.md
deleted file mode 100644
index 25d1d9afa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EqualizerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EqualizerIcon"
-title: "Function: EqualizerIcon"
-sidebar_label: "EqualizerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EqualizerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EqualizerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EqualizerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ErrorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ErrorIcon.md
deleted file mode 100644
index 6d5d57860..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ErrorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ErrorIcon"
-title: "Function: ErrorIcon"
-sidebar_label: "ErrorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ErrorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ErrorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ErrorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ErrorOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ErrorOutlineIcon.md
deleted file mode 100644
index 589b28ba1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ErrorOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ErrorOutlineIcon"
-title: "Function: ErrorOutlineIcon"
-sidebar_label: "ErrorOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ErrorOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ErrorOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ErrorOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ErrorView.md b/website/versioned_docs/version-2.0.0/api/functions/ErrorView.md
deleted file mode 100644
index 6e038b9e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ErrorView.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "ErrorView"
-title: "Function: ErrorView"
-sidebar_label: "ErrorView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ErrorView**(`«destructured»`): `React.ReactElement`
-
-Generic error view. Displayed for example when an unexpected value comes
-from the datasource in a collection view.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ErrorViewProps`](../interfaces/ErrorViewProps.md) |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorView.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorView.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EscalatorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EscalatorIcon.md
deleted file mode 100644
index cc68b19a2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EscalatorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EscalatorIcon"
-title: "Function: EscalatorIcon"
-sidebar_label: "EscalatorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EscalatorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EscalatorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EscalatorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EscalatorWarningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EscalatorWarningIcon.md
deleted file mode 100644
index ad9b6b774..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EscalatorWarningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EscalatorWarningIcon"
-title: "Function: EscalatorWarningIcon"
-sidebar_label: "EscalatorWarningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EscalatorWarningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EscalatorWarningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EscalatorWarningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EuroIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EuroIcon.md
deleted file mode 100644
index 7225431be..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EuroIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EuroIcon"
-title: "Function: EuroIcon"
-sidebar_label: "EuroIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EuroIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EuroIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EuroIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EuroSymbolIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EuroSymbolIcon.md
deleted file mode 100644
index 437c77ccb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EuroSymbolIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EuroSymbolIcon"
-title: "Function: EuroSymbolIcon"
-sidebar_label: "EuroSymbolIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EuroSymbolIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EuroSymbolIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EuroSymbolIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EvStationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EvStationIcon.md
deleted file mode 100644
index 66b14ee96..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EvStationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EvStationIcon"
-title: "Function: EvStationIcon"
-sidebar_label: "EvStationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EvStationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EvStationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EvStationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventAvailableIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventAvailableIcon.md
deleted file mode 100644
index 5399874e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventAvailableIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventAvailableIcon"
-title: "Function: EventAvailableIcon"
-sidebar_label: "EventAvailableIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventAvailableIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventAvailableIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventAvailableIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventBusyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventBusyIcon.md
deleted file mode 100644
index 21cd3dff9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventBusyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventBusyIcon"
-title: "Function: EventBusyIcon"
-sidebar_label: "EventBusyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventBusyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventBusyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventBusyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventIcon.md
deleted file mode 100644
index 93b6ad3d9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventIcon"
-title: "Function: EventIcon"
-sidebar_label: "EventIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventNoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventNoteIcon.md
deleted file mode 100644
index d5c67efec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventNoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventNoteIcon"
-title: "Function: EventNoteIcon"
-sidebar_label: "EventNoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventNoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventNoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventNoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventRepeatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventRepeatIcon.md
deleted file mode 100644
index 06530bff7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventRepeatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventRepeatIcon"
-title: "Function: EventRepeatIcon"
-sidebar_label: "EventRepeatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventRepeatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventRepeatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventRepeatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/EventSeatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/EventSeatIcon.md
deleted file mode 100644
index 467795b43..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/EventSeatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "EventSeatIcon"
-title: "Function: EventSeatIcon"
-sidebar_label: "EventSeatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **EventSeatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/EventSeatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/EventSeatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExitToAppIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExitToAppIcon.md
deleted file mode 100644
index 5fc3c4e5e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExitToAppIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExitToAppIcon"
-title: "Function: ExitToAppIcon"
-sidebar_label: "ExitToAppIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExitToAppIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExitToAppIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExitToAppIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExpandCircleDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExpandCircleDownIcon.md
deleted file mode 100644
index b5867fddb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExpandCircleDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExpandCircleDownIcon"
-title: "Function: ExpandCircleDownIcon"
-sidebar_label: "ExpandCircleDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExpandCircleDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExpandCircleDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExpandCircleDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExpandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExpandIcon.md
deleted file mode 100644
index 34433ec80..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExpandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExpandIcon"
-title: "Function: ExpandIcon"
-sidebar_label: "ExpandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExpandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExpandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExpandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExpandLessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExpandLessIcon.md
deleted file mode 100644
index 319b4b1f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExpandLessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExpandLessIcon"
-title: "Function: ExpandLessIcon"
-sidebar_label: "ExpandLessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExpandLessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExpandLessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExpandLessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExpandMoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExpandMoreIcon.md
deleted file mode 100644
index 8de388dac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExpandMoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExpandMoreIcon"
-title: "Function: ExpandMoreIcon"
-sidebar_label: "ExpandMoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExpandMoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExpandMoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExpandMoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExpandablePanel.md b/website/versioned_docs/version-2.0.0/api/functions/ExpandablePanel.md
deleted file mode 100644
index 148a41c5d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExpandablePanel.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExpandablePanel"
-title: "Function: ExpandablePanel"
-sidebar_label: "ExpandablePanel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExpandablePanel**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `PropsWithChildren`\<\{ `asField?`: `boolean` ; `className?`: `string` ; `initiallyExpanded?`: `boolean` ; `invisible?`: `boolean` ; `onExpandedChange?`: (`expanded`: `boolean`) => `void` ; `title`: `ReactNode` ; `titleClassName?`: `string` }\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/ExpandablePanel.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/ExpandablePanel.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExplicitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExplicitIcon.md
deleted file mode 100644
index b39cf333a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExplicitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExplicitIcon"
-title: "Function: ExplicitIcon"
-sidebar_label: "ExplicitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExplicitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExplicitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExplicitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExploreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExploreIcon.md
deleted file mode 100644
index fd9a7ee0a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExploreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExploreIcon"
-title: "Function: ExploreIcon"
-sidebar_label: "ExploreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExploreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExploreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExploreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExploreOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExploreOffIcon.md
deleted file mode 100644
index 88d2171c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExploreOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExploreOffIcon"
-title: "Function: ExploreOffIcon"
-sidebar_label: "ExploreOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExploreOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExploreOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExploreOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposureIcon.md
deleted file mode 100644
index 71878e225..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposureIcon"
-title: "Function: ExposureIcon"
-sidebar_label: "ExposureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg1Icon.md
deleted file mode 100644
index 8cb674feb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposureNeg1Icon"
-title: "Function: ExposureNeg1Icon"
-sidebar_label: "ExposureNeg1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposureNeg1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposureNeg1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposureNeg1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg2Icon.md
deleted file mode 100644
index 6cfb95eb9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposureNeg2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposureNeg2Icon"
-title: "Function: ExposureNeg2Icon"
-sidebar_label: "ExposureNeg2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposureNeg2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposureNeg2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposureNeg2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus1Icon.md
deleted file mode 100644
index 63a90fa76..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposurePlus1Icon"
-title: "Function: ExposurePlus1Icon"
-sidebar_label: "ExposurePlus1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposurePlus1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposurePlus1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposurePlus1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus2Icon.md
deleted file mode 100644
index fff0843ec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposurePlus2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposurePlus2Icon"
-title: "Function: ExposurePlus2Icon"
-sidebar_label: "ExposurePlus2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposurePlus2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposurePlus2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposurePlus2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExposureZeroIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExposureZeroIcon.md
deleted file mode 100644
index d875d54f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExposureZeroIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExposureZeroIcon"
-title: "Function: ExposureZeroIcon"
-sidebar_label: "ExposureZeroIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExposureZeroIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExposureZeroIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExposureZeroIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExtensionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExtensionIcon.md
deleted file mode 100644
index 1193c3f22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExtensionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExtensionIcon"
-title: "Function: ExtensionIcon"
-sidebar_label: "ExtensionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExtensionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExtensionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExtensionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ExtensionOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ExtensionOffIcon.md
deleted file mode 100644
index 22018ffd4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ExtensionOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ExtensionOffIcon"
-title: "Function: ExtensionOffIcon"
-sidebar_label: "ExtensionOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ExtensionOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ExtensionOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ExtensionOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Face2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Face2Icon.md
deleted file mode 100644
index 848b7ca4e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Face2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Face2Icon"
-title: "Function: Face2Icon"
-sidebar_label: "Face2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Face2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Face2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Face2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Face3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Face3Icon.md
deleted file mode 100644
index a27401ec5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Face3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Face3Icon"
-title: "Function: Face3Icon"
-sidebar_label: "Face3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Face3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Face3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Face3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Face4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Face4Icon.md
deleted file mode 100644
index 6b3c2f212..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Face4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Face4Icon"
-title: "Function: Face4Icon"
-sidebar_label: "Face4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Face4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Face4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Face4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Face5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Face5Icon.md
deleted file mode 100644
index 9eaf5a2c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Face5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Face5Icon"
-title: "Function: Face5Icon"
-sidebar_label: "Face5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Face5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Face5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Face5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Face6Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Face6Icon.md
deleted file mode 100644
index ca62fcd30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Face6Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Face6Icon"
-title: "Function: Face6Icon"
-sidebar_label: "Face6Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Face6Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Face6Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Face6Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FaceIcon.md
deleted file mode 100644
index 533e5e15e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FaceIcon"
-title: "Function: FaceIcon"
-sidebar_label: "FaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingNaturalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingNaturalIcon.md
deleted file mode 100644
index e11fe0ad7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingNaturalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FaceRetouchingNaturalIcon"
-title: "Function: FaceRetouchingNaturalIcon"
-sidebar_label: "FaceRetouchingNaturalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FaceRetouchingNaturalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FaceRetouchingNaturalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FaceRetouchingNaturalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingOffIcon.md
deleted file mode 100644
index e54e4c4c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FaceRetouchingOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FaceRetouchingOffIcon"
-title: "Function: FaceRetouchingOffIcon"
-sidebar_label: "FaceRetouchingOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FaceRetouchingOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FaceRetouchingOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FaceRetouchingOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FactCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FactCheckIcon.md
deleted file mode 100644
index ada6087b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FactCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FactCheckIcon"
-title: "Function: FactCheckIcon"
-sidebar_label: "FactCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FactCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FactCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FactCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FactoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FactoryIcon.md
deleted file mode 100644
index a8b06aa2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FactoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FactoryIcon"
-title: "Function: FactoryIcon"
-sidebar_label: "FactoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FactoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FactoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FactoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FamilyRestroomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FamilyRestroomIcon.md
deleted file mode 100644
index 35bcf0d84..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FamilyRestroomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FamilyRestroomIcon"
-title: "Function: FamilyRestroomIcon"
-sidebar_label: "FamilyRestroomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FamilyRestroomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FamilyRestroomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FamilyRestroomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FastForwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FastForwardIcon.md
deleted file mode 100644
index 91613be9b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FastForwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FastForwardIcon"
-title: "Function: FastForwardIcon"
-sidebar_label: "FastForwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FastForwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FastForwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FastForwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FastRewindIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FastRewindIcon.md
deleted file mode 100644
index 3fe5b9a50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FastRewindIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FastRewindIcon"
-title: "Function: FastRewindIcon"
-sidebar_label: "FastRewindIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FastRewindIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FastRewindIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FastRewindIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FastfoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FastfoodIcon.md
deleted file mode 100644
index dea37da95..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FastfoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FastfoodIcon"
-title: "Function: FastfoodIcon"
-sidebar_label: "FastfoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FastfoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FastfoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FastfoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FavoriteBorderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FavoriteBorderIcon.md
deleted file mode 100644
index 6b2b0c0e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FavoriteBorderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FavoriteBorderIcon"
-title: "Function: FavoriteBorderIcon"
-sidebar_label: "FavoriteBorderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FavoriteBorderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FavoriteBorderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FavoriteBorderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FavoriteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FavoriteIcon.md
deleted file mode 100644
index 31bf3b9cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FavoriteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FavoriteIcon"
-title: "Function: FavoriteIcon"
-sidebar_label: "FavoriteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FavoriteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FavoriteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FavoriteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FaxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FaxIcon.md
deleted file mode 100644
index 9c1c1b6f0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FaxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FaxIcon"
-title: "Function: FaxIcon"
-sidebar_label: "FaxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FaxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FaxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FaxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FeaturedPlayListIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FeaturedPlayListIcon.md
deleted file mode 100644
index 92841301a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FeaturedPlayListIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FeaturedPlayListIcon"
-title: "Function: FeaturedPlayListIcon"
-sidebar_label: "FeaturedPlayListIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FeaturedPlayListIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FeaturedPlayListIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FeaturedPlayListIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FeaturedVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FeaturedVideoIcon.md
deleted file mode 100644
index 9fd543c1e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FeaturedVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FeaturedVideoIcon"
-title: "Function: FeaturedVideoIcon"
-sidebar_label: "FeaturedVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FeaturedVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FeaturedVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FeaturedVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FeedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FeedIcon.md
deleted file mode 100644
index d9c2d23d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FeedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FeedIcon"
-title: "Function: FeedIcon"
-sidebar_label: "FeedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FeedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FeedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FeedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FeedbackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FeedbackIcon.md
deleted file mode 100644
index 0326b8ac8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FeedbackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FeedbackIcon"
-title: "Function: FeedbackIcon"
-sidebar_label: "FeedbackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FeedbackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FeedbackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FeedbackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FemaleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FemaleIcon.md
deleted file mode 100644
index ee313a05a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FemaleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FemaleIcon"
-title: "Function: FemaleIcon"
-sidebar_label: "FemaleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FemaleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FemaleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FemaleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FenceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FenceIcon.md
deleted file mode 100644
index 56e438f6b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FenceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FenceIcon"
-title: "Function: FenceIcon"
-sidebar_label: "FenceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FenceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FenceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FenceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FestivalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FestivalIcon.md
deleted file mode 100644
index 16b0fcecb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FestivalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FestivalIcon"
-title: "Function: FestivalIcon"
-sidebar_label: "FestivalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FestivalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FestivalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FestivalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FiberDvrIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FiberDvrIcon.md
deleted file mode 100644
index 15c05d94d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FiberDvrIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FiberDvrIcon"
-title: "Function: FiberDvrIcon"
-sidebar_label: "FiberDvrIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FiberDvrIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FiberDvrIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FiberDvrIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FiberManualRecordIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FiberManualRecordIcon.md
deleted file mode 100644
index 2d5ee3832..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FiberManualRecordIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FiberManualRecordIcon"
-title: "Function: FiberManualRecordIcon"
-sidebar_label: "FiberManualRecordIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FiberManualRecordIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FiberManualRecordIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FiberManualRecordIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FiberNewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FiberNewIcon.md
deleted file mode 100644
index 77007c657..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FiberNewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FiberNewIcon"
-title: "Function: FiberNewIcon"
-sidebar_label: "FiberNewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FiberNewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FiberNewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FiberNewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FiberPinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FiberPinIcon.md
deleted file mode 100644
index 822fca970..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FiberPinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FiberPinIcon"
-title: "Function: FiberPinIcon"
-sidebar_label: "FiberPinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FiberPinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FiberPinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FiberPinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FiberSmartRecordIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FiberSmartRecordIcon.md
deleted file mode 100644
index ea5589604..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FiberSmartRecordIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FiberSmartRecordIcon"
-title: "Function: FiberSmartRecordIcon"
-sidebar_label: "FiberSmartRecordIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FiberSmartRecordIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FiberSmartRecordIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FiberSmartRecordIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FieldConfigBadge.md b/website/versioned_docs/version-2.0.0/api/functions/FieldConfigBadge.md
deleted file mode 100644
index 1de86c881..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FieldConfigBadge.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "FieldConfigBadge"
-title: "Function: FieldConfigBadge"
-sidebar_label: "FieldConfigBadge"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FieldConfigBadge**(`«destructured»`): `React.ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `propertyConfig` | `undefined` \| [`PropertyConfig`](../types/PropertyConfig.md) |
-
-#### Returns
-
-`React.ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/FieldConfigBadge.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/FieldConfigBadge.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FieldHelperText.md b/website/versioned_docs/version-2.0.0/api/functions/FieldHelperText.md
deleted file mode 100644
index de1114514..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FieldHelperText.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "FieldHelperText"
-title: "Function: FieldHelperText"
-sidebar_label: "FieldHelperText"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FieldHelperText**(`«destructured»`): ``null`` \| `Element`
-
-Component in charge of rendering the description of a field
-as well as the error message if any.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `disabled?` | `boolean` |
-| › `error` | `string` |
-| › `includeDescription?` | `boolean` |
-| › `property` | [`ResolvedProperty`](../types/ResolvedProperty.md) |
-| › `showError` | `boolean` |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/components/FieldHelperText.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/components/FieldHelperText.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileCopyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileCopyIcon.md
deleted file mode 100644
index 8b7864c55..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileCopyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileCopyIcon"
-title: "Function: FileCopyIcon"
-sidebar_label: "FileCopyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileCopyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileCopyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileCopyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadDoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileDownloadDoneIcon.md
deleted file mode 100644
index 573a320db..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadDoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileDownloadDoneIcon"
-title: "Function: FileDownloadDoneIcon"
-sidebar_label: "FileDownloadDoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileDownloadDoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileDownloadDoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileDownloadDoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileDownloadIcon.md
deleted file mode 100644
index 29a2d3e23..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileDownloadIcon"
-title: "Function: FileDownloadIcon"
-sidebar_label: "FileDownloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileDownloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileDownloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileDownloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileDownloadOffIcon.md
deleted file mode 100644
index a060740f9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileDownloadOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileDownloadOffIcon"
-title: "Function: FileDownloadOffIcon"
-sidebar_label: "FileDownloadOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileDownloadOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileDownloadOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileDownloadOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileOpenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileOpenIcon.md
deleted file mode 100644
index 5e38d4296..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileOpenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileOpenIcon"
-title: "Function: FileOpenIcon"
-sidebar_label: "FileOpenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileOpenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileOpenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileOpenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilePresentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilePresentIcon.md
deleted file mode 100644
index b90cc73f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilePresentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilePresentIcon"
-title: "Function: FilePresentIcon"
-sidebar_label: "FilePresentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilePresentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilePresentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilePresentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileUpload.md b/website/versioned_docs/version-2.0.0/api/functions/FileUpload.md
deleted file mode 100644
index 6046c5b90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileUpload.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileUpload"
-title: "Function: FileUpload"
-sidebar_label: "FileUpload"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileUpload**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `PropsWithChildren`\<[`FileUploadProps`](../types/FileUploadProps.md)\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/FileUpload.tsx:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/FileUpload.tsx#L33)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FileUploadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FileUploadIcon.md
deleted file mode 100644
index 5e750f20c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FileUploadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FileUploadIcon"
-title: "Function: FileUploadIcon"
-sidebar_label: "FileUploadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FileUploadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FileUploadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FileUploadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter1Icon.md
deleted file mode 100644
index 935c26f01..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter1Icon"
-title: "Function: Filter1Icon"
-sidebar_label: "Filter1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter2Icon.md
deleted file mode 100644
index 0a4c91006..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter2Icon"
-title: "Function: Filter2Icon"
-sidebar_label: "Filter2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter3Icon.md
deleted file mode 100644
index 0a77ec67f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter3Icon"
-title: "Function: Filter3Icon"
-sidebar_label: "Filter3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter4Icon.md
deleted file mode 100644
index 884f2725e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter4Icon"
-title: "Function: Filter4Icon"
-sidebar_label: "Filter4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter5Icon.md
deleted file mode 100644
index 54a99bcbe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter5Icon"
-title: "Function: Filter5Icon"
-sidebar_label: "Filter5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter6Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter6Icon.md
deleted file mode 100644
index 82ffaab99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter6Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter6Icon"
-title: "Function: Filter6Icon"
-sidebar_label: "Filter6Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter6Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter6Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter6Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter7Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter7Icon.md
deleted file mode 100644
index 8d97f06bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter7Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter7Icon"
-title: "Function: Filter7Icon"
-sidebar_label: "Filter7Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter7Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter7Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter7Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter8Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter8Icon.md
deleted file mode 100644
index f0cb5ad11..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter8Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter8Icon"
-title: "Function: Filter8Icon"
-sidebar_label: "Filter8Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter8Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter8Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter8Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter9Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter9Icon.md
deleted file mode 100644
index 4bcf6e243..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter9Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter9Icon"
-title: "Function: Filter9Icon"
-sidebar_label: "Filter9Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter9Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter9Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter9Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Filter9PlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Filter9PlusIcon.md
deleted file mode 100644
index 19291acad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Filter9PlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Filter9PlusIcon"
-title: "Function: Filter9PlusIcon"
-sidebar_label: "Filter9PlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Filter9PlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Filter9PlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Filter9PlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterAltIcon.md
deleted file mode 100644
index 15e400250..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterAltIcon"
-title: "Function: FilterAltIcon"
-sidebar_label: "FilterAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterAltOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterAltOffIcon.md
deleted file mode 100644
index 855e0d35a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterAltOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterAltOffIcon"
-title: "Function: FilterAltOffIcon"
-sidebar_label: "FilterAltOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterAltOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterAltOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterAltOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterBAndWIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterBAndWIcon.md
deleted file mode 100644
index 960db78e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterBAndWIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterBAndWIcon"
-title: "Function: FilterBAndWIcon"
-sidebar_label: "FilterBAndWIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterBAndWIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterBAndWIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterBAndWIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterCenterFocusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterCenterFocusIcon.md
deleted file mode 100644
index b19deab56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterCenterFocusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterCenterFocusIcon"
-title: "Function: FilterCenterFocusIcon"
-sidebar_label: "FilterCenterFocusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterCenterFocusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterCenterFocusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterCenterFocusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterDramaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterDramaIcon.md
deleted file mode 100644
index 5bddb652d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterDramaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterDramaIcon"
-title: "Function: FilterDramaIcon"
-sidebar_label: "FilterDramaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterDramaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterDramaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterDramaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterFramesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterFramesIcon.md
deleted file mode 100644
index 3ed7f2d65..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterFramesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterFramesIcon"
-title: "Function: FilterFramesIcon"
-sidebar_label: "FilterFramesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterFramesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterFramesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterFramesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterHdrIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterHdrIcon.md
deleted file mode 100644
index 61cc262ed..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterHdrIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterHdrIcon"
-title: "Function: FilterHdrIcon"
-sidebar_label: "FilterHdrIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterHdrIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterHdrIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterHdrIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterIcon.md
deleted file mode 100644
index f62eeb233..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterIcon"
-title: "Function: FilterIcon"
-sidebar_label: "FilterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterListIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterListIcon.md
deleted file mode 100644
index 41168f2b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterListIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterListIcon"
-title: "Function: FilterListIcon"
-sidebar_label: "FilterListIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterListIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterListIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterListIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterListOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterListOffIcon.md
deleted file mode 100644
index f3948afd4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterListOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterListOffIcon"
-title: "Function: FilterListOffIcon"
-sidebar_label: "FilterListOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterListOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterListOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterListOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterNoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterNoneIcon.md
deleted file mode 100644
index 4049a2398..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterNoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterNoneIcon"
-title: "Function: FilterNoneIcon"
-sidebar_label: "FilterNoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterNoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterNoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterNoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterTiltShiftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterTiltShiftIcon.md
deleted file mode 100644
index d21cf936e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterTiltShiftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterTiltShiftIcon"
-title: "Function: FilterTiltShiftIcon"
-sidebar_label: "FilterTiltShiftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterTiltShiftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterTiltShiftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterTiltShiftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FilterVintageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FilterVintageIcon.md
deleted file mode 100644
index 6a16ca0b8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FilterVintageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterVintageIcon"
-title: "Function: FilterVintageIcon"
-sidebar_label: "FilterVintageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FilterVintageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FilterVintageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FilterVintageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FindInPageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FindInPageIcon.md
deleted file mode 100644
index 37acc166e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FindInPageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FindInPageIcon"
-title: "Function: FindInPageIcon"
-sidebar_label: "FindInPageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FindInPageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FindInPageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FindInPageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FindReplaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FindReplaceIcon.md
deleted file mode 100644
index e90779d5d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FindReplaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FindReplaceIcon"
-title: "Function: FindReplaceIcon"
-sidebar_label: "FindReplaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FindReplaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FindReplaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FindReplaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FingerprintIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FingerprintIcon.md
deleted file mode 100644
index 9f090010e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FingerprintIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FingerprintIcon"
-title: "Function: FingerprintIcon"
-sidebar_label: "FingerprintIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FingerprintIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FingerprintIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FingerprintIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireCMS.md b/website/versioned_docs/version-2.0.0/api/functions/FireCMS.md
deleted file mode 100644
index 71d28251b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireCMS.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-id: "FireCMS"
-title: "Function: FireCMS"
-sidebar_label: "FireCMS"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMS**\<`UserType`\>(`props`): `Element`
-
-If you are using independent components of the CMS
-you need to wrap them with this main component, so the internal hooks work.
-
-This is the main component of FireCMS. It acts as the provider of all the
-internal contexts and hooks.
-
-You only need to use this component if you are building a custom app.
-In most cases you can just use the FirebaseCMSApp component.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FireCMSProps`](../types/FireCMSProps.md)\<`UserType`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/FireCMS.tsx:38](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/FireCMS.tsx#L38)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireCMSAppBar.md b/website/versioned_docs/version-2.0.0/api/functions/FireCMSAppBar.md
deleted file mode 100644
index 5c7037903..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireCMSAppBar.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "FireCMSAppBar"
-title: "Function: FireCMSAppBar"
-sidebar_label: "FireCMSAppBar"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMSAppBar**(`«destructured»`): `Element`
-
-This component renders the main app bar of FireCMS.
-You will likely not need to use this component directly.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FireCMSAppBarProps`](../types/FireCMSAppBarProps.md)\<`object`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/FireCMSAppBar.tsx:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/FireCMSAppBar.tsx#L42)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireCMSHomePage.md b/website/versioned_docs/version-2.0.0/api/functions/FireCMSHomePage.md
deleted file mode 100644
index 07dcac0c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireCMSHomePage.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "FireCMSHomePage"
-title: "Function: FireCMSHomePage"
-sidebar_label: "FireCMSHomePage"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMSHomePage**(`«destructured»`): `Element`
-
-Default entry view for the CMS. This component renders navigation cards
-for each collection defined in the navigation.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `additionalChildrenEnd?` | `ReactNode` |
-| › `additionalChildrenStart?` | `ReactNode` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms/src/core/components/HomePage/FireCMSHomePage.tsx:29](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/core/components/HomePage/FireCMSHomePage.tsx#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireCMSLogo.md b/website/versioned_docs/version-2.0.0/api/functions/FireCMSLogo.md
deleted file mode 100644
index 801731dda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireCMSLogo.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "FireCMSLogo"
-title: "Function: FireCMSLogo"
-sidebar_label: "FireCMSLogo"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireCMSLogo**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `className?` | `string` |
-| › `height?` | `string` |
-| › `style?` | `CSSProperties` |
-| › `width?` | `string` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/FireCMSLogo.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/FireCMSLogo.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireExtinguisherIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FireExtinguisherIcon.md
deleted file mode 100644
index f7f91c4ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireExtinguisherIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FireExtinguisherIcon"
-title: "Function: FireExtinguisherIcon"
-sidebar_label: "FireExtinguisherIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireExtinguisherIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FireExtinguisherIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FireExtinguisherIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireHydrantAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FireHydrantAltIcon.md
deleted file mode 100644
index 974bdb409..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireHydrantAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FireHydrantAltIcon"
-title: "Function: FireHydrantAltIcon"
-sidebar_label: "FireHydrantAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireHydrantAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FireHydrantAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FireHydrantAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireTruckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FireTruckIcon.md
deleted file mode 100644
index b48b2ed8c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireTruckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FireTruckIcon"
-title: "Function: FireTruckIcon"
-sidebar_label: "FireTruckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireTruckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FireTruckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FireTruckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FirebaseCMSApp.md b/website/versioned_docs/version-2.0.0/api/functions/FirebaseCMSApp.md
deleted file mode 100644
index 26fe9f79f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FirebaseCMSApp.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "FirebaseCMSApp"
-title: "Function: FirebaseCMSApp"
-sidebar_label: "FirebaseCMSApp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FirebaseCMSApp**(`props`): `Element`
-
-This is the default implementation of a FireCMS app using the Firebase services
-as a backend.
-You can use this component as a full app, by specifying collections and
-entity collections.
-
-This component is in charge of initialising Firebase, with the given
-configuration object.
-
-If you are building a larger app and need finer control, you can use
-[FireCMS](FireCMS.md), [Scaffold](Scaffold.md), [SideDialogs](SideDialogs.md)
-and [NavigationRoutes](NavigationRoutes.md) instead.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FirebaseCMSAppProps`](../types/FirebaseCMSAppProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[lib/src/firebase_app/FirebaseCMSApp.tsx:50](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/FirebaseCMSApp.tsx#L50)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FirebaseLoginView.md b/website/versioned_docs/version-2.0.0/api/functions/FirebaseLoginView.md
deleted file mode 100644
index ba42afc20..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FirebaseLoginView.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "FirebaseLoginView"
-title: "Function: FirebaseLoginView"
-sidebar_label: "FirebaseLoginView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FirebaseLoginView**(`«destructured»`): `Element`
-
-Use this component to render a login view, that updates
-the state of the [FirebaseAuthController](../types/FirebaseAuthController.md) based on the result
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FirebaseLoginViewProps`](../interfaces/FirebaseLoginViewProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:83](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L83)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FireplaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FireplaceIcon.md
deleted file mode 100644
index 744ca965e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FireplaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FireplaceIcon"
-title: "Function: FireplaceIcon"
-sidebar_label: "FireplaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FireplaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FireplaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FireplaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FirstPageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FirstPageIcon.md
deleted file mode 100644
index 4f8132fa8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FirstPageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FirstPageIcon"
-title: "Function: FirstPageIcon"
-sidebar_label: "FirstPageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FirstPageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FirstPageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FirstPageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FitScreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FitScreenIcon.md
deleted file mode 100644
index a31115b19..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FitScreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FitScreenIcon"
-title: "Function: FitScreenIcon"
-sidebar_label: "FitScreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FitScreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FitScreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FitScreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FitbitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FitbitIcon.md
deleted file mode 100644
index 6d0957780..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FitbitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FitbitIcon"
-title: "Function: FitbitIcon"
-sidebar_label: "FitbitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FitbitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FitbitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FitbitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FitnessCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FitnessCenterIcon.md
deleted file mode 100644
index ea21706d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FitnessCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FitnessCenterIcon"
-title: "Function: FitnessCenterIcon"
-sidebar_label: "FitnessCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FitnessCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FitnessCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FitnessCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlagCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlagCircleIcon.md
deleted file mode 100644
index 178f95e52..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlagCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlagCircleIcon"
-title: "Function: FlagCircleIcon"
-sidebar_label: "FlagCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlagCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlagCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlagCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlagIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlagIcon.md
deleted file mode 100644
index 7e6e5e78b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlagIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlagIcon"
-title: "Function: FlagIcon"
-sidebar_label: "FlagIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlagIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlagIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlagIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlakyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlakyIcon.md
deleted file mode 100644
index deb3fb247..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlakyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlakyIcon"
-title: "Function: FlakyIcon"
-sidebar_label: "FlakyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlakyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlakyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlakyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlareIcon.md
deleted file mode 100644
index 2a79f7d7a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlareIcon"
-title: "Function: FlareIcon"
-sidebar_label: "FlareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlashAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlashAutoIcon.md
deleted file mode 100644
index 0917b1e45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlashAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlashAutoIcon"
-title: "Function: FlashAutoIcon"
-sidebar_label: "FlashAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlashAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlashAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlashAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlashOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlashOffIcon.md
deleted file mode 100644
index febff46b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlashOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlashOffIcon"
-title: "Function: FlashOffIcon"
-sidebar_label: "FlashOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlashOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlashOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlashOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlashOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlashOnIcon.md
deleted file mode 100644
index 0532fd6c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlashOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlashOnIcon"
-title: "Function: FlashOnIcon"
-sidebar_label: "FlashOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlashOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlashOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlashOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlashlightOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlashlightOffIcon.md
deleted file mode 100644
index d7dfb93fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlashlightOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlashlightOffIcon"
-title: "Function: FlashlightOffIcon"
-sidebar_label: "FlashlightOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlashlightOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlashlightOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlashlightOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlashlightOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlashlightOnIcon.md
deleted file mode 100644
index 9efbba5ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlashlightOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlashlightOnIcon"
-title: "Function: FlashlightOnIcon"
-sidebar_label: "FlashlightOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlashlightOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlashlightOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlashlightOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlatwareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlatwareIcon.md
deleted file mode 100644
index d16d39e1c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlatwareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlatwareIcon"
-title: "Function: FlatwareIcon"
-sidebar_label: "FlatwareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlatwareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlatwareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlatwareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlightClassIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlightClassIcon.md
deleted file mode 100644
index 84235947c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlightClassIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlightClassIcon"
-title: "Function: FlightClassIcon"
-sidebar_label: "FlightClassIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlightClassIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlightClassIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlightClassIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlightIcon.md
deleted file mode 100644
index fa567a36e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlightIcon"
-title: "Function: FlightIcon"
-sidebar_label: "FlightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlightLandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlightLandIcon.md
deleted file mode 100644
index 7e72b740a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlightLandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlightLandIcon"
-title: "Function: FlightLandIcon"
-sidebar_label: "FlightLandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlightLandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlightLandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlightLandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlightTakeoffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlightTakeoffIcon.md
deleted file mode 100644
index b9e0b82b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlightTakeoffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlightTakeoffIcon"
-title: "Function: FlightTakeoffIcon"
-sidebar_label: "FlightTakeoffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlightTakeoffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlightTakeoffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlightTakeoffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlipCameraAndroidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlipCameraAndroidIcon.md
deleted file mode 100644
index 441ac7cc1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlipCameraAndroidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlipCameraAndroidIcon"
-title: "Function: FlipCameraAndroidIcon"
-sidebar_label: "FlipCameraAndroidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlipCameraAndroidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlipCameraAndroidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlipCameraAndroidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlipCameraIosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlipCameraIosIcon.md
deleted file mode 100644
index 459abf380..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlipCameraIosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlipCameraIosIcon"
-title: "Function: FlipCameraIosIcon"
-sidebar_label: "FlipCameraIosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlipCameraIosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlipCameraIosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlipCameraIosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlipIcon.md
deleted file mode 100644
index 3ee9f5501..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlipIcon"
-title: "Function: FlipIcon"
-sidebar_label: "FlipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlipToBackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlipToBackIcon.md
deleted file mode 100644
index 9e226b98a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlipToBackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlipToBackIcon"
-title: "Function: FlipToBackIcon"
-sidebar_label: "FlipToBackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlipToBackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlipToBackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlipToBackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlipToFrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlipToFrontIcon.md
deleted file mode 100644
index e21fc648f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlipToFrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlipToFrontIcon"
-title: "Function: FlipToFrontIcon"
-sidebar_label: "FlipToFrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlipToFrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlipToFrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlipToFrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FloodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FloodIcon.md
deleted file mode 100644
index 2a35fc92e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FloodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FloodIcon"
-title: "Function: FloodIcon"
-sidebar_label: "FloodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FloodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FloodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FloodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FluorescentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FluorescentIcon.md
deleted file mode 100644
index 5cfac1a07..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FluorescentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FluorescentIcon"
-title: "Function: FluorescentIcon"
-sidebar_label: "FluorescentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FluorescentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FluorescentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FluorescentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FlutterDashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FlutterDashIcon.md
deleted file mode 100644
index 5b9995358..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FlutterDashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FlutterDashIcon"
-title: "Function: FlutterDashIcon"
-sidebar_label: "FlutterDashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FlutterDashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FlutterDashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FlutterDashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FmdBadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FmdBadIcon.md
deleted file mode 100644
index 2cf05e3ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FmdBadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FmdBadIcon"
-title: "Function: FmdBadIcon"
-sidebar_label: "FmdBadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FmdBadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FmdBadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FmdBadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FmdGoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FmdGoodIcon.md
deleted file mode 100644
index a885d5d78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FmdGoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FmdGoodIcon"
-title: "Function: FmdGoodIcon"
-sidebar_label: "FmdGoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FmdGoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FmdGoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FmdGoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderCopyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderCopyIcon.md
deleted file mode 100644
index 10a8957c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderCopyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderCopyIcon"
-title: "Function: FolderCopyIcon"
-sidebar_label: "FolderCopyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderCopyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderCopyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderCopyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderDeleteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderDeleteIcon.md
deleted file mode 100644
index 5aa3ba26b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderDeleteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderDeleteIcon"
-title: "Function: FolderDeleteIcon"
-sidebar_label: "FolderDeleteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderDeleteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderDeleteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderDeleteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderIcon.md
deleted file mode 100644
index 59b9a9679..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderIcon"
-title: "Function: FolderIcon"
-sidebar_label: "FolderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderOffIcon.md
deleted file mode 100644
index 88eab2c50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderOffIcon"
-title: "Function: FolderOffIcon"
-sidebar_label: "FolderOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderOpenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderOpenIcon.md
deleted file mode 100644
index 4d5ce5fbb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderOpenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderOpenIcon"
-title: "Function: FolderOpenIcon"
-sidebar_label: "FolderOpenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderOpenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderOpenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderOpenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderSharedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderSharedIcon.md
deleted file mode 100644
index 5267e3f99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderSharedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderSharedIcon"
-title: "Function: FolderSharedIcon"
-sidebar_label: "FolderSharedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderSharedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderSharedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderSharedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderSpecialIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderSpecialIcon.md
deleted file mode 100644
index 34838ed96..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderSpecialIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderSpecialIcon"
-title: "Function: FolderSpecialIcon"
-sidebar_label: "FolderSpecialIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderSpecialIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderSpecialIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderSpecialIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FolderZipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FolderZipIcon.md
deleted file mode 100644
index a17c5de9e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FolderZipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FolderZipIcon"
-title: "Function: FolderZipIcon"
-sidebar_label: "FolderZipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FolderZipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FolderZipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FolderZipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FollowTheSignsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FollowTheSignsIcon.md
deleted file mode 100644
index 56d02dd9d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FollowTheSignsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FollowTheSignsIcon"
-title: "Function: FollowTheSignsIcon"
-sidebar_label: "FollowTheSignsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FollowTheSignsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FollowTheSignsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FollowTheSignsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FontDownloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FontDownloadIcon.md
deleted file mode 100644
index 1abd66922..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FontDownloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FontDownloadIcon"
-title: "Function: FontDownloadIcon"
-sidebar_label: "FontDownloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FontDownloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FontDownloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FontDownloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FontDownloadOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FontDownloadOffIcon.md
deleted file mode 100644
index 510903d75..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FontDownloadOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FontDownloadOffIcon"
-title: "Function: FontDownloadOffIcon"
-sidebar_label: "FontDownloadOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FontDownloadOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FontDownloadOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FontDownloadOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FoodBankIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FoodBankIcon.md
deleted file mode 100644
index 433a069ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FoodBankIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FoodBankIcon"
-title: "Function: FoodBankIcon"
-sidebar_label: "FoodBankIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FoodBankIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FoodBankIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FoodBankIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForestIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForestIcon.md
deleted file mode 100644
index 2f8c5f909..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForestIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForestIcon"
-title: "Function: ForestIcon"
-sidebar_label: "ForestIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForestIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForestIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForestIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForkLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForkLeftIcon.md
deleted file mode 100644
index 7e7dcd769..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForkLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForkLeftIcon"
-title: "Function: ForkLeftIcon"
-sidebar_label: "ForkLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForkLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForkLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForkLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForkRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForkRightIcon.md
deleted file mode 100644
index c5f84763a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForkRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForkRightIcon"
-title: "Function: ForkRightIcon"
-sidebar_label: "ForkRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForkRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForkRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForkRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatAlignCenterIcon.md
deleted file mode 100644
index 949bb0a23..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatAlignCenterIcon"
-title: "Function: FormatAlignCenterIcon"
-sidebar_label: "FormatAlignCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatAlignCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatAlignCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatAlignCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignJustifyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatAlignJustifyIcon.md
deleted file mode 100644
index db0d41e4b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignJustifyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatAlignJustifyIcon"
-title: "Function: FormatAlignJustifyIcon"
-sidebar_label: "FormatAlignJustifyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatAlignJustifyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatAlignJustifyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatAlignJustifyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatAlignLeftIcon.md
deleted file mode 100644
index 79346bf69..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatAlignLeftIcon"
-title: "Function: FormatAlignLeftIcon"
-sidebar_label: "FormatAlignLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatAlignLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatAlignLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatAlignLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatAlignRightIcon.md
deleted file mode 100644
index a2c80eff1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatAlignRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatAlignRightIcon"
-title: "Function: FormatAlignRightIcon"
-sidebar_label: "FormatAlignRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatAlignRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatAlignRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatAlignRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatBoldIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatBoldIcon.md
deleted file mode 100644
index d32d35cc5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatBoldIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatBoldIcon"
-title: "Function: FormatBoldIcon"
-sidebar_label: "FormatBoldIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatBoldIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatBoldIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatBoldIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatClearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatClearIcon.md
deleted file mode 100644
index fa1cef0c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatClearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatClearIcon"
-title: "Function: FormatClearIcon"
-sidebar_label: "FormatClearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatClearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatClearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatClearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatColorFillIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatColorFillIcon.md
deleted file mode 100644
index b2d22b5bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatColorFillIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatColorFillIcon"
-title: "Function: FormatColorFillIcon"
-sidebar_label: "FormatColorFillIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatColorFillIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatColorFillIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatColorFillIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatColorResetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatColorResetIcon.md
deleted file mode 100644
index 523d57b0e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatColorResetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatColorResetIcon"
-title: "Function: FormatColorResetIcon"
-sidebar_label: "FormatColorResetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatColorResetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatColorResetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatColorResetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatColorTextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatColorTextIcon.md
deleted file mode 100644
index af9f3a527..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatColorTextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatColorTextIcon"
-title: "Function: FormatColorTextIcon"
-sidebar_label: "FormatColorTextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatColorTextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatColorTextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatColorTextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatIndentDecreaseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatIndentDecreaseIcon.md
deleted file mode 100644
index 1d5fa180e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatIndentDecreaseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatIndentDecreaseIcon"
-title: "Function: FormatIndentDecreaseIcon"
-sidebar_label: "FormatIndentDecreaseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatIndentDecreaseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatIndentDecreaseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatIndentDecreaseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatIndentIncreaseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatIndentIncreaseIcon.md
deleted file mode 100644
index 27b0de939..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatIndentIncreaseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatIndentIncreaseIcon"
-title: "Function: FormatIndentIncreaseIcon"
-sidebar_label: "FormatIndentIncreaseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatIndentIncreaseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatIndentIncreaseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatIndentIncreaseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatItalicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatItalicIcon.md
deleted file mode 100644
index 0cccfe45a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatItalicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatItalicIcon"
-title: "Function: FormatItalicIcon"
-sidebar_label: "FormatItalicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatItalicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatItalicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatItalicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatLineSpacingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatLineSpacingIcon.md
deleted file mode 100644
index 30dc92855..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatLineSpacingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatLineSpacingIcon"
-title: "Function: FormatLineSpacingIcon"
-sidebar_label: "FormatLineSpacingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatLineSpacingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatLineSpacingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatLineSpacingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatListBulletedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatListBulletedIcon.md
deleted file mode 100644
index 202a8fb0e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatListBulletedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatListBulletedIcon"
-title: "Function: FormatListBulletedIcon"
-sidebar_label: "FormatListBulletedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatListBulletedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatListBulletedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatListBulletedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedIcon.md
deleted file mode 100644
index 634e843a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatListNumberedIcon"
-title: "Function: FormatListNumberedIcon"
-sidebar_label: "FormatListNumberedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatListNumberedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatListNumberedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatListNumberedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedRtlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedRtlIcon.md
deleted file mode 100644
index 1933137ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatListNumberedRtlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatListNumberedRtlIcon"
-title: "Function: FormatListNumberedRtlIcon"
-sidebar_label: "FormatListNumberedRtlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatListNumberedRtlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatListNumberedRtlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatListNumberedRtlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatOverlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatOverlineIcon.md
deleted file mode 100644
index c6e08f44b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatOverlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatOverlineIcon"
-title: "Function: FormatOverlineIcon"
-sidebar_label: "FormatOverlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatOverlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatOverlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatOverlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatPaintIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatPaintIcon.md
deleted file mode 100644
index 899d5a118..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatPaintIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatPaintIcon"
-title: "Function: FormatPaintIcon"
-sidebar_label: "FormatPaintIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatPaintIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatPaintIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatPaintIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatQuoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatQuoteIcon.md
deleted file mode 100644
index 896d581fc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatQuoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatQuoteIcon"
-title: "Function: FormatQuoteIcon"
-sidebar_label: "FormatQuoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatQuoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatQuoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatQuoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatShapesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatShapesIcon.md
deleted file mode 100644
index 8e32b4723..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatShapesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatShapesIcon"
-title: "Function: FormatShapesIcon"
-sidebar_label: "FormatShapesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatShapesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatShapesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatShapesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatSizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatSizeIcon.md
deleted file mode 100644
index 800b9f440..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatSizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatSizeIcon"
-title: "Function: FormatSizeIcon"
-sidebar_label: "FormatSizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatSizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatSizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatSizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatStrikethroughIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatStrikethroughIcon.md
deleted file mode 100644
index ce384226f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatStrikethroughIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatStrikethroughIcon"
-title: "Function: FormatStrikethroughIcon"
-sidebar_label: "FormatStrikethroughIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatStrikethroughIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatStrikethroughIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatStrikethroughIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionLToRIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionLToRIcon.md
deleted file mode 100644
index 3b71265d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionLToRIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatTextdirectionLToRIcon"
-title: "Function: FormatTextdirectionLToRIcon"
-sidebar_label: "FormatTextdirectionLToRIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatTextdirectionLToRIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatTextdirectionLToRIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatTextdirectionLToRIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionRToLIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionRToLIcon.md
deleted file mode 100644
index 6d8f6bfa9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatTextdirectionRToLIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatTextdirectionRToLIcon"
-title: "Function: FormatTextdirectionRToLIcon"
-sidebar_label: "FormatTextdirectionRToLIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatTextdirectionRToLIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatTextdirectionRToLIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatTextdirectionRToLIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormatUnderlinedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FormatUnderlinedIcon.md
deleted file mode 100644
index d4b28b708..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormatUnderlinedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FormatUnderlinedIcon"
-title: "Function: FormatUnderlinedIcon"
-sidebar_label: "FormatUnderlinedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormatUnderlinedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FormatUnderlinedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FormatUnderlinedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FormikArrayContainer.md b/website/versioned_docs/version-2.0.0/api/functions/FormikArrayContainer.md
deleted file mode 100644
index 73e1d5990..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FormikArrayContainer.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "FormikArrayContainer"
-title: "Function: FormikArrayContainer"
-sidebar_label: "FormikArrayContainer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FormikArrayContainer**\<`T`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `ArrayContainerProps`\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/components/FormikArrayContainer.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/components/FormikArrayContainer.tsx#L20)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FortIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FortIcon.md
deleted file mode 100644
index 0f728f415..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FortIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FortIcon"
-title: "Function: FortIcon"
-sidebar_label: "FortIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FortIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FortIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FortIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForumIcon.md
deleted file mode 100644
index 3ef6be137..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForumIcon"
-title: "Function: ForumIcon"
-sidebar_label: "ForumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Forward10Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Forward10Icon.md
deleted file mode 100644
index 42bc93c7a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Forward10Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Forward10Icon"
-title: "Function: Forward10Icon"
-sidebar_label: "Forward10Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Forward10Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Forward10Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Forward10Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Forward30Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Forward30Icon.md
deleted file mode 100644
index ebb39b00f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Forward30Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Forward30Icon"
-title: "Function: Forward30Icon"
-sidebar_label: "Forward30Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Forward30Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Forward30Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Forward30Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Forward5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Forward5Icon.md
deleted file mode 100644
index 7befcbddc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Forward5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Forward5Icon"
-title: "Function: Forward5Icon"
-sidebar_label: "Forward5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Forward5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Forward5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Forward5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForwardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForwardIcon.md
deleted file mode 100644
index 71be9eaa8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForwardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForwardIcon"
-title: "Function: ForwardIcon"
-sidebar_label: "ForwardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForwardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForwardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForwardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ForwardToInboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ForwardToInboxIcon.md
deleted file mode 100644
index 6ab43047c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ForwardToInboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ForwardToInboxIcon"
-title: "Function: ForwardToInboxIcon"
-sidebar_label: "ForwardToInboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ForwardToInboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ForwardToInboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ForwardToInboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FoundationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FoundationIcon.md
deleted file mode 100644
index 096a49162..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FoundationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FoundationIcon"
-title: "Function: FoundationIcon"
-sidebar_label: "FoundationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FoundationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FoundationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FoundationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FreeBreakfastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FreeBreakfastIcon.md
deleted file mode 100644
index 5edd6de2b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FreeBreakfastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FreeBreakfastIcon"
-title: "Function: FreeBreakfastIcon"
-sidebar_label: "FreeBreakfastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FreeBreakfastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FreeBreakfastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FreeBreakfastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FreeCancellationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FreeCancellationIcon.md
deleted file mode 100644
index 20ac86c09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FreeCancellationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FreeCancellationIcon"
-title: "Function: FreeCancellationIcon"
-sidebar_label: "FreeCancellationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FreeCancellationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FreeCancellationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FreeCancellationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FrontHandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FrontHandIcon.md
deleted file mode 100644
index c829a9b7d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FrontHandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FrontHandIcon"
-title: "Function: FrontHandIcon"
-sidebar_label: "FrontHandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FrontHandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FrontHandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FrontHandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FullscreenExitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FullscreenExitIcon.md
deleted file mode 100644
index be2b30137..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FullscreenExitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FullscreenExitIcon"
-title: "Function: FullscreenExitIcon"
-sidebar_label: "FullscreenExitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FullscreenExitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FullscreenExitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FullscreenExitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FullscreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FullscreenIcon.md
deleted file mode 100644
index e5c4ce7b8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FullscreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FullscreenIcon"
-title: "Function: FullscreenIcon"
-sidebar_label: "FullscreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FullscreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FullscreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FullscreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/FunctionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/FunctionsIcon.md
deleted file mode 100644
index 122ee658f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/FunctionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FunctionsIcon"
-title: "Function: FunctionsIcon"
-sidebar_label: "FunctionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **FunctionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/FunctionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/FunctionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GMobiledataIcon.md
deleted file mode 100644
index c67e56f37..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GMobiledataIcon"
-title: "Function: GMobiledataIcon"
-sidebar_label: "GMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GTranslateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GTranslateIcon.md
deleted file mode 100644
index d3f787da5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GTranslateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GTranslateIcon"
-title: "Function: GTranslateIcon"
-sidebar_label: "GTranslateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GTranslateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GTranslateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GTranslateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GamepadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GamepadIcon.md
deleted file mode 100644
index 7e1b15663..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GamepadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GamepadIcon"
-title: "Function: GamepadIcon"
-sidebar_label: "GamepadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GamepadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GamepadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GamepadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GamesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GamesIcon.md
deleted file mode 100644
index 199e62bc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GamesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GamesIcon"
-title: "Function: GamesIcon"
-sidebar_label: "GamesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GamesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GamesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GamesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GarageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GarageIcon.md
deleted file mode 100644
index 40b681dd0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GarageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GarageIcon"
-title: "Function: GarageIcon"
-sidebar_label: "GarageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GarageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GarageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GarageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GasMeterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GasMeterIcon.md
deleted file mode 100644
index b312d0bfe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GasMeterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GasMeterIcon"
-title: "Function: GasMeterIcon"
-sidebar_label: "GasMeterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GasMeterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GasMeterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GasMeterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GavelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GavelIcon.md
deleted file mode 100644
index c163dd72c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GavelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GavelIcon"
-title: "Function: GavelIcon"
-sidebar_label: "GavelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GavelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GavelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GavelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GeneratingTokensIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GeneratingTokensIcon.md
deleted file mode 100644
index ca4e4a1ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GeneratingTokensIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GeneratingTokensIcon"
-title: "Function: GeneratingTokensIcon"
-sidebar_label: "GeneratingTokensIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GeneratingTokensIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GeneratingTokensIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GeneratingTokensIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GestureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GestureIcon.md
deleted file mode 100644
index 07b20bd42..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GestureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GestureIcon"
-title: "Function: GestureIcon"
-sidebar_label: "GestureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GestureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GestureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GestureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GetAppIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GetAppIcon.md
deleted file mode 100644
index b67d3b333..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GetAppIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GetAppIcon"
-title: "Function: GetAppIcon"
-sidebar_label: "GetAppIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GetAppIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GetAppIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GetAppIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GifBoxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GifBoxIcon.md
deleted file mode 100644
index 887ce78a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GifBoxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GifBoxIcon"
-title: "Function: GifBoxIcon"
-sidebar_label: "GifBoxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GifBoxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GifBoxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GifBoxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GifIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GifIcon.md
deleted file mode 100644
index 8bc8f6e9a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GifIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GifIcon"
-title: "Function: GifIcon"
-sidebar_label: "GifIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GifIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GifIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GifIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GirlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GirlIcon.md
deleted file mode 100644
index 901236287..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GirlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GirlIcon"
-title: "Function: GirlIcon"
-sidebar_label: "GirlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GirlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GirlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GirlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GitHubIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GitHubIcon.md
deleted file mode 100644
index d1ed8ef5e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GitHubIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GitHubIcon"
-title: "Function: GitHubIcon"
-sidebar_label: "GitHubIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GitHubIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/GitHubIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/GitHubIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GiteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GiteIcon.md
deleted file mode 100644
index 5737d71fd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GiteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GiteIcon"
-title: "Function: GiteIcon"
-sidebar_label: "GiteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GiteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GiteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GiteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GolfCourseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GolfCourseIcon.md
deleted file mode 100644
index 5b3d1f6cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GolfCourseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GolfCourseIcon"
-title: "Function: GolfCourseIcon"
-sidebar_label: "GolfCourseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GolfCourseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GolfCourseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GolfCourseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GppBadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GppBadIcon.md
deleted file mode 100644
index 8aba7ee0d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GppBadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GppBadIcon"
-title: "Function: GppBadIcon"
-sidebar_label: "GppBadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GppBadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GppBadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GppBadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GppGoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GppGoodIcon.md
deleted file mode 100644
index 3136552fe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GppGoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GppGoodIcon"
-title: "Function: GppGoodIcon"
-sidebar_label: "GppGoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GppGoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GppGoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GppGoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GppMaybeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GppMaybeIcon.md
deleted file mode 100644
index b7c470a32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GppMaybeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GppMaybeIcon"
-title: "Function: GppMaybeIcon"
-sidebar_label: "GppMaybeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GppMaybeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GppMaybeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GppMaybeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GpsFixedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GpsFixedIcon.md
deleted file mode 100644
index 3cdc99bbf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GpsFixedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GpsFixedIcon"
-title: "Function: GpsFixedIcon"
-sidebar_label: "GpsFixedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GpsFixedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GpsFixedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GpsFixedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GpsNotFixedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GpsNotFixedIcon.md
deleted file mode 100644
index c9c8fa0d7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GpsNotFixedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GpsNotFixedIcon"
-title: "Function: GpsNotFixedIcon"
-sidebar_label: "GpsNotFixedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GpsNotFixedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GpsNotFixedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GpsNotFixedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GpsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GpsOffIcon.md
deleted file mode 100644
index 7a55c0c9c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GpsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GpsOffIcon"
-title: "Function: GpsOffIcon"
-sidebar_label: "GpsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GpsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GpsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GpsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GradeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GradeIcon.md
deleted file mode 100644
index 8c6e2dd31..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GradeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GradeIcon"
-title: "Function: GradeIcon"
-sidebar_label: "GradeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GradeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GradeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GradeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GradientIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GradientIcon.md
deleted file mode 100644
index b625325c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GradientIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GradientIcon"
-title: "Function: GradientIcon"
-sidebar_label: "GradientIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GradientIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GradientIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GradientIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GradingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GradingIcon.md
deleted file mode 100644
index a7ab25b9d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GradingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GradingIcon"
-title: "Function: GradingIcon"
-sidebar_label: "GradingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GradingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GradingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GradingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GrainIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GrainIcon.md
deleted file mode 100644
index 125505b15..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GrainIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GrainIcon"
-title: "Function: GrainIcon"
-sidebar_label: "GrainIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GrainIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GrainIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GrainIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GraphicEqIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GraphicEqIcon.md
deleted file mode 100644
index 4324d5fc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GraphicEqIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GraphicEqIcon"
-title: "Function: GraphicEqIcon"
-sidebar_label: "GraphicEqIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GraphicEqIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GraphicEqIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GraphicEqIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GrassIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GrassIcon.md
deleted file mode 100644
index 2bc637d11..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GrassIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GrassIcon"
-title: "Function: GrassIcon"
-sidebar_label: "GrassIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GrassIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GrassIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GrassIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Grid3x3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Grid3x3Icon.md
deleted file mode 100644
index 8d1a55e29..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Grid3x3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Grid3x3Icon"
-title: "Function: Grid3x3Icon"
-sidebar_label: "Grid3x3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Grid3x3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Grid3x3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Grid3x3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Grid4x4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Grid4x4Icon.md
deleted file mode 100644
index 5fabf6a99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Grid4x4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Grid4x4Icon"
-title: "Function: Grid4x4Icon"
-sidebar_label: "Grid4x4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Grid4x4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Grid4x4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Grid4x4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GridGoldenratioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GridGoldenratioIcon.md
deleted file mode 100644
index 6272c8e36..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GridGoldenratioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GridGoldenratioIcon"
-title: "Function: GridGoldenratioIcon"
-sidebar_label: "GridGoldenratioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GridGoldenratioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GridGoldenratioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GridGoldenratioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GridOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GridOffIcon.md
deleted file mode 100644
index 0d73475c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GridOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GridOffIcon"
-title: "Function: GridOffIcon"
-sidebar_label: "GridOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GridOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GridOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GridOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GridOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GridOnIcon.md
deleted file mode 100644
index a81f12e20..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GridOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GridOnIcon"
-title: "Function: GridOnIcon"
-sidebar_label: "GridOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GridOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GridOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GridOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GridViewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GridViewIcon.md
deleted file mode 100644
index c5f4b43a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GridViewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GridViewIcon"
-title: "Function: GridViewIcon"
-sidebar_label: "GridViewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GridViewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GridViewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GridViewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupAddIcon.md
deleted file mode 100644
index 05b59942f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupAddIcon"
-title: "Function: GroupAddIcon"
-sidebar_label: "GroupAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupIcon.md
deleted file mode 100644
index 727b96a3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupIcon"
-title: "Function: GroupIcon"
-sidebar_label: "GroupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupOffIcon.md
deleted file mode 100644
index 72b1d0b34..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupOffIcon"
-title: "Function: GroupOffIcon"
-sidebar_label: "GroupOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupRemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupRemoveIcon.md
deleted file mode 100644
index 016952044..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupRemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupRemoveIcon"
-title: "Function: GroupRemoveIcon"
-sidebar_label: "GroupRemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupRemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupRemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupRemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupWorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupWorkIcon.md
deleted file mode 100644
index 2b68be5e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupWorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupWorkIcon"
-title: "Function: GroupWorkIcon"
-sidebar_label: "GroupWorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupWorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupWorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupWorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Groups2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Groups2Icon.md
deleted file mode 100644
index 9f0bd485b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Groups2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Groups2Icon"
-title: "Function: Groups2Icon"
-sidebar_label: "Groups2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Groups2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Groups2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Groups2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Groups3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Groups3Icon.md
deleted file mode 100644
index 2418488c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Groups3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Groups3Icon"
-title: "Function: Groups3Icon"
-sidebar_label: "Groups3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Groups3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Groups3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Groups3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/GroupsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/GroupsIcon.md
deleted file mode 100644
index 79659deba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/GroupsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "GroupsIcon"
-title: "Function: GroupsIcon"
-sidebar_label: "GroupsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **GroupsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/GroupsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/GroupsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HMobiledataIcon.md
deleted file mode 100644
index d726c5aa6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HMobiledataIcon"
-title: "Function: HMobiledataIcon"
-sidebar_label: "HMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HPlusMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HPlusMobiledataIcon.md
deleted file mode 100644
index fa2e70476..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HPlusMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HPlusMobiledataIcon"
-title: "Function: HPlusMobiledataIcon"
-sidebar_label: "HPlusMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HPlusMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HPlusMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HPlusMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HailIcon.md
deleted file mode 100644
index f4a2b9e5d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HailIcon"
-title: "Function: HailIcon"
-sidebar_label: "HailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HandshakeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HandshakeIcon.md
deleted file mode 100644
index 1080fdf88..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HandshakeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HandshakeIcon"
-title: "Function: HandshakeIcon"
-sidebar_label: "HandshakeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HandshakeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HandshakeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HandshakeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HandymanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HandymanIcon.md
deleted file mode 100644
index 8906b04c3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HandymanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HandymanIcon"
-title: "Function: HandymanIcon"
-sidebar_label: "HandymanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HandymanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HandymanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HandymanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HardwareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HardwareIcon.md
deleted file mode 100644
index 4dfa747f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HardwareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HardwareIcon"
-title: "Function: HardwareIcon"
-sidebar_label: "HardwareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HardwareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HardwareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HardwareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdIcon.md
deleted file mode 100644
index 5feff0e28..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdIcon"
-title: "Function: HdIcon"
-sidebar_label: "HdIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrAutoIcon.md
deleted file mode 100644
index 372f26099..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrAutoIcon"
-title: "Function: HdrAutoIcon"
-sidebar_label: "HdrAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrAutoSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrAutoSelectIcon.md
deleted file mode 100644
index 9f312745e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrAutoSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrAutoSelectIcon"
-title: "Function: HdrAutoSelectIcon"
-sidebar_label: "HdrAutoSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrAutoSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrAutoSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrAutoSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrEnhancedSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrEnhancedSelectIcon.md
deleted file mode 100644
index db7f98c64..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrEnhancedSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrEnhancedSelectIcon"
-title: "Function: HdrEnhancedSelectIcon"
-sidebar_label: "HdrEnhancedSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrEnhancedSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrEnhancedSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrEnhancedSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrOffIcon.md
deleted file mode 100644
index b03035dc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrOffIcon"
-title: "Function: HdrOffIcon"
-sidebar_label: "HdrOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrOffSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrOffSelectIcon.md
deleted file mode 100644
index f7b1489c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrOffSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrOffSelectIcon"
-title: "Function: HdrOffSelectIcon"
-sidebar_label: "HdrOffSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrOffSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrOffSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrOffSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrOnIcon.md
deleted file mode 100644
index f1c900e90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrOnIcon"
-title: "Function: HdrOnIcon"
-sidebar_label: "HdrOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrOnSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrOnSelectIcon.md
deleted file mode 100644
index 2d02464a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrOnSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrOnSelectIcon"
-title: "Function: HdrOnSelectIcon"
-sidebar_label: "HdrOnSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrOnSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrOnSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrOnSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrPlusIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrPlusIcon.md
deleted file mode 100644
index 8c5562a20..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrPlusIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrPlusIcon"
-title: "Function: HdrPlusIcon"
-sidebar_label: "HdrPlusIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrPlusIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrPlusIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrPlusIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrStrongIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrStrongIcon.md
deleted file mode 100644
index 0551589c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrStrongIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrStrongIcon"
-title: "Function: HdrStrongIcon"
-sidebar_label: "HdrStrongIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrStrongIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrStrongIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrStrongIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HdrWeakIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HdrWeakIcon.md
deleted file mode 100644
index abe453696..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HdrWeakIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HdrWeakIcon"
-title: "Function: HdrWeakIcon"
-sidebar_label: "HdrWeakIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HdrWeakIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HdrWeakIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HdrWeakIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeadphonesBatteryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeadphonesBatteryIcon.md
deleted file mode 100644
index d218334b6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeadphonesBatteryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeadphonesBatteryIcon"
-title: "Function: HeadphonesBatteryIcon"
-sidebar_label: "HeadphonesBatteryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeadphonesBatteryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeadphonesBatteryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeadphonesBatteryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeadphonesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeadphonesIcon.md
deleted file mode 100644
index 27b854f1f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeadphonesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeadphonesIcon"
-title: "Function: HeadphonesIcon"
-sidebar_label: "HeadphonesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeadphonesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeadphonesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeadphonesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeadsetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeadsetIcon.md
deleted file mode 100644
index bddb8364b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeadsetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeadsetIcon"
-title: "Function: HeadsetIcon"
-sidebar_label: "HeadsetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeadsetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeadsetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeadsetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeadsetMicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeadsetMicIcon.md
deleted file mode 100644
index 025a42535..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeadsetMicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeadsetMicIcon"
-title: "Function: HeadsetMicIcon"
-sidebar_label: "HeadsetMicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeadsetMicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeadsetMicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeadsetMicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeadsetOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeadsetOffIcon.md
deleted file mode 100644
index 63baf78c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeadsetOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeadsetOffIcon"
-title: "Function: HeadsetOffIcon"
-sidebar_label: "HeadsetOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeadsetOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeadsetOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeadsetOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HealingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HealingIcon.md
deleted file mode 100644
index 7505be787..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HealingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HealingIcon"
-title: "Function: HealingIcon"
-sidebar_label: "HealingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HealingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HealingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HealingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HealthAndSafetyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HealthAndSafetyIcon.md
deleted file mode 100644
index 7e588eb21..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HealthAndSafetyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HealthAndSafetyIcon"
-title: "Function: HealthAndSafetyIcon"
-sidebar_label: "HealthAndSafetyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HealthAndSafetyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HealthAndSafetyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HealthAndSafetyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HearingDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HearingDisabledIcon.md
deleted file mode 100644
index 8107277e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HearingDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HearingDisabledIcon"
-title: "Function: HearingDisabledIcon"
-sidebar_label: "HearingDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HearingDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HearingDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HearingDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HearingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HearingIcon.md
deleted file mode 100644
index 95089da12..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HearingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HearingIcon"
-title: "Function: HearingIcon"
-sidebar_label: "HearingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HearingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HearingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HearingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeartBrokenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeartBrokenIcon.md
deleted file mode 100644
index 93937273f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeartBrokenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeartBrokenIcon"
-title: "Function: HeartBrokenIcon"
-sidebar_label: "HeartBrokenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeartBrokenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeartBrokenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeartBrokenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeatPumpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeatPumpIcon.md
deleted file mode 100644
index cbb489ce6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeatPumpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeatPumpIcon"
-title: "Function: HeatPumpIcon"
-sidebar_label: "HeatPumpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeatPumpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeatPumpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeatPumpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HeightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HeightIcon.md
deleted file mode 100644
index bf937a439..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HeightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HeightIcon"
-title: "Function: HeightIcon"
-sidebar_label: "HeightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HeightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HeightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HeightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HelpCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HelpCenterIcon.md
deleted file mode 100644
index 79b807a90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HelpCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HelpCenterIcon"
-title: "Function: HelpCenterIcon"
-sidebar_label: "HelpCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HelpCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HelpCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HelpCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HelpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HelpIcon.md
deleted file mode 100644
index 18109f6c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HelpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HelpIcon"
-title: "Function: HelpIcon"
-sidebar_label: "HelpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HelpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HelpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HelpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HelpOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HelpOutlineIcon.md
deleted file mode 100644
index 974175255..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HelpOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HelpOutlineIcon"
-title: "Function: HelpOutlineIcon"
-sidebar_label: "HelpOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HelpOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HelpOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HelpOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HevcIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HevcIcon.md
deleted file mode 100644
index b30f17299..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HevcIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HevcIcon"
-title: "Function: HevcIcon"
-sidebar_label: "HevcIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HevcIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HevcIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HevcIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HexagonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HexagonIcon.md
deleted file mode 100644
index 4fa18b9ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HexagonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HexagonIcon"
-title: "Function: HexagonIcon"
-sidebar_label: "HexagonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HexagonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HexagonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HexagonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HideImageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HideImageIcon.md
deleted file mode 100644
index f1194fc94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HideImageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HideImageIcon"
-title: "Function: HideImageIcon"
-sidebar_label: "HideImageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HideImageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HideImageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HideImageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HideSourceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HideSourceIcon.md
deleted file mode 100644
index 4458bbdb5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HideSourceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HideSourceIcon"
-title: "Function: HideSourceIcon"
-sidebar_label: "HideSourceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HideSourceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HideSourceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HideSourceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HighQualityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HighQualityIcon.md
deleted file mode 100644
index 6d76fc5f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HighQualityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HighQualityIcon"
-title: "Function: HighQualityIcon"
-sidebar_label: "HighQualityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HighQualityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HighQualityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HighQualityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HighlightAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HighlightAltIcon.md
deleted file mode 100644
index 99dcd504a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HighlightAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HighlightAltIcon"
-title: "Function: HighlightAltIcon"
-sidebar_label: "HighlightAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HighlightAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HighlightAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HighlightAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HighlightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HighlightIcon.md
deleted file mode 100644
index 79751485d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HighlightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HighlightIcon"
-title: "Function: HighlightIcon"
-sidebar_label: "HighlightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HighlightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HighlightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HighlightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HighlightOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HighlightOffIcon.md
deleted file mode 100644
index 0bf114440..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HighlightOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HighlightOffIcon"
-title: "Function: HighlightOffIcon"
-sidebar_label: "HighlightOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HighlightOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HighlightOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HighlightOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HikingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HikingIcon.md
deleted file mode 100644
index 224515099..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HikingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HikingIcon"
-title: "Function: HikingIcon"
-sidebar_label: "HikingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HikingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HikingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HikingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HistoryEduIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HistoryEduIcon.md
deleted file mode 100644
index 46ae6ff7d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HistoryEduIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HistoryEduIcon"
-title: "Function: HistoryEduIcon"
-sidebar_label: "HistoryEduIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HistoryEduIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HistoryEduIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HistoryEduIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HistoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HistoryIcon.md
deleted file mode 100644
index e9c984986..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HistoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HistoryIcon"
-title: "Function: HistoryIcon"
-sidebar_label: "HistoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HistoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HistoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HistoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HistoryToggleOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HistoryToggleOffIcon.md
deleted file mode 100644
index d8d519cc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HistoryToggleOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HistoryToggleOffIcon"
-title: "Function: HistoryToggleOffIcon"
-sidebar_label: "HistoryToggleOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HistoryToggleOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HistoryToggleOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HistoryToggleOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HiveIcon.md
deleted file mode 100644
index 3996404ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HiveIcon"
-title: "Function: HiveIcon"
-sidebar_label: "HiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HlsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HlsIcon.md
deleted file mode 100644
index 3339caf0f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HlsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HlsIcon"
-title: "Function: HlsIcon"
-sidebar_label: "HlsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HlsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HlsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HlsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HlsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HlsOffIcon.md
deleted file mode 100644
index 48ac73726..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HlsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HlsOffIcon"
-title: "Function: HlsOffIcon"
-sidebar_label: "HlsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HlsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HlsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HlsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HolidayVillageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HolidayVillageIcon.md
deleted file mode 100644
index a46df1ac6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HolidayVillageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HolidayVillageIcon"
-title: "Function: HolidayVillageIcon"
-sidebar_label: "HolidayVillageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HolidayVillageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HolidayVillageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HolidayVillageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HomeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HomeIcon.md
deleted file mode 100644
index f9fbb3c4a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HomeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HomeIcon"
-title: "Function: HomeIcon"
-sidebar_label: "HomeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HomeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HomeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HomeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HomeMaxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HomeMaxIcon.md
deleted file mode 100644
index fca5f67c3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HomeMaxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HomeMaxIcon"
-title: "Function: HomeMaxIcon"
-sidebar_label: "HomeMaxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HomeMaxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HomeMaxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HomeMaxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HomeMiniIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HomeMiniIcon.md
deleted file mode 100644
index e0319cbb9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HomeMiniIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HomeMiniIcon"
-title: "Function: HomeMiniIcon"
-sidebar_label: "HomeMiniIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HomeMiniIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HomeMiniIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HomeMiniIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HomeRepairServiceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HomeRepairServiceIcon.md
deleted file mode 100644
index 0be4ba310..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HomeRepairServiceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HomeRepairServiceIcon"
-title: "Function: HomeRepairServiceIcon"
-sidebar_label: "HomeRepairServiceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HomeRepairServiceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HomeRepairServiceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HomeRepairServiceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HomeWorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HomeWorkIcon.md
deleted file mode 100644
index c7548dec8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HomeWorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HomeWorkIcon"
-title: "Function: HomeWorkIcon"
-sidebar_label: "HomeWorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HomeWorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HomeWorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HomeWorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HorizontalDistributeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HorizontalDistributeIcon.md
deleted file mode 100644
index 67d682f23..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HorizontalDistributeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HorizontalDistributeIcon"
-title: "Function: HorizontalDistributeIcon"
-sidebar_label: "HorizontalDistributeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HorizontalDistributeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HorizontalDistributeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HorizontalDistributeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HorizontalRuleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HorizontalRuleIcon.md
deleted file mode 100644
index 44018883d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HorizontalRuleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HorizontalRuleIcon"
-title: "Function: HorizontalRuleIcon"
-sidebar_label: "HorizontalRuleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HorizontalRuleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HorizontalRuleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HorizontalRuleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HorizontalSplitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HorizontalSplitIcon.md
deleted file mode 100644
index 2b63ba294..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HorizontalSplitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HorizontalSplitIcon"
-title: "Function: HorizontalSplitIcon"
-sidebar_label: "HorizontalSplitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HorizontalSplitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HorizontalSplitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HorizontalSplitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HotTubIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HotTubIcon.md
deleted file mode 100644
index 4b6f12e48..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HotTubIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HotTubIcon"
-title: "Function: HotTubIcon"
-sidebar_label: "HotTubIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HotTubIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HotTubIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HotTubIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HotelClassIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HotelClassIcon.md
deleted file mode 100644
index 152c8f587..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HotelClassIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HotelClassIcon"
-title: "Function: HotelClassIcon"
-sidebar_label: "HotelClassIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HotelClassIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HotelClassIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HotelClassIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HotelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HotelIcon.md
deleted file mode 100644
index 3f135de5f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HotelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HotelIcon"
-title: "Function: HotelIcon"
-sidebar_label: "HotelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HotelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HotelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HotelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HourglassBottomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HourglassBottomIcon.md
deleted file mode 100644
index be299c187..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HourglassBottomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HourglassBottomIcon"
-title: "Function: HourglassBottomIcon"
-sidebar_label: "HourglassBottomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HourglassBottomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HourglassBottomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HourglassBottomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HourglassDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HourglassDisabledIcon.md
deleted file mode 100644
index cebd7fc4f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HourglassDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HourglassDisabledIcon"
-title: "Function: HourglassDisabledIcon"
-sidebar_label: "HourglassDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HourglassDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HourglassDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HourglassDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HourglassEmptyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HourglassEmptyIcon.md
deleted file mode 100644
index 546ea4958..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HourglassEmptyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HourglassEmptyIcon"
-title: "Function: HourglassEmptyIcon"
-sidebar_label: "HourglassEmptyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HourglassEmptyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HourglassEmptyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HourglassEmptyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HourglassFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HourglassFullIcon.md
deleted file mode 100644
index 57fce4577..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HourglassFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HourglassFullIcon"
-title: "Function: HourglassFullIcon"
-sidebar_label: "HourglassFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HourglassFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HourglassFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HourglassFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HourglassTopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HourglassTopIcon.md
deleted file mode 100644
index 71f2b82a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HourglassTopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HourglassTopIcon"
-title: "Function: HourglassTopIcon"
-sidebar_label: "HourglassTopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HourglassTopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HourglassTopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HourglassTopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HouseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HouseIcon.md
deleted file mode 100644
index 50b9c4194..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HouseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HouseIcon"
-title: "Function: HouseIcon"
-sidebar_label: "HouseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HouseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HouseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HouseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HouseSidingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HouseSidingIcon.md
deleted file mode 100644
index 205680fd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HouseSidingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HouseSidingIcon"
-title: "Function: HouseSidingIcon"
-sidebar_label: "HouseSidingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HouseSidingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HouseSidingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HouseSidingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HouseboatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HouseboatIcon.md
deleted file mode 100644
index 8abc9b776..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HouseboatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HouseboatIcon"
-title: "Function: HouseboatIcon"
-sidebar_label: "HouseboatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HouseboatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HouseboatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HouseboatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HowToRegIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HowToRegIcon.md
deleted file mode 100644
index 688d7f77d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HowToRegIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HowToRegIcon"
-title: "Function: HowToRegIcon"
-sidebar_label: "HowToRegIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HowToRegIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HowToRegIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HowToRegIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HowToVoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HowToVoteIcon.md
deleted file mode 100644
index 2a8dae78a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HowToVoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HowToVoteIcon"
-title: "Function: HowToVoteIcon"
-sidebar_label: "HowToVoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HowToVoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HowToVoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HowToVoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HtmlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HtmlIcon.md
deleted file mode 100644
index 689aa0564..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HtmlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HtmlIcon"
-title: "Function: HtmlIcon"
-sidebar_label: "HtmlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HtmlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HtmlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HtmlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HttpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HttpIcon.md
deleted file mode 100644
index 773a96471..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HttpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HttpIcon"
-title: "Function: HttpIcon"
-sidebar_label: "HttpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HttpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HttpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HttpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HttpsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HttpsIcon.md
deleted file mode 100644
index 687919795..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HttpsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HttpsIcon"
-title: "Function: HttpsIcon"
-sidebar_label: "HttpsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HttpsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HttpsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HttpsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HubIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HubIcon.md
deleted file mode 100644
index 1e106ddc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HubIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HubIcon"
-title: "Function: HubIcon"
-sidebar_label: "HubIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HubIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HubIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HubIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/HvacIcon.md b/website/versioned_docs/version-2.0.0/api/functions/HvacIcon.md
deleted file mode 100644
index e5fa3485c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/HvacIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "HvacIcon"
-title: "Function: HvacIcon"
-sidebar_label: "HvacIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **HvacIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/HvacIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/HvacIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IceSkatingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IceSkatingIcon.md
deleted file mode 100644
index 5b7015e4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IceSkatingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IceSkatingIcon"
-title: "Function: IceSkatingIcon"
-sidebar_label: "IceSkatingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IceSkatingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IceSkatingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IceSkatingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IcecreamIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IcecreamIcon.md
deleted file mode 100644
index e4dd99b60..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IcecreamIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IcecreamIcon"
-title: "Function: IcecreamIcon"
-sidebar_label: "IcecreamIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IcecreamIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IcecreamIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IcecreamIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Icon.md
deleted file mode 100644
index 7eabf5f34..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Icon"
-title: "Function: Icon"
-sidebar_label: "Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Icon**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`IconProps`](../types/IconProps.md) & \{ `iconKey`: `string` } |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/Icon.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/Icon.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImageAspectRatioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImageAspectRatioIcon.md
deleted file mode 100644
index 6105e91d6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImageAspectRatioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImageAspectRatioIcon"
-title: "Function: ImageAspectRatioIcon"
-sidebar_label: "ImageAspectRatioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImageAspectRatioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImageAspectRatioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImageAspectRatioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImageIcon.md
deleted file mode 100644
index f0a396e15..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImageIcon"
-title: "Function: ImageIcon"
-sidebar_label: "ImageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImageNotSupportedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImageNotSupportedIcon.md
deleted file mode 100644
index f7aa74150..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImageNotSupportedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImageNotSupportedIcon"
-title: "Function: ImageNotSupportedIcon"
-sidebar_label: "ImageNotSupportedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImageNotSupportedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImageNotSupportedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImageNotSupportedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImagePreview.md b/website/versioned_docs/version-2.0.0/api/functions/ImagePreview.md
deleted file mode 100644
index 7cadd1cfa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImagePreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImagePreview"
-title: "Function: ImagePreview"
-sidebar_label: "ImagePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImagePreview**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ImagePreviewProps`](../interfaces/ImagePreviewProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/ImagePreview.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/ImagePreview.tsx#L20)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImageSearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImageSearchIcon.md
deleted file mode 100644
index 105a87754..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImageSearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImageSearchIcon"
-title: "Function: ImageSearchIcon"
-sidebar_label: "ImageSearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImageSearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImageSearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImageSearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImagesearchRollerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImagesearchRollerIcon.md
deleted file mode 100644
index d395bceda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImagesearchRollerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImagesearchRollerIcon"
-title: "Function: ImagesearchRollerIcon"
-sidebar_label: "ImagesearchRollerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImagesearchRollerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImagesearchRollerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImagesearchRollerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImportContactsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImportContactsIcon.md
deleted file mode 100644
index 0de447035..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImportContactsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImportContactsIcon"
-title: "Function: ImportContactsIcon"
-sidebar_label: "ImportContactsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImportContactsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImportContactsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImportContactsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImportExportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImportExportIcon.md
deleted file mode 100644
index 5bad535bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImportExportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImportExportIcon"
-title: "Function: ImportExportIcon"
-sidebar_label: "ImportExportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImportExportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImportExportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImportExportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ImportantDevicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ImportantDevicesIcon.md
deleted file mode 100644
index 75aaf577e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ImportantDevicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ImportantDevicesIcon"
-title: "Function: ImportantDevicesIcon"
-sidebar_label: "ImportantDevicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ImportantDevicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ImportantDevicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ImportantDevicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InboxIcon.md
deleted file mode 100644
index 65afb5a61..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InboxIcon"
-title: "Function: InboxIcon"
-sidebar_label: "InboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IncompleteCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IncompleteCircleIcon.md
deleted file mode 100644
index 56aae76c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IncompleteCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IncompleteCircleIcon"
-title: "Function: IncompleteCircleIcon"
-sidebar_label: "IncompleteCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IncompleteCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IncompleteCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IncompleteCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IndeterminateCheckBoxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IndeterminateCheckBoxIcon.md
deleted file mode 100644
index 44f34e2e9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IndeterminateCheckBoxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IndeterminateCheckBoxIcon"
-title: "Function: IndeterminateCheckBoxIcon"
-sidebar_label: "IndeterminateCheckBoxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IndeterminateCheckBoxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IndeterminateCheckBoxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IndeterminateCheckBoxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InfoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InfoIcon.md
deleted file mode 100644
index 803b83ce9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InfoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InfoIcon"
-title: "Function: InfoIcon"
-sidebar_label: "InfoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InfoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InfoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InfoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InfoLabel.md b/website/versioned_docs/version-2.0.0/api/functions/InfoLabel.md
deleted file mode 100644
index 6cca36d16..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InfoLabel.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "InfoLabel"
-title: "Function: InfoLabel"
-sidebar_label: "InfoLabel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InfoLabel**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `mode?` | ``"info"`` \| ``"warn"`` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/InfoLabel.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/InfoLabel.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InputIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InputIcon.md
deleted file mode 100644
index d80876bb2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InputIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InputIcon"
-title: "Function: InputIcon"
-sidebar_label: "InputIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InputIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InputIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InputIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InputLabel.md b/website/versioned_docs/version-2.0.0/api/functions/InputLabel.md
deleted file mode 100644
index 277cf7a1c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InputLabel.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "InputLabel"
-title: "Function: InputLabel"
-sidebar_label: "InputLabel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InputLabel**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | \{ `children?`: `ReactNode` ; `className?`: `string` ; `shrink?`: `boolean` } & `LabelHTMLAttributes`\<`HTMLLabelElement`\> & `RefAttributes`\<`HTMLLabelElement`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertChartIcon.md
deleted file mode 100644
index 9dcbc763a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertChartIcon"
-title: "Function: InsertChartIcon"
-sidebar_label: "InsertChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertChartOutlinedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertChartOutlinedIcon.md
deleted file mode 100644
index ebb6396fe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertChartOutlinedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertChartOutlinedIcon"
-title: "Function: InsertChartOutlinedIcon"
-sidebar_label: "InsertChartOutlinedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertChartOutlinedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertChartOutlinedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertChartOutlinedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertCommentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertCommentIcon.md
deleted file mode 100644
index 40902de38..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertCommentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertCommentIcon"
-title: "Function: InsertCommentIcon"
-sidebar_label: "InsertCommentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertCommentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertCommentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertCommentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertDriveFileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertDriveFileIcon.md
deleted file mode 100644
index 99cf3d66d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertDriveFileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertDriveFileIcon"
-title: "Function: InsertDriveFileIcon"
-sidebar_label: "InsertDriveFileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertDriveFileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertDriveFileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertDriveFileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertEmoticonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertEmoticonIcon.md
deleted file mode 100644
index 4ac5f3f06..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertEmoticonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertEmoticonIcon"
-title: "Function: InsertEmoticonIcon"
-sidebar_label: "InsertEmoticonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertEmoticonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertEmoticonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertEmoticonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertInvitationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertInvitationIcon.md
deleted file mode 100644
index fcfcd181b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertInvitationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertInvitationIcon"
-title: "Function: InsertInvitationIcon"
-sidebar_label: "InsertInvitationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertInvitationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertInvitationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertInvitationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertLinkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertLinkIcon.md
deleted file mode 100644
index b2dbe6a88..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertLinkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertLinkIcon"
-title: "Function: InsertLinkIcon"
-sidebar_label: "InsertLinkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertLinkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertLinkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertLinkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertPageBreakIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertPageBreakIcon.md
deleted file mode 100644
index 0adcc7899..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertPageBreakIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertPageBreakIcon"
-title: "Function: InsertPageBreakIcon"
-sidebar_label: "InsertPageBreakIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertPageBreakIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertPageBreakIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertPageBreakIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsertPhotoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsertPhotoIcon.md
deleted file mode 100644
index 70835df66..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsertPhotoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsertPhotoIcon"
-title: "Function: InsertPhotoIcon"
-sidebar_label: "InsertPhotoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsertPhotoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsertPhotoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsertPhotoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InsightsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InsightsIcon.md
deleted file mode 100644
index 9eb25a885..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InsightsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InsightsIcon"
-title: "Function: InsightsIcon"
-sidebar_label: "InsightsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InsightsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InsightsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InsightsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InstallDesktopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InstallDesktopIcon.md
deleted file mode 100644
index c3f54d82c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InstallDesktopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InstallDesktopIcon"
-title: "Function: InstallDesktopIcon"
-sidebar_label: "InstallDesktopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InstallDesktopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InstallDesktopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InstallDesktopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InstallMobileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InstallMobileIcon.md
deleted file mode 100644
index 837fc169b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InstallMobileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InstallMobileIcon"
-title: "Function: InstallMobileIcon"
-sidebar_label: "InstallMobileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InstallMobileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InstallMobileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InstallMobileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IntegrationInstructionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IntegrationInstructionsIcon.md
deleted file mode 100644
index d09d98c61..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IntegrationInstructionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IntegrationInstructionsIcon"
-title: "Function: IntegrationInstructionsIcon"
-sidebar_label: "IntegrationInstructionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IntegrationInstructionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IntegrationInstructionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IntegrationInstructionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InterestsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InterestsIcon.md
deleted file mode 100644
index eb0522b22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InterestsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InterestsIcon"
-title: "Function: InterestsIcon"
-sidebar_label: "InterestsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InterestsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InterestsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InterestsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InterpreterModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InterpreterModeIcon.md
deleted file mode 100644
index 1ea2db862..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InterpreterModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InterpreterModeIcon"
-title: "Function: InterpreterModeIcon"
-sidebar_label: "InterpreterModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InterpreterModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InterpreterModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InterpreterModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Inventory2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Inventory2Icon.md
deleted file mode 100644
index 60a5ea391..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Inventory2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Inventory2Icon"
-title: "Function: Inventory2Icon"
-sidebar_label: "Inventory2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Inventory2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Inventory2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Inventory2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InventoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InventoryIcon.md
deleted file mode 100644
index 52d3effa5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InventoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InventoryIcon"
-title: "Function: InventoryIcon"
-sidebar_label: "InventoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InventoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InventoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InventoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InvertColorsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InvertColorsIcon.md
deleted file mode 100644
index fddda3ab5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InvertColorsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InvertColorsIcon"
-title: "Function: InvertColorsIcon"
-sidebar_label: "InvertColorsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InvertColorsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InvertColorsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InvertColorsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/InvertColorsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/InvertColorsOffIcon.md
deleted file mode 100644
index 32d676208..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/InvertColorsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "InvertColorsOffIcon"
-title: "Function: InvertColorsOffIcon"
-sidebar_label: "InvertColorsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **InvertColorsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/InvertColorsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/InvertColorsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IosShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IosShareIcon.md
deleted file mode 100644
index e6f5bc6ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IosShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IosShareIcon"
-title: "Function: IosShareIcon"
-sidebar_label: "IosShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IosShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IosShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IosShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IronIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IronIcon.md
deleted file mode 100644
index 0feb3aa16..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IronIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IronIcon"
-title: "Function: IronIcon"
-sidebar_label: "IronIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IronIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IronIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IronIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/IsoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/IsoIcon.md
deleted file mode 100644
index d6da2fdb5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/IsoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "IsoIcon"
-title: "Function: IsoIcon"
-sidebar_label: "IsoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **IsoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/IsoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/IsoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/JavascriptIcon.md b/website/versioned_docs/version-2.0.0/api/functions/JavascriptIcon.md
deleted file mode 100644
index e9026089d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/JavascriptIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "JavascriptIcon"
-title: "Function: JavascriptIcon"
-sidebar_label: "JavascriptIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **JavascriptIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/JavascriptIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/JavascriptIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/JoinFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/JoinFullIcon.md
deleted file mode 100644
index 71d07701c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/JoinFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "JoinFullIcon"
-title: "Function: JoinFullIcon"
-sidebar_label: "JoinFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **JoinFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/JoinFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/JoinFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/JoinInnerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/JoinInnerIcon.md
deleted file mode 100644
index dc66c47ef..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/JoinInnerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "JoinInnerIcon"
-title: "Function: JoinInnerIcon"
-sidebar_label: "JoinInnerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **JoinInnerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/JoinInnerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/JoinInnerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/JoinLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/JoinLeftIcon.md
deleted file mode 100644
index 8dac93c5d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/JoinLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "JoinLeftIcon"
-title: "Function: JoinLeftIcon"
-sidebar_label: "JoinLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **JoinLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/JoinLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/JoinLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/JoinRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/JoinRightIcon.md
deleted file mode 100644
index 354226f84..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/JoinRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "JoinRightIcon"
-title: "Function: JoinRightIcon"
-sidebar_label: "JoinRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **JoinRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/JoinRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/JoinRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KayakingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KayakingIcon.md
deleted file mode 100644
index a25138f4b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KayakingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KayakingIcon"
-title: "Function: KayakingIcon"
-sidebar_label: "KayakingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KayakingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KayakingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KayakingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KebabDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KebabDiningIcon.md
deleted file mode 100644
index 1f4d460c6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KebabDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KebabDiningIcon"
-title: "Function: KebabDiningIcon"
-sidebar_label: "KebabDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KebabDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KebabDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KebabDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyIcon.md
deleted file mode 100644
index 8acd9715e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyIcon"
-title: "Function: KeyIcon"
-sidebar_label: "KeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyOffIcon.md
deleted file mode 100644
index 61f4913b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyOffIcon"
-title: "Function: KeyOffIcon"
-sidebar_label: "KeyOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyValueFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/KeyValueFieldBinding.md
deleted file mode 100644
index 443fbee3c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyValueFieldBinding.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "KeyValueFieldBinding"
-title: "Function: KeyValueFieldBinding"
-sidebar_label: "KeyValueFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyValueFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-Field that allows edition of key value pairs.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/KeyValueFieldBinding.tsx:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/KeyValueFieldBinding.tsx#L31)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyValuePreview.md b/website/versioned_docs/version-2.0.0/api/functions/KeyValuePreview.md
deleted file mode 100644
index ad09ebcdd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyValuePreview.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "KeyValuePreview"
-title: "Function: KeyValuePreview"
-sidebar_label: "KeyValuePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyValuePreview**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `value` | `any` |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/MapPropertyPreview.tsx:111](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/MapPropertyPreview.tsx#L111)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardAltIcon.md
deleted file mode 100644
index 1d182db70..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardAltIcon"
-title: "Function: KeyboardAltIcon"
-sidebar_label: "KeyboardAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowDownIcon.md
deleted file mode 100644
index 6afe24a6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardArrowDownIcon"
-title: "Function: KeyboardArrowDownIcon"
-sidebar_label: "KeyboardArrowDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardArrowDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardArrowDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardArrowDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowLeftIcon.md
deleted file mode 100644
index 2659a0324..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardArrowLeftIcon"
-title: "Function: KeyboardArrowLeftIcon"
-sidebar_label: "KeyboardArrowLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardArrowLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardArrowLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardArrowLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowRightIcon.md
deleted file mode 100644
index f71ed4a4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardArrowRightIcon"
-title: "Function: KeyboardArrowRightIcon"
-sidebar_label: "KeyboardArrowRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardArrowRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardArrowRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardArrowRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowUpIcon.md
deleted file mode 100644
index 1d9d12c0c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardArrowUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardArrowUpIcon"
-title: "Function: KeyboardArrowUpIcon"
-sidebar_label: "KeyboardArrowUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardArrowUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardArrowUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardArrowUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardBackspaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardBackspaceIcon.md
deleted file mode 100644
index 02a7c2268..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardBackspaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardBackspaceIcon"
-title: "Function: KeyboardBackspaceIcon"
-sidebar_label: "KeyboardBackspaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardBackspaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardBackspaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardBackspaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardCapslockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardCapslockIcon.md
deleted file mode 100644
index 387ecf97f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardCapslockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardCapslockIcon"
-title: "Function: KeyboardCapslockIcon"
-sidebar_label: "KeyboardCapslockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardCapslockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardCapslockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardCapslockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardCommandKeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardCommandKeyIcon.md
deleted file mode 100644
index ea77f02dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardCommandKeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardCommandKeyIcon"
-title: "Function: KeyboardCommandKeyIcon"
-sidebar_label: "KeyboardCommandKeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardCommandKeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardCommandKeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardCommandKeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardControlKeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardControlKeyIcon.md
deleted file mode 100644
index 5466569fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardControlKeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardControlKeyIcon"
-title: "Function: KeyboardControlKeyIcon"
-sidebar_label: "KeyboardControlKeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardControlKeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardControlKeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardControlKeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowDownIcon.md
deleted file mode 100644
index 967566e17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardDoubleArrowDownIcon"
-title: "Function: KeyboardDoubleArrowDownIcon"
-sidebar_label: "KeyboardDoubleArrowDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardDoubleArrowDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardDoubleArrowDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardDoubleArrowDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowLeftIcon.md
deleted file mode 100644
index 7cba4b53b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardDoubleArrowLeftIcon"
-title: "Function: KeyboardDoubleArrowLeftIcon"
-sidebar_label: "KeyboardDoubleArrowLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardDoubleArrowLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardDoubleArrowLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardDoubleArrowLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowRightIcon.md
deleted file mode 100644
index a6f380ff7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardDoubleArrowRightIcon"
-title: "Function: KeyboardDoubleArrowRightIcon"
-sidebar_label: "KeyboardDoubleArrowRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardDoubleArrowRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardDoubleArrowRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardDoubleArrowRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowUpIcon.md
deleted file mode 100644
index d9442aa1c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardDoubleArrowUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardDoubleArrowUpIcon"
-title: "Function: KeyboardDoubleArrowUpIcon"
-sidebar_label: "KeyboardDoubleArrowUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardDoubleArrowUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardDoubleArrowUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardDoubleArrowUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardHideIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardHideIcon.md
deleted file mode 100644
index 3a273d3b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardHideIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardHideIcon"
-title: "Function: KeyboardHideIcon"
-sidebar_label: "KeyboardHideIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardHideIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardHideIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardHideIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardIcon.md
deleted file mode 100644
index 4d3b310f9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardIcon"
-title: "Function: KeyboardIcon"
-sidebar_label: "KeyboardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardOptionKeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardOptionKeyIcon.md
deleted file mode 100644
index 1382dfc25..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardOptionKeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardOptionKeyIcon"
-title: "Function: KeyboardOptionKeyIcon"
-sidebar_label: "KeyboardOptionKeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardOptionKeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardOptionKeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardOptionKeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardReturnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardReturnIcon.md
deleted file mode 100644
index b123436ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardReturnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardReturnIcon"
-title: "Function: KeyboardReturnIcon"
-sidebar_label: "KeyboardReturnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardReturnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardReturnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardReturnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardTabIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardTabIcon.md
deleted file mode 100644
index aa71603b7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardTabIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardTabIcon"
-title: "Function: KeyboardTabIcon"
-sidebar_label: "KeyboardTabIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardTabIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardTabIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardTabIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KeyboardVoiceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KeyboardVoiceIcon.md
deleted file mode 100644
index 8bc9d06cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KeyboardVoiceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KeyboardVoiceIcon"
-title: "Function: KeyboardVoiceIcon"
-sidebar_label: "KeyboardVoiceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KeyboardVoiceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KeyboardVoiceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KeyboardVoiceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KingBedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KingBedIcon.md
deleted file mode 100644
index 602912627..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KingBedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KingBedIcon"
-title: "Function: KingBedIcon"
-sidebar_label: "KingBedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KingBedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KingBedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KingBedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KitchenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KitchenIcon.md
deleted file mode 100644
index 456d8f168..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KitchenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KitchenIcon"
-title: "Function: KitchenIcon"
-sidebar_label: "KitchenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KitchenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KitchenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KitchenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/KitesurfingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/KitesurfingIcon.md
deleted file mode 100644
index a18c72b30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/KitesurfingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "KitesurfingIcon"
-title: "Function: KitesurfingIcon"
-sidebar_label: "KitesurfingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **KitesurfingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/KitesurfingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/KitesurfingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LabelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LabelIcon.md
deleted file mode 100644
index a4d6184d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LabelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LabelIcon"
-title: "Function: LabelIcon"
-sidebar_label: "LabelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LabelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LabelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LabelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LabelImportantIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LabelImportantIcon.md
deleted file mode 100644
index 1ae4f5ec7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LabelImportantIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LabelImportantIcon"
-title: "Function: LabelImportantIcon"
-sidebar_label: "LabelImportantIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LabelImportantIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LabelImportantIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LabelImportantIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LabelOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LabelOffIcon.md
deleted file mode 100644
index f2884fcd5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LabelOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LabelOffIcon"
-title: "Function: LabelOffIcon"
-sidebar_label: "LabelOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LabelOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LabelOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LabelOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LabelWithIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LabelWithIcon.md
deleted file mode 100644
index e2760fe63..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LabelWithIcon.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "LabelWithIcon"
-title: "Function: LabelWithIcon"
-sidebar_label: "LabelWithIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LabelWithIcon**(`«destructured»`): `Element`
-
-Render the label of a form field for a given property, with the corresponding
-icon.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `LabelWithIconProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/components/LabelWithIcon.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/components/LabelWithIcon.tsx#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LanIcon.md
deleted file mode 100644
index ecc064462..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LanIcon"
-title: "Function: LanIcon"
-sidebar_label: "LanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LandscapeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LandscapeIcon.md
deleted file mode 100644
index 8fc89e41b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LandscapeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LandscapeIcon"
-title: "Function: LandscapeIcon"
-sidebar_label: "LandscapeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LandscapeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LandscapeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LandscapeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LandslideIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LandslideIcon.md
deleted file mode 100644
index 878eeef1f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LandslideIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LandslideIcon"
-title: "Function: LandslideIcon"
-sidebar_label: "LandslideIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LandslideIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LandslideIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LandslideIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LanguageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LanguageIcon.md
deleted file mode 100644
index c997bb648..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LanguageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LanguageIcon"
-title: "Function: LanguageIcon"
-sidebar_label: "LanguageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LanguageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LanguageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LanguageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LaptopChromebookIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LaptopChromebookIcon.md
deleted file mode 100644
index ca9aa766f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LaptopChromebookIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LaptopChromebookIcon"
-title: "Function: LaptopChromebookIcon"
-sidebar_label: "LaptopChromebookIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LaptopChromebookIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LaptopChromebookIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LaptopChromebookIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LaptopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LaptopIcon.md
deleted file mode 100644
index 474da5664..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LaptopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LaptopIcon"
-title: "Function: LaptopIcon"
-sidebar_label: "LaptopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LaptopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LaptopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LaptopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LaptopMacIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LaptopMacIcon.md
deleted file mode 100644
index 7832c9a6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LaptopMacIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LaptopMacIcon"
-title: "Function: LaptopMacIcon"
-sidebar_label: "LaptopMacIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LaptopMacIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LaptopMacIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LaptopMacIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LaptopWindowsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LaptopWindowsIcon.md
deleted file mode 100644
index 4f418cfc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LaptopWindowsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LaptopWindowsIcon"
-title: "Function: LaptopWindowsIcon"
-sidebar_label: "LaptopWindowsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LaptopWindowsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LaptopWindowsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LaptopWindowsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LastPageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LastPageIcon.md
deleted file mode 100644
index 6aeb0544d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LastPageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LastPageIcon"
-title: "Function: LastPageIcon"
-sidebar_label: "LastPageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LastPageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LastPageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LastPageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LaunchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LaunchIcon.md
deleted file mode 100644
index d3220f0cc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LaunchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LaunchIcon"
-title: "Function: LaunchIcon"
-sidebar_label: "LaunchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LaunchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LaunchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LaunchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LayersClearIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LayersClearIcon.md
deleted file mode 100644
index 87380855a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LayersClearIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LayersClearIcon"
-title: "Function: LayersClearIcon"
-sidebar_label: "LayersClearIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LayersClearIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LayersClearIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LayersClearIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LayersIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LayersIcon.md
deleted file mode 100644
index eac00017a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LayersIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LayersIcon"
-title: "Function: LayersIcon"
-sidebar_label: "LayersIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LayersIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LayersIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LayersIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LeaderboardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LeaderboardIcon.md
deleted file mode 100644
index 24cf9d5ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LeaderboardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LeaderboardIcon"
-title: "Function: LeaderboardIcon"
-sidebar_label: "LeaderboardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LeaderboardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LeaderboardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LeaderboardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LeakAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LeakAddIcon.md
deleted file mode 100644
index 93ffdaf3d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LeakAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LeakAddIcon"
-title: "Function: LeakAddIcon"
-sidebar_label: "LeakAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LeakAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LeakAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LeakAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LeakRemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LeakRemoveIcon.md
deleted file mode 100644
index 2cca96638..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LeakRemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LeakRemoveIcon"
-title: "Function: LeakRemoveIcon"
-sidebar_label: "LeakRemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LeakRemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LeakRemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LeakRemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LegendToggleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LegendToggleIcon.md
deleted file mode 100644
index 6aba13302..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LegendToggleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LegendToggleIcon"
-title: "Function: LegendToggleIcon"
-sidebar_label: "LegendToggleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LegendToggleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LegendToggleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LegendToggleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LensBlurIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LensBlurIcon.md
deleted file mode 100644
index 31cde43eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LensBlurIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LensBlurIcon"
-title: "Function: LensBlurIcon"
-sidebar_label: "LensBlurIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LensBlurIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LensBlurIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LensBlurIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LensIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LensIcon.md
deleted file mode 100644
index f75ce4f97..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LensIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LensIcon"
-title: "Function: LensIcon"
-sidebar_label: "LensIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LensIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LensIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LensIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LibraryAddCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LibraryAddCheckIcon.md
deleted file mode 100644
index b50a407c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LibraryAddCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LibraryAddCheckIcon"
-title: "Function: LibraryAddCheckIcon"
-sidebar_label: "LibraryAddCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LibraryAddCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LibraryAddCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LibraryAddCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LibraryAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LibraryAddIcon.md
deleted file mode 100644
index 0a645e351..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LibraryAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LibraryAddIcon"
-title: "Function: LibraryAddIcon"
-sidebar_label: "LibraryAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LibraryAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LibraryAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LibraryAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LibraryBooksIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LibraryBooksIcon.md
deleted file mode 100644
index b314d51cd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LibraryBooksIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LibraryBooksIcon"
-title: "Function: LibraryBooksIcon"
-sidebar_label: "LibraryBooksIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LibraryBooksIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LibraryBooksIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LibraryBooksIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LibraryMusicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LibraryMusicIcon.md
deleted file mode 100644
index 43e4c72b7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LibraryMusicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LibraryMusicIcon"
-title: "Function: LibraryMusicIcon"
-sidebar_label: "LibraryMusicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LibraryMusicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LibraryMusicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LibraryMusicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LightIcon.md
deleted file mode 100644
index bc5acc19d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LightIcon"
-title: "Function: LightIcon"
-sidebar_label: "LightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LightModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LightModeIcon.md
deleted file mode 100644
index e9b15e7be..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LightModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LightModeIcon"
-title: "Function: LightModeIcon"
-sidebar_label: "LightModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LightModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LightModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LightModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LightbulbCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LightbulbCircleIcon.md
deleted file mode 100644
index d9bcca2bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LightbulbCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LightbulbCircleIcon"
-title: "Function: LightbulbCircleIcon"
-sidebar_label: "LightbulbCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LightbulbCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LightbulbCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LightbulbCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LightbulbIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LightbulbIcon.md
deleted file mode 100644
index cb24ac28e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LightbulbIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LightbulbIcon"
-title: "Function: LightbulbIcon"
-sidebar_label: "LightbulbIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LightbulbIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LightbulbIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LightbulbIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LineAxisIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LineAxisIcon.md
deleted file mode 100644
index be4a367c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LineAxisIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LineAxisIcon"
-title: "Function: LineAxisIcon"
-sidebar_label: "LineAxisIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LineAxisIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LineAxisIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LineAxisIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LineStyleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LineStyleIcon.md
deleted file mode 100644
index b9711888e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LineStyleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LineStyleIcon"
-title: "Function: LineStyleIcon"
-sidebar_label: "LineStyleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LineStyleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LineStyleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LineStyleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LineWeightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LineWeightIcon.md
deleted file mode 100644
index a35999b48..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LineWeightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LineWeightIcon"
-title: "Function: LineWeightIcon"
-sidebar_label: "LineWeightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LineWeightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LineWeightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LineWeightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LinearScaleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LinearScaleIcon.md
deleted file mode 100644
index 13324907f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LinearScaleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LinearScaleIcon"
-title: "Function: LinearScaleIcon"
-sidebar_label: "LinearScaleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LinearScaleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LinearScaleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LinearScaleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LinkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LinkIcon.md
deleted file mode 100644
index 8af0651bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LinkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LinkIcon"
-title: "Function: LinkIcon"
-sidebar_label: "LinkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LinkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LinkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LinkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LinkOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LinkOffIcon.md
deleted file mode 100644
index 43d30fc78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LinkOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LinkOffIcon"
-title: "Function: LinkOffIcon"
-sidebar_label: "LinkOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LinkOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LinkOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LinkOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LinkedCameraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LinkedCameraIcon.md
deleted file mode 100644
index 8b0ffb150..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LinkedCameraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LinkedCameraIcon"
-title: "Function: LinkedCameraIcon"
-sidebar_label: "LinkedCameraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LinkedCameraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LinkedCameraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LinkedCameraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LiquorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LiquorIcon.md
deleted file mode 100644
index 7576e4f32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LiquorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LiquorIcon"
-title: "Function: LiquorIcon"
-sidebar_label: "LiquorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LiquorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LiquorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LiquorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ListAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ListAltIcon.md
deleted file mode 100644
index 15dcdf357..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ListAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ListAltIcon"
-title: "Function: ListAltIcon"
-sidebar_label: "ListAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ListAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ListAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ListAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ListIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ListIcon.md
deleted file mode 100644
index 6cbfda01e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ListIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ListIcon"
-title: "Function: ListIcon"
-sidebar_label: "ListIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ListIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ListIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ListIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LiveHelpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LiveHelpIcon.md
deleted file mode 100644
index 1cd27af70..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LiveHelpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LiveHelpIcon"
-title: "Function: LiveHelpIcon"
-sidebar_label: "LiveHelpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LiveHelpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LiveHelpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LiveHelpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LiveTvIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LiveTvIcon.md
deleted file mode 100644
index b407bf96c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LiveTvIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LiveTvIcon"
-title: "Function: LiveTvIcon"
-sidebar_label: "LiveTvIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LiveTvIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LiveTvIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LiveTvIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LivingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LivingIcon.md
deleted file mode 100644
index 719836675..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LivingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LivingIcon"
-title: "Function: LivingIcon"
-sidebar_label: "LivingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LivingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LivingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LivingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoadingButton.md b/website/versioned_docs/version-2.0.0/api/functions/LoadingButton.md
deleted file mode 100644
index 119e0fdd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoadingButton.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "LoadingButton"
-title: "Function: LoadingButton"
-sidebar_label: "LoadingButton"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoadingButton**\<`P`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `P` | extends `ElementType`\<`any`\> = ``"button"`` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`LoadingButtonProps`](../types/LoadingButtonProps.md)\<`P`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/LoadingButton.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/LoadingButton.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalActivityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalActivityIcon.md
deleted file mode 100644
index 7a81c5298..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalActivityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalActivityIcon"
-title: "Function: LocalActivityIcon"
-sidebar_label: "LocalActivityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalActivityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalActivityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalActivityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalAirportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalAirportIcon.md
deleted file mode 100644
index c3fbd6066..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalAirportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalAirportIcon"
-title: "Function: LocalAirportIcon"
-sidebar_label: "LocalAirportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalAirportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalAirportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalAirportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalAtmIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalAtmIcon.md
deleted file mode 100644
index 945489781..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalAtmIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalAtmIcon"
-title: "Function: LocalAtmIcon"
-sidebar_label: "LocalAtmIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalAtmIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalAtmIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalAtmIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalBarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalBarIcon.md
deleted file mode 100644
index 4e79282b6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalBarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalBarIcon"
-title: "Function: LocalBarIcon"
-sidebar_label: "LocalBarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalBarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalBarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalBarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalCafeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalCafeIcon.md
deleted file mode 100644
index f2a00ec73..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalCafeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalCafeIcon"
-title: "Function: LocalCafeIcon"
-sidebar_label: "LocalCafeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalCafeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalCafeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalCafeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalCarWashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalCarWashIcon.md
deleted file mode 100644
index 63a0667f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalCarWashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalCarWashIcon"
-title: "Function: LocalCarWashIcon"
-sidebar_label: "LocalCarWashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalCarWashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalCarWashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalCarWashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalConvenienceStoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalConvenienceStoreIcon.md
deleted file mode 100644
index 45ad426de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalConvenienceStoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalConvenienceStoreIcon"
-title: "Function: LocalConvenienceStoreIcon"
-sidebar_label: "LocalConvenienceStoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalConvenienceStoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalConvenienceStoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalConvenienceStoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalDiningIcon.md
deleted file mode 100644
index 7ef64c441..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalDiningIcon"
-title: "Function: LocalDiningIcon"
-sidebar_label: "LocalDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalDrinkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalDrinkIcon.md
deleted file mode 100644
index 141b7f171..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalDrinkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalDrinkIcon"
-title: "Function: LocalDrinkIcon"
-sidebar_label: "LocalDrinkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalDrinkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalDrinkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalDrinkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalFireDepartmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalFireDepartmentIcon.md
deleted file mode 100644
index 235529fe2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalFireDepartmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalFireDepartmentIcon"
-title: "Function: LocalFireDepartmentIcon"
-sidebar_label: "LocalFireDepartmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalFireDepartmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalFireDepartmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalFireDepartmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalFloristIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalFloristIcon.md
deleted file mode 100644
index 7a501669b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalFloristIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalFloristIcon"
-title: "Function: LocalFloristIcon"
-sidebar_label: "LocalFloristIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalFloristIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalFloristIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalFloristIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalGasStationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalGasStationIcon.md
deleted file mode 100644
index d57343f9f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalGasStationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalGasStationIcon"
-title: "Function: LocalGasStationIcon"
-sidebar_label: "LocalGasStationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalGasStationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalGasStationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalGasStationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalGroceryStoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalGroceryStoreIcon.md
deleted file mode 100644
index 80888fd41..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalGroceryStoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalGroceryStoreIcon"
-title: "Function: LocalGroceryStoreIcon"
-sidebar_label: "LocalGroceryStoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalGroceryStoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalGroceryStoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalGroceryStoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalHospitalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalHospitalIcon.md
deleted file mode 100644
index 4139ee3d7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalHospitalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalHospitalIcon"
-title: "Function: LocalHospitalIcon"
-sidebar_label: "LocalHospitalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalHospitalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalHospitalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalHospitalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalHotelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalHotelIcon.md
deleted file mode 100644
index 5740aca8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalHotelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalHotelIcon"
-title: "Function: LocalHotelIcon"
-sidebar_label: "LocalHotelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalHotelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalHotelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalHotelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalLaundryServiceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalLaundryServiceIcon.md
deleted file mode 100644
index 0af76c767..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalLaundryServiceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalLaundryServiceIcon"
-title: "Function: LocalLaundryServiceIcon"
-sidebar_label: "LocalLaundryServiceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalLaundryServiceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalLaundryServiceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalLaundryServiceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalLibraryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalLibraryIcon.md
deleted file mode 100644
index 717b5cfd6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalLibraryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalLibraryIcon"
-title: "Function: LocalLibraryIcon"
-sidebar_label: "LocalLibraryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalLibraryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalLibraryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalLibraryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalMallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalMallIcon.md
deleted file mode 100644
index 22d9050bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalMallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalMallIcon"
-title: "Function: LocalMallIcon"
-sidebar_label: "LocalMallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalMallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalMallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalMallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalMoviesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalMoviesIcon.md
deleted file mode 100644
index 4a325a819..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalMoviesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalMoviesIcon"
-title: "Function: LocalMoviesIcon"
-sidebar_label: "LocalMoviesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalMoviesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalMoviesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalMoviesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalOfferIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalOfferIcon.md
deleted file mode 100644
index e5f333461..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalOfferIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalOfferIcon"
-title: "Function: LocalOfferIcon"
-sidebar_label: "LocalOfferIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalOfferIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalOfferIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalOfferIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalParkingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalParkingIcon.md
deleted file mode 100644
index 35298ffd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalParkingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalParkingIcon"
-title: "Function: LocalParkingIcon"
-sidebar_label: "LocalParkingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalParkingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalParkingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalParkingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPharmacyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPharmacyIcon.md
deleted file mode 100644
index e78000c39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPharmacyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPharmacyIcon"
-title: "Function: LocalPharmacyIcon"
-sidebar_label: "LocalPharmacyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPharmacyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPharmacyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPharmacyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPhoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPhoneIcon.md
deleted file mode 100644
index 095107b77..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPhoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPhoneIcon"
-title: "Function: LocalPhoneIcon"
-sidebar_label: "LocalPhoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPhoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPhoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPhoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPizzaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPizzaIcon.md
deleted file mode 100644
index 64250119f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPizzaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPizzaIcon"
-title: "Function: LocalPizzaIcon"
-sidebar_label: "LocalPizzaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPizzaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPizzaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPizzaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPlayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPlayIcon.md
deleted file mode 100644
index 12aea326e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPlayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPlayIcon"
-title: "Function: LocalPlayIcon"
-sidebar_label: "LocalPlayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPlayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPlayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPlayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPoliceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPoliceIcon.md
deleted file mode 100644
index ab7f68877..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPoliceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPoliceIcon"
-title: "Function: LocalPoliceIcon"
-sidebar_label: "LocalPoliceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPoliceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPoliceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPoliceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPostOfficeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPostOfficeIcon.md
deleted file mode 100644
index f3ba96d94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPostOfficeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPostOfficeIcon"
-title: "Function: LocalPostOfficeIcon"
-sidebar_label: "LocalPostOfficeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPostOfficeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPostOfficeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPostOfficeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalPrintshopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalPrintshopIcon.md
deleted file mode 100644
index efcb7b406..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalPrintshopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalPrintshopIcon"
-title: "Function: LocalPrintshopIcon"
-sidebar_label: "LocalPrintshopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalPrintshopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalPrintshopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalPrintshopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalSeeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalSeeIcon.md
deleted file mode 100644
index 950e4268c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalSeeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalSeeIcon"
-title: "Function: LocalSeeIcon"
-sidebar_label: "LocalSeeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalSeeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalSeeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalSeeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalShippingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalShippingIcon.md
deleted file mode 100644
index c1d6ce88e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalShippingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalShippingIcon"
-title: "Function: LocalShippingIcon"
-sidebar_label: "LocalShippingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalShippingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalShippingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalShippingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocalTaxiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocalTaxiIcon.md
deleted file mode 100644
index 49e1737f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocalTaxiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocalTaxiIcon"
-title: "Function: LocalTaxiIcon"
-sidebar_label: "LocalTaxiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocalTaxiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocalTaxiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocalTaxiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocationCityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocationCityIcon.md
deleted file mode 100644
index 110c2fd17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocationCityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocationCityIcon"
-title: "Function: LocationCityIcon"
-sidebar_label: "LocationCityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocationCityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocationCityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocationCityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocationDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocationDisabledIcon.md
deleted file mode 100644
index 1a32a1f93..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocationDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocationDisabledIcon"
-title: "Function: LocationDisabledIcon"
-sidebar_label: "LocationDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocationDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocationDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocationDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocationOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocationOffIcon.md
deleted file mode 100644
index 35c8f381c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocationOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocationOffIcon"
-title: "Function: LocationOffIcon"
-sidebar_label: "LocationOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocationOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocationOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocationOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocationOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocationOnIcon.md
deleted file mode 100644
index acf6b26d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocationOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocationOnIcon"
-title: "Function: LocationOnIcon"
-sidebar_label: "LocationOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocationOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocationOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocationOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LocationSearchingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LocationSearchingIcon.md
deleted file mode 100644
index 7986afe4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LocationSearchingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LocationSearchingIcon"
-title: "Function: LocationSearchingIcon"
-sidebar_label: "LocationSearchingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LocationSearchingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LocationSearchingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LocationSearchingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LockClockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LockClockIcon.md
deleted file mode 100644
index 808fe66d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LockClockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LockClockIcon"
-title: "Function: LockClockIcon"
-sidebar_label: "LockClockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LockClockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LockClockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LockClockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LockIcon.md
deleted file mode 100644
index c6dddc60a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LockIcon"
-title: "Function: LockIcon"
-sidebar_label: "LockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LockOpenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LockOpenIcon.md
deleted file mode 100644
index b7df355b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LockOpenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LockOpenIcon"
-title: "Function: LockOpenIcon"
-sidebar_label: "LockOpenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LockOpenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LockOpenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LockOpenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LockPersonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LockPersonIcon.md
deleted file mode 100644
index 221356323..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LockPersonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LockPersonIcon"
-title: "Function: LockPersonIcon"
-sidebar_label: "LockPersonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LockPersonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LockPersonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LockPersonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LockResetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LockResetIcon.md
deleted file mode 100644
index 3ade991c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LockResetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LockResetIcon"
-title: "Function: LockResetIcon"
-sidebar_label: "LockResetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LockResetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LockResetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LockResetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoginButton.md b/website/versioned_docs/version-2.0.0/api/functions/LoginButton.md
deleted file mode 100644
index 3e2f42a57..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoginButton.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "LoginButton"
-title: "Function: LoginButton"
-sidebar_label: "LoginButton"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoginButton**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `disabled?` | `boolean` |
-| › `icon` | `ReactNode` |
-| › `onClick` | () => `void` |
-| › `text` | `string` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:286](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L286)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoginIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LoginIcon.md
deleted file mode 100644
index 1c487b9b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoginIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LoginIcon"
-title: "Function: LoginIcon"
-sidebar_label: "LoginIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoginIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LoginIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LoginIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LogoDevIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LogoDevIcon.md
deleted file mode 100644
index 56521758b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LogoDevIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LogoDevIcon"
-title: "Function: LogoDevIcon"
-sidebar_label: "LogoDevIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LogoDevIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LogoDevIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LogoDevIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LogoutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LogoutIcon.md
deleted file mode 100644
index 2e977c031..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LogoutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LogoutIcon"
-title: "Function: LogoutIcon"
-sidebar_label: "LogoutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LogoutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LogoutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LogoutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Looks3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Looks3Icon.md
deleted file mode 100644
index a4e9e1418..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Looks3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Looks3Icon"
-title: "Function: Looks3Icon"
-sidebar_label: "Looks3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Looks3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Looks3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Looks3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Looks4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Looks4Icon.md
deleted file mode 100644
index da73f1bd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Looks4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Looks4Icon"
-title: "Function: Looks4Icon"
-sidebar_label: "Looks4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Looks4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Looks4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Looks4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Looks5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Looks5Icon.md
deleted file mode 100644
index 4ba6cf1dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Looks5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Looks5Icon"
-title: "Function: Looks5Icon"
-sidebar_label: "Looks5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Looks5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Looks5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Looks5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Looks6Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Looks6Icon.md
deleted file mode 100644
index 9f752a58a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Looks6Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Looks6Icon"
-title: "Function: Looks6Icon"
-sidebar_label: "Looks6Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Looks6Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Looks6Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Looks6Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LooksIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LooksIcon.md
deleted file mode 100644
index 1a6e9894f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LooksIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LooksIcon"
-title: "Function: LooksIcon"
-sidebar_label: "LooksIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LooksIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LooksIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LooksIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LooksOneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LooksOneIcon.md
deleted file mode 100644
index 504b0ef00..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LooksOneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LooksOneIcon"
-title: "Function: LooksOneIcon"
-sidebar_label: "LooksOneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LooksOneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LooksOneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LooksOneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LooksTwoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LooksTwoIcon.md
deleted file mode 100644
index d296eb042..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LooksTwoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LooksTwoIcon"
-title: "Function: LooksTwoIcon"
-sidebar_label: "LooksTwoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LooksTwoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LooksTwoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LooksTwoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LoopIcon.md
deleted file mode 100644
index c27f23035..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LoopIcon"
-title: "Function: LoopIcon"
-sidebar_label: "LoopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LoopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LoopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoupeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LoupeIcon.md
deleted file mode 100644
index 23efc749b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoupeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LoupeIcon"
-title: "Function: LoupeIcon"
-sidebar_label: "LoupeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoupeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LoupeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LoupeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LowPriorityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LowPriorityIcon.md
deleted file mode 100644
index 370b3bff8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LowPriorityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LowPriorityIcon"
-title: "Function: LowPriorityIcon"
-sidebar_label: "LowPriorityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LowPriorityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LowPriorityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LowPriorityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LoyaltyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LoyaltyIcon.md
deleted file mode 100644
index 3edcfc374..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LoyaltyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LoyaltyIcon"
-title: "Function: LoyaltyIcon"
-sidebar_label: "LoyaltyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LoyaltyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LoyaltyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LoyaltyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LteMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LteMobiledataIcon.md
deleted file mode 100644
index 29aecef96..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LteMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LteMobiledataIcon"
-title: "Function: LteMobiledataIcon"
-sidebar_label: "LteMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LteMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LteMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LteMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LtePlusMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LtePlusMobiledataIcon.md
deleted file mode 100644
index 2196bdbbc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LtePlusMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LtePlusMobiledataIcon"
-title: "Function: LtePlusMobiledataIcon"
-sidebar_label: "LtePlusMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LtePlusMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LtePlusMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LtePlusMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LuggageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LuggageIcon.md
deleted file mode 100644
index 068bfe62a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LuggageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LuggageIcon"
-title: "Function: LuggageIcon"
-sidebar_label: "LuggageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LuggageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LuggageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LuggageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LunchDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LunchDiningIcon.md
deleted file mode 100644
index f478aeb66..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LunchDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LunchDiningIcon"
-title: "Function: LunchDiningIcon"
-sidebar_label: "LunchDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LunchDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LunchDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LunchDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/LyricsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/LyricsIcon.md
deleted file mode 100644
index a9ffe6a46..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/LyricsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "LyricsIcon"
-title: "Function: LyricsIcon"
-sidebar_label: "LyricsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **LyricsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/LyricsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/LyricsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MacroOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MacroOffIcon.md
deleted file mode 100644
index 1d12da983..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MacroOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MacroOffIcon"
-title: "Function: MacroOffIcon"
-sidebar_label: "MacroOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MacroOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MacroOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MacroOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MailIcon.md
deleted file mode 100644
index c6f265306..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MailIcon"
-title: "Function: MailIcon"
-sidebar_label: "MailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MailLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MailLockIcon.md
deleted file mode 100644
index 2a8575ad3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MailLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MailLockIcon"
-title: "Function: MailLockIcon"
-sidebar_label: "MailLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MailLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MailLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MailLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MailOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MailOutlineIcon.md
deleted file mode 100644
index 9b63c9930..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MailOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MailOutlineIcon"
-title: "Function: MailOutlineIcon"
-sidebar_label: "MailOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MailOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MailOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MailOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MaleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MaleIcon.md
deleted file mode 100644
index f29c72b4a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MaleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MaleIcon"
-title: "Function: MaleIcon"
-sidebar_label: "MaleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MaleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MaleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MaleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Man2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Man2Icon.md
deleted file mode 100644
index aeb2694ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Man2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Man2Icon"
-title: "Function: Man2Icon"
-sidebar_label: "Man2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Man2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Man2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Man2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Man3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Man3Icon.md
deleted file mode 100644
index abe192b54..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Man3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Man3Icon"
-title: "Function: Man3Icon"
-sidebar_label: "Man3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Man3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Man3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Man3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Man4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Man4Icon.md
deleted file mode 100644
index d23d23d5f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Man4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Man4Icon"
-title: "Function: Man4Icon"
-sidebar_label: "Man4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Man4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Man4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Man4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ManIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ManIcon.md
deleted file mode 100644
index 831d64fa4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ManIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ManIcon"
-title: "Function: ManIcon"
-sidebar_label: "ManIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ManIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ManIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ManIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ManageAccountsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ManageAccountsIcon.md
deleted file mode 100644
index e598a72a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ManageAccountsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ManageAccountsIcon"
-title: "Function: ManageAccountsIcon"
-sidebar_label: "ManageAccountsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ManageAccountsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ManageAccountsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ManageAccountsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ManageHistoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ManageHistoryIcon.md
deleted file mode 100644
index f3857caf2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ManageHistoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ManageHistoryIcon"
-title: "Function: ManageHistoryIcon"
-sidebar_label: "ManageHistoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ManageHistoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ManageHistoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ManageHistoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ManageSearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ManageSearchIcon.md
deleted file mode 100644
index 44a91c1b4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ManageSearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ManageSearchIcon"
-title: "Function: ManageSearchIcon"
-sidebar_label: "ManageSearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ManageSearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ManageSearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ManageSearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MapFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/MapFieldBinding.md
deleted file mode 100644
index 9e21ae88b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MapFieldBinding.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "MapFieldBinding"
-title: "Function: MapFieldBinding"
-sidebar_label: "MapFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-Field that renders the children property fields
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/MapFieldBinding.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/MapFieldBinding.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MapIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MapIcon.md
deleted file mode 100644
index c41fb6cab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MapIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MapIcon"
-title: "Function: MapIcon"
-sidebar_label: "MapIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MapIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MapIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MapPropertyPreview.md b/website/versioned_docs/version-2.0.0/api/functions/MapPropertyPreview.md
deleted file mode 100644
index f94e6ddce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MapPropertyPreview.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "MapPropertyPreview"
-title: "Function: MapPropertyPreview"
-sidebar_label: "MapPropertyPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapPropertyPreview**\<`T`\>(`«destructured»`): ``null`` \| `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`T`, `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/MapPropertyPreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/MapPropertyPreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MapsHomeWorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MapsHomeWorkIcon.md
deleted file mode 100644
index 8147bfab5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MapsHomeWorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MapsHomeWorkIcon"
-title: "Function: MapsHomeWorkIcon"
-sidebar_label: "MapsHomeWorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapsHomeWorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MapsHomeWorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MapsHomeWorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MapsUgcIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MapsUgcIcon.md
deleted file mode 100644
index 8c1e5e66a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MapsUgcIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MapsUgcIcon"
-title: "Function: MapsUgcIcon"
-sidebar_label: "MapsUgcIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MapsUgcIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MapsUgcIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MapsUgcIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarginIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarginIcon.md
deleted file mode 100644
index 3d595cfad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarginIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarginIcon"
-title: "Function: MarginIcon"
-sidebar_label: "MarginIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarginIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarginIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarginIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkAsUnreadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkAsUnreadIcon.md
deleted file mode 100644
index 6f012a02d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkAsUnreadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkAsUnreadIcon"
-title: "Function: MarkAsUnreadIcon"
-sidebar_label: "MarkAsUnreadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkAsUnreadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkAsUnreadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkAsUnreadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkChatReadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkChatReadIcon.md
deleted file mode 100644
index a10eeb684..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkChatReadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkChatReadIcon"
-title: "Function: MarkChatReadIcon"
-sidebar_label: "MarkChatReadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkChatReadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkChatReadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkChatReadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkChatUnreadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkChatUnreadIcon.md
deleted file mode 100644
index 89de9a946..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkChatUnreadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkChatUnreadIcon"
-title: "Function: MarkChatUnreadIcon"
-sidebar_label: "MarkChatUnreadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkChatUnreadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkChatUnreadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkChatUnreadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkEmailReadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkEmailReadIcon.md
deleted file mode 100644
index 9eaa39f61..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkEmailReadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkEmailReadIcon"
-title: "Function: MarkEmailReadIcon"
-sidebar_label: "MarkEmailReadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkEmailReadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkEmailReadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkEmailReadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkEmailUnreadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkEmailUnreadIcon.md
deleted file mode 100644
index 390af2b05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkEmailUnreadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkEmailUnreadIcon"
-title: "Function: MarkEmailUnreadIcon"
-sidebar_label: "MarkEmailUnreadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkEmailUnreadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkEmailUnreadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkEmailUnreadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkUnreadChatAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkUnreadChatAltIcon.md
deleted file mode 100644
index ed68c1670..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkUnreadChatAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkUnreadChatAltIcon"
-title: "Function: MarkUnreadChatAltIcon"
-sidebar_label: "MarkUnreadChatAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkUnreadChatAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkUnreadChatAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkUnreadChatAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Markdown.md b/website/versioned_docs/version-2.0.0/api/functions/Markdown.md
deleted file mode 100644
index 422501119..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Markdown.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "Markdown"
-title: "Function: Markdown"
-sidebar_label: "Markdown"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Markdown**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`MarkdownProps`](../interfaces/MarkdownProps.md) |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkdownFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/MarkdownFieldBinding.md
deleted file mode 100644
index a1c3747ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkdownFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "MarkdownFieldBinding"
-title: "Function: MarkdownFieldBinding"
-sidebar_label: "MarkdownFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkdownFieldBinding**(`«destructured»`): `Element`
-
-Render a markdown field that allows edition and seeing the preview.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`string`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/MarkdownFieldBinding.tsx:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/MarkdownFieldBinding.tsx#L33)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkunreadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkunreadIcon.md
deleted file mode 100644
index 35b6eca90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkunreadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkunreadIcon"
-title: "Function: MarkunreadIcon"
-sidebar_label: "MarkunreadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkunreadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkunreadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkunreadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MarkunreadMailboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MarkunreadMailboxIcon.md
deleted file mode 100644
index 24d4ac671..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MarkunreadMailboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MarkunreadMailboxIcon"
-title: "Function: MarkunreadMailboxIcon"
-sidebar_label: "MarkunreadMailboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MarkunreadMailboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MarkunreadMailboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MarkunreadMailboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MasksIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MasksIcon.md
deleted file mode 100644
index e710101d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MasksIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MasksIcon"
-title: "Function: MasksIcon"
-sidebar_label: "MasksIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MasksIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MasksIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MasksIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MaximizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MaximizeIcon.md
deleted file mode 100644
index 4b3942878..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MaximizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MaximizeIcon"
-title: "Function: MaximizeIcon"
-sidebar_label: "MaximizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MaximizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MaximizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MaximizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOffIcon.md
deleted file mode 100644
index 107aaffd2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MediaBluetoothOffIcon"
-title: "Function: MediaBluetoothOffIcon"
-sidebar_label: "MediaBluetoothOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MediaBluetoothOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MediaBluetoothOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MediaBluetoothOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOnIcon.md
deleted file mode 100644
index 87bd8fd82..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MediaBluetoothOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MediaBluetoothOnIcon"
-title: "Function: MediaBluetoothOnIcon"
-sidebar_label: "MediaBluetoothOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MediaBluetoothOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MediaBluetoothOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MediaBluetoothOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MediationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MediationIcon.md
deleted file mode 100644
index 778b4047f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MediationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MediationIcon"
-title: "Function: MediationIcon"
-sidebar_label: "MediationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MediationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MediationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MediationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MedicalInformationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MedicalInformationIcon.md
deleted file mode 100644
index 9996d6c59..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MedicalInformationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MedicalInformationIcon"
-title: "Function: MedicalInformationIcon"
-sidebar_label: "MedicalInformationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MedicalInformationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MedicalInformationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MedicalInformationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MedicalServicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MedicalServicesIcon.md
deleted file mode 100644
index e19b4f567..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MedicalServicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MedicalServicesIcon"
-title: "Function: MedicalServicesIcon"
-sidebar_label: "MedicalServicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MedicalServicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MedicalServicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MedicalServicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MedicationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MedicationIcon.md
deleted file mode 100644
index 1da2b62a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MedicationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MedicationIcon"
-title: "Function: MedicationIcon"
-sidebar_label: "MedicationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MedicationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MedicationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MedicationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MedicationLiquidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MedicationLiquidIcon.md
deleted file mode 100644
index 923124ade..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MedicationLiquidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MedicationLiquidIcon"
-title: "Function: MedicationLiquidIcon"
-sidebar_label: "MedicationLiquidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MedicationLiquidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MedicationLiquidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MedicationLiquidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MeetingRoomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MeetingRoomIcon.md
deleted file mode 100644
index 87eb898ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MeetingRoomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MeetingRoomIcon"
-title: "Function: MeetingRoomIcon"
-sidebar_label: "MeetingRoomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MeetingRoomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MeetingRoomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MeetingRoomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MemoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MemoryIcon.md
deleted file mode 100644
index b96752d9d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MemoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MemoryIcon"
-title: "Function: MemoryIcon"
-sidebar_label: "MemoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MemoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MemoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MemoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Menu.md b/website/versioned_docs/version-2.0.0/api/functions/Menu.md
deleted file mode 100644
index 1ee418f41..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Menu.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Menu"
-title: "Function: Menu"
-sidebar_label: "Menu"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Menu**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`MenuProps`](../types/MenuProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Menu.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Menu.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MenuBookIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MenuBookIcon.md
deleted file mode 100644
index e7090de5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MenuBookIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MenuBookIcon"
-title: "Function: MenuBookIcon"
-sidebar_label: "MenuBookIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MenuBookIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MenuBookIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MenuBookIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MenuIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MenuIcon.md
deleted file mode 100644
index 3d5f0823b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MenuIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MenuIcon"
-title: "Function: MenuIcon"
-sidebar_label: "MenuIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MenuIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MenuIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MenuIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MenuItem.md b/website/versioned_docs/version-2.0.0/api/functions/MenuItem.md
deleted file mode 100644
index 14245d334..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MenuItem.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MenuItem"
-title: "Function: MenuItem"
-sidebar_label: "MenuItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MenuItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`MenuItemProps`](../types/MenuItemProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Menu.tsx:44](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Menu.tsx#L44)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MenuOpenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MenuOpenIcon.md
deleted file mode 100644
index 49e9b1ef5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MenuOpenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MenuOpenIcon"
-title: "Function: MenuOpenIcon"
-sidebar_label: "MenuOpenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MenuOpenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MenuOpenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MenuOpenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MergeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MergeIcon.md
deleted file mode 100644
index b133cad6a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MergeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MergeIcon"
-title: "Function: MergeIcon"
-sidebar_label: "MergeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MergeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MergeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MergeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MergeTypeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MergeTypeIcon.md
deleted file mode 100644
index 28413b8b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MergeTypeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MergeTypeIcon"
-title: "Function: MergeTypeIcon"
-sidebar_label: "MergeTypeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MergeTypeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MergeTypeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MergeTypeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MessageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MessageIcon.md
deleted file mode 100644
index e88250153..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MessageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MessageIcon"
-title: "Function: MessageIcon"
-sidebar_label: "MessageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MessageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MessageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MessageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicExternalOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicExternalOffIcon.md
deleted file mode 100644
index e91f9cbc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicExternalOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicExternalOffIcon"
-title: "Function: MicExternalOffIcon"
-sidebar_label: "MicExternalOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicExternalOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicExternalOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicExternalOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicExternalOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicExternalOnIcon.md
deleted file mode 100644
index 650d016e1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicExternalOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicExternalOnIcon"
-title: "Function: MicExternalOnIcon"
-sidebar_label: "MicExternalOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicExternalOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicExternalOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicExternalOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicIcon.md
deleted file mode 100644
index 1936b6eba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicIcon"
-title: "Function: MicIcon"
-sidebar_label: "MicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicNoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicNoneIcon.md
deleted file mode 100644
index bbe17be46..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicNoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicNoneIcon"
-title: "Function: MicNoneIcon"
-sidebar_label: "MicNoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicNoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicNoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicNoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicOffIcon.md
deleted file mode 100644
index 5701bb6d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicOffIcon"
-title: "Function: MicOffIcon"
-sidebar_label: "MicOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MicrowaveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MicrowaveIcon.md
deleted file mode 100644
index d821bec1f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MicrowaveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MicrowaveIcon"
-title: "Function: MicrowaveIcon"
-sidebar_label: "MicrowaveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MicrowaveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MicrowaveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MicrowaveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MilitaryTechIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MilitaryTechIcon.md
deleted file mode 100644
index 977c07949..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MilitaryTechIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MilitaryTechIcon"
-title: "Function: MilitaryTechIcon"
-sidebar_label: "MilitaryTechIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MilitaryTechIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MilitaryTechIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MilitaryTechIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MinimizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MinimizeIcon.md
deleted file mode 100644
index ed3df2af7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MinimizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MinimizeIcon"
-title: "Function: MinimizeIcon"
-sidebar_label: "MinimizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MinimizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MinimizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MinimizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MinorCrashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MinorCrashIcon.md
deleted file mode 100644
index 8861c680a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MinorCrashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MinorCrashIcon"
-title: "Function: MinorCrashIcon"
-sidebar_label: "MinorCrashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MinorCrashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MinorCrashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MinorCrashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MiscellaneousServicesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MiscellaneousServicesIcon.md
deleted file mode 100644
index 6213c930c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MiscellaneousServicesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MiscellaneousServicesIcon"
-title: "Function: MiscellaneousServicesIcon"
-sidebar_label: "MiscellaneousServicesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MiscellaneousServicesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MiscellaneousServicesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MiscellaneousServicesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MissedVideoCallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MissedVideoCallIcon.md
deleted file mode 100644
index b1ec98c56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MissedVideoCallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MissedVideoCallIcon"
-title: "Function: MissedVideoCallIcon"
-sidebar_label: "MissedVideoCallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MissedVideoCallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MissedVideoCallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MissedVideoCallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MmsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MmsIcon.md
deleted file mode 100644
index b2c26300a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MmsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MmsIcon"
-title: "Function: MmsIcon"
-sidebar_label: "MmsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MmsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MmsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MmsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MobileFriendlyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MobileFriendlyIcon.md
deleted file mode 100644
index d78aaae6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MobileFriendlyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MobileFriendlyIcon"
-title: "Function: MobileFriendlyIcon"
-sidebar_label: "MobileFriendlyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MobileFriendlyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MobileFriendlyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MobileFriendlyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MobileOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MobileOffIcon.md
deleted file mode 100644
index e9841530f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MobileOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MobileOffIcon"
-title: "Function: MobileOffIcon"
-sidebar_label: "MobileOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MobileOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MobileOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MobileOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MobileScreenShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MobileScreenShareIcon.md
deleted file mode 100644
index b81351264..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MobileScreenShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MobileScreenShareIcon"
-title: "Function: MobileScreenShareIcon"
-sidebar_label: "MobileScreenShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MobileScreenShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MobileScreenShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MobileScreenShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MobiledataOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MobiledataOffIcon.md
deleted file mode 100644
index b1ac97fde..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MobiledataOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MobiledataOffIcon"
-title: "Function: MobiledataOffIcon"
-sidebar_label: "MobiledataOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MobiledataOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MobiledataOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MobiledataOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeCommentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeCommentIcon.md
deleted file mode 100644
index 77f893e3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeCommentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeCommentIcon"
-title: "Function: ModeCommentIcon"
-sidebar_label: "ModeCommentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeCommentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeCommentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeCommentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeControllerProvider.md b/website/versioned_docs/version-2.0.0/api/functions/ModeControllerProvider.md
deleted file mode 100644
index 32982a8ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeControllerProvider.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "ModeControllerProvider"
-title: "Function: ModeControllerProvider"
-sidebar_label: "ModeControllerProvider"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeControllerProvider**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `ProviderProps`\<[`ModeController`](../interfaces/ModeController.md)\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeEditIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeEditIcon.md
deleted file mode 100644
index a94574fe0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeEditIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeEditIcon"
-title: "Function: ModeEditIcon"
-sidebar_label: "ModeEditIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeEditIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeEditIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeEditIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeEditOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeEditOutlineIcon.md
deleted file mode 100644
index bafa84d6f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeEditOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeEditOutlineIcon"
-title: "Function: ModeEditOutlineIcon"
-sidebar_label: "ModeEditOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeEditOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeEditOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeEditOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeFanOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeFanOffIcon.md
deleted file mode 100644
index f4262099a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeFanOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeFanOffIcon"
-title: "Function: ModeFanOffIcon"
-sidebar_label: "ModeFanOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeFanOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeFanOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeFanOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeIcon.md
deleted file mode 100644
index ce1916e76..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeIcon"
-title: "Function: ModeIcon"
-sidebar_label: "ModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeNightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeNightIcon.md
deleted file mode 100644
index 7f5f7b0dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeNightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeNightIcon"
-title: "Function: ModeNightIcon"
-sidebar_label: "ModeNightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeNightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeNightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeNightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeOfTravelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeOfTravelIcon.md
deleted file mode 100644
index d5fe43967..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeOfTravelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeOfTravelIcon"
-title: "Function: ModeOfTravelIcon"
-sidebar_label: "ModeOfTravelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeOfTravelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeOfTravelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeOfTravelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModeStandbyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModeStandbyIcon.md
deleted file mode 100644
index 325217c5a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModeStandbyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModeStandbyIcon"
-title: "Function: ModeStandbyIcon"
-sidebar_label: "ModeStandbyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModeStandbyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModeStandbyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModeStandbyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ModelTrainingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ModelTrainingIcon.md
deleted file mode 100644
index ad62d3ea4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ModelTrainingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ModelTrainingIcon"
-title: "Function: ModelTrainingIcon"
-sidebar_label: "ModelTrainingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ModelTrainingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ModelTrainingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ModelTrainingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MonetizationOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MonetizationOnIcon.md
deleted file mode 100644
index 807360f0f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MonetizationOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MonetizationOnIcon"
-title: "Function: MonetizationOnIcon"
-sidebar_label: "MonetizationOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MonetizationOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MonetizationOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MonetizationOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoneyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoneyIcon.md
deleted file mode 100644
index 593571730..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoneyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoneyIcon"
-title: "Function: MoneyIcon"
-sidebar_label: "MoneyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoneyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoneyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoneyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoneyOffCsredIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoneyOffCsredIcon.md
deleted file mode 100644
index b18fdc1d5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoneyOffCsredIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoneyOffCsredIcon"
-title: "Function: MoneyOffCsredIcon"
-sidebar_label: "MoneyOffCsredIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoneyOffCsredIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoneyOffCsredIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoneyOffCsredIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoneyOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoneyOffIcon.md
deleted file mode 100644
index 0f6ac5c26..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoneyOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoneyOffIcon"
-title: "Function: MoneyOffIcon"
-sidebar_label: "MoneyOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoneyOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoneyOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoneyOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MonitorHeartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MonitorHeartIcon.md
deleted file mode 100644
index f83cf16de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MonitorHeartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MonitorHeartIcon"
-title: "Function: MonitorHeartIcon"
-sidebar_label: "MonitorHeartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MonitorHeartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MonitorHeartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MonitorHeartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MonitorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MonitorIcon.md
deleted file mode 100644
index a5098deee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MonitorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MonitorIcon"
-title: "Function: MonitorIcon"
-sidebar_label: "MonitorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MonitorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MonitorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MonitorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MonitorWeightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MonitorWeightIcon.md
deleted file mode 100644
index 49fb000db..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MonitorWeightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MonitorWeightIcon"
-title: "Function: MonitorWeightIcon"
-sidebar_label: "MonitorWeightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MonitorWeightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MonitorWeightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MonitorWeightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MonochromePhotosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MonochromePhotosIcon.md
deleted file mode 100644
index e35b7495a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MonochromePhotosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MonochromePhotosIcon"
-title: "Function: MonochromePhotosIcon"
-sidebar_label: "MonochromePhotosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MonochromePhotosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MonochromePhotosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MonochromePhotosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoodBadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoodBadIcon.md
deleted file mode 100644
index 40fdd7577..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoodBadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoodBadIcon"
-title: "Function: MoodBadIcon"
-sidebar_label: "MoodBadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoodBadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoodBadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoodBadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoodIcon.md
deleted file mode 100644
index 8cc167d20..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoodIcon"
-title: "Function: MoodIcon"
-sidebar_label: "MoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MopedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MopedIcon.md
deleted file mode 100644
index d964d5e05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MopedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MopedIcon"
-title: "Function: MopedIcon"
-sidebar_label: "MopedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MopedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MopedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MopedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoreHorizIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoreHorizIcon.md
deleted file mode 100644
index ece45bf4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoreHorizIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoreHorizIcon"
-title: "Function: MoreHorizIcon"
-sidebar_label: "MoreHorizIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoreHorizIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoreHorizIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoreHorizIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoreIcon.md
deleted file mode 100644
index b15554974..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoreIcon"
-title: "Function: MoreIcon"
-sidebar_label: "MoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoreTimeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoreTimeIcon.md
deleted file mode 100644
index 6c0a94978..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoreTimeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoreTimeIcon"
-title: "Function: MoreTimeIcon"
-sidebar_label: "MoreTimeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoreTimeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoreTimeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoreTimeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoreVertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoreVertIcon.md
deleted file mode 100644
index e5f875cee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoreVertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoreVertIcon"
-title: "Function: MoreVertIcon"
-sidebar_label: "MoreVertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoreVertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoreVertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoreVertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MosqueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MosqueIcon.md
deleted file mode 100644
index acf1d99af..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MosqueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MosqueIcon"
-title: "Function: MosqueIcon"
-sidebar_label: "MosqueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MosqueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MosqueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MosqueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosAutoIcon.md
deleted file mode 100644
index b6a94efba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MotionPhotosAutoIcon"
-title: "Function: MotionPhotosAutoIcon"
-sidebar_label: "MotionPhotosAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MotionPhotosAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MotionPhotosAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MotionPhotosAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOffIcon.md
deleted file mode 100644
index 8298de7e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MotionPhotosOffIcon"
-title: "Function: MotionPhotosOffIcon"
-sidebar_label: "MotionPhotosOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MotionPhotosOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MotionPhotosOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MotionPhotosOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOnIcon.md
deleted file mode 100644
index ddb7e4ad2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MotionPhotosOnIcon"
-title: "Function: MotionPhotosOnIcon"
-sidebar_label: "MotionPhotosOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MotionPhotosOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MotionPhotosOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MotionPhotosOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPauseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPauseIcon.md
deleted file mode 100644
index 2d0abf583..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPauseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MotionPhotosPauseIcon"
-title: "Function: MotionPhotosPauseIcon"
-sidebar_label: "MotionPhotosPauseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MotionPhotosPauseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MotionPhotosPauseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MotionPhotosPauseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPausedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPausedIcon.md
deleted file mode 100644
index fcd683e34..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MotionPhotosPausedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MotionPhotosPausedIcon"
-title: "Function: MotionPhotosPausedIcon"
-sidebar_label: "MotionPhotosPausedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MotionPhotosPausedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MotionPhotosPausedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MotionPhotosPausedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MouseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MouseIcon.md
deleted file mode 100644
index 5cd2de71d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MouseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MouseIcon"
-title: "Function: MouseIcon"
-sidebar_label: "MouseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MouseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MouseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MouseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoveDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoveDownIcon.md
deleted file mode 100644
index d52f03c24..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoveDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoveDownIcon"
-title: "Function: MoveDownIcon"
-sidebar_label: "MoveDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoveDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoveDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoveDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoveToInboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoveToInboxIcon.md
deleted file mode 100644
index aa1a2c277..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoveToInboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoveToInboxIcon"
-title: "Function: MoveToInboxIcon"
-sidebar_label: "MoveToInboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoveToInboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoveToInboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoveToInboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MoveUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MoveUpIcon.md
deleted file mode 100644
index 40393c11d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MoveUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MoveUpIcon"
-title: "Function: MoveUpIcon"
-sidebar_label: "MoveUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MoveUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MoveUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MoveUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MovieCreationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MovieCreationIcon.md
deleted file mode 100644
index ff4359e44..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MovieCreationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MovieCreationIcon"
-title: "Function: MovieCreationIcon"
-sidebar_label: "MovieCreationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MovieCreationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MovieCreationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MovieCreationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MovieFilterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MovieFilterIcon.md
deleted file mode 100644
index ae31f6e20..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MovieFilterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MovieFilterIcon"
-title: "Function: MovieFilterIcon"
-sidebar_label: "MovieFilterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MovieFilterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MovieFilterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MovieFilterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MovieIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MovieIcon.md
deleted file mode 100644
index 454e98e07..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MovieIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MovieIcon"
-title: "Function: MovieIcon"
-sidebar_label: "MovieIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MovieIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MovieIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MovieIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MovingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MovingIcon.md
deleted file mode 100644
index fe0d347c3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MovingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MovingIcon"
-title: "Function: MovingIcon"
-sidebar_label: "MovingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MovingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MovingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MovingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MpIcon.md
deleted file mode 100644
index f460894ef..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MpIcon"
-title: "Function: MpIcon"
-sidebar_label: "MpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MultiSelect.md b/website/versioned_docs/version-2.0.0/api/functions/MultiSelect.md
deleted file mode 100644
index 27c6dc209..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MultiSelect.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MultiSelect"
-title: "Function: MultiSelect"
-sidebar_label: "MultiSelect"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MultiSelect**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`MultiSelectProps`](../types/MultiSelectProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/MultiSelect.tsx:46](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/MultiSelect.tsx#L46)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MultiSelectBinding.md b/website/versioned_docs/version-2.0.0/api/functions/MultiSelectBinding.md
deleted file mode 100644
index d7b4e7eb2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MultiSelectBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "MultiSelectBinding"
-title: "Function: MultiSelectBinding"
-sidebar_label: "MultiSelectBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MultiSelectBinding**(`«destructured»`): `Element`
-
-This fields renders a dropdown with multiple selection.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<[`EnumType`](../types/EnumType.md)[], `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/MultiSelectBinding.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/MultiSelectBinding.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MultiSelectItem.md b/website/versioned_docs/version-2.0.0/api/functions/MultiSelectItem.md
deleted file mode 100644
index d2f627d3d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MultiSelectItem.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MultiSelectItem"
-title: "Function: MultiSelectItem"
-sidebar_label: "MultiSelectItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MultiSelectItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`MultiSelectItemProps`](../interfaces/MultiSelectItemProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/MultiSelect.tsx:198](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/MultiSelect.tsx#L198)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MultilineChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MultilineChartIcon.md
deleted file mode 100644
index eefeb6171..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MultilineChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MultilineChartIcon"
-title: "Function: MultilineChartIcon"
-sidebar_label: "MultilineChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MultilineChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MultilineChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MultilineChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MultipleStopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MultipleStopIcon.md
deleted file mode 100644
index 6e1958cc2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MultipleStopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MultipleStopIcon"
-title: "Function: MultipleStopIcon"
-sidebar_label: "MultipleStopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MultipleStopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MultipleStopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MultipleStopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MuseumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MuseumIcon.md
deleted file mode 100644
index ff139995b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MuseumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MuseumIcon"
-title: "Function: MuseumIcon"
-sidebar_label: "MuseumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MuseumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MuseumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MuseumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MusicNoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MusicNoteIcon.md
deleted file mode 100644
index c7a2b6dce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MusicNoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MusicNoteIcon"
-title: "Function: MusicNoteIcon"
-sidebar_label: "MusicNoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MusicNoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MusicNoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MusicNoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MusicOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MusicOffIcon.md
deleted file mode 100644
index 467c0fca9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MusicOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MusicOffIcon"
-title: "Function: MusicOffIcon"
-sidebar_label: "MusicOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MusicOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MusicOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MusicOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MusicVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MusicVideoIcon.md
deleted file mode 100644
index e02b1819e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MusicVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MusicVideoIcon"
-title: "Function: MusicVideoIcon"
-sidebar_label: "MusicVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MusicVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MusicVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MusicVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/MyLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/MyLocationIcon.md
deleted file mode 100644
index 4d77823b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/MyLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "MyLocationIcon"
-title: "Function: MyLocationIcon"
-sidebar_label: "MyLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **MyLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/MyLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/MyLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NatIcon.md
deleted file mode 100644
index 8622427fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NatIcon"
-title: "Function: NatIcon"
-sidebar_label: "NatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NatureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NatureIcon.md
deleted file mode 100644
index e50178931..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NatureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NatureIcon"
-title: "Function: NatureIcon"
-sidebar_label: "NatureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NatureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NatureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NatureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NaturePeopleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NaturePeopleIcon.md
deleted file mode 100644
index 5d724d620..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NaturePeopleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NaturePeopleIcon"
-title: "Function: NaturePeopleIcon"
-sidebar_label: "NaturePeopleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NaturePeopleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NaturePeopleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NaturePeopleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigateBeforeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NavigateBeforeIcon.md
deleted file mode 100644
index 66b3628b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigateBeforeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NavigateBeforeIcon"
-title: "Function: NavigateBeforeIcon"
-sidebar_label: "NavigateBeforeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigateBeforeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NavigateBeforeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NavigateBeforeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigateNextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NavigateNextIcon.md
deleted file mode 100644
index bda787d2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigateNextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NavigateNextIcon"
-title: "Function: NavigateNextIcon"
-sidebar_label: "NavigateNextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigateNextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NavigateNextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NavigateNextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigationCollectionCard.md b/website/versioned_docs/version-2.0.0/api/functions/NavigationCollectionCard.md
deleted file mode 100644
index ff3c826d9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigationCollectionCard.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "NavigationCollectionCard"
-title: "Function: NavigationCollectionCard"
-sidebar_label: "NavigationCollectionCard"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigationCollectionCard**(`«destructured»`): `Element`
-
-This is the component used in the home page to render a card for each
-collection.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TopNavigationEntry`](../interfaces/TopNavigationEntry.md) & \{ `onClick?`: () => `void` } |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/HomePage/NavigationCollectionCard.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/HomePage/NavigationCollectionCard.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigationGroup.md b/website/versioned_docs/version-2.0.0/api/functions/NavigationGroup.md
deleted file mode 100644
index 8307b9947..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigationGroup.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NavigationGroup"
-title: "Function: NavigationGroup"
-sidebar_label: "NavigationGroup"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigationGroup**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `PropsWithChildren`\<\{ `group`: `undefined` \| `string` }\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/HomePage/NavigationGroup.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/HomePage/NavigationGroup.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NavigationIcon.md
deleted file mode 100644
index e6e79cec5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NavigationIcon"
-title: "Function: NavigationIcon"
-sidebar_label: "NavigationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NavigationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NavigationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NavigationRoutes.md b/website/versioned_docs/version-2.0.0/api/functions/NavigationRoutes.md
deleted file mode 100644
index e33c90949..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NavigationRoutes.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "NavigationRoutes"
-title: "Function: NavigationRoutes"
-sidebar_label: "NavigationRoutes"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NavigationRoutes**(`props`): `ReactNode`
-
-This component is in charge of rendering
-all the related routes (entity collection root views, custom views
-or the home route) related to a [NavigationContext](../types/NavigationContext.md).
-This component needs a parent [FireCMS](FireCMS.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`NavigationRoutesProps`](../types/NavigationRoutesProps.md) |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NearMeDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NearMeDisabledIcon.md
deleted file mode 100644
index 56863d88d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NearMeDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NearMeDisabledIcon"
-title: "Function: NearMeDisabledIcon"
-sidebar_label: "NearMeDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NearMeDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NearMeDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NearMeDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NearMeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NearMeIcon.md
deleted file mode 100644
index 702b49eeb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NearMeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NearMeIcon"
-title: "Function: NearMeIcon"
-sidebar_label: "NearMeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NearMeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NearMeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NearMeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NearbyErrorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NearbyErrorIcon.md
deleted file mode 100644
index ac1b2ae3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NearbyErrorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NearbyErrorIcon"
-title: "Function: NearbyErrorIcon"
-sidebar_label: "NearbyErrorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NearbyErrorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NearbyErrorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NearbyErrorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NearbyOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NearbyOffIcon.md
deleted file mode 100644
index 10a606079..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NearbyOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NearbyOffIcon"
-title: "Function: NearbyOffIcon"
-sidebar_label: "NearbyOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NearbyOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NearbyOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NearbyOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NestCamWiredStandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NestCamWiredStandIcon.md
deleted file mode 100644
index c92e09b37..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NestCamWiredStandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NestCamWiredStandIcon"
-title: "Function: NestCamWiredStandIcon"
-sidebar_label: "NestCamWiredStandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NestCamWiredStandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NestCamWiredStandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NestCamWiredStandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkCellIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkCellIcon.md
deleted file mode 100644
index 37d966309..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkCellIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkCellIcon"
-title: "Function: NetworkCellIcon"
-sidebar_label: "NetworkCellIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkCellIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkCellIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkCellIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkCheckIcon.md
deleted file mode 100644
index 9e1e77f1b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkCheckIcon"
-title: "Function: NetworkCheckIcon"
-sidebar_label: "NetworkCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkLockedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkLockedIcon.md
deleted file mode 100644
index 45a72e107..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkLockedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkLockedIcon"
-title: "Function: NetworkLockedIcon"
-sidebar_label: "NetworkLockedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkLockedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkLockedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkLockedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkPingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkPingIcon.md
deleted file mode 100644
index 84312297b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkPingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkPingIcon"
-title: "Function: NetworkPingIcon"
-sidebar_label: "NetworkPingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkPingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkPingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkPingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi1BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi1BarIcon.md
deleted file mode 100644
index 71cb15a32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi1BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkWifi1BarIcon"
-title: "Function: NetworkWifi1BarIcon"
-sidebar_label: "NetworkWifi1BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkWifi1BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkWifi1BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkWifi1BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi2BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi2BarIcon.md
deleted file mode 100644
index 87a439d91..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi2BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkWifi2BarIcon"
-title: "Function: NetworkWifi2BarIcon"
-sidebar_label: "NetworkWifi2BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkWifi2BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkWifi2BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkWifi2BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi3BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi3BarIcon.md
deleted file mode 100644
index 1b1d7b7ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifi3BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkWifi3BarIcon"
-title: "Function: NetworkWifi3BarIcon"
-sidebar_label: "NetworkWifi3BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkWifi3BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkWifi3BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkWifi3BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NetworkWifiIcon.md
deleted file mode 100644
index 1fa2769b6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NetworkWifiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NetworkWifiIcon"
-title: "Function: NetworkWifiIcon"
-sidebar_label: "NetworkWifiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NetworkWifiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NetworkWifiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NetworkWifiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NewLabelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NewLabelIcon.md
deleted file mode 100644
index aadde5d99..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NewLabelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NewLabelIcon"
-title: "Function: NewLabelIcon"
-sidebar_label: "NewLabelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NewLabelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NewLabelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NewLabelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NewReleasesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NewReleasesIcon.md
deleted file mode 100644
index 5c71a2854..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NewReleasesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NewReleasesIcon"
-title: "Function: NewReleasesIcon"
-sidebar_label: "NewReleasesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NewReleasesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NewReleasesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NewReleasesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NewspaperIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NewspaperIcon.md
deleted file mode 100644
index d94a2ae04..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NewspaperIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NewspaperIcon"
-title: "Function: NewspaperIcon"
-sidebar_label: "NewspaperIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NewspaperIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NewspaperIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NewspaperIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NextPlanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NextPlanIcon.md
deleted file mode 100644
index 12c90bc02..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NextPlanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NextPlanIcon"
-title: "Function: NextPlanIcon"
-sidebar_label: "NextPlanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NextPlanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NextPlanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NextPlanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NextWeekIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NextWeekIcon.md
deleted file mode 100644
index 004082b05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NextWeekIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NextWeekIcon"
-title: "Function: NextWeekIcon"
-sidebar_label: "NextWeekIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NextWeekIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NextWeekIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NextWeekIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NfcIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NfcIcon.md
deleted file mode 100644
index 6c5d0f6a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NfcIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NfcIcon"
-title: "Function: NfcIcon"
-sidebar_label: "NfcIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NfcIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NfcIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NfcIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NightShelterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NightShelterIcon.md
deleted file mode 100644
index a5707ca01..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NightShelterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NightShelterIcon"
-title: "Function: NightShelterIcon"
-sidebar_label: "NightShelterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NightShelterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NightShelterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NightShelterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NightlifeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NightlifeIcon.md
deleted file mode 100644
index 74513b416..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NightlifeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NightlifeIcon"
-title: "Function: NightlifeIcon"
-sidebar_label: "NightlifeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NightlifeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NightlifeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NightlifeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NightlightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NightlightIcon.md
deleted file mode 100644
index df06c5c52..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NightlightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NightlightIcon"
-title: "Function: NightlightIcon"
-sidebar_label: "NightlightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NightlightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NightlightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NightlightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NightlightRoundIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NightlightRoundIcon.md
deleted file mode 100644
index b5b7dc34f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NightlightRoundIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NightlightRoundIcon"
-title: "Function: NightlightRoundIcon"
-sidebar_label: "NightlightRoundIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NightlightRoundIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NightlightRoundIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NightlightRoundIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NightsStayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NightsStayIcon.md
deleted file mode 100644
index 815ff753c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NightsStayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NightsStayIcon"
-title: "Function: NightsStayIcon"
-sidebar_label: "NightsStayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NightsStayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NightsStayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NightsStayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoAccountsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoAccountsIcon.md
deleted file mode 100644
index 067cb96ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoAccountsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoAccountsIcon"
-title: "Function: NoAccountsIcon"
-sidebar_label: "NoAccountsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoAccountsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoAccountsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoAccountsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoAdultContentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoAdultContentIcon.md
deleted file mode 100644
index a0f22ba38..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoAdultContentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoAdultContentIcon"
-title: "Function: NoAdultContentIcon"
-sidebar_label: "NoAdultContentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoAdultContentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoAdultContentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoAdultContentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoBackpackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoBackpackIcon.md
deleted file mode 100644
index 9883d004c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoBackpackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoBackpackIcon"
-title: "Function: NoBackpackIcon"
-sidebar_label: "NoBackpackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoBackpackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoBackpackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoBackpackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoCellIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoCellIcon.md
deleted file mode 100644
index 288fd0feb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoCellIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoCellIcon"
-title: "Function: NoCellIcon"
-sidebar_label: "NoCellIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoCellIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoCellIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoCellIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoCrashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoCrashIcon.md
deleted file mode 100644
index edb81568b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoCrashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoCrashIcon"
-title: "Function: NoCrashIcon"
-sidebar_label: "NoCrashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoCrashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoCrashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoCrashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoDrinksIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoDrinksIcon.md
deleted file mode 100644
index ee1bfe0dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoDrinksIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoDrinksIcon"
-title: "Function: NoDrinksIcon"
-sidebar_label: "NoDrinksIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoDrinksIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoDrinksIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoDrinksIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionGmailerrorredIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionGmailerrorredIcon.md
deleted file mode 100644
index 8e37311d5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionGmailerrorredIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoEncryptionGmailerrorredIcon"
-title: "Function: NoEncryptionGmailerrorredIcon"
-sidebar_label: "NoEncryptionGmailerrorredIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoEncryptionGmailerrorredIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoEncryptionGmailerrorredIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoEncryptionGmailerrorredIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionIcon.md
deleted file mode 100644
index 34bc9f860..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoEncryptionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoEncryptionIcon"
-title: "Function: NoEncryptionIcon"
-sidebar_label: "NoEncryptionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoEncryptionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoEncryptionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoEncryptionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoFlashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoFlashIcon.md
deleted file mode 100644
index f0f0b5a0f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoFlashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoFlashIcon"
-title: "Function: NoFlashIcon"
-sidebar_label: "NoFlashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoFlashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoFlashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoFlashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoFoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoFoodIcon.md
deleted file mode 100644
index 8f93d4492..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoFoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoFoodIcon"
-title: "Function: NoFoodIcon"
-sidebar_label: "NoFoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoFoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoFoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoFoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoLuggageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoLuggageIcon.md
deleted file mode 100644
index 2bb8bca6c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoLuggageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoLuggageIcon"
-title: "Function: NoLuggageIcon"
-sidebar_label: "NoLuggageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoLuggageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoLuggageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoLuggageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoMealsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoMealsIcon.md
deleted file mode 100644
index cb028c302..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoMealsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoMealsIcon"
-title: "Function: NoMealsIcon"
-sidebar_label: "NoMealsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoMealsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoMealsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoMealsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoMeetingRoomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoMeetingRoomIcon.md
deleted file mode 100644
index 0531efc8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoMeetingRoomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoMeetingRoomIcon"
-title: "Function: NoMeetingRoomIcon"
-sidebar_label: "NoMeetingRoomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoMeetingRoomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoMeetingRoomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoMeetingRoomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoPhotographyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoPhotographyIcon.md
deleted file mode 100644
index d0f37d13d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoPhotographyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoPhotographyIcon"
-title: "Function: NoPhotographyIcon"
-sidebar_label: "NoPhotographyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoPhotographyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoPhotographyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoPhotographyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoSimIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoSimIcon.md
deleted file mode 100644
index ce7eb6891..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoSimIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoSimIcon"
-title: "Function: NoSimIcon"
-sidebar_label: "NoSimIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoSimIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoSimIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoSimIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoStrollerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoStrollerIcon.md
deleted file mode 100644
index d8daad1ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoStrollerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoStrollerIcon"
-title: "Function: NoStrollerIcon"
-sidebar_label: "NoStrollerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoStrollerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoStrollerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoStrollerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoTransferIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoTransferIcon.md
deleted file mode 100644
index 23e866b04..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoTransferIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoTransferIcon"
-title: "Function: NoTransferIcon"
-sidebar_label: "NoTransferIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoTransferIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoTransferIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoTransferIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoiseAwareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoiseAwareIcon.md
deleted file mode 100644
index 6885feb3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoiseAwareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoiseAwareIcon"
-title: "Function: NoiseAwareIcon"
-sidebar_label: "NoiseAwareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoiseAwareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoiseAwareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoiseAwareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoiseControlOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoiseControlOffIcon.md
deleted file mode 100644
index 11a9bdd76..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoiseControlOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoiseControlOffIcon"
-title: "Function: NoiseControlOffIcon"
-sidebar_label: "NoiseControlOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoiseControlOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoiseControlOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoiseControlOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NordicWalkingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NordicWalkingIcon.md
deleted file mode 100644
index 0af0126e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NordicWalkingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NordicWalkingIcon"
-title: "Function: NordicWalkingIcon"
-sidebar_label: "NordicWalkingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NordicWalkingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NordicWalkingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NordicWalkingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NorthEastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NorthEastIcon.md
deleted file mode 100644
index 12ce249d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NorthEastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NorthEastIcon"
-title: "Function: NorthEastIcon"
-sidebar_label: "NorthEastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NorthEastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NorthEastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NorthEastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NorthIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NorthIcon.md
deleted file mode 100644
index 298d3874d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NorthIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NorthIcon"
-title: "Function: NorthIcon"
-sidebar_label: "NorthIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NorthIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NorthIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NorthIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NorthWestIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NorthWestIcon.md
deleted file mode 100644
index 495ea53b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NorthWestIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NorthWestIcon"
-title: "Function: NorthWestIcon"
-sidebar_label: "NorthWestIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NorthWestIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NorthWestIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NorthWestIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotAccessibleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotAccessibleIcon.md
deleted file mode 100644
index 81e455387..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotAccessibleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotAccessibleIcon"
-title: "Function: NotAccessibleIcon"
-sidebar_label: "NotAccessibleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotAccessibleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotAccessibleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotAccessibleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotFoundPage.md b/website/versioned_docs/version-2.0.0/api/functions/NotFoundPage.md
deleted file mode 100644
index 1f50541de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotFoundPage.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "NotFoundPage"
-title: "Function: NotFoundPage"
-sidebar_label: "NotFoundPage"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotFoundPage**(): `Element`
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/NotFoundPage.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/NotFoundPage.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotInterestedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotInterestedIcon.md
deleted file mode 100644
index 45aaeca72..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotInterestedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotInterestedIcon"
-title: "Function: NotInterestedIcon"
-sidebar_label: "NotInterestedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotInterestedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotInterestedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotInterestedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotListedLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotListedLocationIcon.md
deleted file mode 100644
index 95ff9a9a2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotListedLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotListedLocationIcon"
-title: "Function: NotListedLocationIcon"
-sidebar_label: "NotListedLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotListedLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotListedLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotListedLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotStartedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotStartedIcon.md
deleted file mode 100644
index 811b2cecf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotStartedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotStartedIcon"
-title: "Function: NotStartedIcon"
-sidebar_label: "NotStartedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotStartedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotStartedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotStartedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoteAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoteAddIcon.md
deleted file mode 100644
index b12ba1900..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoteAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoteAddIcon"
-title: "Function: NoteAddIcon"
-sidebar_label: "NoteAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoteAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoteAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoteAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoteAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoteAltIcon.md
deleted file mode 100644
index 20380aaa3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoteAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoteAltIcon"
-title: "Function: NoteAltIcon"
-sidebar_label: "NoteAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoteAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoteAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoteAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NoteIcon.md
deleted file mode 100644
index c90efc2d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NoteIcon"
-title: "Function: NoteIcon"
-sidebar_label: "NoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotesIcon.md
deleted file mode 100644
index 4e99de27d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotesIcon"
-title: "Function: NotesIcon"
-sidebar_label: "NotesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationAddIcon.md
deleted file mode 100644
index b7c9ae087..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationAddIcon"
-title: "Function: NotificationAddIcon"
-sidebar_label: "NotificationAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationImportantIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationImportantIcon.md
deleted file mode 100644
index 344fc4fa2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationImportantIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationImportantIcon"
-title: "Function: NotificationImportantIcon"
-sidebar_label: "NotificationImportantIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationImportantIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationImportantIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationImportantIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationsActiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationsActiveIcon.md
deleted file mode 100644
index 47bdd4902..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationsActiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationsActiveIcon"
-title: "Function: NotificationsActiveIcon"
-sidebar_label: "NotificationsActiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationsActiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationsActiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationsActiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationsIcon.md
deleted file mode 100644
index 87b26269c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationsIcon"
-title: "Function: NotificationsIcon"
-sidebar_label: "NotificationsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationsNoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationsNoneIcon.md
deleted file mode 100644
index 47ee21147..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationsNoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationsNoneIcon"
-title: "Function: NotificationsNoneIcon"
-sidebar_label: "NotificationsNoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationsNoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationsNoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationsNoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationsOffIcon.md
deleted file mode 100644
index 7ce528413..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationsOffIcon"
-title: "Function: NotificationsOffIcon"
-sidebar_label: "NotificationsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NotificationsPausedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NotificationsPausedIcon.md
deleted file mode 100644
index a89a2fb95..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NotificationsPausedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NotificationsPausedIcon"
-title: "Function: NotificationsPausedIcon"
-sidebar_label: "NotificationsPausedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NotificationsPausedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NotificationsPausedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NotificationsPausedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NumberPropertyPreview.md b/website/versioned_docs/version-2.0.0/api/functions/NumberPropertyPreview.md
deleted file mode 100644
index 51a4d8c76..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NumberPropertyPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NumberPropertyPreview"
-title: "Function: NumberPropertyPreview"
-sidebar_label: "NumberPropertyPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NumberPropertyPreview**(`«destructured»`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`number`, `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/NumberPropertyPreview.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/NumberPropertyPreview.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/NumbersIcon.md b/website/versioned_docs/version-2.0.0/api/functions/NumbersIcon.md
deleted file mode 100644
index af67f0607..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/NumbersIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "NumbersIcon"
-title: "Function: NumbersIcon"
-sidebar_label: "NumbersIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **NumbersIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/NumbersIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/NumbersIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OfflineBoltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OfflineBoltIcon.md
deleted file mode 100644
index b3c637c88..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OfflineBoltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OfflineBoltIcon"
-title: "Function: OfflineBoltIcon"
-sidebar_label: "OfflineBoltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OfflineBoltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OfflineBoltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OfflineBoltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OfflinePinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OfflinePinIcon.md
deleted file mode 100644
index 876148456..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OfflinePinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OfflinePinIcon"
-title: "Function: OfflinePinIcon"
-sidebar_label: "OfflinePinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OfflinePinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OfflinePinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OfflinePinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OfflineShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OfflineShareIcon.md
deleted file mode 100644
index a4775931a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OfflineShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OfflineShareIcon"
-title: "Function: OfflineShareIcon"
-sidebar_label: "OfflineShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OfflineShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OfflineShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OfflineShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OilBarrelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OilBarrelIcon.md
deleted file mode 100644
index a3eef9a11..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OilBarrelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OilBarrelIcon"
-title: "Function: OilBarrelIcon"
-sidebar_label: "OilBarrelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OilBarrelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OilBarrelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OilBarrelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OnDeviceTrainingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OnDeviceTrainingIcon.md
deleted file mode 100644
index 0847051a0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OnDeviceTrainingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OnDeviceTrainingIcon"
-title: "Function: OnDeviceTrainingIcon"
-sidebar_label: "OnDeviceTrainingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OnDeviceTrainingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OnDeviceTrainingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OnDeviceTrainingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OndemandVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OndemandVideoIcon.md
deleted file mode 100644
index d2f4b368e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OndemandVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OndemandVideoIcon"
-title: "Function: OndemandVideoIcon"
-sidebar_label: "OndemandVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OndemandVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OndemandVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OndemandVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OnlinePredictionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OnlinePredictionIcon.md
deleted file mode 100644
index 3f8b6e183..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OnlinePredictionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OnlinePredictionIcon"
-title: "Function: OnlinePredictionIcon"
-sidebar_label: "OnlinePredictionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OnlinePredictionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OnlinePredictionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OnlinePredictionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpacityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpacityIcon.md
deleted file mode 100644
index be56c566f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpacityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpacityIcon"
-title: "Function: OpacityIcon"
-sidebar_label: "OpacityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpacityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpacityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpacityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpenInBrowserIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpenInBrowserIcon.md
deleted file mode 100644
index fd87f25f2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpenInBrowserIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpenInBrowserIcon"
-title: "Function: OpenInBrowserIcon"
-sidebar_label: "OpenInBrowserIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpenInBrowserIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpenInBrowserIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpenInBrowserIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpenInFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpenInFullIcon.md
deleted file mode 100644
index 7977d084b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpenInFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpenInFullIcon"
-title: "Function: OpenInFullIcon"
-sidebar_label: "OpenInFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpenInFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpenInFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpenInFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpenInNewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpenInNewIcon.md
deleted file mode 100644
index dd0fcfe69..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpenInNewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpenInNewIcon"
-title: "Function: OpenInNewIcon"
-sidebar_label: "OpenInNewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpenInNewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpenInNewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpenInNewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpenInNewOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpenInNewOffIcon.md
deleted file mode 100644
index 7ba9cbc3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpenInNewOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpenInNewOffIcon"
-title: "Function: OpenInNewOffIcon"
-sidebar_label: "OpenInNewOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpenInNewOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpenInNewOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpenInNewOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OpenWithIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OpenWithIcon.md
deleted file mode 100644
index ba52605ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OpenWithIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OpenWithIcon"
-title: "Function: OpenWithIcon"
-sidebar_label: "OpenWithIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OpenWithIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OpenWithIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OpenWithIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OtherHousesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OtherHousesIcon.md
deleted file mode 100644
index 98bee6f02..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OtherHousesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OtherHousesIcon"
-title: "Function: OtherHousesIcon"
-sidebar_label: "OtherHousesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OtherHousesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OtherHousesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OtherHousesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutboundIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutboundIcon.md
deleted file mode 100644
index b5971768a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutboundIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutboundIcon"
-title: "Function: OutboundIcon"
-sidebar_label: "OutboundIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutboundIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutboundIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutboundIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutboxIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutboxIcon.md
deleted file mode 100644
index 1697ac389..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutboxIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutboxIcon"
-title: "Function: OutboxIcon"
-sidebar_label: "OutboxIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutboxIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutboxIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutboxIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutdoorGrillIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutdoorGrillIcon.md
deleted file mode 100644
index 565ae0637..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutdoorGrillIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutdoorGrillIcon"
-title: "Function: OutdoorGrillIcon"
-sidebar_label: "OutdoorGrillIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutdoorGrillIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutdoorGrillIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutdoorGrillIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutletIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutletIcon.md
deleted file mode 100644
index 4c55e6c27..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutletIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutletIcon"
-title: "Function: OutletIcon"
-sidebar_label: "OutletIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutletIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutletIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutletIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutlinedFlagIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutlinedFlagIcon.md
deleted file mode 100644
index 1d762fb01..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutlinedFlagIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutlinedFlagIcon"
-title: "Function: OutlinedFlagIcon"
-sidebar_label: "OutlinedFlagIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutlinedFlagIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutlinedFlagIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutlinedFlagIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/OutputIcon.md b/website/versioned_docs/version-2.0.0/api/functions/OutputIcon.md
deleted file mode 100644
index b1529aeb0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/OutputIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "OutputIcon"
-title: "Function: OutputIcon"
-sidebar_label: "OutputIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **OutputIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/OutputIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/OutputIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PaddingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PaddingIcon.md
deleted file mode 100644
index 22f15ff65..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PaddingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PaddingIcon"
-title: "Function: PaddingIcon"
-sidebar_label: "PaddingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PaddingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PaddingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PaddingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PagesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PagesIcon.md
deleted file mode 100644
index 8136db5bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PagesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PagesIcon"
-title: "Function: PagesIcon"
-sidebar_label: "PagesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PagesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PagesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PagesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PageviewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PageviewIcon.md
deleted file mode 100644
index 47a77d9b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PageviewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PageviewIcon"
-title: "Function: PageviewIcon"
-sidebar_label: "PageviewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PageviewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PageviewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PageviewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PaidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PaidIcon.md
deleted file mode 100644
index ff9e3a4a6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PaidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PaidIcon"
-title: "Function: PaidIcon"
-sidebar_label: "PaidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PaidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PaidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PaidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PaletteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PaletteIcon.md
deleted file mode 100644
index bc0890453..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PaletteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PaletteIcon"
-title: "Function: PaletteIcon"
-sidebar_label: "PaletteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PaletteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PaletteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PaletteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanToolAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanToolAltIcon.md
deleted file mode 100644
index 6dda561f9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanToolAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanToolAltIcon"
-title: "Function: PanToolAltIcon"
-sidebar_label: "PanToolAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanToolAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanToolAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanToolAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanToolIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanToolIcon.md
deleted file mode 100644
index b58b48ae7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanToolIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanToolIcon"
-title: "Function: PanToolIcon"
-sidebar_label: "PanToolIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanToolIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanToolIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanToolIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaFishEyeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaFishEyeIcon.md
deleted file mode 100644
index cb7ef2255..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaFishEyeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaFishEyeIcon"
-title: "Function: PanoramaFishEyeIcon"
-sidebar_label: "PanoramaFishEyeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaFishEyeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaFishEyeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaFishEyeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalIcon.md
deleted file mode 100644
index 9431e57cd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaHorizontalIcon"
-title: "Function: PanoramaHorizontalIcon"
-sidebar_label: "PanoramaHorizontalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaHorizontalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaHorizontalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaHorizontalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalSelectIcon.md
deleted file mode 100644
index 135346dc8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaHorizontalSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaHorizontalSelectIcon"
-title: "Function: PanoramaHorizontalSelectIcon"
-sidebar_label: "PanoramaHorizontalSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaHorizontalSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaHorizontalSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaHorizontalSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaIcon.md
deleted file mode 100644
index d2ff969c4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaIcon"
-title: "Function: PanoramaIcon"
-sidebar_label: "PanoramaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereIcon.md
deleted file mode 100644
index 735ca4a30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaPhotosphereIcon"
-title: "Function: PanoramaPhotosphereIcon"
-sidebar_label: "PanoramaPhotosphereIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaPhotosphereIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaPhotosphereIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaPhotosphereIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereSelectIcon.md
deleted file mode 100644
index 7add93799..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaPhotosphereSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaPhotosphereSelectIcon"
-title: "Function: PanoramaPhotosphereSelectIcon"
-sidebar_label: "PanoramaPhotosphereSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaPhotosphereSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaPhotosphereSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaPhotosphereSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalIcon.md
deleted file mode 100644
index f7e939029..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaVerticalIcon"
-title: "Function: PanoramaVerticalIcon"
-sidebar_label: "PanoramaVerticalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaVerticalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaVerticalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaVerticalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalSelectIcon.md
deleted file mode 100644
index ace4b64ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaVerticalSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaVerticalSelectIcon"
-title: "Function: PanoramaVerticalSelectIcon"
-sidebar_label: "PanoramaVerticalSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaVerticalSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaVerticalSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaVerticalSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleIcon.md
deleted file mode 100644
index 2149d2bd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaWideAngleIcon"
-title: "Function: PanoramaWideAngleIcon"
-sidebar_label: "PanoramaWideAngleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaWideAngleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaWideAngleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaWideAngleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleSelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleSelectIcon.md
deleted file mode 100644
index a31313d82..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PanoramaWideAngleSelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PanoramaWideAngleSelectIcon"
-title: "Function: PanoramaWideAngleSelectIcon"
-sidebar_label: "PanoramaWideAngleSelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PanoramaWideAngleSelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PanoramaWideAngleSelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PanoramaWideAngleSelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Paper.md b/website/versioned_docs/version-2.0.0/api/functions/Paper.md
deleted file mode 100644
index 9f3377bf1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Paper.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "Paper"
-title: "Function: Paper"
-sidebar_label: "Paper"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Paper**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `className?` | `string` |
-| › `style?` | `CSSProperties` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Paper.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Paper.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ParaglidingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ParaglidingIcon.md
deleted file mode 100644
index 57050d644..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ParaglidingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ParaglidingIcon"
-title: "Function: ParaglidingIcon"
-sidebar_label: "ParaglidingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ParaglidingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ParaglidingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ParaglidingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ParkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ParkIcon.md
deleted file mode 100644
index a3faf5a2b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ParkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ParkIcon"
-title: "Function: ParkIcon"
-sidebar_label: "ParkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ParkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ParkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ParkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PartyModeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PartyModeIcon.md
deleted file mode 100644
index 647cccd96..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PartyModeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PartyModeIcon"
-title: "Function: PartyModeIcon"
-sidebar_label: "PartyModeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PartyModeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PartyModeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PartyModeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PasswordIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PasswordIcon.md
deleted file mode 100644
index 5a6f95adb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PasswordIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PasswordIcon"
-title: "Function: PasswordIcon"
-sidebar_label: "PasswordIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PasswordIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PasswordIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PasswordIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PatternIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PatternIcon.md
deleted file mode 100644
index 317a297f7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PatternIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PatternIcon"
-title: "Function: PatternIcon"
-sidebar_label: "PatternIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PatternIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PatternIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PatternIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PauseCircleFilledIcon.md
deleted file mode 100644
index f224a3734..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PauseCircleFilledIcon"
-title: "Function: PauseCircleFilledIcon"
-sidebar_label: "PauseCircleFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PauseCircleFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PauseCircleFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PauseCircleFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PauseCircleIcon.md
deleted file mode 100644
index 7c998b36e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PauseCircleIcon"
-title: "Function: PauseCircleIcon"
-sidebar_label: "PauseCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PauseCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PauseCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PauseCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PauseCircleOutlineIcon.md
deleted file mode 100644
index 65720d00f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PauseCircleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PauseCircleOutlineIcon"
-title: "Function: PauseCircleOutlineIcon"
-sidebar_label: "PauseCircleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PauseCircleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PauseCircleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PauseCircleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PauseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PauseIcon.md
deleted file mode 100644
index 71b1d5237..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PauseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PauseIcon"
-title: "Function: PauseIcon"
-sidebar_label: "PauseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PauseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PauseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PauseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PausePresentationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PausePresentationIcon.md
deleted file mode 100644
index edd72c0eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PausePresentationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PausePresentationIcon"
-title: "Function: PausePresentationIcon"
-sidebar_label: "PausePresentationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PausePresentationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PausePresentationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PausePresentationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PaymentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PaymentIcon.md
deleted file mode 100644
index d5b7ab9e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PaymentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PaymentIcon"
-title: "Function: PaymentIcon"
-sidebar_label: "PaymentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PaymentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PaymentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PaymentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PaymentsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PaymentsIcon.md
deleted file mode 100644
index bbf1c8fb9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PaymentsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PaymentsIcon"
-title: "Function: PaymentsIcon"
-sidebar_label: "PaymentsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PaymentsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PaymentsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PaymentsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PedalBikeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PedalBikeIcon.md
deleted file mode 100644
index 477494ee5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PedalBikeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PedalBikeIcon"
-title: "Function: PedalBikeIcon"
-sidebar_label: "PedalBikeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PedalBikeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PedalBikeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PedalBikeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PendingActionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PendingActionsIcon.md
deleted file mode 100644
index 37f2f7865..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PendingActionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PendingActionsIcon"
-title: "Function: PendingActionsIcon"
-sidebar_label: "PendingActionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PendingActionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PendingActionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PendingActionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PendingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PendingIcon.md
deleted file mode 100644
index f088c7cff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PendingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PendingIcon"
-title: "Function: PendingIcon"
-sidebar_label: "PendingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PendingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PendingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PendingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PentagonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PentagonIcon.md
deleted file mode 100644
index 3adc4c487..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PentagonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PentagonIcon"
-title: "Function: PentagonIcon"
-sidebar_label: "PentagonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PentagonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PentagonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PentagonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PeopleAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PeopleAltIcon.md
deleted file mode 100644
index 46245f69e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PeopleAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PeopleAltIcon"
-title: "Function: PeopleAltIcon"
-sidebar_label: "PeopleAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PeopleAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PeopleAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PeopleAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PeopleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PeopleIcon.md
deleted file mode 100644
index 248702cc2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PeopleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PeopleIcon"
-title: "Function: PeopleIcon"
-sidebar_label: "PeopleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PeopleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PeopleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PeopleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PeopleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PeopleOutlineIcon.md
deleted file mode 100644
index 5294324c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PeopleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PeopleOutlineIcon"
-title: "Function: PeopleOutlineIcon"
-sidebar_label: "PeopleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PeopleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PeopleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PeopleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PercentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PercentIcon.md
deleted file mode 100644
index 385a9db1b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PercentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PercentIcon"
-title: "Function: PercentIcon"
-sidebar_label: "PercentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PercentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PercentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PercentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermCameraMicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermCameraMicIcon.md
deleted file mode 100644
index 1983ca3ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermCameraMicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermCameraMicIcon"
-title: "Function: PermCameraMicIcon"
-sidebar_label: "PermCameraMicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermCameraMicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermCameraMicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermCameraMicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermContactCalendarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermContactCalendarIcon.md
deleted file mode 100644
index f047006d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermContactCalendarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermContactCalendarIcon"
-title: "Function: PermContactCalendarIcon"
-sidebar_label: "PermContactCalendarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermContactCalendarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermContactCalendarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermContactCalendarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermDataSettingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermDataSettingIcon.md
deleted file mode 100644
index 52ba5b67b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermDataSettingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermDataSettingIcon"
-title: "Function: PermDataSettingIcon"
-sidebar_label: "PermDataSettingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermDataSettingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermDataSettingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermDataSettingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermDeviceInformationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermDeviceInformationIcon.md
deleted file mode 100644
index 6719aefc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermDeviceInformationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermDeviceInformationIcon"
-title: "Function: PermDeviceInformationIcon"
-sidebar_label: "PermDeviceInformationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermDeviceInformationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermDeviceInformationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermDeviceInformationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermIdentityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermIdentityIcon.md
deleted file mode 100644
index 7183d8b72..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermIdentityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermIdentityIcon"
-title: "Function: PermIdentityIcon"
-sidebar_label: "PermIdentityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermIdentityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermIdentityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermIdentityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermMediaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermMediaIcon.md
deleted file mode 100644
index f5f6d9eae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermMediaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermMediaIcon"
-title: "Function: PermMediaIcon"
-sidebar_label: "PermMediaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermMediaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermMediaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermMediaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermPhoneMsgIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermPhoneMsgIcon.md
deleted file mode 100644
index b8a9b313b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermPhoneMsgIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermPhoneMsgIcon"
-title: "Function: PermPhoneMsgIcon"
-sidebar_label: "PermPhoneMsgIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermPhoneMsgIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermPhoneMsgIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermPhoneMsgIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PermScanWifiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PermScanWifiIcon.md
deleted file mode 100644
index 9a116fba9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PermScanWifiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PermScanWifiIcon"
-title: "Function: PermScanWifiIcon"
-sidebar_label: "PermScanWifiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PermScanWifiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PermScanWifiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PermScanWifiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Person2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Person2Icon.md
deleted file mode 100644
index ac0c1adfb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Person2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Person2Icon"
-title: "Function: Person2Icon"
-sidebar_label: "Person2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Person2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Person2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Person2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Person3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Person3Icon.md
deleted file mode 100644
index 6ba17e7c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Person3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Person3Icon"
-title: "Function: Person3Icon"
-sidebar_label: "Person3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Person3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Person3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Person3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Person4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Person4Icon.md
deleted file mode 100644
index 7f71f1d5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Person4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Person4Icon"
-title: "Function: Person4Icon"
-sidebar_label: "Person4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Person4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Person4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Person4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonAddAlt1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonAddAlt1Icon.md
deleted file mode 100644
index 9e65c58db..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonAddAlt1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonAddAlt1Icon"
-title: "Function: PersonAddAlt1Icon"
-sidebar_label: "PersonAddAlt1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonAddAlt1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonAddAlt1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonAddAlt1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonAddAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonAddAltIcon.md
deleted file mode 100644
index 6982fb6a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonAddAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonAddAltIcon"
-title: "Function: PersonAddAltIcon"
-sidebar_label: "PersonAddAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonAddAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonAddAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonAddAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonAddDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonAddDisabledIcon.md
deleted file mode 100644
index 935766aca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonAddDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonAddDisabledIcon"
-title: "Function: PersonAddDisabledIcon"
-sidebar_label: "PersonAddDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonAddDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonAddDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonAddDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonAddIcon.md
deleted file mode 100644
index f86b7986a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonAddIcon"
-title: "Function: PersonAddIcon"
-sidebar_label: "PersonAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonIcon.md
deleted file mode 100644
index 970d5842d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonIcon"
-title: "Function: PersonIcon"
-sidebar_label: "PersonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonOffIcon.md
deleted file mode 100644
index 0fc8bb8e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonOffIcon"
-title: "Function: PersonOffIcon"
-sidebar_label: "PersonOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonOutlineIcon.md
deleted file mode 100644
index a21bafebe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonOutlineIcon"
-title: "Function: PersonOutlineIcon"
-sidebar_label: "PersonOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonPinCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonPinCircleIcon.md
deleted file mode 100644
index ece72e166..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonPinCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonPinCircleIcon"
-title: "Function: PersonPinCircleIcon"
-sidebar_label: "PersonPinCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonPinCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonPinCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonPinCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonPinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonPinIcon.md
deleted file mode 100644
index 2e998b60c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonPinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonPinIcon"
-title: "Function: PersonPinIcon"
-sidebar_label: "PersonPinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonPinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonPinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonPinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveAlt1Icon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveAlt1Icon.md
deleted file mode 100644
index 8d04cf346..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveAlt1Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonRemoveAlt1Icon"
-title: "Function: PersonRemoveAlt1Icon"
-sidebar_label: "PersonRemoveAlt1Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonRemoveAlt1Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonRemoveAlt1Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonRemoveAlt1Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveIcon.md
deleted file mode 100644
index 66b2aa930..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonRemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonRemoveIcon"
-title: "Function: PersonRemoveIcon"
-sidebar_label: "PersonRemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonRemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonRemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonRemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonSearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonSearchIcon.md
deleted file mode 100644
index 9f8f38a15..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonSearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonSearchIcon"
-title: "Function: PersonSearchIcon"
-sidebar_label: "PersonSearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonSearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonSearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonSearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonalInjuryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonalInjuryIcon.md
deleted file mode 100644
index d42f7d780..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonalInjuryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonalInjuryIcon"
-title: "Function: PersonalInjuryIcon"
-sidebar_label: "PersonalInjuryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonalInjuryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonalInjuryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonalInjuryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PersonalVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PersonalVideoIcon.md
deleted file mode 100644
index fcf2087fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PersonalVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PersonalVideoIcon"
-title: "Function: PersonalVideoIcon"
-sidebar_label: "PersonalVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PersonalVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PersonalVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PersonalVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PestControlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PestControlIcon.md
deleted file mode 100644
index fe61c62f9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PestControlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PestControlIcon"
-title: "Function: PestControlIcon"
-sidebar_label: "PestControlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PestControlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PestControlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PestControlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PestControlRodentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PestControlRodentIcon.md
deleted file mode 100644
index 1720a0566..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PestControlRodentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PestControlRodentIcon"
-title: "Function: PestControlRodentIcon"
-sidebar_label: "PestControlRodentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PestControlRodentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PestControlRodentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PestControlRodentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PetsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PetsIcon.md
deleted file mode 100644
index c48299c4c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PetsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PetsIcon"
-title: "Function: PetsIcon"
-sidebar_label: "PetsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PetsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PetsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PetsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhishingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhishingIcon.md
deleted file mode 100644
index 30513db59..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhishingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhishingIcon"
-title: "Function: PhishingIcon"
-sidebar_label: "PhishingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhishingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhishingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhishingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneAndroidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneAndroidIcon.md
deleted file mode 100644
index 035cd1a0d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneAndroidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneAndroidIcon"
-title: "Function: PhoneAndroidIcon"
-sidebar_label: "PhoneAndroidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneAndroidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneAndroidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneAndroidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneBluetoothSpeakerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneBluetoothSpeakerIcon.md
deleted file mode 100644
index c3d553435..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneBluetoothSpeakerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneBluetoothSpeakerIcon"
-title: "Function: PhoneBluetoothSpeakerIcon"
-sidebar_label: "PhoneBluetoothSpeakerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneBluetoothSpeakerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneBluetoothSpeakerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneBluetoothSpeakerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneCallbackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneCallbackIcon.md
deleted file mode 100644
index a3776b32d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneCallbackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneCallbackIcon"
-title: "Function: PhoneCallbackIcon"
-sidebar_label: "PhoneCallbackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneCallbackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneCallbackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneCallbackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneDisabledIcon.md
deleted file mode 100644
index c93ff6098..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneDisabledIcon"
-title: "Function: PhoneDisabledIcon"
-sidebar_label: "PhoneDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneEnabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneEnabledIcon.md
deleted file mode 100644
index 72bb535e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneEnabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneEnabledIcon"
-title: "Function: PhoneEnabledIcon"
-sidebar_label: "PhoneEnabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneEnabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneEnabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneEnabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneForwardedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneForwardedIcon.md
deleted file mode 100644
index 209739eb2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneForwardedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneForwardedIcon"
-title: "Function: PhoneForwardedIcon"
-sidebar_label: "PhoneForwardedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneForwardedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneForwardedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneForwardedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneIcon.md
deleted file mode 100644
index 80c10765a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneIcon"
-title: "Function: PhoneIcon"
-sidebar_label: "PhoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneIphoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneIphoneIcon.md
deleted file mode 100644
index 2c8ac22f0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneIphoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneIphoneIcon"
-title: "Function: PhoneIphoneIcon"
-sidebar_label: "PhoneIphoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneIphoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneIphoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneIphoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneLockedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneLockedIcon.md
deleted file mode 100644
index 0e6d7fb39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneLockedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneLockedIcon"
-title: "Function: PhoneLockedIcon"
-sidebar_label: "PhoneLockedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneLockedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneLockedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneLockedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhoneMissedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhoneMissedIcon.md
deleted file mode 100644
index 08d20383a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhoneMissedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhoneMissedIcon"
-title: "Function: PhoneMissedIcon"
-sidebar_label: "PhoneMissedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhoneMissedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhoneMissedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhoneMissedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonePausedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonePausedIcon.md
deleted file mode 100644
index 483d32fdb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonePausedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonePausedIcon"
-title: "Function: PhonePausedIcon"
-sidebar_label: "PhonePausedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonePausedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonePausedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonePausedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkEraseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkEraseIcon.md
deleted file mode 100644
index 0a68c707e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkEraseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkEraseIcon"
-title: "Function: PhonelinkEraseIcon"
-sidebar_label: "PhonelinkEraseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkEraseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkEraseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkEraseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkIcon.md
deleted file mode 100644
index bf6c7cfdc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkIcon"
-title: "Function: PhonelinkIcon"
-sidebar_label: "PhonelinkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkLockIcon.md
deleted file mode 100644
index f372fa234..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkLockIcon"
-title: "Function: PhonelinkLockIcon"
-sidebar_label: "PhonelinkLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkOffIcon.md
deleted file mode 100644
index 02396e08a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkOffIcon"
-title: "Function: PhonelinkOffIcon"
-sidebar_label: "PhonelinkOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkRingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkRingIcon.md
deleted file mode 100644
index 2a1188c7e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkRingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkRingIcon"
-title: "Function: PhonelinkRingIcon"
-sidebar_label: "PhonelinkRingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkRingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkRingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkRingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkSetupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhonelinkSetupIcon.md
deleted file mode 100644
index b9ce413f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhonelinkSetupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhonelinkSetupIcon"
-title: "Function: PhonelinkSetupIcon"
-sidebar_label: "PhonelinkSetupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhonelinkSetupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhonelinkSetupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhonelinkSetupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoAlbumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoAlbumIcon.md
deleted file mode 100644
index 658a01430..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoAlbumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoAlbumIcon"
-title: "Function: PhotoAlbumIcon"
-sidebar_label: "PhotoAlbumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoAlbumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoAlbumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoAlbumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraBackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraBackIcon.md
deleted file mode 100644
index f3bdf63d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraBackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoCameraBackIcon"
-title: "Function: PhotoCameraBackIcon"
-sidebar_label: "PhotoCameraBackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoCameraBackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoCameraBackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoCameraBackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraFrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraFrontIcon.md
deleted file mode 100644
index d272769e1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraFrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoCameraFrontIcon"
-title: "Function: PhotoCameraFrontIcon"
-sidebar_label: "PhotoCameraFrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoCameraFrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoCameraFrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoCameraFrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraIcon.md
deleted file mode 100644
index f15c9d62e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoCameraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoCameraIcon"
-title: "Function: PhotoCameraIcon"
-sidebar_label: "PhotoCameraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoCameraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoCameraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoCameraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoFilterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoFilterIcon.md
deleted file mode 100644
index 597d133a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoFilterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoFilterIcon"
-title: "Function: PhotoFilterIcon"
-sidebar_label: "PhotoFilterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoFilterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoFilterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoFilterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoIcon.md
deleted file mode 100644
index 2db963d92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoIcon"
-title: "Function: PhotoIcon"
-sidebar_label: "PhotoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoLibraryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoLibraryIcon.md
deleted file mode 100644
index fa18dda3d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoLibraryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoLibraryIcon"
-title: "Function: PhotoLibraryIcon"
-sidebar_label: "PhotoLibraryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoLibraryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoLibraryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoLibraryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectActualIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectActualIcon.md
deleted file mode 100644
index f9b1ae4de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectActualIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoSizeSelectActualIcon"
-title: "Function: PhotoSizeSelectActualIcon"
-sidebar_label: "PhotoSizeSelectActualIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoSizeSelectActualIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoSizeSelectActualIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoSizeSelectActualIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectLargeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectLargeIcon.md
deleted file mode 100644
index 0e00b5182..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectLargeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoSizeSelectLargeIcon"
-title: "Function: PhotoSizeSelectLargeIcon"
-sidebar_label: "PhotoSizeSelectLargeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoSizeSelectLargeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoSizeSelectLargeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoSizeSelectLargeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectSmallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectSmallIcon.md
deleted file mode 100644
index 2c786d308..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhotoSizeSelectSmallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhotoSizeSelectSmallIcon"
-title: "Function: PhotoSizeSelectSmallIcon"
-sidebar_label: "PhotoSizeSelectSmallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhotoSizeSelectSmallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhotoSizeSelectSmallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhotoSizeSelectSmallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PhpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PhpIcon.md
deleted file mode 100644
index 69889ccf0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PhpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PhpIcon"
-title: "Function: PhpIcon"
-sidebar_label: "PhpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PhpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PhpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PhpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PianoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PianoIcon.md
deleted file mode 100644
index 12c90aa93..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PianoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PianoIcon"
-title: "Function: PianoIcon"
-sidebar_label: "PianoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PianoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PianoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PianoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PianoOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PianoOffIcon.md
deleted file mode 100644
index b24262f53..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PianoOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PianoOffIcon"
-title: "Function: PianoOffIcon"
-sidebar_label: "PianoOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PianoOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PianoOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PianoOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PictureAsPdfIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PictureAsPdfIcon.md
deleted file mode 100644
index e2d01ffbd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PictureAsPdfIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PictureAsPdfIcon"
-title: "Function: PictureAsPdfIcon"
-sidebar_label: "PictureAsPdfIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PictureAsPdfIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PictureAsPdfIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PictureAsPdfIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureAltIcon.md
deleted file mode 100644
index 3fd7c56c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PictureInPictureAltIcon"
-title: "Function: PictureInPictureAltIcon"
-sidebar_label: "PictureInPictureAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PictureInPictureAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PictureInPictureAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PictureInPictureAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureIcon.md
deleted file mode 100644
index 4512cd702..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PictureInPictureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PictureInPictureIcon"
-title: "Function: PictureInPictureIcon"
-sidebar_label: "PictureInPictureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PictureInPictureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PictureInPictureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PictureInPictureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PieChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PieChartIcon.md
deleted file mode 100644
index e24896c33..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PieChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PieChartIcon"
-title: "Function: PieChartIcon"
-sidebar_label: "PieChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PieChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PieChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PieChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PieChartOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PieChartOutlineIcon.md
deleted file mode 100644
index a83f38efd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PieChartOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PieChartOutlineIcon"
-title: "Function: PieChartOutlineIcon"
-sidebar_label: "PieChartOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PieChartOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PieChartOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PieChartOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PinDropIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PinDropIcon.md
deleted file mode 100644
index ab8996ef7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PinDropIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PinDropIcon"
-title: "Function: PinDropIcon"
-sidebar_label: "PinDropIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PinDropIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PinDropIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PinDropIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PinEndIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PinEndIcon.md
deleted file mode 100644
index c929d4fe7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PinEndIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PinEndIcon"
-title: "Function: PinEndIcon"
-sidebar_label: "PinEndIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PinEndIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PinEndIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PinEndIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PinIcon.md
deleted file mode 100644
index 768a232e5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PinIcon"
-title: "Function: PinIcon"
-sidebar_label: "PinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PinInvokeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PinInvokeIcon.md
deleted file mode 100644
index 8852b0ccc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PinInvokeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PinInvokeIcon"
-title: "Function: PinInvokeIcon"
-sidebar_label: "PinInvokeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PinInvokeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PinInvokeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PinInvokeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PinchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PinchIcon.md
deleted file mode 100644
index 360d84c17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PinchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PinchIcon"
-title: "Function: PinchIcon"
-sidebar_label: "PinchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PinchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PinchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PinchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PivotTableChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PivotTableChartIcon.md
deleted file mode 100644
index 65ef6606e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PivotTableChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PivotTableChartIcon"
-title: "Function: PivotTableChartIcon"
-sidebar_label: "PivotTableChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PivotTableChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PivotTableChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PivotTableChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PixIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PixIcon.md
deleted file mode 100644
index 868e9c69f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PixIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PixIcon"
-title: "Function: PixIcon"
-sidebar_label: "PixIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PixIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PixIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PixIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaceIcon.md
deleted file mode 100644
index 4688625f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaceIcon"
-title: "Function: PlaceIcon"
-sidebar_label: "PlaceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlagiarismIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlagiarismIcon.md
deleted file mode 100644
index f35bf9df5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlagiarismIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlagiarismIcon"
-title: "Function: PlagiarismIcon"
-sidebar_label: "PlagiarismIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlagiarismIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlagiarismIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlagiarismIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayArrowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayArrowIcon.md
deleted file mode 100644
index 3cbbf7479..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayArrowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayArrowIcon"
-title: "Function: PlayArrowIcon"
-sidebar_label: "PlayArrowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayArrowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayArrowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayArrowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayCircleFilledIcon.md
deleted file mode 100644
index c8787362f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayCircleFilledIcon"
-title: "Function: PlayCircleFilledIcon"
-sidebar_label: "PlayCircleFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayCircleFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayCircleFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayCircleFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayCircleIcon.md
deleted file mode 100644
index e6199e3f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayCircleIcon"
-title: "Function: PlayCircleIcon"
-sidebar_label: "PlayCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayCircleOutlineIcon.md
deleted file mode 100644
index 594b59bcd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayCircleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayCircleOutlineIcon"
-title: "Function: PlayCircleOutlineIcon"
-sidebar_label: "PlayCircleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayCircleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayCircleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayCircleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayDisabledIcon.md
deleted file mode 100644
index 2deb76c8f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayDisabledIcon"
-title: "Function: PlayDisabledIcon"
-sidebar_label: "PlayDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayForWorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayForWorkIcon.md
deleted file mode 100644
index 370d885e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayForWorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayForWorkIcon"
-title: "Function: PlayForWorkIcon"
-sidebar_label: "PlayForWorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayForWorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayForWorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayForWorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlayLessonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlayLessonIcon.md
deleted file mode 100644
index 84f41c04b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlayLessonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlayLessonIcon"
-title: "Function: PlayLessonIcon"
-sidebar_label: "PlayLessonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlayLessonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlayLessonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlayLessonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckCircleIcon.md
deleted file mode 100644
index b9b465dee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistAddCheckCircleIcon"
-title: "Function: PlaylistAddCheckCircleIcon"
-sidebar_label: "PlaylistAddCheckCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistAddCheckCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistAddCheckCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistAddCheckCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckIcon.md
deleted file mode 100644
index f317ffbf2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistAddCheckIcon"
-title: "Function: PlaylistAddCheckIcon"
-sidebar_label: "PlaylistAddCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistAddCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistAddCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistAddCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCircleIcon.md
deleted file mode 100644
index 28fe98a5e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistAddCircleIcon"
-title: "Function: PlaylistAddCircleIcon"
-sidebar_label: "PlaylistAddCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistAddCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistAddCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistAddCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddIcon.md
deleted file mode 100644
index b09312c8a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistAddIcon"
-title: "Function: PlaylistAddIcon"
-sidebar_label: "PlaylistAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistPlayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistPlayIcon.md
deleted file mode 100644
index ac6b343e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistPlayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistPlayIcon"
-title: "Function: PlaylistPlayIcon"
-sidebar_label: "PlaylistPlayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistPlayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistPlayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistPlayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlaylistRemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlaylistRemoveIcon.md
deleted file mode 100644
index 8a818f3bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlaylistRemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlaylistRemoveIcon"
-title: "Function: PlaylistRemoveIcon"
-sidebar_label: "PlaylistRemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlaylistRemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlaylistRemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlaylistRemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlumbingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlumbingIcon.md
deleted file mode 100644
index 93db07afe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlumbingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlumbingIcon"
-title: "Function: PlumbingIcon"
-sidebar_label: "PlumbingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlumbingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlumbingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlumbingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PlusOneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PlusOneIcon.md
deleted file mode 100644
index 1f1b5e6d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PlusOneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PlusOneIcon"
-title: "Function: PlusOneIcon"
-sidebar_label: "PlusOneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PlusOneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PlusOneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PlusOneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PodcastsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PodcastsIcon.md
deleted file mode 100644
index cbee2a802..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PodcastsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PodcastsIcon"
-title: "Function: PodcastsIcon"
-sidebar_label: "PodcastsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PodcastsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PodcastsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PodcastsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PointOfSaleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PointOfSaleIcon.md
deleted file mode 100644
index 833e69c74..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PointOfSaleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PointOfSaleIcon"
-title: "Function: PointOfSaleIcon"
-sidebar_label: "PointOfSaleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PointOfSaleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PointOfSaleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PointOfSaleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PolicyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PolicyIcon.md
deleted file mode 100644
index 57d08c4d0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PolicyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PolicyIcon"
-title: "Function: PolicyIcon"
-sidebar_label: "PolicyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PolicyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PolicyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PolicyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PollIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PollIcon.md
deleted file mode 100644
index fac7bc753..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PollIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PollIcon"
-title: "Function: PollIcon"
-sidebar_label: "PollIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PollIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PollIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PollIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PolylineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PolylineIcon.md
deleted file mode 100644
index b0c39ecf5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PolylineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PolylineIcon"
-title: "Function: PolylineIcon"
-sidebar_label: "PolylineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PolylineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PolylineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PolylineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PolymerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PolymerIcon.md
deleted file mode 100644
index e67c761d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PolymerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PolymerIcon"
-title: "Function: PolymerIcon"
-sidebar_label: "PolymerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PolymerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PolymerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PolymerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PoolIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PoolIcon.md
deleted file mode 100644
index 3adda674a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PoolIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PoolIcon"
-title: "Function: PoolIcon"
-sidebar_label: "PoolIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PoolIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PoolIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PoolIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Popover.md b/website/versioned_docs/version-2.0.0/api/functions/Popover.md
deleted file mode 100644
index 4b09e8cd5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Popover.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Popover"
-title: "Function: Popover"
-sidebar_label: "Popover"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Popover**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PopoverProps`](../interfaces/PopoverProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PortableWifiOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PortableWifiOffIcon.md
deleted file mode 100644
index 4e41ea787..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PortableWifiOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PortableWifiOffIcon"
-title: "Function: PortableWifiOffIcon"
-sidebar_label: "PortableWifiOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PortableWifiOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PortableWifiOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PortableWifiOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PortraitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PortraitIcon.md
deleted file mode 100644
index bfdd78915..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PortraitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PortraitIcon"
-title: "Function: PortraitIcon"
-sidebar_label: "PortraitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PortraitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PortraitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PortraitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PostAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PostAddIcon.md
deleted file mode 100644
index cdd761020..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PostAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PostAddIcon"
-title: "Function: PostAddIcon"
-sidebar_label: "PostAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PostAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PostAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PostAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PowerIcon.md
deleted file mode 100644
index c196a1574..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PowerIcon"
-title: "Function: PowerIcon"
-sidebar_label: "PowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PowerInputIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PowerInputIcon.md
deleted file mode 100644
index bc5882f1c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PowerInputIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PowerInputIcon"
-title: "Function: PowerInputIcon"
-sidebar_label: "PowerInputIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PowerInputIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PowerInputIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PowerInputIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PowerOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PowerOffIcon.md
deleted file mode 100644
index 228119c36..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PowerOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PowerOffIcon"
-title: "Function: PowerOffIcon"
-sidebar_label: "PowerOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PowerOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PowerOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PowerOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PowerSettingsNewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PowerSettingsNewIcon.md
deleted file mode 100644
index 39039eae8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PowerSettingsNewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PowerSettingsNewIcon"
-title: "Function: PowerSettingsNewIcon"
-sidebar_label: "PowerSettingsNewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PowerSettingsNewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PowerSettingsNewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PowerSettingsNewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PrecisionManufacturingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PrecisionManufacturingIcon.md
deleted file mode 100644
index 1736aa05b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PrecisionManufacturingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PrecisionManufacturingIcon"
-title: "Function: PrecisionManufacturingIcon"
-sidebar_label: "PrecisionManufacturingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PrecisionManufacturingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PrecisionManufacturingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PrecisionManufacturingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PregnantWomanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PregnantWomanIcon.md
deleted file mode 100644
index 82c72e038..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PregnantWomanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PregnantWomanIcon"
-title: "Function: PregnantWomanIcon"
-sidebar_label: "PregnantWomanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PregnantWomanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PregnantWomanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PregnantWomanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PresentToAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PresentToAllIcon.md
deleted file mode 100644
index f95f7feb6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PresentToAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PresentToAllIcon"
-title: "Function: PresentToAllIcon"
-sidebar_label: "PresentToAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PresentToAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PresentToAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PresentToAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PreviewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PreviewIcon.md
deleted file mode 100644
index 54215c9d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PreviewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PreviewIcon"
-title: "Function: PreviewIcon"
-sidebar_label: "PreviewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PreviewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PreviewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PreviewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PriceChangeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PriceChangeIcon.md
deleted file mode 100644
index 86c75d978..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PriceChangeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PriceChangeIcon"
-title: "Function: PriceChangeIcon"
-sidebar_label: "PriceChangeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PriceChangeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PriceChangeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PriceChangeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PriceCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PriceCheckIcon.md
deleted file mode 100644
index b94ab82a6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PriceCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PriceCheckIcon"
-title: "Function: PriceCheckIcon"
-sidebar_label: "PriceCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PriceCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PriceCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PriceCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PrintDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PrintDisabledIcon.md
deleted file mode 100644
index eec51ecc7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PrintDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PrintDisabledIcon"
-title: "Function: PrintDisabledIcon"
-sidebar_label: "PrintDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PrintDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PrintDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PrintDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PrintIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PrintIcon.md
deleted file mode 100644
index ef11b3bc0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PrintIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PrintIcon"
-title: "Function: PrintIcon"
-sidebar_label: "PrintIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PrintIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PrintIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PrintIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PriorityHighIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PriorityHighIcon.md
deleted file mode 100644
index b925a7acd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PriorityHighIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PriorityHighIcon"
-title: "Function: PriorityHighIcon"
-sidebar_label: "PriorityHighIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PriorityHighIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PriorityHighIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PriorityHighIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PrivacyTipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PrivacyTipIcon.md
deleted file mode 100644
index ff31fe005..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PrivacyTipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PrivacyTipIcon"
-title: "Function: PrivacyTipIcon"
-sidebar_label: "PrivacyTipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PrivacyTipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PrivacyTipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PrivacyTipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PrivateConnectivityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PrivateConnectivityIcon.md
deleted file mode 100644
index e798fb8c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PrivateConnectivityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PrivateConnectivityIcon"
-title: "Function: PrivateConnectivityIcon"
-sidebar_label: "PrivateConnectivityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PrivateConnectivityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PrivateConnectivityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PrivateConnectivityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ProductionQuantityLimitsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ProductionQuantityLimitsIcon.md
deleted file mode 100644
index 3f3550ccd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ProductionQuantityLimitsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ProductionQuantityLimitsIcon"
-title: "Function: ProductionQuantityLimitsIcon"
-sidebar_label: "ProductionQuantityLimitsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ProductionQuantityLimitsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ProductionQuantityLimitsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ProductionQuantityLimitsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PropaneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PropaneIcon.md
deleted file mode 100644
index 9fb0aee34..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PropaneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PropaneIcon"
-title: "Function: PropaneIcon"
-sidebar_label: "PropaneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PropaneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PropaneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PropaneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PropaneTankIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PropaneTankIcon.md
deleted file mode 100644
index 9bf3c60dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PropaneTankIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PropaneTankIcon"
-title: "Function: PropaneTankIcon"
-sidebar_label: "PropaneTankIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PropaneTankIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PropaneTankIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PropaneTankIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PropertyFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/PropertyFieldBinding.md
deleted file mode 100644
index dfec4375d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PropertyFieldBinding.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-id: "PropertyFieldBinding"
-title: "Function: PropertyFieldBinding"
-sidebar_label: "PropertyFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PropertyFieldBinding**\<`T`, `CustomProps`, `M`\>(`«destructured»`): `ReactElement`\<[`PropertyFieldBindingProps`](../interfaces/PropertyFieldBindingProps.md)\<`T`, `M`\>\>
-
-This component renders a form field creating the corresponding configuration
-from a property. For example if bound to a string property, it will generate
-a text field.
-
-You can use it when you are creating a custom field, and need to
-render additional fields mapped to properties. This is useful if you
-need to build a complex property mapping, like an array where each index
-is a different property.
-
-Please note that if you build a custom field in a component, the
-**validation** passed in the property will have no effect. You need to set
-the validation in the `EntityCollection` definition.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = [`CMSType`](../types/CMSType.md) |
-| `CustomProps` | `any` |
-| `M` | extends `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyFieldBindingProps`](../interfaces/PropertyFieldBindingProps.md)\<`T`, `M`\> |
-
-#### Returns
-
-`ReactElement`\<[`PropertyFieldBindingProps`](../interfaces/PropertyFieldBindingProps.md)\<`T`, `M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/form/PropertyFieldBinding.tsx:77](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/PropertyFieldBinding.tsx#L77)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PropertyPreview.md b/website/versioned_docs/version-2.0.0/api/functions/PropertyPreview.md
deleted file mode 100644
index d2ba22f8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PropertyPreview.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "PropertyPreview"
-title: "Function: PropertyPreview"
-sidebar_label: "PropertyPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PropertyPreview**\<`T`\>(`props`): `any`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`T`, `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreview.tsx:36](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreview.tsx#L36)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PsychologyAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PsychologyAltIcon.md
deleted file mode 100644
index 0f184dced..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PsychologyAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PsychologyAltIcon"
-title: "Function: PsychologyAltIcon"
-sidebar_label: "PsychologyAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PsychologyAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PsychologyAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PsychologyAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PsychologyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PsychologyIcon.md
deleted file mode 100644
index 3c35f7dd7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PsychologyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PsychologyIcon"
-title: "Function: PsychologyIcon"
-sidebar_label: "PsychologyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PsychologyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PsychologyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PsychologyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PublicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PublicIcon.md
deleted file mode 100644
index 6674f6125..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PublicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PublicIcon"
-title: "Function: PublicIcon"
-sidebar_label: "PublicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PublicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PublicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PublicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PublicOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PublicOffIcon.md
deleted file mode 100644
index e2a3b30ec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PublicOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PublicOffIcon"
-title: "Function: PublicOffIcon"
-sidebar_label: "PublicOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PublicOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PublicOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PublicOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PublishIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PublishIcon.md
deleted file mode 100644
index 89d638eca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PublishIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PublishIcon"
-title: "Function: PublishIcon"
-sidebar_label: "PublishIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PublishIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PublishIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PublishIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PublishedWithChangesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PublishedWithChangesIcon.md
deleted file mode 100644
index 8f4fdd4c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PublishedWithChangesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PublishedWithChangesIcon"
-title: "Function: PublishedWithChangesIcon"
-sidebar_label: "PublishedWithChangesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PublishedWithChangesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PublishedWithChangesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PublishedWithChangesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PunchClockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PunchClockIcon.md
deleted file mode 100644
index 70c746f05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PunchClockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PunchClockIcon"
-title: "Function: PunchClockIcon"
-sidebar_label: "PunchClockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PunchClockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PunchClockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PunchClockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/PushPinIcon.md b/website/versioned_docs/version-2.0.0/api/functions/PushPinIcon.md
deleted file mode 100644
index 648344785..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/PushPinIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PushPinIcon"
-title: "Function: PushPinIcon"
-sidebar_label: "PushPinIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **PushPinIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/PushPinIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/PushPinIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QrCode2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/QrCode2Icon.md
deleted file mode 100644
index 8b2a0099a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QrCode2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QrCode2Icon"
-title: "Function: QrCode2Icon"
-sidebar_label: "QrCode2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QrCode2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QrCode2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QrCode2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QrCodeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QrCodeIcon.md
deleted file mode 100644
index 2b02ae324..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QrCodeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QrCodeIcon"
-title: "Function: QrCodeIcon"
-sidebar_label: "QrCodeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QrCodeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QrCodeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QrCodeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QrCodeScannerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QrCodeScannerIcon.md
deleted file mode 100644
index dc909aace..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QrCodeScannerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QrCodeScannerIcon"
-title: "Function: QrCodeScannerIcon"
-sidebar_label: "QrCodeScannerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QrCodeScannerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QrCodeScannerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QrCodeScannerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QueryBuilderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QueryBuilderIcon.md
deleted file mode 100644
index 24e68b3bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QueryBuilderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QueryBuilderIcon"
-title: "Function: QueryBuilderIcon"
-sidebar_label: "QueryBuilderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QueryBuilderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QueryBuilderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QueryBuilderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QueryStatsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QueryStatsIcon.md
deleted file mode 100644
index 587d09300..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QueryStatsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QueryStatsIcon"
-title: "Function: QueryStatsIcon"
-sidebar_label: "QueryStatsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QueryStatsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QueryStatsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QueryStatsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QuestionAnswerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QuestionAnswerIcon.md
deleted file mode 100644
index 043c28284..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QuestionAnswerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QuestionAnswerIcon"
-title: "Function: QuestionAnswerIcon"
-sidebar_label: "QuestionAnswerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QuestionAnswerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QuestionAnswerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QuestionAnswerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QuestionMarkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QuestionMarkIcon.md
deleted file mode 100644
index c93d2bde0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QuestionMarkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QuestionMarkIcon"
-title: "Function: QuestionMarkIcon"
-sidebar_label: "QuestionMarkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QuestionMarkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QuestionMarkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QuestionMarkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QueueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QueueIcon.md
deleted file mode 100644
index 157597004..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QueueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QueueIcon"
-title: "Function: QueueIcon"
-sidebar_label: "QueueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QueueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QueueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QueueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QueueMusicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QueueMusicIcon.md
deleted file mode 100644
index 52c93b5f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QueueMusicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QueueMusicIcon"
-title: "Function: QueueMusicIcon"
-sidebar_label: "QueueMusicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QueueMusicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QueueMusicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QueueMusicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QueuePlayNextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QueuePlayNextIcon.md
deleted file mode 100644
index 8862dff55..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QueuePlayNextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QueuePlayNextIcon"
-title: "Function: QueuePlayNextIcon"
-sidebar_label: "QueuePlayNextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QueuePlayNextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QueuePlayNextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QueuePlayNextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QuickreplyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QuickreplyIcon.md
deleted file mode 100644
index 24ed1d0a5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QuickreplyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QuickreplyIcon"
-title: "Function: QuickreplyIcon"
-sidebar_label: "QuickreplyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QuickreplyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QuickreplyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QuickreplyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/QuizIcon.md b/website/versioned_docs/version-2.0.0/api/functions/QuizIcon.md
deleted file mode 100644
index 9601ce892..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/QuizIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "QuizIcon"
-title: "Function: QuizIcon"
-sidebar_label: "QuizIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **QuizIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/QuizIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/QuizIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RMobiledataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RMobiledataIcon.md
deleted file mode 100644
index 09792fc69..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RMobiledataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RMobiledataIcon"
-title: "Function: RMobiledataIcon"
-sidebar_label: "RMobiledataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RMobiledataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RMobiledataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RMobiledataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RadarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RadarIcon.md
deleted file mode 100644
index 25517eaec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RadarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RadarIcon"
-title: "Function: RadarIcon"
-sidebar_label: "RadarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RadarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RadarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RadarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RadioButtonCheckedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RadioButtonCheckedIcon.md
deleted file mode 100644
index 66c63a1a6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RadioButtonCheckedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RadioButtonCheckedIcon"
-title: "Function: RadioButtonCheckedIcon"
-sidebar_label: "RadioButtonCheckedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RadioButtonCheckedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RadioButtonCheckedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RadioButtonCheckedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RadioButtonUncheckedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RadioButtonUncheckedIcon.md
deleted file mode 100644
index 0074ffff6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RadioButtonUncheckedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RadioButtonUncheckedIcon"
-title: "Function: RadioButtonUncheckedIcon"
-sidebar_label: "RadioButtonUncheckedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RadioButtonUncheckedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RadioButtonUncheckedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RadioButtonUncheckedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RadioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RadioIcon.md
deleted file mode 100644
index 4041e2572..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RadioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RadioIcon"
-title: "Function: RadioIcon"
-sidebar_label: "RadioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RadioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RadioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RadioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RailwayAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RailwayAlertIcon.md
deleted file mode 100644
index cf7876e17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RailwayAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RailwayAlertIcon"
-title: "Function: RailwayAlertIcon"
-sidebar_label: "RailwayAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RailwayAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RailwayAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RailwayAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RamenDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RamenDiningIcon.md
deleted file mode 100644
index df52d435e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RamenDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RamenDiningIcon"
-title: "Function: RamenDiningIcon"
-sidebar_label: "RamenDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RamenDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RamenDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RamenDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RampLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RampLeftIcon.md
deleted file mode 100644
index cae04bfc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RampLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RampLeftIcon"
-title: "Function: RampLeftIcon"
-sidebar_label: "RampLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RampLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RampLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RampLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RampRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RampRightIcon.md
deleted file mode 100644
index 20e395ed8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RampRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RampRightIcon"
-title: "Function: RampRightIcon"
-sidebar_label: "RampRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RampRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RampRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RampRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RateReviewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RateReviewIcon.md
deleted file mode 100644
index 863cd1ee3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RateReviewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RateReviewIcon"
-title: "Function: RateReviewIcon"
-sidebar_label: "RateReviewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RateReviewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RateReviewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RateReviewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RawOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RawOffIcon.md
deleted file mode 100644
index 1a4feac41..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RawOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RawOffIcon"
-title: "Function: RawOffIcon"
-sidebar_label: "RawOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RawOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RawOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RawOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RawOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RawOnIcon.md
deleted file mode 100644
index 5143834cd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RawOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RawOnIcon"
-title: "Function: RawOnIcon"
-sidebar_label: "RawOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RawOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RawOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RawOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReadMoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReadMoreIcon.md
deleted file mode 100644
index 3a4a3c318..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReadMoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReadMoreIcon"
-title: "Function: ReadMoreIcon"
-sidebar_label: "ReadMoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReadMoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReadMoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReadMoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReadOnlyFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/ReadOnlyFieldBinding.md
deleted file mode 100644
index 46928f529..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReadOnlyFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "ReadOnlyFieldBinding"
-title: "Function: ReadOnlyFieldBinding"
-sidebar_label: "ReadOnlyFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReadOnlyFieldBinding**(`«destructured»`): `Element`
-
-Simply render the non-editable preview of a field
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`any`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/ReadOnlyFieldBinding.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/ReadOnlyFieldBinding.tsx#L19)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RealEstateAgentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RealEstateAgentIcon.md
deleted file mode 100644
index a29782374..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RealEstateAgentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RealEstateAgentIcon"
-title: "Function: RealEstateAgentIcon"
-sidebar_label: "RealEstateAgentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RealEstateAgentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RealEstateAgentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RealEstateAgentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReceiptIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReceiptIcon.md
deleted file mode 100644
index 3e0cfa6f5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReceiptIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReceiptIcon"
-title: "Function: ReceiptIcon"
-sidebar_label: "ReceiptIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReceiptIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReceiptIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReceiptIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReceiptLongIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReceiptLongIcon.md
deleted file mode 100644
index f490f98f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReceiptLongIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReceiptLongIcon"
-title: "Function: ReceiptLongIcon"
-sidebar_label: "ReceiptLongIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReceiptLongIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReceiptLongIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReceiptLongIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RecentActorsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RecentActorsIcon.md
deleted file mode 100644
index 47c6ba2c6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RecentActorsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RecentActorsIcon"
-title: "Function: RecentActorsIcon"
-sidebar_label: "RecentActorsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RecentActorsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RecentActorsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RecentActorsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RecommendIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RecommendIcon.md
deleted file mode 100644
index d0b8c4d27..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RecommendIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RecommendIcon"
-title: "Function: RecommendIcon"
-sidebar_label: "RecommendIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RecommendIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RecommendIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RecommendIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RecordVoiceOverIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RecordVoiceOverIcon.md
deleted file mode 100644
index 2d87f5cf1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RecordVoiceOverIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RecordVoiceOverIcon"
-title: "Function: RecordVoiceOverIcon"
-sidebar_label: "RecordVoiceOverIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RecordVoiceOverIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RecordVoiceOverIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RecordVoiceOverIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RectangleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RectangleIcon.md
deleted file mode 100644
index b7416f831..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RectangleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RectangleIcon"
-title: "Function: RectangleIcon"
-sidebar_label: "RectangleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RectangleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RectangleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RectangleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RecyclingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RecyclingIcon.md
deleted file mode 100644
index 1271e358f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RecyclingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RecyclingIcon"
-title: "Function: RecyclingIcon"
-sidebar_label: "RecyclingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RecyclingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RecyclingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RecyclingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RedeemIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RedeemIcon.md
deleted file mode 100644
index 520be3fe5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RedeemIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RedeemIcon"
-title: "Function: RedeemIcon"
-sidebar_label: "RedeemIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RedeemIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RedeemIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RedeemIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RedoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RedoIcon.md
deleted file mode 100644
index b30e3e868..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RedoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RedoIcon"
-title: "Function: RedoIcon"
-sidebar_label: "RedoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RedoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RedoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RedoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReduceCapacityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReduceCapacityIcon.md
deleted file mode 100644
index 30d04e8c1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReduceCapacityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReduceCapacityIcon"
-title: "Function: ReduceCapacityIcon"
-sidebar_label: "ReduceCapacityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReduceCapacityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReduceCapacityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReduceCapacityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReferenceFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/ReferenceFieldBinding.md
deleted file mode 100644
index 210e52c50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReferenceFieldBinding.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "ReferenceFieldBinding"
-title: "Function: ReferenceFieldBinding"
-sidebar_label: "ReferenceFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferenceFieldBinding**\<`M`\>(`props`): `Element`
-
-Field that opens a reference selection dialog.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FieldProps`](../interfaces/FieldProps.md)\<[`EntityReference`](../classes/EntityReference.md), `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/ReferenceFieldBinding.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/ReferenceFieldBinding.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReferencePreview.md b/website/versioned_docs/version-2.0.0/api/functions/ReferencePreview.md
deleted file mode 100644
index 114a576c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReferencePreview.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "ReferencePreview"
-title: "Function: ReferencePreview"
-sidebar_label: "ReferencePreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferencePreview**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`ReferencePreviewProps`](../types/ReferencePreviewProps.md) |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReferencePreviewContainer.md b/website/versioned_docs/version-2.0.0/api/functions/ReferencePreviewContainer.md
deleted file mode 100644
index ba8563a5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReferencePreviewContainer.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ReferencePreviewContainer"
-title: "Function: ReferencePreviewContainer"
-sidebar_label: "ReferencePreviewContainer"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferencePreviewContainer**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `children` | `ReactNode` |
-| › `onClick?` | (`e`: `SyntheticEvent`\<`Element`, `Event`\>) => `void` |
-| › `onHover?` | `boolean` |
-| › `size` | [`PreviewSize`](../types/PreviewSize.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/ReferencePreview.tsx:212](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/ReferencePreview.tsx#L212)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReferenceSelectionInner.md b/website/versioned_docs/version-2.0.0/api/functions/ReferenceSelectionInner.md
deleted file mode 100644
index bdb05c367..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReferenceSelectionInner.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "ReferenceSelectionInner"
-title: "Function: ReferenceSelectionInner"
-sidebar_label: "ReferenceSelectionInner"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReferenceSelectionInner**\<`M`\>(`«destructured»`): `Element`
-
-This component allows to select entities from a given collection.
-You probably want to open this dialog as a side view using [useReferenceDialog](useReferenceDialog.md)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ReferenceSelectionInnerProps`](../interfaces/ReferenceSelectionInnerProps.md)\<`M`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:89](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L89)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RefreshIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RefreshIcon.md
deleted file mode 100644
index 75034a0ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RefreshIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RefreshIcon"
-title: "Function: RefreshIcon"
-sidebar_label: "RefreshIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RefreshIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RefreshIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RefreshIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RememberMeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RememberMeIcon.md
deleted file mode 100644
index 171447f14..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RememberMeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RememberMeIcon"
-title: "Function: RememberMeIcon"
-sidebar_label: "RememberMeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RememberMeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RememberMeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RememberMeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleIcon.md
deleted file mode 100644
index 13474c166..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveCircleIcon"
-title: "Function: RemoveCircleIcon"
-sidebar_label: "RemoveCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleOutlineIcon.md
deleted file mode 100644
index 16feea0ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveCircleOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveCircleOutlineIcon"
-title: "Function: RemoveCircleOutlineIcon"
-sidebar_label: "RemoveCircleOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveCircleOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveCircleOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveCircleOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveDoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveDoneIcon.md
deleted file mode 100644
index 53c7178bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveDoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveDoneIcon"
-title: "Function: RemoveDoneIcon"
-sidebar_label: "RemoveDoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveDoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveDoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveDoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveFromQueueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveFromQueueIcon.md
deleted file mode 100644
index 279e64288..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveFromQueueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveFromQueueIcon"
-title: "Function: RemoveFromQueueIcon"
-sidebar_label: "RemoveFromQueueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveFromQueueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveFromQueueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveFromQueueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveIcon.md
deleted file mode 100644
index af83de09d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveIcon"
-title: "Function: RemoveIcon"
-sidebar_label: "RemoveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveModeratorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveModeratorIcon.md
deleted file mode 100644
index 3af04e97a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveModeratorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveModeratorIcon"
-title: "Function: RemoveModeratorIcon"
-sidebar_label: "RemoveModeratorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveModeratorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveModeratorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveModeratorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveRedEyeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveRedEyeIcon.md
deleted file mode 100644
index 8893cd472..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveRedEyeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveRedEyeIcon"
-title: "Function: RemoveRedEyeIcon"
-sidebar_label: "RemoveRedEyeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveRedEyeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveRedEyeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveRedEyeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveRoadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveRoadIcon.md
deleted file mode 100644
index 6746b8e92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveRoadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveRoadIcon"
-title: "Function: RemoveRoadIcon"
-sidebar_label: "RemoveRoadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveRoadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveRoadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveRoadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RemoveShoppingCartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RemoveShoppingCartIcon.md
deleted file mode 100644
index a8df19214..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RemoveShoppingCartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RemoveShoppingCartIcon"
-title: "Function: RemoveShoppingCartIcon"
-sidebar_label: "RemoveShoppingCartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RemoveShoppingCartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RemoveShoppingCartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RemoveShoppingCartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReorderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReorderIcon.md
deleted file mode 100644
index f361801e4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReorderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReorderIcon"
-title: "Function: ReorderIcon"
-sidebar_label: "ReorderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReorderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReorderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReorderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepartitionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RepartitionIcon.md
deleted file mode 100644
index 3514f49bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepartitionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RepartitionIcon"
-title: "Function: RepartitionIcon"
-sidebar_label: "RepartitionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepartitionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RepartitionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RepartitionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepeatFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/RepeatFieldBinding.md
deleted file mode 100644
index f152467e9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepeatFieldBinding.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "RepeatFieldBinding"
-title: "Function: RepeatFieldBinding"
-sidebar_label: "RepeatFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepeatFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-Generic array field that allows reordering and renders the child property
-as nodes.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FieldProps`](../interfaces/FieldProps.md)\<`T`, `any`, `any`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/RepeatFieldBinding.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/RepeatFieldBinding.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepeatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RepeatIcon.md
deleted file mode 100644
index abd0c4e13..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepeatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RepeatIcon"
-title: "Function: RepeatIcon"
-sidebar_label: "RepeatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepeatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RepeatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RepeatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepeatOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RepeatOnIcon.md
deleted file mode 100644
index 7f2302873..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepeatOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RepeatOnIcon"
-title: "Function: RepeatOnIcon"
-sidebar_label: "RepeatOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepeatOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RepeatOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RepeatOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepeatOneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RepeatOneIcon.md
deleted file mode 100644
index 133526323..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepeatOneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RepeatOneIcon"
-title: "Function: RepeatOneIcon"
-sidebar_label: "RepeatOneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepeatOneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RepeatOneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RepeatOneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RepeatOneOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RepeatOneOnIcon.md
deleted file mode 100644
index ab8fee16b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RepeatOneOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RepeatOneOnIcon"
-title: "Function: RepeatOneOnIcon"
-sidebar_label: "RepeatOneOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RepeatOneOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RepeatOneOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RepeatOneOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Replay10Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Replay10Icon.md
deleted file mode 100644
index ca59cfb4e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Replay10Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Replay10Icon"
-title: "Function: Replay10Icon"
-sidebar_label: "Replay10Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Replay10Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Replay10Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Replay10Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Replay30Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Replay30Icon.md
deleted file mode 100644
index 0a6c477c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Replay30Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Replay30Icon"
-title: "Function: Replay30Icon"
-sidebar_label: "Replay30Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Replay30Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Replay30Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Replay30Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Replay5Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Replay5Icon.md
deleted file mode 100644
index eb560c52c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Replay5Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Replay5Icon"
-title: "Function: Replay5Icon"
-sidebar_label: "Replay5Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Replay5Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Replay5Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Replay5Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReplayCircleFilledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReplayCircleFilledIcon.md
deleted file mode 100644
index 3552c66aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReplayCircleFilledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReplayCircleFilledIcon"
-title: "Function: ReplayCircleFilledIcon"
-sidebar_label: "ReplayCircleFilledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReplayCircleFilledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReplayCircleFilledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReplayCircleFilledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReplayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReplayIcon.md
deleted file mode 100644
index 9ba7ef636..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReplayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReplayIcon"
-title: "Function: ReplayIcon"
-sidebar_label: "ReplayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReplayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReplayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReplayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReplyAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReplyAllIcon.md
deleted file mode 100644
index e13d19cda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReplyAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReplyAllIcon"
-title: "Function: ReplyAllIcon"
-sidebar_label: "ReplyAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReplyAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReplyAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReplyAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReplyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReplyIcon.md
deleted file mode 100644
index 6da55999c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReplyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReplyIcon"
-title: "Function: ReplyIcon"
-sidebar_label: "ReplyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReplyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReplyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReplyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReportGmailerrorredIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReportGmailerrorredIcon.md
deleted file mode 100644
index c446dc31c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReportGmailerrorredIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReportGmailerrorredIcon"
-title: "Function: ReportGmailerrorredIcon"
-sidebar_label: "ReportGmailerrorredIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReportGmailerrorredIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReportGmailerrorredIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReportGmailerrorredIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReportIcon.md
deleted file mode 100644
index 6ded35d3a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReportIcon"
-title: "Function: ReportIcon"
-sidebar_label: "ReportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReportOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReportOffIcon.md
deleted file mode 100644
index a13ba4eb3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReportOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReportOffIcon"
-title: "Function: ReportOffIcon"
-sidebar_label: "ReportOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReportOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReportOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReportOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReportProblemIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReportProblemIcon.md
deleted file mode 100644
index 039c3dcec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReportProblemIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReportProblemIcon"
-title: "Function: ReportProblemIcon"
-sidebar_label: "ReportProblemIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReportProblemIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReportProblemIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReportProblemIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RequestPageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RequestPageIcon.md
deleted file mode 100644
index b38c51025..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RequestPageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RequestPageIcon"
-title: "Function: RequestPageIcon"
-sidebar_label: "RequestPageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RequestPageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RequestPageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RequestPageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RequestQuoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RequestQuoteIcon.md
deleted file mode 100644
index 26fdf0dd9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RequestQuoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RequestQuoteIcon"
-title: "Function: RequestQuoteIcon"
-sidebar_label: "RequestQuoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RequestQuoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RequestQuoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RequestQuoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ResetTvIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ResetTvIcon.md
deleted file mode 100644
index 14ffe115f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ResetTvIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ResetTvIcon"
-title: "Function: ResetTvIcon"
-sidebar_label: "ResetTvIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ResetTvIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ResetTvIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ResetTvIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestartAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestartAltIcon.md
deleted file mode 100644
index 99dca519e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestartAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestartAltIcon"
-title: "Function: RestartAltIcon"
-sidebar_label: "RestartAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestartAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestartAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestartAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestaurantIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestaurantIcon.md
deleted file mode 100644
index c15aac85d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestaurantIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestaurantIcon"
-title: "Function: RestaurantIcon"
-sidebar_label: "RestaurantIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestaurantIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestaurantIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestaurantIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestaurantMenuIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestaurantMenuIcon.md
deleted file mode 100644
index bd5e5da92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestaurantMenuIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestaurantMenuIcon"
-title: "Function: RestaurantMenuIcon"
-sidebar_label: "RestaurantMenuIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestaurantMenuIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestaurantMenuIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestaurantMenuIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestoreFromTrashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestoreFromTrashIcon.md
deleted file mode 100644
index 8dd0da7f0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestoreFromTrashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestoreFromTrashIcon"
-title: "Function: RestoreFromTrashIcon"
-sidebar_label: "RestoreFromTrashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestoreFromTrashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestoreFromTrashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestoreFromTrashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestoreIcon.md
deleted file mode 100644
index 0959ccaf0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestoreIcon"
-title: "Function: RestoreIcon"
-sidebar_label: "RestoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RestorePageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RestorePageIcon.md
deleted file mode 100644
index c84b917cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RestorePageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RestorePageIcon"
-title: "Function: RestorePageIcon"
-sidebar_label: "RestorePageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RestorePageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RestorePageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RestorePageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ReviewsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ReviewsIcon.md
deleted file mode 100644
index bc7d5a4e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ReviewsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ReviewsIcon"
-title: "Function: ReviewsIcon"
-sidebar_label: "ReviewsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ReviewsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ReviewsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ReviewsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RiceBowlIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RiceBowlIcon.md
deleted file mode 100644
index e268c9362..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RiceBowlIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RiceBowlIcon"
-title: "Function: RiceBowlIcon"
-sidebar_label: "RiceBowlIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RiceBowlIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RiceBowlIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RiceBowlIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RingVolumeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RingVolumeIcon.md
deleted file mode 100644
index 6fe9a5b6a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RingVolumeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RingVolumeIcon"
-title: "Function: RingVolumeIcon"
-sidebar_label: "RingVolumeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RingVolumeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RingVolumeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RingVolumeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RocketIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RocketIcon.md
deleted file mode 100644
index 2598a37a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RocketIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RocketIcon"
-title: "Function: RocketIcon"
-sidebar_label: "RocketIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RocketIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RocketIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RocketIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RocketLaunchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RocketLaunchIcon.md
deleted file mode 100644
index f04388478..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RocketLaunchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RocketLaunchIcon"
-title: "Function: RocketLaunchIcon"
-sidebar_label: "RocketLaunchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RocketLaunchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RocketLaunchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RocketLaunchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RollerShadesClosedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RollerShadesClosedIcon.md
deleted file mode 100644
index f619e9925..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RollerShadesClosedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RollerShadesClosedIcon"
-title: "Function: RollerShadesClosedIcon"
-sidebar_label: "RollerShadesClosedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RollerShadesClosedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RollerShadesClosedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RollerShadesClosedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RollerShadesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RollerShadesIcon.md
deleted file mode 100644
index e59398431..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RollerShadesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RollerShadesIcon"
-title: "Function: RollerShadesIcon"
-sidebar_label: "RollerShadesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RollerShadesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RollerShadesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RollerShadesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RollerSkatingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RollerSkatingIcon.md
deleted file mode 100644
index 0956a6601..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RollerSkatingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RollerSkatingIcon"
-title: "Function: RollerSkatingIcon"
-sidebar_label: "RollerSkatingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RollerSkatingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RollerSkatingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RollerSkatingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoofingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoofingIcon.md
deleted file mode 100644
index a36d664d5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoofingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoofingIcon"
-title: "Function: RoofingIcon"
-sidebar_label: "RoofingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoofingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoofingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoofingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoomIcon.md
deleted file mode 100644
index b9a322537..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoomIcon"
-title: "Function: RoomIcon"
-sidebar_label: "RoomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoomPreferencesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoomPreferencesIcon.md
deleted file mode 100644
index 7918c3a5a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoomPreferencesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoomPreferencesIcon"
-title: "Function: RoomPreferencesIcon"
-sidebar_label: "RoomPreferencesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoomPreferencesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoomPreferencesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoomPreferencesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoomServiceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoomServiceIcon.md
deleted file mode 100644
index 3665c99cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoomServiceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoomServiceIcon"
-title: "Function: RoomServiceIcon"
-sidebar_label: "RoomServiceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoomServiceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoomServiceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoomServiceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCcwIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCcwIcon.md
deleted file mode 100644
index e7a806dcd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCcwIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Rotate90DegreesCcwIcon"
-title: "Function: Rotate90DegreesCcwIcon"
-sidebar_label: "Rotate90DegreesCcwIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Rotate90DegreesCcwIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Rotate90DegreesCcwIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Rotate90DegreesCcwIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCwIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCwIcon.md
deleted file mode 100644
index cbe639fff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Rotate90DegreesCwIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Rotate90DegreesCwIcon"
-title: "Function: Rotate90DegreesCwIcon"
-sidebar_label: "Rotate90DegreesCwIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Rotate90DegreesCwIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Rotate90DegreesCwIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Rotate90DegreesCwIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RotateLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RotateLeftIcon.md
deleted file mode 100644
index 21d13f405..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RotateLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RotateLeftIcon"
-title: "Function: RotateLeftIcon"
-sidebar_label: "RotateLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RotateLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RotateLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RotateLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RotateRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RotateRightIcon.md
deleted file mode 100644
index 5542f7371..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RotateRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RotateRightIcon"
-title: "Function: RotateRightIcon"
-sidebar_label: "RotateRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RotateRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RotateRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RotateRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoundaboutLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoundaboutLeftIcon.md
deleted file mode 100644
index 3f338fad3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoundaboutLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoundaboutLeftIcon"
-title: "Function: RoundaboutLeftIcon"
-sidebar_label: "RoundaboutLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoundaboutLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoundaboutLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoundaboutLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoundaboutRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoundaboutRightIcon.md
deleted file mode 100644
index 9dcfaf64a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoundaboutRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoundaboutRightIcon"
-title: "Function: RoundaboutRightIcon"
-sidebar_label: "RoundaboutRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoundaboutRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoundaboutRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoundaboutRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RoundedCornerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RoundedCornerIcon.md
deleted file mode 100644
index 0d7d3a7bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RoundedCornerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RoundedCornerIcon"
-title: "Function: RoundedCornerIcon"
-sidebar_label: "RoundedCornerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RoundedCornerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RoundedCornerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RoundedCornerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RouteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RouteIcon.md
deleted file mode 100644
index 8fc0d6bd4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RouteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RouteIcon"
-title: "Function: RouteIcon"
-sidebar_label: "RouteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RouteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RouteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RouteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RouteWrapper.md b/website/versioned_docs/version-2.0.0/api/functions/RouteWrapper.md
deleted file mode 100644
index 1ec7c01bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RouteWrapper.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "RouteWrapper"
-title: "Function: RouteWrapper"
-sidebar_label: "RouteWrapper"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RouteWrapper**(`props`): `ReactNode`
-
-This component updates the breadcrumb in the app bar when rendered
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `PropsWithChildren`\<`RouteWrapperProps`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RouterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RouterIcon.md
deleted file mode 100644
index 2bd0fb8d5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RouterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RouterIcon"
-title: "Function: RouterIcon"
-sidebar_label: "RouterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RouterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RouterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RouterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RowingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RowingIcon.md
deleted file mode 100644
index 8237cbc1f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RowingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RowingIcon"
-title: "Function: RowingIcon"
-sidebar_label: "RowingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RowingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RowingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RowingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RssFeedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RssFeedIcon.md
deleted file mode 100644
index ff4bd4e84..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RssFeedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RssFeedIcon"
-title: "Function: RssFeedIcon"
-sidebar_label: "RssFeedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RssFeedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RssFeedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RssFeedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RsvpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RsvpIcon.md
deleted file mode 100644
index 585d2cb9f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RsvpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RsvpIcon"
-title: "Function: RsvpIcon"
-sidebar_label: "RsvpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RsvpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RsvpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RsvpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RttIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RttIcon.md
deleted file mode 100644
index 7df88fe3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RttIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RttIcon"
-title: "Function: RttIcon"
-sidebar_label: "RttIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RttIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RttIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RttIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RuleFolderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RuleFolderIcon.md
deleted file mode 100644
index 9665ffe0f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RuleFolderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RuleFolderIcon"
-title: "Function: RuleFolderIcon"
-sidebar_label: "RuleFolderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RuleFolderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RuleFolderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RuleFolderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RuleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RuleIcon.md
deleted file mode 100644
index 8f32d69c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RuleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RuleIcon"
-title: "Function: RuleIcon"
-sidebar_label: "RuleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RuleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RuleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RuleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RunCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RunCircleIcon.md
deleted file mode 100644
index b297e92b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RunCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RunCircleIcon"
-title: "Function: RunCircleIcon"
-sidebar_label: "RunCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RunCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RunCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RunCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RunningWithErrorsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RunningWithErrorsIcon.md
deleted file mode 100644
index 8189a7a40..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RunningWithErrorsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RunningWithErrorsIcon"
-title: "Function: RunningWithErrorsIcon"
-sidebar_label: "RunningWithErrorsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RunningWithErrorsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RunningWithErrorsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RunningWithErrorsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/RvHookupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/RvHookupIcon.md
deleted file mode 100644
index 3cd8bc3ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/RvHookupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "RvHookupIcon"
-title: "Function: RvHookupIcon"
-sidebar_label: "RvHookupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **RvHookupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/RvHookupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/RvHookupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SafetyCheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SafetyCheckIcon.md
deleted file mode 100644
index c291b08ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SafetyCheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SafetyCheckIcon"
-title: "Function: SafetyCheckIcon"
-sidebar_label: "SafetyCheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SafetyCheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SafetyCheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SafetyCheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SafetyDividerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SafetyDividerIcon.md
deleted file mode 100644
index bfef8b101..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SafetyDividerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SafetyDividerIcon"
-title: "Function: SafetyDividerIcon"
-sidebar_label: "SafetyDividerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SafetyDividerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SafetyDividerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SafetyDividerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SailingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SailingIcon.md
deleted file mode 100644
index 031a52777..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SailingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SailingIcon"
-title: "Function: SailingIcon"
-sidebar_label: "SailingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SailingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SailingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SailingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SanitizerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SanitizerIcon.md
deleted file mode 100644
index d5ec1ba8b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SanitizerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SanitizerIcon"
-title: "Function: SanitizerIcon"
-sidebar_label: "SanitizerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SanitizerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SanitizerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SanitizerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SatelliteAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SatelliteAltIcon.md
deleted file mode 100644
index 28921f207..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SatelliteAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SatelliteAltIcon"
-title: "Function: SatelliteAltIcon"
-sidebar_label: "SatelliteAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SatelliteAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SatelliteAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SatelliteAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SatelliteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SatelliteIcon.md
deleted file mode 100644
index c07cf75f9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SatelliteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SatelliteIcon"
-title: "Function: SatelliteIcon"
-sidebar_label: "SatelliteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SatelliteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SatelliteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SatelliteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SaveAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SaveAltIcon.md
deleted file mode 100644
index 1f378a976..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SaveAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SaveAltIcon"
-title: "Function: SaveAltIcon"
-sidebar_label: "SaveAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SaveAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SaveAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SaveAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SaveAsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SaveAsIcon.md
deleted file mode 100644
index 94dea86da..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SaveAsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SaveAsIcon"
-title: "Function: SaveAsIcon"
-sidebar_label: "SaveAsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SaveAsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SaveAsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SaveAsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SaveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SaveIcon.md
deleted file mode 100644
index 67f40a00b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SaveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SaveIcon"
-title: "Function: SaveIcon"
-sidebar_label: "SaveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SaveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SaveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SaveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SavedSearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SavedSearchIcon.md
deleted file mode 100644
index 62687d576..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SavedSearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SavedSearchIcon"
-title: "Function: SavedSearchIcon"
-sidebar_label: "SavedSearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SavedSearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SavedSearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SavedSearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SavingsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SavingsIcon.md
deleted file mode 100644
index 90cc75b21..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SavingsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SavingsIcon"
-title: "Function: SavingsIcon"
-sidebar_label: "SavingsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SavingsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SavingsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SavingsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Scaffold.md b/website/versioned_docs/version-2.0.0/api/functions/Scaffold.md
deleted file mode 100644
index 91ea1ce22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Scaffold.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "Scaffold"
-title: "Function: Scaffold"
-sidebar_label: "Scaffold"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Scaffold**(`props`): `ReactNode`
-
-This view acts as a scaffold for FireCMS.
-
-It is in charge of displaying the navigation drawer, top bar and main
-collection views.
-This component needs a parent [FireCMS](FireCMS.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `PropsWithChildren`\<[`ScaffoldProps`](../interfaces/ScaffoldProps.md)\<`object`, `object`\>\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScaleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScaleIcon.md
deleted file mode 100644
index 7e932bf68..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScaleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScaleIcon"
-title: "Function: ScaleIcon"
-sidebar_label: "ScaleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScaleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScaleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScaleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScannerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScannerIcon.md
deleted file mode 100644
index bf73b6174..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScannerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScannerIcon"
-title: "Function: ScannerIcon"
-sidebar_label: "ScannerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScannerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScannerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScannerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScatterPlotIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScatterPlotIcon.md
deleted file mode 100644
index 6569b2e6d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScatterPlotIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScatterPlotIcon"
-title: "Function: ScatterPlotIcon"
-sidebar_label: "ScatterPlotIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScatterPlotIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScatterPlotIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScatterPlotIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScheduleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScheduleIcon.md
deleted file mode 100644
index da19fdfdc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScheduleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScheduleIcon"
-title: "Function: ScheduleIcon"
-sidebar_label: "ScheduleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScheduleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScheduleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScheduleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScheduleSendIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScheduleSendIcon.md
deleted file mode 100644
index 6dc103ca7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScheduleSendIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScheduleSendIcon"
-title: "Function: ScheduleSendIcon"
-sidebar_label: "ScheduleSendIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScheduleSendIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScheduleSendIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScheduleSendIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SchemaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SchemaIcon.md
deleted file mode 100644
index 154c4f098..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SchemaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SchemaIcon"
-title: "Function: SchemaIcon"
-sidebar_label: "SchemaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SchemaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SchemaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SchemaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SchoolIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SchoolIcon.md
deleted file mode 100644
index de3cc9350..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SchoolIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SchoolIcon"
-title: "Function: SchoolIcon"
-sidebar_label: "SchoolIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SchoolIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SchoolIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SchoolIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScienceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScienceIcon.md
deleted file mode 100644
index ce6b588e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScienceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScienceIcon"
-title: "Function: ScienceIcon"
-sidebar_label: "ScienceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScienceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScienceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScienceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScoreIcon.md
deleted file mode 100644
index b5ea003dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScoreIcon"
-title: "Function: ScoreIcon"
-sidebar_label: "ScoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScoreboardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScoreboardIcon.md
deleted file mode 100644
index fc3bef88f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScoreboardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScoreboardIcon"
-title: "Function: ScoreboardIcon"
-sidebar_label: "ScoreboardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScoreboardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScoreboardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScoreboardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockLandscapeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenLockLandscapeIcon.md
deleted file mode 100644
index 71ebf6673..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockLandscapeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenLockLandscapeIcon"
-title: "Function: ScreenLockLandscapeIcon"
-sidebar_label: "ScreenLockLandscapeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenLockLandscapeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenLockLandscapeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenLockLandscapeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockPortraitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenLockPortraitIcon.md
deleted file mode 100644
index afa01c0fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockPortraitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenLockPortraitIcon"
-title: "Function: ScreenLockPortraitIcon"
-sidebar_label: "ScreenLockPortraitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenLockPortraitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenLockPortraitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenLockPortraitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockRotationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenLockRotationIcon.md
deleted file mode 100644
index 0a23599ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenLockRotationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenLockRotationIcon"
-title: "Function: ScreenLockRotationIcon"
-sidebar_label: "ScreenLockRotationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenLockRotationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenLockRotationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenLockRotationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationAltIcon.md
deleted file mode 100644
index 9674c8ba6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenRotationAltIcon"
-title: "Function: ScreenRotationAltIcon"
-sidebar_label: "ScreenRotationAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenRotationAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenRotationAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenRotationAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationIcon.md
deleted file mode 100644
index 67e789102..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenRotationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenRotationIcon"
-title: "Function: ScreenRotationIcon"
-sidebar_label: "ScreenRotationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenRotationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenRotationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenRotationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenSearchDesktopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenSearchDesktopIcon.md
deleted file mode 100644
index 962eb779c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenSearchDesktopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenSearchDesktopIcon"
-title: "Function: ScreenSearchDesktopIcon"
-sidebar_label: "ScreenSearchDesktopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenSearchDesktopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenSearchDesktopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenSearchDesktopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenShareIcon.md
deleted file mode 100644
index b7b0bc912..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenShareIcon"
-title: "Function: ScreenShareIcon"
-sidebar_label: "ScreenShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenshotIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenshotIcon.md
deleted file mode 100644
index 41ae46b36..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenshotIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenshotIcon"
-title: "Function: ScreenshotIcon"
-sidebar_label: "ScreenshotIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenshotIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenshotIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenshotIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScreenshotMonitorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScreenshotMonitorIcon.md
deleted file mode 100644
index ea4dd02b5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScreenshotMonitorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScreenshotMonitorIcon"
-title: "Function: ScreenshotMonitorIcon"
-sidebar_label: "ScreenshotMonitorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScreenshotMonitorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScreenshotMonitorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScreenshotMonitorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ScubaDivingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ScubaDivingIcon.md
deleted file mode 100644
index 034243f92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ScubaDivingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ScubaDivingIcon"
-title: "Function: ScubaDivingIcon"
-sidebar_label: "ScubaDivingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ScubaDivingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ScubaDivingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ScubaDivingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SdCardAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SdCardAlertIcon.md
deleted file mode 100644
index fee89bfec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SdCardAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SdCardAlertIcon"
-title: "Function: SdCardAlertIcon"
-sidebar_label: "SdCardAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SdCardAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SdCardAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SdCardAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SdCardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SdCardIcon.md
deleted file mode 100644
index 10690861b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SdCardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SdCardIcon"
-title: "Function: SdCardIcon"
-sidebar_label: "SdCardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SdCardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SdCardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SdCardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SdIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SdIcon.md
deleted file mode 100644
index ecb3e4573..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SdIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SdIcon"
-title: "Function: SdIcon"
-sidebar_label: "SdIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SdIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SdIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SdIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SdStorageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SdStorageIcon.md
deleted file mode 100644
index 18ec97509..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SdStorageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SdStorageIcon"
-title: "Function: SdStorageIcon"
-sidebar_label: "SdStorageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SdStorageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SdStorageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SdStorageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SearchBar.md b/website/versioned_docs/version-2.0.0/api/functions/SearchBar.md
deleted file mode 100644
index 311b86297..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SearchBar.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SearchBar"
-title: "Function: SearchBar"
-sidebar_label: "SearchBar"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SearchBar**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `SearchBarProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/SearchBar.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/SearchBar.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SearchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SearchIcon.md
deleted file mode 100644
index 15a5406f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SearchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SearchIcon"
-title: "Function: SearchIcon"
-sidebar_label: "SearchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SearchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SearchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SearchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SearchOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SearchOffIcon.md
deleted file mode 100644
index e68de3b78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SearchOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SearchOffIcon"
-title: "Function: SearchOffIcon"
-sidebar_label: "SearchOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SearchOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SearchOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SearchOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SecurityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SecurityIcon.md
deleted file mode 100644
index d28e05d40..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SecurityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SecurityIcon"
-title: "Function: SecurityIcon"
-sidebar_label: "SecurityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SecurityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SecurityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SecurityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateGoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateGoodIcon.md
deleted file mode 100644
index e184a792d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateGoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SecurityUpdateGoodIcon"
-title: "Function: SecurityUpdateGoodIcon"
-sidebar_label: "SecurityUpdateGoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SecurityUpdateGoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SecurityUpdateGoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SecurityUpdateGoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateIcon.md
deleted file mode 100644
index dcc6cfe6d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SecurityUpdateIcon"
-title: "Function: SecurityUpdateIcon"
-sidebar_label: "SecurityUpdateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SecurityUpdateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SecurityUpdateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SecurityUpdateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateWarningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateWarningIcon.md
deleted file mode 100644
index 83c1a0dd3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SecurityUpdateWarningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SecurityUpdateWarningIcon"
-title: "Function: SecurityUpdateWarningIcon"
-sidebar_label: "SecurityUpdateWarningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SecurityUpdateWarningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SecurityUpdateWarningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SecurityUpdateWarningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SegmentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SegmentIcon.md
deleted file mode 100644
index 4b675d02e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SegmentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SegmentIcon"
-title: "Function: SegmentIcon"
-sidebar_label: "SegmentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SegmentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SegmentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SegmentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Select.md b/website/versioned_docs/version-2.0.0/api/functions/Select.md
deleted file mode 100644
index 96d2cc0d0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Select.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Select"
-title: "Function: Select"
-sidebar_label: "Select"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Select**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SelectProps`](../types/SelectProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Select.tsx:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Select.tsx#L43)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SelectAllIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SelectAllIcon.md
deleted file mode 100644
index 3d6b3def8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SelectAllIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SelectAllIcon"
-title: "Function: SelectAllIcon"
-sidebar_label: "SelectAllIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SelectAllIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SelectAllIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SelectAllIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SelectFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/SelectFieldBinding.md
deleted file mode 100644
index 2753ad2f1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SelectFieldBinding.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "SelectFieldBinding"
-title: "Function: SelectFieldBinding"
-sidebar_label: "SelectFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SelectFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-If `enumValues` are set in the string config, this field renders a select
-where each option is a colored chip.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`EnumType`](../types/EnumType.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `SelectProps`\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/SelectFieldBinding.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/SelectFieldBinding.tsx#L22)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SelectGroup.md b/website/versioned_docs/version-2.0.0/api/functions/SelectGroup.md
deleted file mode 100644
index 94d30128e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SelectGroup.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SelectGroup"
-title: "Function: SelectGroup"
-sidebar_label: "SelectGroup"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SelectGroup**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SelectGroupProps`](../types/SelectGroupProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Select.tsx:240](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Select.tsx#L240)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SelectItem.md b/website/versioned_docs/version-2.0.0/api/functions/SelectItem.md
deleted file mode 100644
index b045c9ce5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SelectItem.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SelectItem"
-title: "Function: SelectItem"
-sidebar_label: "SelectItem"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SelectItem**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SelectItemProps`](../types/SelectItemProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Select.tsx:199](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Select.tsx#L199)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SelfImprovementIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SelfImprovementIcon.md
deleted file mode 100644
index 4be77868a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SelfImprovementIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SelfImprovementIcon"
-title: "Function: SelfImprovementIcon"
-sidebar_label: "SelfImprovementIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SelfImprovementIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SelfImprovementIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SelfImprovementIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SellIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SellIcon.md
deleted file mode 100644
index 01f1bb165..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SellIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SellIcon"
-title: "Function: SellIcon"
-sidebar_label: "SellIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SellIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SellIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SellIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SendAndArchiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SendAndArchiveIcon.md
deleted file mode 100644
index 3abf59bf9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SendAndArchiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SendAndArchiveIcon"
-title: "Function: SendAndArchiveIcon"
-sidebar_label: "SendAndArchiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SendAndArchiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SendAndArchiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SendAndArchiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SendIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SendIcon.md
deleted file mode 100644
index c0002523f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SendIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SendIcon"
-title: "Function: SendIcon"
-sidebar_label: "SendIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SendIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SendIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SendIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SendTimeExtensionIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SendTimeExtensionIcon.md
deleted file mode 100644
index 3952fb6e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SendTimeExtensionIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SendTimeExtensionIcon"
-title: "Function: SendTimeExtensionIcon"
-sidebar_label: "SendTimeExtensionIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SendTimeExtensionIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SendTimeExtensionIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SendTimeExtensionIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SendToMobileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SendToMobileIcon.md
deleted file mode 100644
index e168ae093..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SendToMobileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SendToMobileIcon"
-title: "Function: SendToMobileIcon"
-sidebar_label: "SendToMobileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SendToMobileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SendToMobileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SendToMobileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SensorDoorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SensorDoorIcon.md
deleted file mode 100644
index fedff200c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SensorDoorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SensorDoorIcon"
-title: "Function: SensorDoorIcon"
-sidebar_label: "SensorDoorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SensorDoorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SensorDoorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SensorDoorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SensorOccupiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SensorOccupiedIcon.md
deleted file mode 100644
index 46cc23261..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SensorOccupiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SensorOccupiedIcon"
-title: "Function: SensorOccupiedIcon"
-sidebar_label: "SensorOccupiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SensorOccupiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SensorOccupiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SensorOccupiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SensorWindowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SensorWindowIcon.md
deleted file mode 100644
index 704903bba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SensorWindowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SensorWindowIcon"
-title: "Function: SensorWindowIcon"
-sidebar_label: "SensorWindowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SensorWindowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SensorWindowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SensorWindowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SensorsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SensorsIcon.md
deleted file mode 100644
index 32950fc36..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SensorsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SensorsIcon"
-title: "Function: SensorsIcon"
-sidebar_label: "SensorsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SensorsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SensorsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SensorsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SensorsOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SensorsOffIcon.md
deleted file mode 100644
index dba230a83..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SensorsOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SensorsOffIcon"
-title: "Function: SensorsOffIcon"
-sidebar_label: "SensorsOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SensorsOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SensorsOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SensorsOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentDissatisfiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentDissatisfiedIcon.md
deleted file mode 100644
index 690ebcf23..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentDissatisfiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentDissatisfiedIcon"
-title: "Function: SentimentDissatisfiedIcon"
-sidebar_label: "SentimentDissatisfiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentDissatisfiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentDissatisfiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentDissatisfiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentNeutralIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentNeutralIcon.md
deleted file mode 100644
index 7ca49c338..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentNeutralIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentNeutralIcon"
-title: "Function: SentimentNeutralIcon"
-sidebar_label: "SentimentNeutralIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentNeutralIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentNeutralIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentNeutralIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedAltIcon.md
deleted file mode 100644
index 97cc81232..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentSatisfiedAltIcon"
-title: "Function: SentimentSatisfiedAltIcon"
-sidebar_label: "SentimentSatisfiedAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentSatisfiedAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentSatisfiedAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentSatisfiedAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedIcon.md
deleted file mode 100644
index 0bf6f6a53..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentSatisfiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentSatisfiedIcon"
-title: "Function: SentimentSatisfiedIcon"
-sidebar_label: "SentimentSatisfiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentSatisfiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentSatisfiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentSatisfiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentVeryDissatisfiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentVeryDissatisfiedIcon.md
deleted file mode 100644
index 4a319f6b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentVeryDissatisfiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentVeryDissatisfiedIcon"
-title: "Function: SentimentVeryDissatisfiedIcon"
-sidebar_label: "SentimentVeryDissatisfiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentVeryDissatisfiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentVeryDissatisfiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentVeryDissatisfiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SentimentVerySatisfiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SentimentVerySatisfiedIcon.md
deleted file mode 100644
index 131f2750e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SentimentVerySatisfiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SentimentVerySatisfiedIcon"
-title: "Function: SentimentVerySatisfiedIcon"
-sidebar_label: "SentimentVerySatisfiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SentimentVerySatisfiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SentimentVerySatisfiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SentimentVerySatisfiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SetMealIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SetMealIcon.md
deleted file mode 100644
index bc3cb842f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SetMealIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SetMealIcon"
-title: "Function: SetMealIcon"
-sidebar_label: "SetMealIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SetMealIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SetMealIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SetMealIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsAccessibilityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsAccessibilityIcon.md
deleted file mode 100644
index 562c168ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsAccessibilityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsAccessibilityIcon"
-title: "Function: SettingsAccessibilityIcon"
-sidebar_label: "SettingsAccessibilityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsAccessibilityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsAccessibilityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsAccessibilityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsApplicationsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsApplicationsIcon.md
deleted file mode 100644
index d365a5349..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsApplicationsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsApplicationsIcon"
-title: "Function: SettingsApplicationsIcon"
-sidebar_label: "SettingsApplicationsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsApplicationsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsApplicationsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsApplicationsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsBackupRestoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsBackupRestoreIcon.md
deleted file mode 100644
index 5783c9761..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsBackupRestoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsBackupRestoreIcon"
-title: "Function: SettingsBackupRestoreIcon"
-sidebar_label: "SettingsBackupRestoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsBackupRestoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsBackupRestoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsBackupRestoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsBluetoothIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsBluetoothIcon.md
deleted file mode 100644
index f55a079dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsBluetoothIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsBluetoothIcon"
-title: "Function: SettingsBluetoothIcon"
-sidebar_label: "SettingsBluetoothIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsBluetoothIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsBluetoothIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsBluetoothIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsBrightnessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsBrightnessIcon.md
deleted file mode 100644
index 25bcfbf32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsBrightnessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsBrightnessIcon"
-title: "Function: SettingsBrightnessIcon"
-sidebar_label: "SettingsBrightnessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsBrightnessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsBrightnessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsBrightnessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsCellIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsCellIcon.md
deleted file mode 100644
index 1980034e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsCellIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsCellIcon"
-title: "Function: SettingsCellIcon"
-sidebar_label: "SettingsCellIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsCellIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsCellIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsCellIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsEthernetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsEthernetIcon.md
deleted file mode 100644
index d5cc1d382..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsEthernetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsEthernetIcon"
-title: "Function: SettingsEthernetIcon"
-sidebar_label: "SettingsEthernetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsEthernetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsEthernetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsEthernetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsIcon.md
deleted file mode 100644
index 1e0778016..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsIcon"
-title: "Function: SettingsIcon"
-sidebar_label: "SettingsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputAntennaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsInputAntennaIcon.md
deleted file mode 100644
index 93c38a846..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputAntennaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsInputAntennaIcon"
-title: "Function: SettingsInputAntennaIcon"
-sidebar_label: "SettingsInputAntennaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsInputAntennaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsInputAntennaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsInputAntennaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputComponentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsInputComponentIcon.md
deleted file mode 100644
index f035a434f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputComponentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsInputComponentIcon"
-title: "Function: SettingsInputComponentIcon"
-sidebar_label: "SettingsInputComponentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsInputComponentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsInputComponentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsInputComponentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputCompositeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsInputCompositeIcon.md
deleted file mode 100644
index 4801a8f4d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputCompositeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsInputCompositeIcon"
-title: "Function: SettingsInputCompositeIcon"
-sidebar_label: "SettingsInputCompositeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsInputCompositeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsInputCompositeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsInputCompositeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputHdmiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsInputHdmiIcon.md
deleted file mode 100644
index 5a4721b0d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputHdmiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsInputHdmiIcon"
-title: "Function: SettingsInputHdmiIcon"
-sidebar_label: "SettingsInputHdmiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsInputHdmiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsInputHdmiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsInputHdmiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputSvideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsInputSvideoIcon.md
deleted file mode 100644
index 0472b547f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsInputSvideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsInputSvideoIcon"
-title: "Function: SettingsInputSvideoIcon"
-sidebar_label: "SettingsInputSvideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsInputSvideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsInputSvideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsInputSvideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsOverscanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsOverscanIcon.md
deleted file mode 100644
index 5271db2bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsOverscanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsOverscanIcon"
-title: "Function: SettingsOverscanIcon"
-sidebar_label: "SettingsOverscanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsOverscanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsOverscanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsOverscanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsPhoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsPhoneIcon.md
deleted file mode 100644
index 085e954fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsPhoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsPhoneIcon"
-title: "Function: SettingsPhoneIcon"
-sidebar_label: "SettingsPhoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsPhoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsPhoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsPhoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsPowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsPowerIcon.md
deleted file mode 100644
index 3500c0253..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsPowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsPowerIcon"
-title: "Function: SettingsPowerIcon"
-sidebar_label: "SettingsPowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsPowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsPowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsPowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsRemoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsRemoteIcon.md
deleted file mode 100644
index 2c6d9c5e1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsRemoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsRemoteIcon"
-title: "Function: SettingsRemoteIcon"
-sidebar_label: "SettingsRemoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsRemoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsRemoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsRemoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsSuggestIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsSuggestIcon.md
deleted file mode 100644
index 09fff4d4f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsSuggestIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsSuggestIcon"
-title: "Function: SettingsSuggestIcon"
-sidebar_label: "SettingsSuggestIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsSuggestIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsSuggestIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsSuggestIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsSystemDaydreamIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsSystemDaydreamIcon.md
deleted file mode 100644
index e4358083e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsSystemDaydreamIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsSystemDaydreamIcon"
-title: "Function: SettingsSystemDaydreamIcon"
-sidebar_label: "SettingsSystemDaydreamIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsSystemDaydreamIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsSystemDaydreamIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsSystemDaydreamIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SettingsVoiceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SettingsVoiceIcon.md
deleted file mode 100644
index ca562500f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SettingsVoiceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SettingsVoiceIcon"
-title: "Function: SettingsVoiceIcon"
-sidebar_label: "SettingsVoiceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SettingsVoiceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SettingsVoiceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SettingsVoiceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SevereColdIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SevereColdIcon.md
deleted file mode 100644
index b6caae66a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SevereColdIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SevereColdIcon"
-title: "Function: SevereColdIcon"
-sidebar_label: "SevereColdIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SevereColdIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SevereColdIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SevereColdIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShapeLineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShapeLineIcon.md
deleted file mode 100644
index d56e14db7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShapeLineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShapeLineIcon"
-title: "Function: ShapeLineIcon"
-sidebar_label: "ShapeLineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShapeLineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShapeLineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShapeLineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShareIcon.md
deleted file mode 100644
index 71414639e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShareIcon"
-title: "Function: ShareIcon"
-sidebar_label: "ShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShareLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShareLocationIcon.md
deleted file mode 100644
index 1a2664213..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShareLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShareLocationIcon"
-title: "Function: ShareLocationIcon"
-sidebar_label: "ShareLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShareLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShareLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShareLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Sheet.md b/website/versioned_docs/version-2.0.0/api/functions/Sheet.md
deleted file mode 100644
index 5662e827c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Sheet.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "Sheet"
-title: "Function: Sheet"
-sidebar_label: "Sheet"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Sheet**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `SheetProps` |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShieldIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShieldIcon.md
deleted file mode 100644
index e613890c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShieldIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShieldIcon"
-title: "Function: ShieldIcon"
-sidebar_label: "ShieldIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShieldIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShieldIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShieldIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShieldMoonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShieldMoonIcon.md
deleted file mode 100644
index b2f983706..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShieldMoonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShieldMoonIcon"
-title: "Function: ShieldMoonIcon"
-sidebar_label: "ShieldMoonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShieldMoonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShieldMoonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShieldMoonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Shop2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Shop2Icon.md
deleted file mode 100644
index 156567bb8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Shop2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Shop2Icon"
-title: "Function: Shop2Icon"
-sidebar_label: "Shop2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Shop2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Shop2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Shop2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShopIcon.md
deleted file mode 100644
index 87fe998b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShopIcon"
-title: "Function: ShopIcon"
-sidebar_label: "ShopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShopTwoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShopTwoIcon.md
deleted file mode 100644
index b255b0ab8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShopTwoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShopTwoIcon"
-title: "Function: ShopTwoIcon"
-sidebar_label: "ShopTwoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShopTwoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShopTwoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShopTwoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShoppingBagIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShoppingBagIcon.md
deleted file mode 100644
index e5a6d816e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShoppingBagIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShoppingBagIcon"
-title: "Function: ShoppingBagIcon"
-sidebar_label: "ShoppingBagIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShoppingBagIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShoppingBagIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShoppingBagIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShoppingBasketIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShoppingBasketIcon.md
deleted file mode 100644
index 94a88fccd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShoppingBasketIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShoppingBasketIcon"
-title: "Function: ShoppingBasketIcon"
-sidebar_label: "ShoppingBasketIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShoppingBasketIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShoppingBasketIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShoppingBasketIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartCheckoutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartCheckoutIcon.md
deleted file mode 100644
index 579eb93cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartCheckoutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShoppingCartCheckoutIcon"
-title: "Function: ShoppingCartCheckoutIcon"
-sidebar_label: "ShoppingCartCheckoutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShoppingCartCheckoutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShoppingCartCheckoutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShoppingCartCheckoutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartIcon.md
deleted file mode 100644
index 98319b87c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShoppingCartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShoppingCartIcon"
-title: "Function: ShoppingCartIcon"
-sidebar_label: "ShoppingCartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShoppingCartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShoppingCartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShoppingCartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShortTextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShortTextIcon.md
deleted file mode 100644
index 7da68538e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShortTextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShortTextIcon"
-title: "Function: ShortTextIcon"
-sidebar_label: "ShortTextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShortTextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShortTextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShortTextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShortcutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShortcutIcon.md
deleted file mode 100644
index f68491cb5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShortcutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShortcutIcon"
-title: "Function: ShortcutIcon"
-sidebar_label: "ShortcutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShortcutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShortcutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShortcutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShowChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShowChartIcon.md
deleted file mode 100644
index 4eef48bb3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShowChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShowChartIcon"
-title: "Function: ShowChartIcon"
-sidebar_label: "ShowChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShowChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShowChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShowChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShowerIcon.md
deleted file mode 100644
index 947c10e12..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShowerIcon"
-title: "Function: ShowerIcon"
-sidebar_label: "ShowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShuffleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShuffleIcon.md
deleted file mode 100644
index 63b690034..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShuffleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShuffleIcon"
-title: "Function: ShuffleIcon"
-sidebar_label: "ShuffleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShuffleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShuffleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShuffleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShuffleOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShuffleOnIcon.md
deleted file mode 100644
index b7d5ff23f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShuffleOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShuffleOnIcon"
-title: "Function: ShuffleOnIcon"
-sidebar_label: "ShuffleOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShuffleOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShuffleOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShuffleOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ShutterSpeedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ShutterSpeedIcon.md
deleted file mode 100644
index 55b19d7ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ShutterSpeedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ShutterSpeedIcon"
-title: "Function: ShutterSpeedIcon"
-sidebar_label: "ShutterSpeedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ShutterSpeedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ShutterSpeedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ShutterSpeedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SickIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SickIcon.md
deleted file mode 100644
index 80a5bcca0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SickIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SickIcon"
-title: "Function: SickIcon"
-sidebar_label: "SickIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SickIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SickIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SickIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SideDialogs.md b/website/versioned_docs/version-2.0.0/api/functions/SideDialogs.md
deleted file mode 100644
index c18b108e1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SideDialogs.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SideDialogs"
-title: "Function: SideDialogs"
-sidebar_label: "SideDialogs"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SideDialogs**(): `Element`
-
-This is the component in charge of rendering the side dialogs used
-for editing entities. Use the [useSideEntityController](useSideEntityController.md) to open
-and control the dialogs.
-This component needs a parent [FireCMS](FireCMS.md)
-[useSideDialogsController](useSideDialogsController.md)
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/SideDialogs.tsx:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/SideDialogs.tsx#L42)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignLanguageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignLanguageIcon.md
deleted file mode 100644
index 1e0fb5c1f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignLanguageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignLanguageIcon"
-title: "Function: SignLanguageIcon"
-sidebar_label: "SignLanguageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignLanguageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignLanguageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignLanguageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellular0BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellular0BarIcon.md
deleted file mode 100644
index 21704c3ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellular0BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellular0BarIcon"
-title: "Function: SignalCellular0BarIcon"
-sidebar_label: "SignalCellular0BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellular0BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellular0BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellular0BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellular4BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellular4BarIcon.md
deleted file mode 100644
index fccc2d0ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellular4BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellular4BarIcon"
-title: "Function: SignalCellular4BarIcon"
-sidebar_label: "SignalCellular4BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellular4BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellular4BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellular4BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt1BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt1BarIcon.md
deleted file mode 100644
index 9a8c6bab7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt1BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularAlt1BarIcon"
-title: "Function: SignalCellularAlt1BarIcon"
-sidebar_label: "SignalCellularAlt1BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularAlt1BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularAlt1BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularAlt1BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt2BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt2BarIcon.md
deleted file mode 100644
index b02f2ed1a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAlt2BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularAlt2BarIcon"
-title: "Function: SignalCellularAlt2BarIcon"
-sidebar_label: "SignalCellularAlt2BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularAlt2BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularAlt2BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularAlt2BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAltIcon.md
deleted file mode 100644
index 13f178401..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularAltIcon"
-title: "Function: SignalCellularAltIcon"
-sidebar_label: "SignalCellularAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet0BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet0BarIcon.md
deleted file mode 100644
index e6d8540a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet0BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularConnectedNoInternet0BarIcon"
-title: "Function: SignalCellularConnectedNoInternet0BarIcon"
-sidebar_label: "SignalCellularConnectedNoInternet0BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularConnectedNoInternet0BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularConnectedNoInternet0BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularConnectedNoInternet0BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet4BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet4BarIcon.md
deleted file mode 100644
index 6322f95a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularConnectedNoInternet4BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularConnectedNoInternet4BarIcon"
-title: "Function: SignalCellularConnectedNoInternet4BarIcon"
-sidebar_label: "SignalCellularConnectedNoInternet4BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularConnectedNoInternet4BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularConnectedNoInternet4BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularConnectedNoInternet4BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNoSimIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNoSimIcon.md
deleted file mode 100644
index 6f9d00a45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNoSimIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularNoSimIcon"
-title: "Function: SignalCellularNoSimIcon"
-sidebar_label: "SignalCellularNoSimIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularNoSimIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularNoSimIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularNoSimIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNodataIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNodataIcon.md
deleted file mode 100644
index 1847902ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNodataIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularNodataIcon"
-title: "Function: SignalCellularNodataIcon"
-sidebar_label: "SignalCellularNodataIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularNodataIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularNodataIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularNodataIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNullIcon.md
deleted file mode 100644
index 69b267433..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularNullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularNullIcon"
-title: "Function: SignalCellularNullIcon"
-sidebar_label: "SignalCellularNullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularNullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularNullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularNullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalCellularOffIcon.md
deleted file mode 100644
index 1df5e60ed..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalCellularOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalCellularOffIcon"
-title: "Function: SignalCellularOffIcon"
-sidebar_label: "SignalCellularOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalCellularOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalCellularOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalCellularOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi0BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifi0BarIcon.md
deleted file mode 100644
index 0c4790080..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi0BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifi0BarIcon"
-title: "Function: SignalWifi0BarIcon"
-sidebar_label: "SignalWifi0BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifi0BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifi0BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifi0BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarIcon.md
deleted file mode 100644
index e00daddcd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifi4BarIcon"
-title: "Function: SignalWifi4BarIcon"
-sidebar_label: "SignalWifi4BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifi4BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifi4BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifi4BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarLockIcon.md
deleted file mode 100644
index bcd03e2ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifi4BarLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifi4BarLockIcon"
-title: "Function: SignalWifi4BarLockIcon"
-sidebar_label: "SignalWifi4BarLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifi4BarLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifi4BarLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifi4BarLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiBadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiBadIcon.md
deleted file mode 100644
index c59eb831c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiBadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiBadIcon"
-title: "Function: SignalWifiBadIcon"
-sidebar_label: "SignalWifiBadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiBadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiBadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiBadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiConnectedNoInternet4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiConnectedNoInternet4Icon.md
deleted file mode 100644
index 345ceabdf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiConnectedNoInternet4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiConnectedNoInternet4Icon"
-title: "Function: SignalWifiConnectedNoInternet4Icon"
-sidebar_label: "SignalWifiConnectedNoInternet4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiConnectedNoInternet4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiConnectedNoInternet4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiConnectedNoInternet4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiOffIcon.md
deleted file mode 100644
index 27cfa07bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiOffIcon"
-title: "Function: SignalWifiOffIcon"
-sidebar_label: "SignalWifiOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbar4BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbar4BarIcon.md
deleted file mode 100644
index d6fae5473..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbar4BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiStatusbar4BarIcon"
-title: "Function: SignalWifiStatusbar4BarIcon"
-sidebar_label: "SignalWifiStatusbar4BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiStatusbar4BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiStatusbar4BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiStatusbar4BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarConnectedNoInternet4Icon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarConnectedNoInternet4Icon.md
deleted file mode 100644
index 23e53227e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarConnectedNoInternet4Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiStatusbarConnectedNoInternet4Icon"
-title: "Function: SignalWifiStatusbarConnectedNoInternet4Icon"
-sidebar_label: "SignalWifiStatusbarConnectedNoInternet4Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiStatusbarConnectedNoInternet4Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarNullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarNullIcon.md
deleted file mode 100644
index 93f69c525..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignalWifiStatusbarNullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignalWifiStatusbarNullIcon"
-title: "Function: SignalWifiStatusbarNullIcon"
-sidebar_label: "SignalWifiStatusbarNullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignalWifiStatusbarNullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignalWifiStatusbarNullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignalWifiStatusbarNullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SignpostIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SignpostIcon.md
deleted file mode 100644
index a33c579cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SignpostIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SignpostIcon"
-title: "Function: SignpostIcon"
-sidebar_label: "SignpostIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SignpostIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SignpostIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SignpostIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SimCardAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SimCardAlertIcon.md
deleted file mode 100644
index 435c39608..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SimCardAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SimCardAlertIcon"
-title: "Function: SimCardAlertIcon"
-sidebar_label: "SimCardAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SimCardAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SimCardAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SimCardAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SimCardDownloadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SimCardDownloadIcon.md
deleted file mode 100644
index 5c793b324..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SimCardDownloadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SimCardDownloadIcon"
-title: "Function: SimCardDownloadIcon"
-sidebar_label: "SimCardDownloadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SimCardDownloadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SimCardDownloadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SimCardDownloadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SimCardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SimCardIcon.md
deleted file mode 100644
index 124665221..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SimCardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SimCardIcon"
-title: "Function: SimCardIcon"
-sidebar_label: "SimCardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SimCardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SimCardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SimCardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SingleBedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SingleBedIcon.md
deleted file mode 100644
index 393b67bcd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SingleBedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SingleBedIcon"
-title: "Function: SingleBedIcon"
-sidebar_label: "SingleBedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SingleBedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SingleBedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SingleBedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SipIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SipIcon.md
deleted file mode 100644
index eda653930..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SipIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SipIcon"
-title: "Function: SipIcon"
-sidebar_label: "SipIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SipIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SipIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SipIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SkateboardingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SkateboardingIcon.md
deleted file mode 100644
index 322220320..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SkateboardingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SkateboardingIcon"
-title: "Function: SkateboardingIcon"
-sidebar_label: "SkateboardingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SkateboardingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SkateboardingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SkateboardingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SkeletonPropertyComponent.md b/website/versioned_docs/version-2.0.0/api/functions/SkeletonPropertyComponent.md
deleted file mode 100644
index fc7c1cc0d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SkeletonPropertyComponent.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SkeletonPropertyComponent"
-title: "Function: SkeletonPropertyComponent"
-sidebar_label: "SkeletonPropertyComponent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SkeletonPropertyComponent**(`«destructured»`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SkeletonPropertyComponentProps`](../interfaces/SkeletonPropertyComponentProps.md) |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L21)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SkipNextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SkipNextIcon.md
deleted file mode 100644
index 625b174a1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SkipNextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SkipNextIcon"
-title: "Function: SkipNextIcon"
-sidebar_label: "SkipNextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SkipNextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SkipNextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SkipNextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SkipPreviousIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SkipPreviousIcon.md
deleted file mode 100644
index acb4ada72..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SkipPreviousIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SkipPreviousIcon"
-title: "Function: SkipPreviousIcon"
-sidebar_label: "SkipPreviousIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SkipPreviousIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SkipPreviousIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SkipPreviousIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SleddingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SleddingIcon.md
deleted file mode 100644
index 778cc6a00..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SleddingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SleddingIcon"
-title: "Function: SleddingIcon"
-sidebar_label: "SleddingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SleddingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SleddingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SleddingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SlideshowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SlideshowIcon.md
deleted file mode 100644
index 8402214dd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SlideshowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SlideshowIcon"
-title: "Function: SlideshowIcon"
-sidebar_label: "SlideshowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SlideshowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SlideshowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SlideshowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SlowMotionVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SlowMotionVideoIcon.md
deleted file mode 100644
index 16bc58fc6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SlowMotionVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SlowMotionVideoIcon"
-title: "Function: SlowMotionVideoIcon"
-sidebar_label: "SlowMotionVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SlowMotionVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SlowMotionVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SlowMotionVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmartButtonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmartButtonIcon.md
deleted file mode 100644
index 983b97fb4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmartButtonIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmartButtonIcon"
-title: "Function: SmartButtonIcon"
-sidebar_label: "SmartButtonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmartButtonIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmartButtonIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmartButtonIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmartDisplayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmartDisplayIcon.md
deleted file mode 100644
index 22042bc30..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmartDisplayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmartDisplayIcon"
-title: "Function: SmartDisplayIcon"
-sidebar_label: "SmartDisplayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmartDisplayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmartDisplayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmartDisplayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmartScreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmartScreenIcon.md
deleted file mode 100644
index 4482234e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmartScreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmartScreenIcon"
-title: "Function: SmartScreenIcon"
-sidebar_label: "SmartScreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmartScreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmartScreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmartScreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmartToyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmartToyIcon.md
deleted file mode 100644
index 7c21c0e87..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmartToyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmartToyIcon"
-title: "Function: SmartToyIcon"
-sidebar_label: "SmartToyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmartToyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmartToyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmartToyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmartphoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmartphoneIcon.md
deleted file mode 100644
index fd24c7730..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmartphoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmartphoneIcon"
-title: "Function: SmartphoneIcon"
-sidebar_label: "SmartphoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmartphoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmartphoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmartphoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmokeFreeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmokeFreeIcon.md
deleted file mode 100644
index 5dcf8e672..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmokeFreeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmokeFreeIcon"
-title: "Function: SmokeFreeIcon"
-sidebar_label: "SmokeFreeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmokeFreeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmokeFreeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmokeFreeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmokingRoomsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmokingRoomsIcon.md
deleted file mode 100644
index 4fa5eb00c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmokingRoomsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmokingRoomsIcon"
-title: "Function: SmokingRoomsIcon"
-sidebar_label: "SmokingRoomsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmokingRoomsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmokingRoomsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmokingRoomsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmsFailedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmsFailedIcon.md
deleted file mode 100644
index 2595a2d39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmsFailedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmsFailedIcon"
-title: "Function: SmsFailedIcon"
-sidebar_label: "SmsFailedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmsFailedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmsFailedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmsFailedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SmsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SmsIcon.md
deleted file mode 100644
index 3ae4bc065..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SmsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SmsIcon"
-title: "Function: SmsIcon"
-sidebar_label: "SmsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SmsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SmsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SmsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnackbarProvider.md b/website/versioned_docs/version-2.0.0/api/functions/SnackbarProvider.md
deleted file mode 100644
index 77edccb8e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnackbarProvider.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "SnackbarProvider"
-title: "Function: SnackbarProvider"
-sidebar_label: "SnackbarProvider"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnackbarProvider**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.children?` | `ReactNode` |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnippetFolderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SnippetFolderIcon.md
deleted file mode 100644
index a83fd3430..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnippetFolderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SnippetFolderIcon"
-title: "Function: SnippetFolderIcon"
-sidebar_label: "SnippetFolderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnippetFolderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SnippetFolderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SnippetFolderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnoozeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SnoozeIcon.md
deleted file mode 100644
index 950f2cc40..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnoozeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SnoozeIcon"
-title: "Function: SnoozeIcon"
-sidebar_label: "SnoozeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnoozeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SnoozeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SnoozeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnowboardingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SnowboardingIcon.md
deleted file mode 100644
index aec47d17a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnowboardingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SnowboardingIcon"
-title: "Function: SnowboardingIcon"
-sidebar_label: "SnowboardingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnowboardingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SnowboardingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SnowboardingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnowmobileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SnowmobileIcon.md
deleted file mode 100644
index 5d42bc92f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnowmobileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SnowmobileIcon"
-title: "Function: SnowmobileIcon"
-sidebar_label: "SnowmobileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnowmobileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SnowmobileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SnowmobileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SnowshoeingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SnowshoeingIcon.md
deleted file mode 100644
index 45380d4cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SnowshoeingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SnowshoeingIcon"
-title: "Function: SnowshoeingIcon"
-sidebar_label: "SnowshoeingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SnowshoeingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SnowshoeingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SnowshoeingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SoapIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SoapIcon.md
deleted file mode 100644
index 269cb9fb9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SoapIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SoapIcon"
-title: "Function: SoapIcon"
-sidebar_label: "SoapIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SoapIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SoapIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SoapIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SocialDistanceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SocialDistanceIcon.md
deleted file mode 100644
index c473c1a94..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SocialDistanceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SocialDistanceIcon"
-title: "Function: SocialDistanceIcon"
-sidebar_label: "SocialDistanceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SocialDistanceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SocialDistanceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SocialDistanceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SolarPowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SolarPowerIcon.md
deleted file mode 100644
index 63b5be2fb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SolarPowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SolarPowerIcon"
-title: "Function: SolarPowerIcon"
-sidebar_label: "SolarPowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SolarPowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SolarPowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SolarPowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SortByAlphaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SortByAlphaIcon.md
deleted file mode 100644
index 9aa2b31a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SortByAlphaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SortByAlphaIcon"
-title: "Function: SortByAlphaIcon"
-sidebar_label: "SortByAlphaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SortByAlphaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SortByAlphaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SortByAlphaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SortIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SortIcon.md
deleted file mode 100644
index 615942581..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SortIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SortIcon"
-title: "Function: SortIcon"
-sidebar_label: "SortIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SortIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SortIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SortIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SosIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SosIcon.md
deleted file mode 100644
index 5e02c5af6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SosIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SosIcon"
-title: "Function: SosIcon"
-sidebar_label: "SosIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SosIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SosIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SosIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SoupKitchenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SoupKitchenIcon.md
deleted file mode 100644
index 371e7b287..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SoupKitchenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SoupKitchenIcon"
-title: "Function: SoupKitchenIcon"
-sidebar_label: "SoupKitchenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SoupKitchenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SoupKitchenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SoupKitchenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SourceIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SourceIcon.md
deleted file mode 100644
index bfda5d056..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SourceIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SourceIcon"
-title: "Function: SourceIcon"
-sidebar_label: "SourceIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SourceIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SourceIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SourceIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SouthAmericaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SouthAmericaIcon.md
deleted file mode 100644
index 2694e2092..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SouthAmericaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SouthAmericaIcon"
-title: "Function: SouthAmericaIcon"
-sidebar_label: "SouthAmericaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SouthAmericaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SouthAmericaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SouthAmericaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SouthEastIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SouthEastIcon.md
deleted file mode 100644
index 759f3dea7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SouthEastIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SouthEastIcon"
-title: "Function: SouthEastIcon"
-sidebar_label: "SouthEastIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SouthEastIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SouthEastIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SouthEastIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SouthIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SouthIcon.md
deleted file mode 100644
index 5ac44f967..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SouthIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SouthIcon"
-title: "Function: SouthIcon"
-sidebar_label: "SouthIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SouthIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SouthIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SouthIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SouthWestIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SouthWestIcon.md
deleted file mode 100644
index e7012a067..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SouthWestIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SouthWestIcon"
-title: "Function: SouthWestIcon"
-sidebar_label: "SouthWestIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SouthWestIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SouthWestIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SouthWestIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpaIcon.md
deleted file mode 100644
index cea190fb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpaIcon"
-title: "Function: SpaIcon"
-sidebar_label: "SpaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpaceBarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpaceBarIcon.md
deleted file mode 100644
index 665f45929..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpaceBarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpaceBarIcon"
-title: "Function: SpaceBarIcon"
-sidebar_label: "SpaceBarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpaceBarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpaceBarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpaceBarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpaceDashboardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpaceDashboardIcon.md
deleted file mode 100644
index 197bdeb0c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpaceDashboardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpaceDashboardIcon"
-title: "Function: SpaceDashboardIcon"
-sidebar_label: "SpaceDashboardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpaceDashboardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpaceDashboardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpaceDashboardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioIcon.md
deleted file mode 100644
index a3f45ed17..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpatialAudioIcon"
-title: "Function: SpatialAudioIcon"
-sidebar_label: "SpatialAudioIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpatialAudioIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpatialAudioIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpatialAudioIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioOffIcon.md
deleted file mode 100644
index 7cd852ca8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpatialAudioOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpatialAudioOffIcon"
-title: "Function: SpatialAudioOffIcon"
-sidebar_label: "SpatialAudioOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpatialAudioOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpatialAudioOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpatialAudioOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpatialTrackingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpatialTrackingIcon.md
deleted file mode 100644
index ca573b545..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpatialTrackingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpatialTrackingIcon"
-title: "Function: SpatialTrackingIcon"
-sidebar_label: "SpatialTrackingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpatialTrackingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpatialTrackingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpatialTrackingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeakerGroupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeakerGroupIcon.md
deleted file mode 100644
index 8802dd06e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeakerGroupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeakerGroupIcon"
-title: "Function: SpeakerGroupIcon"
-sidebar_label: "SpeakerGroupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeakerGroupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeakerGroupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeakerGroupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeakerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeakerIcon.md
deleted file mode 100644
index ca4b55f28..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeakerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeakerIcon"
-title: "Function: SpeakerIcon"
-sidebar_label: "SpeakerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeakerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeakerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeakerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesIcon.md
deleted file mode 100644
index cd4c01bf2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeakerNotesIcon"
-title: "Function: SpeakerNotesIcon"
-sidebar_label: "SpeakerNotesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeakerNotesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeakerNotesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeakerNotesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesOffIcon.md
deleted file mode 100644
index 559bee17f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeakerNotesOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeakerNotesOffIcon"
-title: "Function: SpeakerNotesOffIcon"
-sidebar_label: "SpeakerNotesOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeakerNotesOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeakerNotesOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeakerNotesOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeakerPhoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeakerPhoneIcon.md
deleted file mode 100644
index 555ccafb8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeakerPhoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeakerPhoneIcon"
-title: "Function: SpeakerPhoneIcon"
-sidebar_label: "SpeakerPhoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeakerPhoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeakerPhoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeakerPhoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpeedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpeedIcon.md
deleted file mode 100644
index 82a168b5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpeedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpeedIcon"
-title: "Function: SpeedIcon"
-sidebar_label: "SpeedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpeedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpeedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpeedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpellcheckIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpellcheckIcon.md
deleted file mode 100644
index 538f363d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpellcheckIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpellcheckIcon"
-title: "Function: SpellcheckIcon"
-sidebar_label: "SpellcheckIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpellcheckIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpellcheckIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpellcheckIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Spinner.md b/website/versioned_docs/version-2.0.0/api/functions/Spinner.md
deleted file mode 100644
index 1ebccb2c1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Spinner.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "Spinner"
-title: "Function: Spinner"
-sidebar_label: "Spinner"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Spinner**(): `Element`
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Spinner.tsx:1](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Spinner.tsx#L1)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SplitscreenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SplitscreenIcon.md
deleted file mode 100644
index 358d99b9b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SplitscreenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SplitscreenIcon"
-title: "Function: SplitscreenIcon"
-sidebar_label: "SplitscreenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SplitscreenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SplitscreenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SplitscreenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SpokeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SpokeIcon.md
deleted file mode 100644
index 520e15e69..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SpokeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SpokeIcon"
-title: "Function: SpokeIcon"
-sidebar_label: "SpokeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SpokeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SpokeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SpokeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsBarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsBarIcon.md
deleted file mode 100644
index 3d4a73ad2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsBarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsBarIcon"
-title: "Function: SportsBarIcon"
-sidebar_label: "SportsBarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsBarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsBarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsBarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsBaseballIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsBaseballIcon.md
deleted file mode 100644
index 00220f53b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsBaseballIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsBaseballIcon"
-title: "Function: SportsBaseballIcon"
-sidebar_label: "SportsBaseballIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsBaseballIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsBaseballIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsBaseballIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsBasketballIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsBasketballIcon.md
deleted file mode 100644
index efb740836..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsBasketballIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsBasketballIcon"
-title: "Function: SportsBasketballIcon"
-sidebar_label: "SportsBasketballIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsBasketballIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsBasketballIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsBasketballIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsCricketIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsCricketIcon.md
deleted file mode 100644
index 1fdc158dc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsCricketIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsCricketIcon"
-title: "Function: SportsCricketIcon"
-sidebar_label: "SportsCricketIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsCricketIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsCricketIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsCricketIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsEsportsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsEsportsIcon.md
deleted file mode 100644
index 85abcbb75..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsEsportsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsEsportsIcon"
-title: "Function: SportsEsportsIcon"
-sidebar_label: "SportsEsportsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsEsportsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsEsportsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsEsportsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsFootballIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsFootballIcon.md
deleted file mode 100644
index 06bedbed2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsFootballIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsFootballIcon"
-title: "Function: SportsFootballIcon"
-sidebar_label: "SportsFootballIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsFootballIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsFootballIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsFootballIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsGolfIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsGolfIcon.md
deleted file mode 100644
index 722d5e56f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsGolfIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsGolfIcon"
-title: "Function: SportsGolfIcon"
-sidebar_label: "SportsGolfIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsGolfIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsGolfIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsGolfIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsGymnasticsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsGymnasticsIcon.md
deleted file mode 100644
index 66563b028..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsGymnasticsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsGymnasticsIcon"
-title: "Function: SportsGymnasticsIcon"
-sidebar_label: "SportsGymnasticsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsGymnasticsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsGymnasticsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsGymnasticsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsHandballIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsHandballIcon.md
deleted file mode 100644
index 0b02382a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsHandballIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsHandballIcon"
-title: "Function: SportsHandballIcon"
-sidebar_label: "SportsHandballIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsHandballIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsHandballIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsHandballIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsHockeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsHockeyIcon.md
deleted file mode 100644
index 827f0a381..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsHockeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsHockeyIcon"
-title: "Function: SportsHockeyIcon"
-sidebar_label: "SportsHockeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsHockeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsHockeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsHockeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsIcon.md
deleted file mode 100644
index 6f86c40c8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsIcon"
-title: "Function: SportsIcon"
-sidebar_label: "SportsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsKabaddiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsKabaddiIcon.md
deleted file mode 100644
index f09a36690..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsKabaddiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsKabaddiIcon"
-title: "Function: SportsKabaddiIcon"
-sidebar_label: "SportsKabaddiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsKabaddiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsKabaddiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsKabaddiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsMartialArtsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsMartialArtsIcon.md
deleted file mode 100644
index e0dceadfe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsMartialArtsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsMartialArtsIcon"
-title: "Function: SportsMartialArtsIcon"
-sidebar_label: "SportsMartialArtsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsMartialArtsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsMartialArtsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsMartialArtsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsMmaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsMmaIcon.md
deleted file mode 100644
index 4598a9cc5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsMmaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsMmaIcon"
-title: "Function: SportsMmaIcon"
-sidebar_label: "SportsMmaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsMmaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsMmaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsMmaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsMotorsportsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsMotorsportsIcon.md
deleted file mode 100644
index d3937faf8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsMotorsportsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsMotorsportsIcon"
-title: "Function: SportsMotorsportsIcon"
-sidebar_label: "SportsMotorsportsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsMotorsportsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsMotorsportsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsMotorsportsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsRugbyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsRugbyIcon.md
deleted file mode 100644
index db371a925..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsRugbyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsRugbyIcon"
-title: "Function: SportsRugbyIcon"
-sidebar_label: "SportsRugbyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsRugbyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsRugbyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsRugbyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsScoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsScoreIcon.md
deleted file mode 100644
index 523f535d9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsScoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsScoreIcon"
-title: "Function: SportsScoreIcon"
-sidebar_label: "SportsScoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsScoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsScoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsScoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsSoccerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsSoccerIcon.md
deleted file mode 100644
index 6971e1998..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsSoccerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsSoccerIcon"
-title: "Function: SportsSoccerIcon"
-sidebar_label: "SportsSoccerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsSoccerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsSoccerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsSoccerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsTennisIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsTennisIcon.md
deleted file mode 100644
index 3a6ee3170..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsTennisIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsTennisIcon"
-title: "Function: SportsTennisIcon"
-sidebar_label: "SportsTennisIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsTennisIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsTennisIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsTennisIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SportsVolleyballIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SportsVolleyballIcon.md
deleted file mode 100644
index 2b91c6bd6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SportsVolleyballIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SportsVolleyballIcon"
-title: "Function: SportsVolleyballIcon"
-sidebar_label: "SportsVolleyballIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SportsVolleyballIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SportsVolleyballIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SportsVolleyballIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SquareFootIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SquareFootIcon.md
deleted file mode 100644
index 6853c15de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SquareFootIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SquareFootIcon"
-title: "Function: SquareFootIcon"
-sidebar_label: "SquareFootIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SquareFootIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SquareFootIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SquareFootIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SquareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SquareIcon.md
deleted file mode 100644
index 018dff0b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SquareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SquareIcon"
-title: "Function: SquareIcon"
-sidebar_label: "SquareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SquareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SquareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SquareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SsidChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SsidChartIcon.md
deleted file mode 100644
index 75efb19ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SsidChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SsidChartIcon"
-title: "Function: SsidChartIcon"
-sidebar_label: "SsidChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SsidChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SsidChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SsidChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StackedBarChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StackedBarChartIcon.md
deleted file mode 100644
index 387a76f11..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StackedBarChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StackedBarChartIcon"
-title: "Function: StackedBarChartIcon"
-sidebar_label: "StackedBarChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StackedBarChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StackedBarChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StackedBarChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StackedLineChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StackedLineChartIcon.md
deleted file mode 100644
index b6df3d088..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StackedLineChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StackedLineChartIcon"
-title: "Function: StackedLineChartIcon"
-sidebar_label: "StackedLineChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StackedLineChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StackedLineChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StackedLineChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StadiumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StadiumIcon.md
deleted file mode 100644
index 0ae25f949..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StadiumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StadiumIcon"
-title: "Function: StadiumIcon"
-sidebar_label: "StadiumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StadiumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StadiumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StadiumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StairsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StairsIcon.md
deleted file mode 100644
index 08097c762..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StairsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StairsIcon"
-title: "Function: StairsIcon"
-sidebar_label: "StairsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StairsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StairsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StairsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarBorderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarBorderIcon.md
deleted file mode 100644
index cd2c67762..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarBorderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarBorderIcon"
-title: "Function: StarBorderIcon"
-sidebar_label: "StarBorderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarBorderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarBorderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarBorderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarBorderPurple500Icon.md b/website/versioned_docs/version-2.0.0/api/functions/StarBorderPurple500Icon.md
deleted file mode 100644
index e681ce05e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarBorderPurple500Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarBorderPurple500Icon"
-title: "Function: StarBorderPurple500Icon"
-sidebar_label: "StarBorderPurple500Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarBorderPurple500Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarBorderPurple500Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarBorderPurple500Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarHalfIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarHalfIcon.md
deleted file mode 100644
index 6a61b2e2b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarHalfIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarHalfIcon"
-title: "Function: StarHalfIcon"
-sidebar_label: "StarHalfIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarHalfIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarHalfIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarHalfIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarIcon.md
deleted file mode 100644
index 7b5ad3c0a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarIcon"
-title: "Function: StarIcon"
-sidebar_label: "StarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarOutlineIcon.md
deleted file mode 100644
index d491ebf3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarOutlineIcon"
-title: "Function: StarOutlineIcon"
-sidebar_label: "StarOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarPurple500Icon.md b/website/versioned_docs/version-2.0.0/api/functions/StarPurple500Icon.md
deleted file mode 100644
index 2f3d06ca8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarPurple500Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarPurple500Icon"
-title: "Function: StarPurple500Icon"
-sidebar_label: "StarPurple500Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarPurple500Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarPurple500Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarPurple500Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarRateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarRateIcon.md
deleted file mode 100644
index 867ab7530..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarRateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarRateIcon"
-title: "Function: StarRateIcon"
-sidebar_label: "StarRateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarRateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarRateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarRateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StarsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StarsIcon.md
deleted file mode 100644
index 2fc899f2d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StarsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StarsIcon"
-title: "Function: StarsIcon"
-sidebar_label: "StarsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StarsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StarsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StarsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StartIcon.md
deleted file mode 100644
index 09282cceb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StartIcon"
-title: "Function: StartIcon"
-sidebar_label: "StartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StayCurrentLandscapeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StayCurrentLandscapeIcon.md
deleted file mode 100644
index c9e9c06cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StayCurrentLandscapeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StayCurrentLandscapeIcon"
-title: "Function: StayCurrentLandscapeIcon"
-sidebar_label: "StayCurrentLandscapeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StayCurrentLandscapeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StayCurrentLandscapeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StayCurrentLandscapeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StayCurrentPortraitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StayCurrentPortraitIcon.md
deleted file mode 100644
index 12bc430a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StayCurrentPortraitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StayCurrentPortraitIcon"
-title: "Function: StayCurrentPortraitIcon"
-sidebar_label: "StayCurrentPortraitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StayCurrentPortraitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StayCurrentPortraitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StayCurrentPortraitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryLandscapeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryLandscapeIcon.md
deleted file mode 100644
index c87de75f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryLandscapeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StayPrimaryLandscapeIcon"
-title: "Function: StayPrimaryLandscapeIcon"
-sidebar_label: "StayPrimaryLandscapeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StayPrimaryLandscapeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StayPrimaryLandscapeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StayPrimaryLandscapeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryPortraitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryPortraitIcon.md
deleted file mode 100644
index 0e13eba6f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StayPrimaryPortraitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StayPrimaryPortraitIcon"
-title: "Function: StayPrimaryPortraitIcon"
-sidebar_label: "StayPrimaryPortraitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StayPrimaryPortraitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StayPrimaryPortraitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StayPrimaryPortraitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StickyNote2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/StickyNote2Icon.md
deleted file mode 100644
index a9ba0ebca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StickyNote2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StickyNote2Icon"
-title: "Function: StickyNote2Icon"
-sidebar_label: "StickyNote2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StickyNote2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StickyNote2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StickyNote2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StopCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StopCircleIcon.md
deleted file mode 100644
index 3bde3b7e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StopCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StopCircleIcon"
-title: "Function: StopCircleIcon"
-sidebar_label: "StopCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StopCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StopCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StopCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StopIcon.md
deleted file mode 100644
index 7a53cfcd5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StopIcon"
-title: "Function: StopIcon"
-sidebar_label: "StopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StopScreenShareIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StopScreenShareIcon.md
deleted file mode 100644
index 3be1e6553..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StopScreenShareIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StopScreenShareIcon"
-title: "Function: StopScreenShareIcon"
-sidebar_label: "StopScreenShareIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StopScreenShareIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StopScreenShareIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StopScreenShareIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StorageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StorageIcon.md
deleted file mode 100644
index fd052a7dc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StorageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StorageIcon"
-title: "Function: StorageIcon"
-sidebar_label: "StorageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StorageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StorageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnail.md b/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnail.md
deleted file mode 100644
index a5bb27764..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnail.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "StorageThumbnail"
-title: "Function: StorageThumbnail"
-sidebar_label: "StorageThumbnail"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorageThumbnail**(`props`, `context?`): `ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `StorageThumbnailProps` |
-| `context?` | `any` |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:567
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnailInternal.md b/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnailInternal.md
deleted file mode 100644
index 1a3449535..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StorageThumbnailInternal.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StorageThumbnailInternal"
-title: "Function: StorageThumbnailInternal"
-sidebar_label: "StorageThumbnailInternal"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorageThumbnailInternal**(`«destructured»`): ``null`` \| `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `StorageThumbnailProps` |
-
-#### Returns
-
-``null`` \| `Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/StorageThumbnail.tsx:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/StorageThumbnail.tsx#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StorageUploadFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/StorageUploadFieldBinding.md
deleted file mode 100644
index 94bea8cba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StorageUploadFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "StorageUploadFieldBinding"
-title: "Function: StorageUploadFieldBinding"
-sidebar_label: "StorageUploadFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorageUploadFieldBinding**(`«destructured»`): `Element`
-
-Field that allows to upload files to Google Cloud Storage.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `StorageUploadFieldProps` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/StorageUploadFieldBinding.tsx:45](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/StorageUploadFieldBinding.tsx#L45)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StoreIcon.md
deleted file mode 100644
index 311a5ed5f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StoreIcon"
-title: "Function: StoreIcon"
-sidebar_label: "StoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StoreMallDirectoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StoreMallDirectoryIcon.md
deleted file mode 100644
index b7c06435e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StoreMallDirectoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StoreMallDirectoryIcon"
-title: "Function: StoreMallDirectoryIcon"
-sidebar_label: "StoreMallDirectoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StoreMallDirectoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StoreMallDirectoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StoreMallDirectoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StorefrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StorefrontIcon.md
deleted file mode 100644
index 2f6276146..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StorefrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StorefrontIcon"
-title: "Function: StorefrontIcon"
-sidebar_label: "StorefrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StorefrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StorefrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StorefrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StormIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StormIcon.md
deleted file mode 100644
index 34e02d826..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StormIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StormIcon"
-title: "Function: StormIcon"
-sidebar_label: "StormIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StormIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StormIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StormIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StraightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StraightIcon.md
deleted file mode 100644
index ed123d6ae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StraightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StraightIcon"
-title: "Function: StraightIcon"
-sidebar_label: "StraightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StraightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StraightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StraightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StraightenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StraightenIcon.md
deleted file mode 100644
index b789ca959..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StraightenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StraightenIcon"
-title: "Function: StraightenIcon"
-sidebar_label: "StraightenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StraightenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StraightenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StraightenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StreamIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StreamIcon.md
deleted file mode 100644
index 736262fdd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StreamIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StreamIcon"
-title: "Function: StreamIcon"
-sidebar_label: "StreamIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StreamIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StreamIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StreamIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StreetviewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StreetviewIcon.md
deleted file mode 100644
index ef6bb2ca6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StreetviewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StreetviewIcon"
-title: "Function: StreetviewIcon"
-sidebar_label: "StreetviewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StreetviewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StreetviewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StreetviewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StrikethroughSIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StrikethroughSIcon.md
deleted file mode 100644
index 039637079..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StrikethroughSIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StrikethroughSIcon"
-title: "Function: StrikethroughSIcon"
-sidebar_label: "StrikethroughSIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StrikethroughSIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StrikethroughSIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StrikethroughSIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StringPropertyPreview.md b/website/versioned_docs/version-2.0.0/api/functions/StringPropertyPreview.md
deleted file mode 100644
index cac1a9714..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StringPropertyPreview.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StringPropertyPreview"
-title: "Function: StringPropertyPreview"
-sidebar_label: "StringPropertyPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StringPropertyPreview**(`«destructured»`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`PropertyPreviewProps`](../interfaces/PropertyPreviewProps.md)\<`string`, `any`, `Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/StringPropertyPreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/StringPropertyPreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StrollerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StrollerIcon.md
deleted file mode 100644
index 8b2ff9730..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StrollerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StrollerIcon"
-title: "Function: StrollerIcon"
-sidebar_label: "StrollerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StrollerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StrollerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StrollerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/StyleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/StyleIcon.md
deleted file mode 100644
index 91dd3ac86..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/StyleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "StyleIcon"
-title: "Function: StyleIcon"
-sidebar_label: "StyleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **StyleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/StyleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/StyleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowLeftIcon.md
deleted file mode 100644
index cec539a75..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubdirectoryArrowLeftIcon"
-title: "Function: SubdirectoryArrowLeftIcon"
-sidebar_label: "SubdirectoryArrowLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubdirectoryArrowLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubdirectoryArrowLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubdirectoryArrowLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowRightIcon.md
deleted file mode 100644
index 1c1ebe587..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubdirectoryArrowRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubdirectoryArrowRightIcon"
-title: "Function: SubdirectoryArrowRightIcon"
-sidebar_label: "SubdirectoryArrowRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubdirectoryArrowRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubdirectoryArrowRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubdirectoryArrowRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubjectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubjectIcon.md
deleted file mode 100644
index 8e5834ced..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubjectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubjectIcon"
-title: "Function: SubjectIcon"
-sidebar_label: "SubjectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubjectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubjectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubjectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubscriptIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubscriptIcon.md
deleted file mode 100644
index 7f446fb31..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubscriptIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubscriptIcon"
-title: "Function: SubscriptIcon"
-sidebar_label: "SubscriptIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubscriptIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubscriptIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubscriptIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubscriptionsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubscriptionsIcon.md
deleted file mode 100644
index 1a22a64aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubscriptionsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubscriptionsIcon"
-title: "Function: SubscriptionsIcon"
-sidebar_label: "SubscriptionsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubscriptionsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubscriptionsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubscriptionsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubtitlesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubtitlesIcon.md
deleted file mode 100644
index 9b6078e8f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubtitlesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubtitlesIcon"
-title: "Function: SubtitlesIcon"
-sidebar_label: "SubtitlesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubtitlesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubtitlesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubtitlesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubtitlesOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubtitlesOffIcon.md
deleted file mode 100644
index 30fc68148..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubtitlesOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubtitlesOffIcon"
-title: "Function: SubtitlesOffIcon"
-sidebar_label: "SubtitlesOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubtitlesOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubtitlesOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubtitlesOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SubwayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SubwayIcon.md
deleted file mode 100644
index 59d57d2c3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SubwayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SubwayIcon"
-title: "Function: SubwayIcon"
-sidebar_label: "SubwayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SubwayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SubwayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SubwayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SummarizeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SummarizeIcon.md
deleted file mode 100644
index d23266f64..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SummarizeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SummarizeIcon"
-title: "Function: SummarizeIcon"
-sidebar_label: "SummarizeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SummarizeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SummarizeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SummarizeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SuperscriptIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SuperscriptIcon.md
deleted file mode 100644
index 55223c3b8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SuperscriptIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SuperscriptIcon"
-title: "Function: SuperscriptIcon"
-sidebar_label: "SuperscriptIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SuperscriptIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SuperscriptIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SuperscriptIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SupervisedUserCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SupervisedUserCircleIcon.md
deleted file mode 100644
index 360a6b1ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SupervisedUserCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SupervisedUserCircleIcon"
-title: "Function: SupervisedUserCircleIcon"
-sidebar_label: "SupervisedUserCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SupervisedUserCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SupervisedUserCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SupervisedUserCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SupervisorAccountIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SupervisorAccountIcon.md
deleted file mode 100644
index a5ce563cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SupervisorAccountIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SupervisorAccountIcon"
-title: "Function: SupervisorAccountIcon"
-sidebar_label: "SupervisorAccountIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SupervisorAccountIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SupervisorAccountIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SupervisorAccountIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SupportAgentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SupportAgentIcon.md
deleted file mode 100644
index c781c0d93..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SupportAgentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SupportAgentIcon"
-title: "Function: SupportAgentIcon"
-sidebar_label: "SupportAgentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SupportAgentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SupportAgentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SupportAgentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SupportIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SupportIcon.md
deleted file mode 100644
index a7b94f49b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SupportIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SupportIcon"
-title: "Function: SupportIcon"
-sidebar_label: "SupportIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SupportIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SupportIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SupportIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SurfingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SurfingIcon.md
deleted file mode 100644
index 9d49df509..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SurfingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SurfingIcon"
-title: "Function: SurfingIcon"
-sidebar_label: "SurfingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SurfingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SurfingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SurfingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SurroundSoundIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SurroundSoundIcon.md
deleted file mode 100644
index 9de2caca4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SurroundSoundIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SurroundSoundIcon"
-title: "Function: SurroundSoundIcon"
-sidebar_label: "SurroundSoundIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SurroundSoundIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SurroundSoundIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SurroundSoundIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwapCallsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwapCallsIcon.md
deleted file mode 100644
index 0440372e1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwapCallsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwapCallsIcon"
-title: "Function: SwapCallsIcon"
-sidebar_label: "SwapCallsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwapCallsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwapCallsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwapCallsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwapHorizIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwapHorizIcon.md
deleted file mode 100644
index 210151d22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwapHorizIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwapHorizIcon"
-title: "Function: SwapHorizIcon"
-sidebar_label: "SwapHorizIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwapHorizIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwapHorizIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwapHorizIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwapHorizontalCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwapHorizontalCircleIcon.md
deleted file mode 100644
index dfabf0157..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwapHorizontalCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwapHorizontalCircleIcon"
-title: "Function: SwapHorizontalCircleIcon"
-sidebar_label: "SwapHorizontalCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwapHorizontalCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwapHorizontalCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwapHorizontalCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwapVertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwapVertIcon.md
deleted file mode 100644
index 482edc9f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwapVertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwapVertIcon"
-title: "Function: SwapVertIcon"
-sidebar_label: "SwapVertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwapVertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwapVertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwapVertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwapVerticalCircleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwapVerticalCircleIcon.md
deleted file mode 100644
index b350bab3e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwapVerticalCircleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwapVerticalCircleIcon"
-title: "Function: SwapVerticalCircleIcon"
-sidebar_label: "SwapVerticalCircleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwapVerticalCircleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwapVerticalCircleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwapVerticalCircleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeDownAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeDownAltIcon.md
deleted file mode 100644
index f250e8356..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeDownAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeDownAltIcon"
-title: "Function: SwipeDownAltIcon"
-sidebar_label: "SwipeDownAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeDownAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeDownAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeDownAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeDownIcon.md
deleted file mode 100644
index ef1590536..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeDownIcon"
-title: "Function: SwipeDownIcon"
-sidebar_label: "SwipeDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeIcon.md
deleted file mode 100644
index 7c6e0eae1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeIcon"
-title: "Function: SwipeIcon"
-sidebar_label: "SwipeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftAltIcon.md
deleted file mode 100644
index e8cdbc1ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeLeftAltIcon"
-title: "Function: SwipeLeftAltIcon"
-sidebar_label: "SwipeLeftAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeLeftAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeLeftAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeLeftAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftIcon.md
deleted file mode 100644
index 128f2e2dc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeLeftIcon"
-title: "Function: SwipeLeftIcon"
-sidebar_label: "SwipeLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeRightAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeRightAltIcon.md
deleted file mode 100644
index be4792600..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeRightAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeRightAltIcon"
-title: "Function: SwipeRightAltIcon"
-sidebar_label: "SwipeRightAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeRightAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeRightAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeRightAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeRightIcon.md
deleted file mode 100644
index 8aa625fb3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeRightIcon"
-title: "Function: SwipeRightIcon"
-sidebar_label: "SwipeRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeUpAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeUpAltIcon.md
deleted file mode 100644
index a283e95ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeUpAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeUpAltIcon"
-title: "Function: SwipeUpAltIcon"
-sidebar_label: "SwipeUpAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeUpAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeUpAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeUpAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeUpIcon.md
deleted file mode 100644
index 2840e26e5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeUpIcon"
-title: "Function: SwipeUpIcon"
-sidebar_label: "SwipeUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwipeVerticalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwipeVerticalIcon.md
deleted file mode 100644
index facc60c09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwipeVerticalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwipeVerticalIcon"
-title: "Function: SwipeVerticalIcon"
-sidebar_label: "SwipeVerticalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwipeVerticalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwipeVerticalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwipeVerticalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutAddIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutAddIcon.md
deleted file mode 100644
index 795920735..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutAddIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchAccessShortcutAddIcon"
-title: "Function: SwitchAccessShortcutAddIcon"
-sidebar_label: "SwitchAccessShortcutAddIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchAccessShortcutAddIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchAccessShortcutAddIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchAccessShortcutAddIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutIcon.md
deleted file mode 100644
index 5d50241b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccessShortcutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchAccessShortcutIcon"
-title: "Function: SwitchAccessShortcutIcon"
-sidebar_label: "SwitchAccessShortcutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchAccessShortcutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchAccessShortcutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchAccessShortcutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccountIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchAccountIcon.md
deleted file mode 100644
index 1d21b5b49..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchAccountIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchAccountIcon"
-title: "Function: SwitchAccountIcon"
-sidebar_label: "SwitchAccountIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchAccountIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchAccountIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchAccountIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchCameraIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchCameraIcon.md
deleted file mode 100644
index ac77f8344..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchCameraIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchCameraIcon"
-title: "Function: SwitchCameraIcon"
-sidebar_label: "SwitchCameraIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchCameraIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchCameraIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchCameraIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchControl.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchControl.md
deleted file mode 100644
index 558c39d86..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchControl.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchControl"
-title: "Function: SwitchControl"
-sidebar_label: "SwitchControl"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchControl**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `FieldProps`\<`any`, `any`\> & \{ `allowIndeterminate?`: `boolean` ; `disabled?`: `boolean` ; `label`: `string` ; `size`: ``"medium"`` \| ``"small"`` ; `tooltip?`: `string` } |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/components/SwitchControl.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/components/SwitchControl.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchFieldBinding.md
deleted file mode 100644
index c67a9ab46..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchFieldBinding.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "SwitchFieldBinding"
-title: "Function: SwitchFieldBinding"
-sidebar_label: "SwitchFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchFieldBinding**(`props`): `ReactNode`
-
-Simple boolean switch biding to a boolean property.
-
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `SwitchFieldProps` & `RefAttributes`\<`unknown`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchLeftIcon.md
deleted file mode 100644
index 201f80a7f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchLeftIcon"
-title: "Function: SwitchLeftIcon"
-sidebar_label: "SwitchLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchRightIcon.md
deleted file mode 100644
index 4fa3c2dad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchRightIcon"
-title: "Function: SwitchRightIcon"
-sidebar_label: "SwitchRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SwitchVideoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SwitchVideoIcon.md
deleted file mode 100644
index 5ebddbd50..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SwitchVideoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SwitchVideoIcon"
-title: "Function: SwitchVideoIcon"
-sidebar_label: "SwitchVideoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SwitchVideoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SwitchVideoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SwitchVideoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SynagogueIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SynagogueIcon.md
deleted file mode 100644
index a31f40140..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SynagogueIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SynagogueIcon"
-title: "Function: SynagogueIcon"
-sidebar_label: "SynagogueIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SynagogueIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SynagogueIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SynagogueIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SyncAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SyncAltIcon.md
deleted file mode 100644
index 6efc04ab3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SyncAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SyncAltIcon"
-title: "Function: SyncAltIcon"
-sidebar_label: "SyncAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SyncAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SyncAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SyncAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SyncDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SyncDisabledIcon.md
deleted file mode 100644
index b92281ee6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SyncDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SyncDisabledIcon"
-title: "Function: SyncDisabledIcon"
-sidebar_label: "SyncDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SyncDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SyncDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SyncDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SyncIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SyncIcon.md
deleted file mode 100644
index 54bff2430..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SyncIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SyncIcon"
-title: "Function: SyncIcon"
-sidebar_label: "SyncIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SyncIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SyncIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SyncIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SyncLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SyncLockIcon.md
deleted file mode 100644
index d14964d3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SyncLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SyncLockIcon"
-title: "Function: SyncLockIcon"
-sidebar_label: "SyncLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SyncLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SyncLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SyncLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SyncProblemIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SyncProblemIcon.md
deleted file mode 100644
index 3948bf89c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SyncProblemIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SyncProblemIcon"
-title: "Function: SyncProblemIcon"
-sidebar_label: "SyncProblemIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SyncProblemIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SyncProblemIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SyncProblemIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateGoodIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateGoodIcon.md
deleted file mode 100644
index 173b88413..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateGoodIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SystemSecurityUpdateGoodIcon"
-title: "Function: SystemSecurityUpdateGoodIcon"
-sidebar_label: "SystemSecurityUpdateGoodIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SystemSecurityUpdateGoodIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SystemSecurityUpdateGoodIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SystemSecurityUpdateGoodIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateIcon.md
deleted file mode 100644
index 9cc634fee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SystemSecurityUpdateIcon"
-title: "Function: SystemSecurityUpdateIcon"
-sidebar_label: "SystemSecurityUpdateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SystemSecurityUpdateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SystemSecurityUpdateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SystemSecurityUpdateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateWarningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateWarningIcon.md
deleted file mode 100644
index 6e7a9eb6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SystemSecurityUpdateWarningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SystemSecurityUpdateWarningIcon"
-title: "Function: SystemSecurityUpdateWarningIcon"
-sidebar_label: "SystemSecurityUpdateWarningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SystemSecurityUpdateWarningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SystemSecurityUpdateWarningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SystemSecurityUpdateWarningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateAltIcon.md
deleted file mode 100644
index be3ad6ea9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SystemUpdateAltIcon"
-title: "Function: SystemUpdateAltIcon"
-sidebar_label: "SystemUpdateAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SystemUpdateAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SystemUpdateAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SystemUpdateAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateIcon.md
deleted file mode 100644
index 182ee0ac8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/SystemUpdateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "SystemUpdateIcon"
-title: "Function: SystemUpdateIcon"
-sidebar_label: "SystemUpdateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **SystemUpdateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/SystemUpdateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/SystemUpdateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Tab.md b/website/versioned_docs/version-2.0.0/api/functions/Tab.md
deleted file mode 100644
index f022ae8a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Tab.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Tab"
-title: "Function: Tab"
-sidebar_label: "Tab"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Tab**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TabProps`](../types/TabProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Tabs.tsx:36](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Tabs.tsx#L36)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TabIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TabIcon.md
deleted file mode 100644
index 5882d5896..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TabIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TabIcon"
-title: "Function: TabIcon"
-sidebar_label: "TabIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TabIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TabIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TabIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TabUnselectedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TabUnselectedIcon.md
deleted file mode 100644
index 64f4d40c7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TabUnselectedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TabUnselectedIcon"
-title: "Function: TabUnselectedIcon"
-sidebar_label: "TabUnselectedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TabUnselectedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TabUnselectedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TabUnselectedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Table.md b/website/versioned_docs/version-2.0.0/api/functions/Table.md
deleted file mode 100644
index 92fe912a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Table.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Table"
-title: "Function: Table"
-sidebar_label: "Table"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Table**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TableProps`](../types/TableProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Table.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Table.tsx#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableBarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TableBarIcon.md
deleted file mode 100644
index ffbd05c4a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableBarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableBarIcon"
-title: "Function: TableBarIcon"
-sidebar_label: "TableBarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableBarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TableBarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TableBarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableBody.md b/website/versioned_docs/version-2.0.0/api/functions/TableBody.md
deleted file mode 100644
index 97d6b485b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableBody.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableBody"
-title: "Function: TableBody"
-sidebar_label: "TableBody"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableBody**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TableBodyProps`](../types/TableBodyProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Table.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Table.tsx#L27)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableCell.md b/website/versioned_docs/version-2.0.0/api/functions/TableCell.md
deleted file mode 100644
index 5036a88e7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableCell.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableCell"
-title: "Function: TableCell"
-sidebar_label: "TableCell"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableCell**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TableCellProps`](../types/TableCellProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Table.tsx:92](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Table.tsx#L92)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TableChartIcon.md
deleted file mode 100644
index 18d23d257..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableChartIcon"
-title: "Function: TableChartIcon"
-sidebar_label: "TableChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TableChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TableChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableHeader.md b/website/versioned_docs/version-2.0.0/api/functions/TableHeader.md
deleted file mode 100644
index f3c78beb3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableHeader.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableHeader"
-title: "Function: TableHeader"
-sidebar_label: "TableHeader"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableHeader**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TableHeaderProps`](../types/TableHeaderProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Table.tsx:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Table.tsx#L42)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableRestaurantIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TableRestaurantIcon.md
deleted file mode 100644
index fb04c700f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableRestaurantIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableRestaurantIcon"
-title: "Function: TableRestaurantIcon"
-sidebar_label: "TableRestaurantIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableRestaurantIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TableRestaurantIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TableRestaurantIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableRow.md b/website/versioned_docs/version-2.0.0/api/functions/TableRow.md
deleted file mode 100644
index 305fa6091..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableRow.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableRow"
-title: "Function: TableRow"
-sidebar_label: "TableRow"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableRow**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TableRowProps`](../types/TableRowProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Table.tsx:63](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Table.tsx#L63)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableRowsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TableRowsIcon.md
deleted file mode 100644
index 219f95f58..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableRowsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableRowsIcon"
-title: "Function: TableRowsIcon"
-sidebar_label: "TableRowsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableRowsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TableRowsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TableRowsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TableViewIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TableViewIcon.md
deleted file mode 100644
index f79e9c4f3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TableViewIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TableViewIcon"
-title: "Function: TableViewIcon"
-sidebar_label: "TableViewIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TableViewIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TableViewIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TableViewIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TabletAndroidIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TabletAndroidIcon.md
deleted file mode 100644
index 83c9b9d9a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TabletAndroidIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TabletAndroidIcon"
-title: "Function: TabletAndroidIcon"
-sidebar_label: "TabletAndroidIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TabletAndroidIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TabletAndroidIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TabletAndroidIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TabletIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TabletIcon.md
deleted file mode 100644
index 6db1506eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TabletIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TabletIcon"
-title: "Function: TabletIcon"
-sidebar_label: "TabletIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TabletIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TabletIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TabletIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TabletMacIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TabletMacIcon.md
deleted file mode 100644
index 889e2ddb4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TabletMacIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TabletMacIcon"
-title: "Function: TabletMacIcon"
-sidebar_label: "TabletMacIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TabletMacIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TabletMacIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TabletMacIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Tabs.md b/website/versioned_docs/version-2.0.0/api/functions/Tabs.md
deleted file mode 100644
index 4c285be18..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Tabs.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Tabs"
-title: "Function: Tabs"
-sidebar_label: "Tabs"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Tabs**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TabsProps`](../types/TabsProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Tabs.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Tabs.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TagFacesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TagFacesIcon.md
deleted file mode 100644
index 4bb7afe6c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TagFacesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TagFacesIcon"
-title: "Function: TagFacesIcon"
-sidebar_label: "TagFacesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TagFacesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TagFacesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TagFacesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TagIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TagIcon.md
deleted file mode 100644
index 517658da8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TagIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TagIcon"
-title: "Function: TagIcon"
-sidebar_label: "TagIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TagIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TagIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TagIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TakeoutDiningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TakeoutDiningIcon.md
deleted file mode 100644
index b8fc0e5fe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TakeoutDiningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TakeoutDiningIcon"
-title: "Function: TakeoutDiningIcon"
-sidebar_label: "TakeoutDiningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TakeoutDiningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TakeoutDiningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TakeoutDiningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TapAndPlayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TapAndPlayIcon.md
deleted file mode 100644
index ac70e790d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TapAndPlayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TapAndPlayIcon"
-title: "Function: TapAndPlayIcon"
-sidebar_label: "TapAndPlayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TapAndPlayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TapAndPlayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TapAndPlayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TapasIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TapasIcon.md
deleted file mode 100644
index 1115a07eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TapasIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TapasIcon"
-title: "Function: TapasIcon"
-sidebar_label: "TapasIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TapasIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TapasIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TapasIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TaskAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TaskAltIcon.md
deleted file mode 100644
index a77cd5231..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TaskAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TaskAltIcon"
-title: "Function: TaskAltIcon"
-sidebar_label: "TaskAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TaskAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TaskAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TaskAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TaskIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TaskIcon.md
deleted file mode 100644
index 72c0e6169..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TaskIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TaskIcon"
-title: "Function: TaskIcon"
-sidebar_label: "TaskIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TaskIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TaskIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TaskIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TaxiAlertIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TaxiAlertIcon.md
deleted file mode 100644
index bb00da987..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TaxiAlertIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TaxiAlertIcon"
-title: "Function: TaxiAlertIcon"
-sidebar_label: "TaxiAlertIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TaxiAlertIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TaxiAlertIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TaxiAlertIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TempleBuddhistIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TempleBuddhistIcon.md
deleted file mode 100644
index 382731472..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TempleBuddhistIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TempleBuddhistIcon"
-title: "Function: TempleBuddhistIcon"
-sidebar_label: "TempleBuddhistIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TempleBuddhistIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TempleBuddhistIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TempleBuddhistIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TempleHinduIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TempleHinduIcon.md
deleted file mode 100644
index d4382545e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TempleHinduIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TempleHinduIcon"
-title: "Function: TempleHinduIcon"
-sidebar_label: "TempleHinduIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TempleHinduIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TempleHinduIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TempleHinduIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TerminalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TerminalIcon.md
deleted file mode 100644
index 1176a6378..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TerminalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TerminalIcon"
-title: "Function: TerminalIcon"
-sidebar_label: "TerminalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TerminalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TerminalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TerminalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TerrainIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TerrainIcon.md
deleted file mode 100644
index ef462506a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TerrainIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TerrainIcon"
-title: "Function: TerrainIcon"
-sidebar_label: "TerrainIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TerrainIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TerrainIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TerrainIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextDecreaseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextDecreaseIcon.md
deleted file mode 100644
index 23a7003ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextDecreaseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextDecreaseIcon"
-title: "Function: TextDecreaseIcon"
-sidebar_label: "TextDecreaseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextDecreaseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextDecreaseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextDecreaseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextField.md b/website/versioned_docs/version-2.0.0/api/functions/TextField.md
deleted file mode 100644
index 9f0c1079f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextField.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "TextField"
-title: "Function: TextField"
-sidebar_label: "TextField"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextField**\<`T`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `string` \| `number` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TextFieldProps`](../types/TextFieldProps.md)\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/TextField.tsx:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/TextField.tsx#L51)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextFieldBinding.md b/website/versioned_docs/version-2.0.0/api/functions/TextFieldBinding.md
deleted file mode 100644
index ad2f61e39..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextFieldBinding.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "TextFieldBinding"
-title: "Function: TextFieldBinding"
-sidebar_label: "TextFieldBinding"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextFieldBinding**\<`T`\>(`«destructured»`): `Element`
-
-Generic text field.
-This is one of the internal components that get mapped natively inside forms
-and tables to the specified properties.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `string` \| `number` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `TextFieldProps`\<`T`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/form/field_bindings/TextFieldBinding.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/field_bindings/TextFieldBinding.tsx#L21)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextFieldsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextFieldsIcon.md
deleted file mode 100644
index fb34ea584..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextFieldsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextFieldsIcon"
-title: "Function: TextFieldsIcon"
-sidebar_label: "TextFieldsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextFieldsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextFieldsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextFieldsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextFormatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextFormatIcon.md
deleted file mode 100644
index 41ea54610..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextFormatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextFormatIcon"
-title: "Function: TextFormatIcon"
-sidebar_label: "TextFormatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextFormatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextFormatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextFormatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextIncreaseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextIncreaseIcon.md
deleted file mode 100644
index ea5ee4004..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextIncreaseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextIncreaseIcon"
-title: "Function: TextIncreaseIcon"
-sidebar_label: "TextIncreaseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextIncreaseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextIncreaseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextIncreaseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotateUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotateUpIcon.md
deleted file mode 100644
index 8cadeb524..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotateUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotateUpIcon"
-title: "Function: TextRotateUpIcon"
-sidebar_label: "TextRotateUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotateUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotateUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotateUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotateVerticalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotateVerticalIcon.md
deleted file mode 100644
index d282838eb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotateVerticalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotateVerticalIcon"
-title: "Function: TextRotateVerticalIcon"
-sidebar_label: "TextRotateVerticalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotateVerticalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotateVerticalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotateVerticalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngledownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngledownIcon.md
deleted file mode 100644
index 0fa4f6bad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngledownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotationAngledownIcon"
-title: "Function: TextRotationAngledownIcon"
-sidebar_label: "TextRotationAngledownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotationAngledownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotationAngledownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotationAngledownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngleupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngleupIcon.md
deleted file mode 100644
index b5c29eb26..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotationAngleupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotationAngleupIcon"
-title: "Function: TextRotationAngleupIcon"
-sidebar_label: "TextRotationAngleupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotationAngleupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotationAngleupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotationAngleupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotationDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotationDownIcon.md
deleted file mode 100644
index 84869b2e9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotationDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotationDownIcon"
-title: "Function: TextRotationDownIcon"
-sidebar_label: "TextRotationDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotationDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotationDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotationDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextRotationNoneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextRotationNoneIcon.md
deleted file mode 100644
index 432e29363..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextRotationNoneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextRotationNoneIcon"
-title: "Function: TextRotationNoneIcon"
-sidebar_label: "TextRotationNoneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextRotationNoneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextRotationNoneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextRotationNoneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextSnippetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextSnippetIcon.md
deleted file mode 100644
index 594b8ffb4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextSnippetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextSnippetIcon"
-title: "Function: TextSnippetIcon"
-sidebar_label: "TextSnippetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextSnippetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextSnippetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextSnippetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextareaAutosize.md b/website/versioned_docs/version-2.0.0/api/functions/TextareaAutosize.md
deleted file mode 100644
index 1952f1f21..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextareaAutosize.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "TextareaAutosize"
-title: "Function: TextareaAutosize"
-sidebar_label: "TextareaAutosize"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextareaAutosize**(`props`): `ReactNode`
-
-**NOTE**: Exotic components are not callable.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Omit`\<`InputHTMLAttributes`\<`HTMLTextAreaElement`\>, ``"onResize"``\> & \{ `autoFocus?`: `boolean` ; `className?`: `string` ; `ignoreBoxSizing?`: `boolean` ; `maxRows?`: `string` \| `number` ; `minRows?`: `string` \| `number` ; `onResize?`: (`state`: `State`) => `void` ; `onScroll?`: (`event`: `UIEvent`\<`HTMLTextAreaElement`, `UIEvent`\>) => `void` ; `shadowClassName?`: `string` ; `sizeRef?`: `RefObject`\<`HTMLDivElement`\> } & `RefAttributes`\<`Element`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextsmsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextsmsIcon.md
deleted file mode 100644
index 7d7947b09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextsmsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextsmsIcon"
-title: "Function: TextsmsIcon"
-sidebar_label: "TextsmsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextsmsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextsmsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextsmsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TextureIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TextureIcon.md
deleted file mode 100644
index 0da2935b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TextureIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TextureIcon"
-title: "Function: TextureIcon"
-sidebar_label: "TextureIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TextureIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TextureIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TextureIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TheaterComedyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TheaterComedyIcon.md
deleted file mode 100644
index 503bab54f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TheaterComedyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TheaterComedyIcon"
-title: "Function: TheaterComedyIcon"
-sidebar_label: "TheaterComedyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TheaterComedyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TheaterComedyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TheaterComedyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TheatersIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TheatersIcon.md
deleted file mode 100644
index 541599ca8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TheatersIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TheatersIcon"
-title: "Function: TheatersIcon"
-sidebar_label: "TheatersIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TheatersIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TheatersIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TheatersIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThermostatAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThermostatAutoIcon.md
deleted file mode 100644
index c343e7bab..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThermostatAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThermostatAutoIcon"
-title: "Function: ThermostatAutoIcon"
-sidebar_label: "ThermostatAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThermostatAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThermostatAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThermostatAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThermostatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThermostatIcon.md
deleted file mode 100644
index ef19b9641..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThermostatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThermostatIcon"
-title: "Function: ThermostatIcon"
-sidebar_label: "ThermostatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThermostatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThermostatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThermostatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbDownAltIcon.md
deleted file mode 100644
index c796b92cc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbDownAltIcon"
-title: "Function: ThumbDownAltIcon"
-sidebar_label: "ThumbDownAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbDownAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbDownAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbDownAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbDownIcon.md
deleted file mode 100644
index 304375bc2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbDownIcon"
-title: "Function: ThumbDownIcon"
-sidebar_label: "ThumbDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownOffAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbDownOffAltIcon.md
deleted file mode 100644
index 37f2b1482..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbDownOffAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbDownOffAltIcon"
-title: "Function: ThumbDownOffAltIcon"
-sidebar_label: "ThumbDownOffAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbDownOffAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbDownOffAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbDownOffAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbUpAltIcon.md
deleted file mode 100644
index c22675a71..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbUpAltIcon"
-title: "Function: ThumbUpAltIcon"
-sidebar_label: "ThumbUpAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbUpAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbUpAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbUpAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbUpIcon.md
deleted file mode 100644
index 6f1c2b5ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbUpIcon"
-title: "Function: ThumbUpIcon"
-sidebar_label: "ThumbUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpOffAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbUpOffAltIcon.md
deleted file mode 100644
index bf288a550..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbUpOffAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbUpOffAltIcon"
-title: "Function: ThumbUpOffAltIcon"
-sidebar_label: "ThumbUpOffAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbUpOffAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbUpOffAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbUpOffAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThumbsUpDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThumbsUpDownIcon.md
deleted file mode 100644
index 87645edec..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThumbsUpDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThumbsUpDownIcon"
-title: "Function: ThumbsUpDownIcon"
-sidebar_label: "ThumbsUpDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThumbsUpDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThumbsUpDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThumbsUpDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ThunderstormIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ThunderstormIcon.md
deleted file mode 100644
index 62eb1241f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ThunderstormIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ThunderstormIcon"
-title: "Function: ThunderstormIcon"
-sidebar_label: "ThunderstormIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ThunderstormIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ThunderstormIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ThunderstormIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TimeToLeaveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TimeToLeaveIcon.md
deleted file mode 100644
index e8d67f605..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TimeToLeaveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimeToLeaveIcon"
-title: "Function: TimeToLeaveIcon"
-sidebar_label: "TimeToLeaveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimeToLeaveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TimeToLeaveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TimeToLeaveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TimelapseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TimelapseIcon.md
deleted file mode 100644
index d4762220f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TimelapseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimelapseIcon"
-title: "Function: TimelapseIcon"
-sidebar_label: "TimelapseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimelapseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TimelapseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TimelapseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TimelineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TimelineIcon.md
deleted file mode 100644
index e9ce710e6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TimelineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimelineIcon"
-title: "Function: TimelineIcon"
-sidebar_label: "TimelineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimelineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TimelineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TimelineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Timer10Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Timer10Icon.md
deleted file mode 100644
index 4b0ab933c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Timer10Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Timer10Icon"
-title: "Function: Timer10Icon"
-sidebar_label: "Timer10Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Timer10Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Timer10Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Timer10Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Timer10SelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Timer10SelectIcon.md
deleted file mode 100644
index 64a2ffed6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Timer10SelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Timer10SelectIcon"
-title: "Function: Timer10SelectIcon"
-sidebar_label: "Timer10SelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Timer10SelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Timer10SelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Timer10SelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Timer3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Timer3Icon.md
deleted file mode 100644
index 8abbb6427..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Timer3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Timer3Icon"
-title: "Function: Timer3Icon"
-sidebar_label: "Timer3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Timer3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Timer3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Timer3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Timer3SelectIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Timer3SelectIcon.md
deleted file mode 100644
index c15b82e5c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Timer3SelectIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Timer3SelectIcon"
-title: "Function: Timer3SelectIcon"
-sidebar_label: "Timer3SelectIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Timer3SelectIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Timer3SelectIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Timer3SelectIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TimerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TimerIcon.md
deleted file mode 100644
index 414cda109..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TimerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimerIcon"
-title: "Function: TimerIcon"
-sidebar_label: "TimerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TimerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TimerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TimerOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TimerOffIcon.md
deleted file mode 100644
index c6e138182..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TimerOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TimerOffIcon"
-title: "Function: TimerOffIcon"
-sidebar_label: "TimerOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TimerOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TimerOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TimerOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TipsAndUpdatesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TipsAndUpdatesIcon.md
deleted file mode 100644
index f84431282..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TipsAndUpdatesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TipsAndUpdatesIcon"
-title: "Function: TipsAndUpdatesIcon"
-sidebar_label: "TipsAndUpdatesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TipsAndUpdatesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TipsAndUpdatesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TipsAndUpdatesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TireRepairIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TireRepairIcon.md
deleted file mode 100644
index b36d0a8c1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TireRepairIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TireRepairIcon"
-title: "Function: TireRepairIcon"
-sidebar_label: "TireRepairIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TireRepairIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TireRepairIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TireRepairIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TitleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TitleIcon.md
deleted file mode 100644
index dfa545ee7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TitleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TitleIcon"
-title: "Function: TitleIcon"
-sidebar_label: "TitleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TitleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TitleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TitleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TocIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TocIcon.md
deleted file mode 100644
index 44e341213..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TocIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TocIcon"
-title: "Function: TocIcon"
-sidebar_label: "TocIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TocIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TocIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TocIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TodayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TodayIcon.md
deleted file mode 100644
index 00b7ece4a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TodayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TodayIcon"
-title: "Function: TodayIcon"
-sidebar_label: "TodayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TodayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TodayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TodayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ToggleOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ToggleOffIcon.md
deleted file mode 100644
index ff1028e0f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ToggleOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ToggleOffIcon"
-title: "Function: ToggleOffIcon"
-sidebar_label: "ToggleOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ToggleOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ToggleOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ToggleOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ToggleOnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ToggleOnIcon.md
deleted file mode 100644
index 2e9053664..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ToggleOnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ToggleOnIcon"
-title: "Function: ToggleOnIcon"
-sidebar_label: "ToggleOnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ToggleOnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ToggleOnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ToggleOnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TokenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TokenIcon.md
deleted file mode 100644
index 1ba3012c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TokenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TokenIcon"
-title: "Function: TokenIcon"
-sidebar_label: "TokenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TokenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TokenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TokenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TollIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TollIcon.md
deleted file mode 100644
index 8c598812b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TollIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TollIcon"
-title: "Function: TollIcon"
-sidebar_label: "TollIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TollIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TollIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TollIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TonalityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TonalityIcon.md
deleted file mode 100644
index 88adb237b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TonalityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TonalityIcon"
-title: "Function: TonalityIcon"
-sidebar_label: "TonalityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TonalityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TonalityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TonalityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Tooltip.md b/website/versioned_docs/version-2.0.0/api/functions/Tooltip.md
deleted file mode 100644
index 50b558941..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Tooltip.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Tooltip"
-title: "Function: Tooltip"
-sidebar_label: "Tooltip"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Tooltip**(`«destructured»`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TooltipProps`](../types/TooltipProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Tooltip.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Tooltip.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TopicIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TopicIcon.md
deleted file mode 100644
index a60db1e3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TopicIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TopicIcon"
-title: "Function: TopicIcon"
-sidebar_label: "TopicIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TopicIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TopicIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TopicIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TornadoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TornadoIcon.md
deleted file mode 100644
index b89ccb995..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TornadoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TornadoIcon"
-title: "Function: TornadoIcon"
-sidebar_label: "TornadoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TornadoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TornadoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TornadoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TouchAppIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TouchAppIcon.md
deleted file mode 100644
index 8b2504334..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TouchAppIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TouchAppIcon"
-title: "Function: TouchAppIcon"
-sidebar_label: "TouchAppIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TouchAppIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TouchAppIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TouchAppIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TourIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TourIcon.md
deleted file mode 100644
index 2fbb112f5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TourIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TourIcon"
-title: "Function: TourIcon"
-sidebar_label: "TourIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TourIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TourIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TourIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ToysIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ToysIcon.md
deleted file mode 100644
index 227402d8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ToysIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ToysIcon"
-title: "Function: ToysIcon"
-sidebar_label: "ToysIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ToysIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ToysIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ToysIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrackChangesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrackChangesIcon.md
deleted file mode 100644
index d0e46ec42..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrackChangesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrackChangesIcon"
-title: "Function: TrackChangesIcon"
-sidebar_label: "TrackChangesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrackChangesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrackChangesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrackChangesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrafficIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrafficIcon.md
deleted file mode 100644
index d43e10999..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrafficIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrafficIcon"
-title: "Function: TrafficIcon"
-sidebar_label: "TrafficIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrafficIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrafficIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrafficIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrainIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrainIcon.md
deleted file mode 100644
index 4e9ef48ba..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrainIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrainIcon"
-title: "Function: TrainIcon"
-sidebar_label: "TrainIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrainIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrainIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrainIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TramIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TramIcon.md
deleted file mode 100644
index b223db9a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TramIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TramIcon"
-title: "Function: TramIcon"
-sidebar_label: "TramIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TramIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TramIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TramIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TranscribeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TranscribeIcon.md
deleted file mode 100644
index fa63df6e9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TranscribeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TranscribeIcon"
-title: "Function: TranscribeIcon"
-sidebar_label: "TranscribeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TranscribeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TranscribeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TranscribeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TransferWithinAStationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TransferWithinAStationIcon.md
deleted file mode 100644
index 9fdf6b3fe..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TransferWithinAStationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TransferWithinAStationIcon"
-title: "Function: TransferWithinAStationIcon"
-sidebar_label: "TransferWithinAStationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TransferWithinAStationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TransferWithinAStationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TransferWithinAStationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TransformIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TransformIcon.md
deleted file mode 100644
index 6c2456da4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TransformIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TransformIcon"
-title: "Function: TransformIcon"
-sidebar_label: "TransformIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TransformIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TransformIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TransformIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TransgenderIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TransgenderIcon.md
deleted file mode 100644
index 689e666c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TransgenderIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TransgenderIcon"
-title: "Function: TransgenderIcon"
-sidebar_label: "TransgenderIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TransgenderIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TransgenderIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TransgenderIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TransitEnterexitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TransitEnterexitIcon.md
deleted file mode 100644
index c8f4ceb22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TransitEnterexitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TransitEnterexitIcon"
-title: "Function: TransitEnterexitIcon"
-sidebar_label: "TransitEnterexitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TransitEnterexitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TransitEnterexitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TransitEnterexitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TranslateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TranslateIcon.md
deleted file mode 100644
index e8f9427de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TranslateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TranslateIcon"
-title: "Function: TranslateIcon"
-sidebar_label: "TranslateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TranslateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TranslateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TranslateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TravelExploreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TravelExploreIcon.md
deleted file mode 100644
index 35a8e7ba4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TravelExploreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TravelExploreIcon"
-title: "Function: TravelExploreIcon"
-sidebar_label: "TravelExploreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TravelExploreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TravelExploreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TravelExploreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrendingDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrendingDownIcon.md
deleted file mode 100644
index d37390e96..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrendingDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrendingDownIcon"
-title: "Function: TrendingDownIcon"
-sidebar_label: "TrendingDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrendingDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrendingDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrendingDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrendingFlatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrendingFlatIcon.md
deleted file mode 100644
index b01744929..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrendingFlatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrendingFlatIcon"
-title: "Function: TrendingFlatIcon"
-sidebar_label: "TrendingFlatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrendingFlatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrendingFlatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrendingFlatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TrendingUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TrendingUpIcon.md
deleted file mode 100644
index 47f98ddf0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TrendingUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TrendingUpIcon"
-title: "Function: TrendingUpIcon"
-sidebar_label: "TrendingUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TrendingUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TrendingUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TrendingUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TripOriginIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TripOriginIcon.md
deleted file mode 100644
index 53d187eb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TripOriginIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TripOriginIcon"
-title: "Function: TripOriginIcon"
-sidebar_label: "TripOriginIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TripOriginIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TripOriginIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TripOriginIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TroubleshootIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TroubleshootIcon.md
deleted file mode 100644
index fd0042bfa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TroubleshootIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TroubleshootIcon"
-title: "Function: TroubleshootIcon"
-sidebar_label: "TroubleshootIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TroubleshootIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TroubleshootIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TroubleshootIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TryIcon.md
deleted file mode 100644
index 065fb4041..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TryIcon"
-title: "Function: TryIcon"
-sidebar_label: "TryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TsunamiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TsunamiIcon.md
deleted file mode 100644
index afbd8d98e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TsunamiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TsunamiIcon"
-title: "Function: TsunamiIcon"
-sidebar_label: "TsunamiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TsunamiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TsunamiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TsunamiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TtyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TtyIcon.md
deleted file mode 100644
index 5d07ec3bd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TtyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TtyIcon"
-title: "Function: TtyIcon"
-sidebar_label: "TtyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TtyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TtyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TtyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TuneIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TuneIcon.md
deleted file mode 100644
index cde797a56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TuneIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TuneIcon"
-title: "Function: TuneIcon"
-sidebar_label: "TuneIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TuneIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TuneIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TuneIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TungstenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TungstenIcon.md
deleted file mode 100644
index 2faa226df..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TungstenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TungstenIcon"
-title: "Function: TungstenIcon"
-sidebar_label: "TungstenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TungstenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TungstenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TungstenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnLeftIcon.md
deleted file mode 100644
index 8de9d6d6c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnLeftIcon"
-title: "Function: TurnLeftIcon"
-sidebar_label: "TurnLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnRightIcon.md
deleted file mode 100644
index 01f7f544f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnRightIcon"
-title: "Function: TurnRightIcon"
-sidebar_label: "TurnRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnSharpLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnSharpLeftIcon.md
deleted file mode 100644
index 3f9c3de2d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnSharpLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnSharpLeftIcon"
-title: "Function: TurnSharpLeftIcon"
-sidebar_label: "TurnSharpLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnSharpLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnSharpLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnSharpLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnSharpRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnSharpRightIcon.md
deleted file mode 100644
index e9f081289..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnSharpRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnSharpRightIcon"
-title: "Function: TurnSharpRightIcon"
-sidebar_label: "TurnSharpRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnSharpRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnSharpRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnSharpRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnSlightLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnSlightLeftIcon.md
deleted file mode 100644
index 23b38712d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnSlightLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnSlightLeftIcon"
-title: "Function: TurnSlightLeftIcon"
-sidebar_label: "TurnSlightLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnSlightLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnSlightLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnSlightLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnSlightRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnSlightRightIcon.md
deleted file mode 100644
index 78c481476..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnSlightRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnSlightRightIcon"
-title: "Function: TurnSlightRightIcon"
-sidebar_label: "TurnSlightRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnSlightRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnSlightRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnSlightRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnedInIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnedInIcon.md
deleted file mode 100644
index 6deac0ae5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnedInIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnedInIcon"
-title: "Function: TurnedInIcon"
-sidebar_label: "TurnedInIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnedInIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnedInIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnedInIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TurnedInNotIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TurnedInNotIcon.md
deleted file mode 100644
index a7bbc1463..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TurnedInNotIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TurnedInNotIcon"
-title: "Function: TurnedInNotIcon"
-sidebar_label: "TurnedInNotIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TurnedInNotIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TurnedInNotIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TurnedInNotIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TvIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TvIcon.md
deleted file mode 100644
index a364ea019..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TvIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TvIcon"
-title: "Function: TvIcon"
-sidebar_label: "TvIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TvIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TvIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TvIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TvOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TvOffIcon.md
deleted file mode 100644
index 44bf15fc2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TvOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TvOffIcon"
-title: "Function: TvOffIcon"
-sidebar_label: "TvOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TvOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TvOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TvOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TwoWheelerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TwoWheelerIcon.md
deleted file mode 100644
index 580804a56..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TwoWheelerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TwoWheelerIcon"
-title: "Function: TwoWheelerIcon"
-sidebar_label: "TwoWheelerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TwoWheelerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TwoWheelerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TwoWheelerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/TypeSpecimenIcon.md b/website/versioned_docs/version-2.0.0/api/functions/TypeSpecimenIcon.md
deleted file mode 100644
index a42af5267..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/TypeSpecimenIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "TypeSpecimenIcon"
-title: "Function: TypeSpecimenIcon"
-sidebar_label: "TypeSpecimenIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **TypeSpecimenIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/TypeSpecimenIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/TypeSpecimenIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Typography.md b/website/versioned_docs/version-2.0.0/api/functions/Typography.md
deleted file mode 100644
index c6da39665..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Typography.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "Typography"
-title: "Function: Typography"
-sidebar_label: "Typography"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Typography**\<`C`\>(`«destructured»`): `Element`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `C` | extends `ElementType`\<`any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`TextProps`](../types/TextProps.md)\<`C`\> |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Typography.tsx:63](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Typography.tsx#L63)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UTurnLeftIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UTurnLeftIcon.md
deleted file mode 100644
index 03cddd767..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UTurnLeftIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UTurnLeftIcon"
-title: "Function: UTurnLeftIcon"
-sidebar_label: "UTurnLeftIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UTurnLeftIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UTurnLeftIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UTurnLeftIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UTurnRightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UTurnRightIcon.md
deleted file mode 100644
index c340f760e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UTurnRightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UTurnRightIcon"
-title: "Function: UTurnRightIcon"
-sidebar_label: "UTurnRightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UTurnRightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UTurnRightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UTurnRightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UmbrellaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UmbrellaIcon.md
deleted file mode 100644
index 8f01179ca..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UmbrellaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UmbrellaIcon"
-title: "Function: UmbrellaIcon"
-sidebar_label: "UmbrellaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UmbrellaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UmbrellaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UmbrellaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnarchiveIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnarchiveIcon.md
deleted file mode 100644
index a053b32a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnarchiveIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnarchiveIcon"
-title: "Function: UnarchiveIcon"
-sidebar_label: "UnarchiveIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnarchiveIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnarchiveIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnarchiveIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UndoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UndoIcon.md
deleted file mode 100644
index 5d3ff4ccd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UndoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UndoIcon"
-title: "Function: UndoIcon"
-sidebar_label: "UndoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UndoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UndoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UndoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessDoubleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessDoubleIcon.md
deleted file mode 100644
index 5976ebc71..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessDoubleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnfoldLessDoubleIcon"
-title: "Function: UnfoldLessDoubleIcon"
-sidebar_label: "UnfoldLessDoubleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnfoldLessDoubleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnfoldLessDoubleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnfoldLessDoubleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessIcon.md
deleted file mode 100644
index 5eb243779..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnfoldLessIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnfoldLessIcon"
-title: "Function: UnfoldLessIcon"
-sidebar_label: "UnfoldLessIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnfoldLessIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnfoldLessIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnfoldLessIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreDoubleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreDoubleIcon.md
deleted file mode 100644
index 9e3968efc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreDoubleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnfoldMoreDoubleIcon"
-title: "Function: UnfoldMoreDoubleIcon"
-sidebar_label: "UnfoldMoreDoubleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnfoldMoreDoubleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnfoldMoreDoubleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnfoldMoreDoubleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreIcon.md
deleted file mode 100644
index 6eac7c26c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnfoldMoreIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnfoldMoreIcon"
-title: "Function: UnfoldMoreIcon"
-sidebar_label: "UnfoldMoreIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnfoldMoreIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnfoldMoreIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnfoldMoreIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnpublishedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnpublishedIcon.md
deleted file mode 100644
index 5c1dd10b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnpublishedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnpublishedIcon"
-title: "Function: UnpublishedIcon"
-sidebar_label: "UnpublishedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnpublishedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnpublishedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnpublishedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UnsubscribeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UnsubscribeIcon.md
deleted file mode 100644
index 96fb42df6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UnsubscribeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UnsubscribeIcon"
-title: "Function: UnsubscribeIcon"
-sidebar_label: "UnsubscribeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UnsubscribeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UnsubscribeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UnsubscribeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UpcomingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UpcomingIcon.md
deleted file mode 100644
index bc221f293..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UpcomingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UpcomingIcon"
-title: "Function: UpcomingIcon"
-sidebar_label: "UpcomingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UpcomingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UpcomingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UpcomingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UpdateDisabledIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UpdateDisabledIcon.md
deleted file mode 100644
index 3ca06e8e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UpdateDisabledIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UpdateDisabledIcon"
-title: "Function: UpdateDisabledIcon"
-sidebar_label: "UpdateDisabledIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UpdateDisabledIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UpdateDisabledIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UpdateDisabledIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UpdateIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UpdateIcon.md
deleted file mode 100644
index 5e6ffdb98..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UpdateIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UpdateIcon"
-title: "Function: UpdateIcon"
-sidebar_label: "UpdateIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UpdateIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UpdateIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UpdateIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UpgradeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UpgradeIcon.md
deleted file mode 100644
index 4a5965116..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UpgradeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UpgradeIcon"
-title: "Function: UpgradeIcon"
-sidebar_label: "UpgradeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UpgradeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UpgradeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UpgradeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UploadFileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UploadFileIcon.md
deleted file mode 100644
index 9be4ede90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UploadFileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UploadFileIcon"
-title: "Function: UploadFileIcon"
-sidebar_label: "UploadFileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UploadFileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UploadFileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UploadFileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UploadIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UploadIcon.md
deleted file mode 100644
index 3d674c168..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UploadIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UploadIcon"
-title: "Function: UploadIcon"
-sidebar_label: "UploadIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UploadIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UploadIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UploadIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UrlComponentPreview.md b/website/versioned_docs/version-2.0.0/api/functions/UrlComponentPreview.md
deleted file mode 100644
index 23d19d788..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UrlComponentPreview.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "UrlComponentPreview"
-title: "Function: UrlComponentPreview"
-sidebar_label: "UrlComponentPreview"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UrlComponentPreview**(`«destructured»`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `hint?` | `string` |
-| › `previewType?` | [`PreviewType`](../types/PreviewType.md) |
-| › `size` | [`PreviewSize`](../types/PreviewSize.md) |
-| › `url` | `string` |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/UrlComponentPreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/UrlComponentPreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UsbIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UsbIcon.md
deleted file mode 100644
index 02aa3bc9e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UsbIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UsbIcon"
-title: "Function: UsbIcon"
-sidebar_label: "UsbIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UsbIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UsbIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UsbIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/UsbOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/UsbOffIcon.md
deleted file mode 100644
index 211a7b985..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/UsbOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "UsbOffIcon"
-title: "Function: UsbOffIcon"
-sidebar_label: "UsbOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **UsbOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/UsbOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/UsbOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VaccinesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VaccinesIcon.md
deleted file mode 100644
index a3377e6ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VaccinesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VaccinesIcon"
-title: "Function: VaccinesIcon"
-sidebar_label: "VaccinesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VaccinesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VaccinesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VaccinesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VapeFreeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VapeFreeIcon.md
deleted file mode 100644
index b3e35bfd4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VapeFreeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VapeFreeIcon"
-title: "Function: VapeFreeIcon"
-sidebar_label: "VapeFreeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VapeFreeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VapeFreeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VapeFreeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VapingRoomsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VapingRoomsIcon.md
deleted file mode 100644
index 9b74729fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VapingRoomsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VapingRoomsIcon"
-title: "Function: VapingRoomsIcon"
-sidebar_label: "VapingRoomsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VapingRoomsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VapingRoomsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VapingRoomsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerifiedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerifiedIcon.md
deleted file mode 100644
index f552d4a58..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerifiedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerifiedIcon"
-title: "Function: VerifiedIcon"
-sidebar_label: "VerifiedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerifiedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerifiedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerifiedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerifiedUserIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerifiedUserIcon.md
deleted file mode 100644
index 3ca15dfd3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerifiedUserIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerifiedUserIcon"
-title: "Function: VerifiedUserIcon"
-sidebar_label: "VerifiedUserIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerifiedUserIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerifiedUserIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerifiedUserIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignBottomIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignBottomIcon.md
deleted file mode 100644
index e9f9e8ba9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignBottomIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalAlignBottomIcon"
-title: "Function: VerticalAlignBottomIcon"
-sidebar_label: "VerticalAlignBottomIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalAlignBottomIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalAlignBottomIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalAlignBottomIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignCenterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignCenterIcon.md
deleted file mode 100644
index 93a153c6c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignCenterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalAlignCenterIcon"
-title: "Function: VerticalAlignCenterIcon"
-sidebar_label: "VerticalAlignCenterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalAlignCenterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalAlignCenterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalAlignCenterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignTopIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignTopIcon.md
deleted file mode 100644
index ffcbb825c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalAlignTopIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalAlignTopIcon"
-title: "Function: VerticalAlignTopIcon"
-sidebar_label: "VerticalAlignTopIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalAlignTopIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalAlignTopIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalAlignTopIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalDistributeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalDistributeIcon.md
deleted file mode 100644
index 1a806b72e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalDistributeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalDistributeIcon"
-title: "Function: VerticalDistributeIcon"
-sidebar_label: "VerticalDistributeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalDistributeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalDistributeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalDistributeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesClosedIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesClosedIcon.md
deleted file mode 100644
index f0c97af6e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesClosedIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalShadesClosedIcon"
-title: "Function: VerticalShadesClosedIcon"
-sidebar_label: "VerticalShadesClosedIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalShadesClosedIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalShadesClosedIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalShadesClosedIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesIcon.md
deleted file mode 100644
index 522c3c0f8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalShadesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalShadesIcon"
-title: "Function: VerticalShadesIcon"
-sidebar_label: "VerticalShadesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalShadesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalShadesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalShadesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VerticalSplitIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VerticalSplitIcon.md
deleted file mode 100644
index f0f77b113..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VerticalSplitIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VerticalSplitIcon"
-title: "Function: VerticalSplitIcon"
-sidebar_label: "VerticalSplitIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VerticalSplitIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VerticalSplitIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VerticalSplitIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VibrationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VibrationIcon.md
deleted file mode 100644
index 0cfe14cb0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VibrationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VibrationIcon"
-title: "Function: VibrationIcon"
-sidebar_label: "VibrationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VibrationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VibrationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VibrationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoCallIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoCallIcon.md
deleted file mode 100644
index 5ed9171d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoCallIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoCallIcon"
-title: "Function: VideoCallIcon"
-sidebar_label: "VideoCallIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoCallIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoCallIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoCallIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoCameraBackIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoCameraBackIcon.md
deleted file mode 100644
index 7fec12280..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoCameraBackIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoCameraBackIcon"
-title: "Function: VideoCameraBackIcon"
-sidebar_label: "VideoCameraBackIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoCameraBackIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoCameraBackIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoCameraBackIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoCameraFrontIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoCameraFrontIcon.md
deleted file mode 100644
index 2bce8b61c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoCameraFrontIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoCameraFrontIcon"
-title: "Function: VideoCameraFrontIcon"
-sidebar_label: "VideoCameraFrontIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoCameraFrontIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoCameraFrontIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoCameraFrontIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoChatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoChatIcon.md
deleted file mode 100644
index 28a850014..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoChatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoChatIcon"
-title: "Function: VideoChatIcon"
-sidebar_label: "VideoChatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoChatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoChatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoChatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoFileIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoFileIcon.md
deleted file mode 100644
index d2e965487..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoFileIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoFileIcon"
-title: "Function: VideoFileIcon"
-sidebar_label: "VideoFileIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoFileIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoFileIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoFileIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoLabelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoLabelIcon.md
deleted file mode 100644
index bc101d495..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoLabelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoLabelIcon"
-title: "Function: VideoLabelIcon"
-sidebar_label: "VideoLabelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoLabelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoLabelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoLabelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoLibraryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoLibraryIcon.md
deleted file mode 100644
index 56eec359d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoLibraryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoLibraryIcon"
-title: "Function: VideoLibraryIcon"
-sidebar_label: "VideoLibraryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoLibraryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoLibraryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoLibraryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoSettingsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoSettingsIcon.md
deleted file mode 100644
index 87a14cb8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoSettingsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoSettingsIcon"
-title: "Function: VideoSettingsIcon"
-sidebar_label: "VideoSettingsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoSettingsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoSettingsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoSettingsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideoStableIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideoStableIcon.md
deleted file mode 100644
index 58ef3bc95..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideoStableIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideoStableIcon"
-title: "Function: VideoStableIcon"
-sidebar_label: "VideoStableIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideoStableIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideoStableIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideoStableIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideocamIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideocamIcon.md
deleted file mode 100644
index dd29ea37e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideocamIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideocamIcon"
-title: "Function: VideocamIcon"
-sidebar_label: "VideocamIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideocamIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideocamIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideocamIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideocamOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideocamOffIcon.md
deleted file mode 100644
index 87d66f911..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideocamOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideocamOffIcon"
-title: "Function: VideocamOffIcon"
-sidebar_label: "VideocamOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideocamOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideocamOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideocamOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetIcon.md
deleted file mode 100644
index 1f24c34d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideogameAssetIcon"
-title: "Function: VideogameAssetIcon"
-sidebar_label: "VideogameAssetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideogameAssetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideogameAssetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideogameAssetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetOffIcon.md
deleted file mode 100644
index 3076e442a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VideogameAssetOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VideogameAssetOffIcon"
-title: "Function: VideogameAssetOffIcon"
-sidebar_label: "VideogameAssetOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VideogameAssetOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VideogameAssetOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VideogameAssetOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewAgendaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewAgendaIcon.md
deleted file mode 100644
index f8fc5eaf5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewAgendaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewAgendaIcon"
-title: "Function: ViewAgendaIcon"
-sidebar_label: "ViewAgendaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewAgendaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewAgendaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewAgendaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewArrayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewArrayIcon.md
deleted file mode 100644
index 243d601f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewArrayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewArrayIcon"
-title: "Function: ViewArrayIcon"
-sidebar_label: "ViewArrayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewArrayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewArrayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewArrayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewCarouselIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewCarouselIcon.md
deleted file mode 100644
index 4bea9322f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewCarouselIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewCarouselIcon"
-title: "Function: ViewCarouselIcon"
-sidebar_label: "ViewCarouselIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewCarouselIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewCarouselIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewCarouselIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewColumnIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewColumnIcon.md
deleted file mode 100644
index b44972bc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewColumnIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewColumnIcon"
-title: "Function: ViewColumnIcon"
-sidebar_label: "ViewColumnIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewColumnIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewColumnIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewColumnIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewComfyAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewComfyAltIcon.md
deleted file mode 100644
index 01425cfb2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewComfyAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewComfyAltIcon"
-title: "Function: ViewComfyAltIcon"
-sidebar_label: "ViewComfyAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewComfyAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewComfyAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewComfyAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewComfyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewComfyIcon.md
deleted file mode 100644
index 2e5515959..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewComfyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewComfyIcon"
-title: "Function: ViewComfyIcon"
-sidebar_label: "ViewComfyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewComfyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewComfyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewComfyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewCompactAltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewCompactAltIcon.md
deleted file mode 100644
index 6e78a053a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewCompactAltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewCompactAltIcon"
-title: "Function: ViewCompactAltIcon"
-sidebar_label: "ViewCompactAltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewCompactAltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewCompactAltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewCompactAltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewCompactIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewCompactIcon.md
deleted file mode 100644
index afc1d6396..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewCompactIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewCompactIcon"
-title: "Function: ViewCompactIcon"
-sidebar_label: "ViewCompactIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewCompactIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewCompactIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewCompactIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewCozyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewCozyIcon.md
deleted file mode 100644
index eb5528355..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewCozyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewCozyIcon"
-title: "Function: ViewCozyIcon"
-sidebar_label: "ViewCozyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewCozyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewCozyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewCozyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewDayIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewDayIcon.md
deleted file mode 100644
index 1e34b49ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewDayIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewDayIcon"
-title: "Function: ViewDayIcon"
-sidebar_label: "ViewDayIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewDayIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewDayIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewDayIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewHeadlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewHeadlineIcon.md
deleted file mode 100644
index 57bd41b5c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewHeadlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewHeadlineIcon"
-title: "Function: ViewHeadlineIcon"
-sidebar_label: "ViewHeadlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewHeadlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewHeadlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewHeadlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewInArIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewInArIcon.md
deleted file mode 100644
index 0104524f2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewInArIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewInArIcon"
-title: "Function: ViewInArIcon"
-sidebar_label: "ViewInArIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewInArIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewInArIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewInArIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewKanbanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewKanbanIcon.md
deleted file mode 100644
index d3bbcba4c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewKanbanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewKanbanIcon"
-title: "Function: ViewKanbanIcon"
-sidebar_label: "ViewKanbanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewKanbanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewKanbanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewKanbanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewListIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewListIcon.md
deleted file mode 100644
index d2d2c7981..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewListIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewListIcon"
-title: "Function: ViewListIcon"
-sidebar_label: "ViewListIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewListIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewListIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewListIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewModuleIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewModuleIcon.md
deleted file mode 100644
index 55cf56894..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewModuleIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewModuleIcon"
-title: "Function: ViewModuleIcon"
-sidebar_label: "ViewModuleIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewModuleIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewModuleIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewModuleIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewQuiltIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewQuiltIcon.md
deleted file mode 100644
index 8a9cf4bf6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewQuiltIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewQuiltIcon"
-title: "Function: ViewQuiltIcon"
-sidebar_label: "ViewQuiltIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewQuiltIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewQuiltIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewQuiltIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewSidebarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewSidebarIcon.md
deleted file mode 100644
index dbc8838bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewSidebarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewSidebarIcon"
-title: "Function: ViewSidebarIcon"
-sidebar_label: "ViewSidebarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewSidebarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewSidebarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewSidebarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewStreamIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewStreamIcon.md
deleted file mode 100644
index 9148b968c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewStreamIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewStreamIcon"
-title: "Function: ViewStreamIcon"
-sidebar_label: "ViewStreamIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewStreamIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewStreamIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewStreamIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewTimelineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewTimelineIcon.md
deleted file mode 100644
index d2b9ec674..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewTimelineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewTimelineIcon"
-title: "Function: ViewTimelineIcon"
-sidebar_label: "ViewTimelineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewTimelineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewTimelineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewTimelineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ViewWeekIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ViewWeekIcon.md
deleted file mode 100644
index c371a6a2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ViewWeekIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ViewWeekIcon"
-title: "Function: ViewWeekIcon"
-sidebar_label: "ViewWeekIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ViewWeekIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ViewWeekIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ViewWeekIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VignetteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VignetteIcon.md
deleted file mode 100644
index 2ccd476cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VignetteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VignetteIcon"
-title: "Function: VignetteIcon"
-sidebar_label: "VignetteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VignetteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VignetteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VignetteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VillaIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VillaIcon.md
deleted file mode 100644
index 1699f3fe2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VillaIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VillaIcon"
-title: "Function: VillaIcon"
-sidebar_label: "VillaIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VillaIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VillaIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VillaIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VirtualTable.md b/website/versioned_docs/version-2.0.0/api/functions/VirtualTable.md
deleted file mode 100644
index fe75c8014..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VirtualTable.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "VirtualTable"
-title: "Function: VirtualTable"
-sidebar_label: "VirtualTable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VirtualTable**(`props`): `ReactNode`
-
-This is a Table component that allows displaying arbitrary data, not
-necessarily related to entities or properties. It is the component
-that powers the entity collections but has a generic API, so it
-can be reused.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`VirtualTableProps`](../interfaces/VirtualTableProps.md)\<`any`\> |
-
-#### Returns
-
-`ReactNode`
-
-#### Defined in
-
-node_modules/@types/react/index.d.ts:395
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VisibilityIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VisibilityIcon.md
deleted file mode 100644
index 4e2794cd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VisibilityIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VisibilityIcon"
-title: "Function: VisibilityIcon"
-sidebar_label: "VisibilityIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VisibilityIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VisibilityIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VisibilityIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VisibilityOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VisibilityOffIcon.md
deleted file mode 100644
index 617ccdcc5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VisibilityOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VisibilityOffIcon"
-title: "Function: VisibilityOffIcon"
-sidebar_label: "VisibilityOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VisibilityOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VisibilityOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VisibilityOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VoiceChatIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VoiceChatIcon.md
deleted file mode 100644
index 74b8465c3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VoiceChatIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VoiceChatIcon"
-title: "Function: VoiceChatIcon"
-sidebar_label: "VoiceChatIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VoiceChatIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VoiceChatIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VoiceChatIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VoiceOverOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VoiceOverOffIcon.md
deleted file mode 100644
index c398ea5e8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VoiceOverOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VoiceOverOffIcon"
-title: "Function: VoiceOverOffIcon"
-sidebar_label: "VoiceOverOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VoiceOverOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VoiceOverOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VoiceOverOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VoicemailIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VoicemailIcon.md
deleted file mode 100644
index 01e1b8ad6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VoicemailIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VoicemailIcon"
-title: "Function: VoicemailIcon"
-sidebar_label: "VoicemailIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VoicemailIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VoicemailIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VoicemailIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolcanoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolcanoIcon.md
deleted file mode 100644
index 87c61b84c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolcanoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolcanoIcon"
-title: "Function: VolcanoIcon"
-sidebar_label: "VolcanoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolcanoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolcanoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolcanoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolumeDownIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolumeDownIcon.md
deleted file mode 100644
index f7f928ba2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolumeDownIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolumeDownIcon"
-title: "Function: VolumeDownIcon"
-sidebar_label: "VolumeDownIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolumeDownIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolumeDownIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolumeDownIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolumeMuteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolumeMuteIcon.md
deleted file mode 100644
index 0ffb162e2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolumeMuteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolumeMuteIcon"
-title: "Function: VolumeMuteIcon"
-sidebar_label: "VolumeMuteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolumeMuteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolumeMuteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolumeMuteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolumeOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolumeOffIcon.md
deleted file mode 100644
index 531c9e476..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolumeOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolumeOffIcon"
-title: "Function: VolumeOffIcon"
-sidebar_label: "VolumeOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolumeOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolumeOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolumeOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolumeUpIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolumeUpIcon.md
deleted file mode 100644
index b34baa75e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolumeUpIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolumeUpIcon"
-title: "Function: VolumeUpIcon"
-sidebar_label: "VolumeUpIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolumeUpIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolumeUpIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolumeUpIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VolunteerActivismIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VolunteerActivismIcon.md
deleted file mode 100644
index 1c2db3fcc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VolunteerActivismIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VolunteerActivismIcon"
-title: "Function: VolunteerActivismIcon"
-sidebar_label: "VolunteerActivismIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VolunteerActivismIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VolunteerActivismIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VolunteerActivismIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VpnKeyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VpnKeyIcon.md
deleted file mode 100644
index a60810529..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VpnKeyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VpnKeyIcon"
-title: "Function: VpnKeyIcon"
-sidebar_label: "VpnKeyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VpnKeyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VpnKeyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VpnKeyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VpnKeyOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VpnKeyOffIcon.md
deleted file mode 100644
index 235226715..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VpnKeyOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VpnKeyOffIcon"
-title: "Function: VpnKeyOffIcon"
-sidebar_label: "VpnKeyOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VpnKeyOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VpnKeyOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VpnKeyOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VpnLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VpnLockIcon.md
deleted file mode 100644
index edd0ee0a3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VpnLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VpnLockIcon"
-title: "Function: VpnLockIcon"
-sidebar_label: "VpnLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VpnLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VpnLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VpnLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/VrpanoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/VrpanoIcon.md
deleted file mode 100644
index 6b29bb125..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/VrpanoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "VrpanoIcon"
-title: "Function: VrpanoIcon"
-sidebar_label: "VrpanoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **VrpanoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/VrpanoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/VrpanoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WalletIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WalletIcon.md
deleted file mode 100644
index 8c1a5c4f0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WalletIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WalletIcon"
-title: "Function: WalletIcon"
-sidebar_label: "WalletIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WalletIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WalletIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WalletIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WallpaperIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WallpaperIcon.md
deleted file mode 100644
index 16c1e9a1d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WallpaperIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WallpaperIcon"
-title: "Function: WallpaperIcon"
-sidebar_label: "WallpaperIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WallpaperIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WallpaperIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WallpaperIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WarehouseIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WarehouseIcon.md
deleted file mode 100644
index d8b0ceab9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WarehouseIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WarehouseIcon"
-title: "Function: WarehouseIcon"
-sidebar_label: "WarehouseIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WarehouseIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WarehouseIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WarehouseIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WarningAmberIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WarningAmberIcon.md
deleted file mode 100644
index 00bff2e85..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WarningAmberIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WarningAmberIcon"
-title: "Function: WarningAmberIcon"
-sidebar_label: "WarningAmberIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WarningAmberIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WarningAmberIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WarningAmberIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WarningIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WarningIcon.md
deleted file mode 100644
index ba70b5a55..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WarningIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WarningIcon"
-title: "Function: WarningIcon"
-sidebar_label: "WarningIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WarningIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WarningIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WarningIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WashIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WashIcon.md
deleted file mode 100644
index 3bb3685cb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WashIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WashIcon"
-title: "Function: WashIcon"
-sidebar_label: "WashIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WashIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WashIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WashIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WatchIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WatchIcon.md
deleted file mode 100644
index d4de6e123..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WatchIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WatchIcon"
-title: "Function: WatchIcon"
-sidebar_label: "WatchIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WatchIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WatchIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WatchIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WatchLaterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WatchLaterIcon.md
deleted file mode 100644
index dec1c2102..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WatchLaterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WatchLaterIcon"
-title: "Function: WatchLaterIcon"
-sidebar_label: "WatchLaterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WatchLaterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WatchLaterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WatchLaterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WatchOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WatchOffIcon.md
deleted file mode 100644
index ed54485d4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WatchOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WatchOffIcon"
-title: "Function: WatchOffIcon"
-sidebar_label: "WatchOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WatchOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WatchOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WatchOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WaterDamageIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WaterDamageIcon.md
deleted file mode 100644
index cbf8dcb58..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WaterDamageIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WaterDamageIcon"
-title: "Function: WaterDamageIcon"
-sidebar_label: "WaterDamageIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WaterDamageIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WaterDamageIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WaterDamageIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WaterDropIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WaterDropIcon.md
deleted file mode 100644
index 5fa850340..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WaterDropIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WaterDropIcon"
-title: "Function: WaterDropIcon"
-sidebar_label: "WaterDropIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WaterDropIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WaterDropIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WaterDropIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WaterIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WaterIcon.md
deleted file mode 100644
index 6999e95a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WaterIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WaterIcon"
-title: "Function: WaterIcon"
-sidebar_label: "WaterIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WaterIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WaterIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WaterIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WaterfallChartIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WaterfallChartIcon.md
deleted file mode 100644
index 78b8edf85..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WaterfallChartIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WaterfallChartIcon"
-title: "Function: WaterfallChartIcon"
-sidebar_label: "WaterfallChartIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WaterfallChartIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WaterfallChartIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WaterfallChartIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WavesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WavesIcon.md
deleted file mode 100644
index b7376cf54..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WavesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WavesIcon"
-title: "Function: WavesIcon"
-sidebar_label: "WavesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WavesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WavesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WavesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WavingHandIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WavingHandIcon.md
deleted file mode 100644
index 8601561d6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WavingHandIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WavingHandIcon"
-title: "Function: WavingHandIcon"
-sidebar_label: "WavingHandIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WavingHandIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WavingHandIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WavingHandIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbAutoIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbAutoIcon.md
deleted file mode 100644
index 4dc961a59..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbAutoIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbAutoIcon"
-title: "Function: WbAutoIcon"
-sidebar_label: "WbAutoIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbAutoIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbAutoIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbAutoIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbCloudyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbCloudyIcon.md
deleted file mode 100644
index 6cf386b7e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbCloudyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbCloudyIcon"
-title: "Function: WbCloudyIcon"
-sidebar_label: "WbCloudyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbCloudyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbCloudyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbCloudyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbIncandescentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbIncandescentIcon.md
deleted file mode 100644
index b797c6bb1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbIncandescentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbIncandescentIcon"
-title: "Function: WbIncandescentIcon"
-sidebar_label: "WbIncandescentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbIncandescentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbIncandescentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbIncandescentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbIridescentIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbIridescentIcon.md
deleted file mode 100644
index a4f65a8bb..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbIridescentIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbIridescentIcon"
-title: "Function: WbIridescentIcon"
-sidebar_label: "WbIridescentIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbIridescentIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbIridescentIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbIridescentIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbShadeIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbShadeIcon.md
deleted file mode 100644
index 393a563bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbShadeIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbShadeIcon"
-title: "Function: WbShadeIcon"
-sidebar_label: "WbShadeIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbShadeIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbShadeIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbShadeIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbSunnyIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbSunnyIcon.md
deleted file mode 100644
index 68bce43ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbSunnyIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbSunnyIcon"
-title: "Function: WbSunnyIcon"
-sidebar_label: "WbSunnyIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbSunnyIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbSunnyIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbSunnyIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WbTwilightIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WbTwilightIcon.md
deleted file mode 100644
index 920ec6e22..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WbTwilightIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WbTwilightIcon"
-title: "Function: WbTwilightIcon"
-sidebar_label: "WbTwilightIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WbTwilightIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WbTwilightIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WbTwilightIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WcIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WcIcon.md
deleted file mode 100644
index abc902315..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WcIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WcIcon"
-title: "Function: WcIcon"
-sidebar_label: "WcIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WcIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WcIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WcIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WebAssetIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WebAssetIcon.md
deleted file mode 100644
index 1b1fbef45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WebAssetIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WebAssetIcon"
-title: "Function: WebAssetIcon"
-sidebar_label: "WebAssetIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WebAssetIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WebAssetIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WebAssetIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WebAssetOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WebAssetOffIcon.md
deleted file mode 100644
index 3600dfd6f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WebAssetOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WebAssetOffIcon"
-title: "Function: WebAssetOffIcon"
-sidebar_label: "WebAssetOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WebAssetOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WebAssetOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WebAssetOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WebIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WebIcon.md
deleted file mode 100644
index dd2ec45ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WebIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WebIcon"
-title: "Function: WebIcon"
-sidebar_label: "WebIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WebIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WebIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WebIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WebStoriesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WebStoriesIcon.md
deleted file mode 100644
index 4be0a200e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WebStoriesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WebStoriesIcon"
-title: "Function: WebStoriesIcon"
-sidebar_label: "WebStoriesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WebStoriesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WebStoriesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WebStoriesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WebhookIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WebhookIcon.md
deleted file mode 100644
index 8e699c325..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WebhookIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WebhookIcon"
-title: "Function: WebhookIcon"
-sidebar_label: "WebhookIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WebhookIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WebhookIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WebhookIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WeekendIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WeekendIcon.md
deleted file mode 100644
index 272c78ca7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WeekendIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WeekendIcon"
-title: "Function: WeekendIcon"
-sidebar_label: "WeekendIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WeekendIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WeekendIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WeekendIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WestIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WestIcon.md
deleted file mode 100644
index b5e362715..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WestIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WestIcon"
-title: "Function: WestIcon"
-sidebar_label: "WestIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WestIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WestIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WestIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WhatshotIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WhatshotIcon.md
deleted file mode 100644
index 539316b9a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WhatshotIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WhatshotIcon"
-title: "Function: WhatshotIcon"
-sidebar_label: "WhatshotIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WhatshotIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WhatshotIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WhatshotIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WheelchairPickupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WheelchairPickupIcon.md
deleted file mode 100644
index 89e1c5b0e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WheelchairPickupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WheelchairPickupIcon"
-title: "Function: WheelchairPickupIcon"
-sidebar_label: "WheelchairPickupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WheelchairPickupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WheelchairPickupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WheelchairPickupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WhereToVoteIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WhereToVoteIcon.md
deleted file mode 100644
index b714af9f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WhereToVoteIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WhereToVoteIcon"
-title: "Function: WhereToVoteIcon"
-sidebar_label: "WhereToVoteIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WhereToVoteIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WhereToVoteIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WhereToVoteIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WidgetsIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WidgetsIcon.md
deleted file mode 100644
index 958b70186..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WidgetsIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WidgetsIcon"
-title: "Function: WidgetsIcon"
-sidebar_label: "WidgetsIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WidgetsIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WidgetsIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WidgetsIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WidthFullIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WidthFullIcon.md
deleted file mode 100644
index b01478a45..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WidthFullIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WidthFullIcon"
-title: "Function: WidthFullIcon"
-sidebar_label: "WidthFullIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WidthFullIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WidthFullIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WidthFullIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WidthNormalIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WidthNormalIcon.md
deleted file mode 100644
index 424a7965d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WidthNormalIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WidthNormalIcon"
-title: "Function: WidthNormalIcon"
-sidebar_label: "WidthNormalIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WidthNormalIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WidthNormalIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WidthNormalIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WidthWideIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WidthWideIcon.md
deleted file mode 100644
index c7828c6ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WidthWideIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WidthWideIcon"
-title: "Function: WidthWideIcon"
-sidebar_label: "WidthWideIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WidthWideIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WidthWideIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WidthWideIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Wifi1BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Wifi1BarIcon.md
deleted file mode 100644
index 1e1d1e93f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Wifi1BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Wifi1BarIcon"
-title: "Function: Wifi1BarIcon"
-sidebar_label: "Wifi1BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Wifi1BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Wifi1BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Wifi1BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Wifi2BarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/Wifi2BarIcon.md
deleted file mode 100644
index 16de1402c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Wifi2BarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Wifi2BarIcon"
-title: "Function: Wifi2BarIcon"
-sidebar_label: "Wifi2BarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Wifi2BarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Wifi2BarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Wifi2BarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiCalling3Icon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiCalling3Icon.md
deleted file mode 100644
index be7894b91..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiCalling3Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiCalling3Icon"
-title: "Function: WifiCalling3Icon"
-sidebar_label: "WifiCalling3Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiCalling3Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiCalling3Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiCalling3Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiCallingIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiCallingIcon.md
deleted file mode 100644
index d4fddf10c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiCallingIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiCallingIcon"
-title: "Function: WifiCallingIcon"
-sidebar_label: "WifiCallingIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiCallingIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiCallingIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiCallingIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiChannelIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiChannelIcon.md
deleted file mode 100644
index c8bb5631d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiChannelIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiChannelIcon"
-title: "Function: WifiChannelIcon"
-sidebar_label: "WifiChannelIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiChannelIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiChannelIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiChannelIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiFindIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiFindIcon.md
deleted file mode 100644
index 797fa64a8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiFindIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiFindIcon"
-title: "Function: WifiFindIcon"
-sidebar_label: "WifiFindIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiFindIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiFindIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiFindIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiIcon.md
deleted file mode 100644
index effebeef3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiIcon"
-title: "Function: WifiIcon"
-sidebar_label: "WifiIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiLockIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiLockIcon.md
deleted file mode 100644
index 408f8bf78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiLockIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiLockIcon"
-title: "Function: WifiLockIcon"
-sidebar_label: "WifiLockIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiLockIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiLockIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiLockIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiOffIcon.md
deleted file mode 100644
index 6fa76d25e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiOffIcon"
-title: "Function: WifiOffIcon"
-sidebar_label: "WifiOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiPasswordIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiPasswordIcon.md
deleted file mode 100644
index 212f4a9b4..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiPasswordIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiPasswordIcon"
-title: "Function: WifiPasswordIcon"
-sidebar_label: "WifiPasswordIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiPasswordIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiPasswordIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiPasswordIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiProtectedSetupIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiProtectedSetupIcon.md
deleted file mode 100644
index 6abef326e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiProtectedSetupIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiProtectedSetupIcon"
-title: "Function: WifiProtectedSetupIcon"
-sidebar_label: "WifiProtectedSetupIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiProtectedSetupIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiProtectedSetupIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiProtectedSetupIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringErrorIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringErrorIcon.md
deleted file mode 100644
index 1ad8d9fd2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringErrorIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiTetheringErrorIcon"
-title: "Function: WifiTetheringErrorIcon"
-sidebar_label: "WifiTetheringErrorIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiTetheringErrorIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiTetheringErrorIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiTetheringErrorIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringIcon.md
deleted file mode 100644
index 8c1086be5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiTetheringIcon"
-title: "Function: WifiTetheringIcon"
-sidebar_label: "WifiTetheringIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiTetheringIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiTetheringIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiTetheringIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringOffIcon.md
deleted file mode 100644
index db35f3203..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WifiTetheringOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WifiTetheringOffIcon"
-title: "Function: WifiTetheringOffIcon"
-sidebar_label: "WifiTetheringOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WifiTetheringOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WifiTetheringOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WifiTetheringOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WindPowerIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WindPowerIcon.md
deleted file mode 100644
index b6a91a314..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WindPowerIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WindPowerIcon"
-title: "Function: WindPowerIcon"
-sidebar_label: "WindPowerIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WindPowerIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WindPowerIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WindPowerIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WindowIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WindowIcon.md
deleted file mode 100644
index 586558a5f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WindowIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WindowIcon"
-title: "Function: WindowIcon"
-sidebar_label: "WindowIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WindowIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WindowIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WindowIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WineBarIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WineBarIcon.md
deleted file mode 100644
index 3124f395b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WineBarIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WineBarIcon"
-title: "Function: WineBarIcon"
-sidebar_label: "WineBarIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WineBarIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WineBarIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WineBarIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/Woman2Icon.md b/website/versioned_docs/version-2.0.0/api/functions/Woman2Icon.md
deleted file mode 100644
index 01f09f16a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/Woman2Icon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "Woman2Icon"
-title: "Function: Woman2Icon"
-sidebar_label: "Woman2Icon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **Woman2Icon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/Woman2Icon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/Woman2Icon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WomanIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WomanIcon.md
deleted file mode 100644
index 1dc7435b1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WomanIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WomanIcon"
-title: "Function: WomanIcon"
-sidebar_label: "WomanIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WomanIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WomanIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WomanIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkHistoryIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkHistoryIcon.md
deleted file mode 100644
index b35ef48c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkHistoryIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkHistoryIcon"
-title: "Function: WorkHistoryIcon"
-sidebar_label: "WorkHistoryIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkHistoryIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkHistoryIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkHistoryIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkIcon.md
deleted file mode 100644
index fb13c5064..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkIcon"
-title: "Function: WorkIcon"
-sidebar_label: "WorkIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkOffIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkOffIcon.md
deleted file mode 100644
index bed1a4cd8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkOffIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkOffIcon"
-title: "Function: WorkOffIcon"
-sidebar_label: "WorkOffIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkOffIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkOffIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkOffIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkOutlineIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkOutlineIcon.md
deleted file mode 100644
index 3512877c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkOutlineIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkOutlineIcon"
-title: "Function: WorkOutlineIcon"
-sidebar_label: "WorkOutlineIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkOutlineIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkOutlineIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkOutlineIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkspacePremiumIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkspacePremiumIcon.md
deleted file mode 100644
index b395822d9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkspacePremiumIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkspacePremiumIcon"
-title: "Function: WorkspacePremiumIcon"
-sidebar_label: "WorkspacePremiumIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkspacePremiumIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkspacePremiumIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkspacePremiumIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WorkspacesIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WorkspacesIcon.md
deleted file mode 100644
index 1b06ab03e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WorkspacesIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WorkspacesIcon"
-title: "Function: WorkspacesIcon"
-sidebar_label: "WorkspacesIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WorkspacesIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WorkspacesIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WorkspacesIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WrapTextIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WrapTextIcon.md
deleted file mode 100644
index 28ea11c2d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WrapTextIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WrapTextIcon"
-title: "Function: WrapTextIcon"
-sidebar_label: "WrapTextIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WrapTextIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WrapTextIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WrapTextIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WrongLocationIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WrongLocationIcon.md
deleted file mode 100644
index 567405247..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WrongLocationIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WrongLocationIcon"
-title: "Function: WrongLocationIcon"
-sidebar_label: "WrongLocationIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WrongLocationIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WrongLocationIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WrongLocationIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/WysiwygIcon.md b/website/versioned_docs/version-2.0.0/api/functions/WysiwygIcon.md
deleted file mode 100644
index ccf0b8609..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/WysiwygIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "WysiwygIcon"
-title: "Function: WysiwygIcon"
-sidebar_label: "WysiwygIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **WysiwygIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/WysiwygIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/WysiwygIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/YardIcon.md b/website/versioned_docs/version-2.0.0/api/functions/YardIcon.md
deleted file mode 100644
index 59fc7e608..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/YardIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "YardIcon"
-title: "Function: YardIcon"
-sidebar_label: "YardIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **YardIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/YardIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/YardIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/YoutubeSearchedForIcon.md b/website/versioned_docs/version-2.0.0/api/functions/YoutubeSearchedForIcon.md
deleted file mode 100644
index a5d85419f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/YoutubeSearchedForIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "YoutubeSearchedForIcon"
-title: "Function: YoutubeSearchedForIcon"
-sidebar_label: "YoutubeSearchedForIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **YoutubeSearchedForIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/YoutubeSearchedForIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/YoutubeSearchedForIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ZoomInIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ZoomInIcon.md
deleted file mode 100644
index 4e2037c7f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ZoomInIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ZoomInIcon"
-title: "Function: ZoomInIcon"
-sidebar_label: "ZoomInIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ZoomInIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ZoomInIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ZoomInIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ZoomInMapIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ZoomInMapIcon.md
deleted file mode 100644
index 60425b367..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ZoomInMapIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ZoomInMapIcon"
-title: "Function: ZoomInMapIcon"
-sidebar_label: "ZoomInMapIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ZoomInMapIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ZoomInMapIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ZoomInMapIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ZoomOutIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ZoomOutIcon.md
deleted file mode 100644
index 72017278f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ZoomOutIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ZoomOutIcon"
-title: "Function: ZoomOutIcon"
-sidebar_label: "ZoomOutIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ZoomOutIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ZoomOutIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ZoomOutIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/ZoomOutMapIcon.md b/website/versioned_docs/version-2.0.0/api/functions/ZoomOutMapIcon.md
deleted file mode 100644
index d51cfb679..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/ZoomOutMapIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "ZoomOutMapIcon"
-title: "Function: ZoomOutMapIcon"
-sidebar_label: "ZoomOutMapIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **ZoomOutMapIcon**(`props`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`IconProps`](../types/IconProps.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/icons/components/ZoomOutMapIcon.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/icons/components/ZoomOutMapIcon.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/_category_.yml b/website/versioned_docs/version-2.0.0/api/functions/_category_.yml
deleted file mode 100644
index 139c448c6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Functions"
-position: 7
\ No newline at end of file
diff --git a/website/versioned_docs/version-2.0.0/api/functions/addInitialSlash.md b/website/versioned_docs/version-2.0.0/api/functions/addInitialSlash.md
deleted file mode 100644
index 53f4045ad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/addInitialSlash.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "addInitialSlash"
-title: "Function: addInitialSlash"
-sidebar_label: "addInitialSlash"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **addInitialSlash**(`s`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `s` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:34](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L34)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildAdditionalFieldDelegate.md b/website/versioned_docs/version-2.0.0/api/functions/buildAdditionalFieldDelegate.md
deleted file mode 100644
index cb3236cfd..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildAdditionalFieldDelegate.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "buildAdditionalFieldDelegate"
-title: "Function: buildAdditionalFieldDelegate"
-sidebar_label: "buildAdditionalFieldDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildAdditionalFieldDelegate**\<`M`, `AdditionalKey`, `UserType`\>(`additionalFieldDelegate`): [`AdditionalFieldDelegate`](../interfaces/AdditionalFieldDelegate.md)\<`M`, `AdditionalKey`, `UserType`\>
-
-Identity function we use to defeat the type system of Typescript and build
-additional field delegates views with all its properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `additionalFieldDelegate` | [`AdditionalFieldDelegate`](../interfaces/AdditionalFieldDelegate.md)\<`M`, `AdditionalKey`, `UserType`\> |
-
-#### Returns
-
-[`AdditionalFieldDelegate`](../interfaces/AdditionalFieldDelegate.md)\<`M`, `AdditionalKey`, `UserType`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:124](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L124)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildCollection.md b/website/versioned_docs/version-2.0.0/api/functions/buildCollection.md
deleted file mode 100644
index eb6d3ac5e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildCollection.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "buildCollection"
-title: "Function: buildCollection"
-sidebar_label: "buildCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildCollection**\<`M`, `AdditionalKey`, `UserType`\>(`collection`): [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `AdditionalKey`, `UserType`\>
-
-Identity function we use to defeat the type system of Typescript and build
-collection views with all its properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `AdditionalKey`, `UserType`\> |
-
-#### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `AdditionalKey`, `UserType`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildEntityCallbacks.md b/website/versioned_docs/version-2.0.0/api/functions/buildEntityCallbacks.md
deleted file mode 100644
index c34defb7a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildEntityCallbacks.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildEntityCallbacks"
-title: "Function: buildEntityCallbacks"
-sidebar_label: "buildEntityCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEntityCallbacks**\<`M`\>(`callbacks`): [`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `callbacks` | [`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`, [`User`](../types/User.md)\> |
-
-#### Returns
-
-[`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:112](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L112)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildEnumLabel.md b/website/versioned_docs/version-2.0.0/api/functions/buildEnumLabel.md
deleted file mode 100644
index f5a22fd34..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildEnumLabel.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "buildEnumLabel"
-title: "Function: buildEnumLabel"
-sidebar_label: "buildEnumLabel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEnumLabel**(`labelOrConfig?`): `string` \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `labelOrConfig?` | `string` \| [`EnumValueConfig`](../types/EnumValueConfig.md) |
-
-#### Returns
-
-`string` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/enums.ts:46](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/enums.ts#L46)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildEnumValueConfig.md b/website/versioned_docs/version-2.0.0/api/functions/buildEnumValueConfig.md
deleted file mode 100644
index e8770081b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildEnumValueConfig.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "buildEnumValueConfig"
-title: "Function: buildEnumValueConfig"
-sidebar_label: "buildEnumValueConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEnumValueConfig**(`enumValueConfig`): [`EnumValueConfig`](../types/EnumValueConfig.md)
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValueConfig` | [`EnumValueConfig`](../types/EnumValueConfig.md) |
-
-#### Returns
-
-[`EnumValueConfig`](../types/EnumValueConfig.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:100](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L100)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildEnumValues.md b/website/versioned_docs/version-2.0.0/api/functions/buildEnumValues.md
deleted file mode 100644
index 192629f07..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildEnumValues.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "buildEnumValues"
-title: "Function: buildEnumValues"
-sidebar_label: "buildEnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildEnumValues**(`enumValues`): [`EnumValues`](../types/EnumValues.md)
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValues` | [`EnumValues`](../types/EnumValues.md) |
-
-#### Returns
-
-[`EnumValues`](../types/EnumValues.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L88)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildFieldConfig.md b/website/versioned_docs/version-2.0.0/api/functions/buildFieldConfig.md
deleted file mode 100644
index 7345a11d2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildFieldConfig.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildFieldConfig"
-title: "Function: buildFieldConfig"
-sidebar_label: "buildFieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildFieldConfig**\<`T`\>(`propertyConfig`): [`PropertyConfig`](../types/PropertyConfig.md)\<`T`\>
-
-Identity function we use to defeat the type system of Typescript and build
-additional field delegates views with all its properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = [`CMSType`](../types/CMSType.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertyConfig` | [`PropertyConfig`](../types/PropertyConfig.md)\<`T`\> |
-
-#### Returns
-
-[`PropertyConfig`](../types/PropertyConfig.md)\<`T`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:136](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L136)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildProperties.md b/website/versioned_docs/version-2.0.0/api/functions/buildProperties.md
deleted file mode 100644
index be7512553..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildProperties.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildProperties"
-title: "Function: buildProperties"
-sidebar_label: "buildProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildProperties**\<`M`\>(`properties`): [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-
-#### Returns
-
-[`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:64](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L64)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildPropertiesOrBuilder.md b/website/versioned_docs/version-2.0.0/api/functions/buildPropertiesOrBuilder.md
deleted file mode 100644
index dbeb396d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildPropertiesOrBuilder.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "buildPropertiesOrBuilder"
-title: "Function: buildPropertiesOrBuilder"
-sidebar_label: "buildPropertiesOrBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildPropertiesOrBuilder**\<`M`\>(`propertiesOrBuilder`): [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-Identity function we use to defeat the type system of Typescript and preserve
-the properties keys.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertiesOrBuilder` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-
-#### Returns
-
-[`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:76](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L76)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/buildProperty.md b/website/versioned_docs/version-2.0.0/api/functions/buildProperty.md
deleted file mode 100644
index c5e5c0eaa..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/buildProperty.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "buildProperty"
-title: "Function: buildProperty"
-sidebar_label: "buildProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **buildProperty**\<`T`, `P`, `M`\>(`property`): `P` extends [`StringProperty`](../interfaces/StringProperty.md) ? [`StringProperty`](../interfaces/StringProperty.md) : `P` extends [`NumberProperty`](../interfaces/NumberProperty.md) ? [`NumberProperty`](../interfaces/NumberProperty.md) : `P` extends [`BooleanProperty`](../interfaces/BooleanProperty.md) ? [`BooleanProperty`](../interfaces/BooleanProperty.md) : `P` extends [`DateProperty`](../interfaces/DateProperty.md) ? [`DateProperty`](../interfaces/DateProperty.md) : `P` extends [`GeopointProperty`](../interfaces/GeopointProperty.md) ? [`GeopointProperty`](../interfaces/GeopointProperty.md) : `P` extends [`ReferenceProperty`](../interfaces/ReferenceProperty.md) ? [`ReferenceProperty`](../interfaces/ReferenceProperty.md) : `P` extends [`ArrayProperty`](../interfaces/ArrayProperty.md) ? [`ArrayProperty`](../interfaces/ArrayProperty.md) : `P` extends [`MapProperty`](../interfaces/MapProperty.md) ? [`MapProperty`](../interfaces/MapProperty.md) : `P` extends [`PropertyBuilder`](../types/PropertyBuilder.md)\<`T`, `M`\> ? [`PropertyBuilder`](../types/PropertyBuilder.md)\<`T`, `M`\> : `never`
-
-Identity function we use to defeat the type system of Typescript and preserve
-the property keys.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = [`CMSType`](../types/CMSType.md) |
-| `P` | extends [`StringProperty`](../interfaces/StringProperty.md) \| [`NumberProperty`](../interfaces/NumberProperty.md) \| [`BooleanProperty`](../interfaces/BooleanProperty.md) \| [`DateProperty`](../interfaces/DateProperty.md) \| [`GeopointProperty`](../interfaces/GeopointProperty.md) \| [`ReferenceProperty`](../interfaces/ReferenceProperty.md) \| [`MapProperty`](../interfaces/MapProperty.md)\<`Record`\<`string`, `any`\>\> \| [`ArrayProperty`](../interfaces/ArrayProperty.md)\<[`CMSType`](../types/CMSType.md)[], [`CMSType`](../types/CMSType.md)\> \| [`PropertyBuilder`](../types/PropertyBuilder.md)\<`T`, `Record`\<`string`, `any`\>\> = [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`T`\> |
-| `M` | extends `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | `P` |
-
-#### Returns
-
-`P` extends [`StringProperty`](../interfaces/StringProperty.md) ? [`StringProperty`](../interfaces/StringProperty.md) : `P` extends [`NumberProperty`](../interfaces/NumberProperty.md) ? [`NumberProperty`](../interfaces/NumberProperty.md) : `P` extends [`BooleanProperty`](../interfaces/BooleanProperty.md) ? [`BooleanProperty`](../interfaces/BooleanProperty.md) : `P` extends [`DateProperty`](../interfaces/DateProperty.md) ? [`DateProperty`](../interfaces/DateProperty.md) : `P` extends [`GeopointProperty`](../interfaces/GeopointProperty.md) ? [`GeopointProperty`](../interfaces/GeopointProperty.md) : `P` extends [`ReferenceProperty`](../interfaces/ReferenceProperty.md) ? [`ReferenceProperty`](../interfaces/ReferenceProperty.md) : `P` extends [`ArrayProperty`](../interfaces/ArrayProperty.md) ? [`ArrayProperty`](../interfaces/ArrayProperty.md) : `P` extends [`MapProperty`](../interfaces/MapProperty.md) ? [`MapProperty`](../interfaces/MapProperty.md) : `P` extends [`PropertyBuilder`](../types/PropertyBuilder.md)\<`T`, `M`\> ? [`PropertyBuilder`](../types/PropertyBuilder.md)\<`T`, `M`\> : `never`
-
-#### Defined in
-
-[packages/firecms_core/src/core/builders.ts:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/builders.ts#L43)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/canCreateEntity.md b/website/versioned_docs/version-2.0.0/api/functions/canCreateEntity.md
deleted file mode 100644
index c2a975936..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/canCreateEntity.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "canCreateEntity"
-title: "Function: canCreateEntity"
-sidebar_label: "canCreateEntity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **canCreateEntity**\<`M`, `UserType`\>(`collection`, `authController`, `paths`, `entity`): `boolean`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> |
-| `authController` | [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-| `paths` | `string`[] |
-| `entity` | ``null`` \| [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/permissions.ts:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/permissions.ts#L43)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/canDeleteEntity.md b/website/versioned_docs/version-2.0.0/api/functions/canDeleteEntity.md
deleted file mode 100644
index f25816b07..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/canDeleteEntity.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "canDeleteEntity"
-title: "Function: canDeleteEntity"
-sidebar_label: "canDeleteEntity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **canDeleteEntity**\<`M`, `UserType`\>(`collection`, `authController`, `paths`, `entity`): `boolean`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> |
-| `authController` | [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-| `paths` | `string`[] |
-| `entity` | ``null`` \| [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/permissions.ts:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/permissions.ts#L52)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/canEditEntity.md b/website/versioned_docs/version-2.0.0/api/functions/canEditEntity.md
deleted file mode 100644
index f095f1aa6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/canEditEntity.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "canEditEntity"
-title: "Function: canEditEntity"
-sidebar_label: "canEditEntity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **canEditEntity**\<`M`, `UserType`\>(`collection`, `authController`, `paths`, `entity`): `boolean`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> |
-| `authController` | [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-| `paths` | `string`[] |
-| `entity` | ``null`` \| [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/permissions.ts:34](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/permissions.ts#L34)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/cmsToDelegateModel.md b/website/versioned_docs/version-2.0.0/api/functions/cmsToDelegateModel.md
deleted file mode 100644
index a42875de1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/cmsToDelegateModel.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "cmsToDelegateModel"
-title: "Function: cmsToDelegateModel"
-sidebar_label: "cmsToDelegateModel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **cmsToDelegateModel**(`data`, `buildReference`, `buildGeoPoint`, `buildDate`, `buildDelete`): `any`
-
-Recursive function that converts Firestore data types into CMS or plain
-JS types.
-FireCMS uses Javascript dates internally instead of Firestore timestamps.
-This makes it easier to interact with the rest of the libraries and
-bindings.
-Also, Firestore references are replaced with [EntityReference](../classes/EntityReference.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `data` | `any` |
-| `buildReference` | (`reference`: [`EntityReference`](../classes/EntityReference.md)) => `any` |
-| `buildGeoPoint` | (`geoPoint`: [`GeoPoint`](../classes/GeoPoint.md)) => `any` |
-| `buildDate` | (`date`: `Date`) => `any` |
-| `buildDelete` | () => `any` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBuildDataSource.ts:328](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBuildDataSource.ts#L328)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/cmsToFirestoreModel.md b/website/versioned_docs/version-2.0.0/api/functions/cmsToFirestoreModel.md
deleted file mode 100644
index 87f582d05..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/cmsToFirestoreModel.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "cmsToFirestoreModel"
-title: "Function: cmsToFirestoreModel"
-sidebar_label: "cmsToFirestoreModel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **cmsToFirestoreModel**(`data`, `firestore`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `data` | `any` |
-| `firestore` | `Firestore` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:565](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L565)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/cn.md b/website/versioned_docs/version-2.0.0/api/functions/cn.md
deleted file mode 100644
index 14f039059..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/cn.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "cn"
-title: "Function: cn"
-sidebar_label: "cn"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **cn**(`...classes`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `...classes` | `ClassValue`[] |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/util/cn.ts:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/util/cn.ts#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/debounce.md b/website/versioned_docs/version-2.0.0/api/functions/debounce.md
deleted file mode 100644
index 0e097af15..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/debounce.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "debounce"
-title: "Function: debounce"
-sidebar_label: "debounce"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **debounce**\<`T`\>(`func`, `wait?`): `T` & [`Cancelable`](../interfaces/Cancelable.md)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends (...`args`: `any`[]) => `any` |
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `func` | `T` | `undefined` |
-| `wait` | `number` | `166` |
-
-#### Returns
-
-`T` & [`Cancelable`](../interfaces/Cancelable.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/debounce.ts:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/debounce.ts#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/deleteEntityWithCallbacks.md b/website/versioned_docs/version-2.0.0/api/functions/deleteEntityWithCallbacks.md
deleted file mode 100644
index bd9572050..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/deleteEntityWithCallbacks.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-id: "deleteEntityWithCallbacks"
-title: "Function: deleteEntityWithCallbacks"
-sidebar_label: "deleteEntityWithCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **deleteEntityWithCallbacks**\<`M`, `UserType`\>(`«destructured»`): `Promise`\<`boolean`\>
-
-This function is in charge of deleting an entity in the datasource.
-It will run all the delete callbacks specified in the collection.
-It is also possible to attach callbacks on save success or error, and callback
-errors.
-
-If you just want to delete any data without running the `onPreDelete`,
-and `onDelete` callbacks, you can use the `deleteEntity` method
-in the datasource ([useDataSource](useDataSource.md)).
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`DeleteEntityProps`](../interfaces/DeleteEntityProps.md)\<`M`\> & \{ `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`, [`User`](../types/User.md)\> ; `onDeleteFailure?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` ; `onDeleteSuccess?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>) => `void` ; `onDeleteSuccessHookError?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` ; `onPreDeleteHookError?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` } & \{ `collection`: [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\> ; `context`: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource.md) } |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/delete.ts:46](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/delete.ts#L46)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/enumToObjectEntries.md b/website/versioned_docs/version-2.0.0/api/functions/enumToObjectEntries.md
deleted file mode 100644
index 984a4f446..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/enumToObjectEntries.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "enumToObjectEntries"
-title: "Function: enumToObjectEntries"
-sidebar_label: "enumToObjectEntries"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **enumToObjectEntries**(`enumValues`): [`EnumValueConfig`](../types/EnumValueConfig.md)[]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValues` | [`EnumValues`](../types/EnumValues.md) |
-
-#### Returns
-
-[`EnumValueConfig`](../types/EnumValueConfig.md)[]
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/enums.ts:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/enums.ts#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/firestoreToCMSModel.md b/website/versioned_docs/version-2.0.0/api/functions/firestoreToCMSModel.md
deleted file mode 100644
index 0d2c29185..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/firestoreToCMSModel.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "firestoreToCMSModel"
-title: "Function: firestoreToCMSModel"
-sidebar_label: "firestoreToCMSModel"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **firestoreToCMSModel**(`data`): `any`
-
-Recursive function that converts Firestore data types into CMS or plain
-JS types.
-FireCMS uses Javascript dates internally instead of Firestore timestamps.
-This makes it easier to interact with the rest of the libraries and
-bindings.
-Also, Firestore references are replaced with [EntityReference](../classes/EntityReference.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `data` | `any` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:530](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L530)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/flattenObject.md b/website/versioned_docs/version-2.0.0/api/functions/flattenObject.md
deleted file mode 100644
index 8411639ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/flattenObject.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "flattenObject"
-title: "Function: flattenObject"
-sidebar_label: "flattenObject"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **flattenObject**(`obj`, `parentKey?`): `any`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `obj` | `any` | `undefined` |
-| `parentKey` | `string` | `""` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/flatten_object.ts:1](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/flatten_object.ts#L1)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/fullPathToCollectionSegments.md b/website/versioned_docs/version-2.0.0/api/functions/fullPathToCollectionSegments.md
deleted file mode 100644
index d98d7f7b7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/fullPathToCollectionSegments.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "fullPathToCollectionSegments"
-title: "Function: fullPathToCollectionSegments"
-sidebar_label: "fullPathToCollectionSegments"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **fullPathToCollectionSegments**(`path`): `string`[]
-
-Extract the collection path routes
-`products/B44RG6APH/locales` => [`products`, `locales`]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/paths.ts:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/paths.ts#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getArrayValuesCount.md b/website/versioned_docs/version-2.0.0/api/functions/getArrayValuesCount.md
deleted file mode 100644
index d5ee45d72..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getArrayValuesCount.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getArrayValuesCount"
-title: "Function: getArrayValuesCount"
-sidebar_label: "getArrayValuesCount"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getArrayValuesCount**(`array`): [`ArrayValuesCount`](../types/ArrayValuesCount.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `array` | `any`[] |
-
-#### Returns
-
-[`ArrayValuesCount`](../types/ArrayValuesCount.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/flatten_object.ts:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/flatten_object.ts#L26)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getBracketNotation.md b/website/versioned_docs/version-2.0.0/api/functions/getBracketNotation.md
deleted file mode 100644
index a54152ce5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getBracketNotation.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getBracketNotation"
-title: "Function: getBracketNotation"
-sidebar_label: "getBracketNotation"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getBracketNotation**(`path`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:100](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L100)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getCollectionByPathOrAlias.md b/website/versioned_docs/version-2.0.0/api/functions/getCollectionByPathOrAlias.md
deleted file mode 100644
index eb1df25c1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getCollectionByPathOrAlias.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "getCollectionByPathOrAlias"
-title: "Function: getCollectionByPathOrAlias"
-sidebar_label: "getCollectionByPathOrAlias"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getCollectionByPathOrAlias**(`pathOrAlias`, `collections`): [`EntityCollection`](../interfaces/EntityCollection.md) \| `undefined`
-
-Find the corresponding view at any depth for a given path.
-Note that path or segments of the paths can be collection aliases.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `pathOrAlias` | `string` |
-| `collections` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>[] |
-
-#### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection.md) \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:81](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L81)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getCollectionPathsCombinations.md b/website/versioned_docs/version-2.0.0/api/functions/getCollectionPathsCombinations.md
deleted file mode 100644
index 050a06f3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getCollectionPathsCombinations.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "getCollectionPathsCombinations"
-title: "Function: getCollectionPathsCombinations"
-sidebar_label: "getCollectionPathsCombinations"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getCollectionPathsCombinations**(`subpaths`): `string`[]
-
-Get the subcollection combinations from a path:
-"sites/es/locales" => ["sites/es/locales", "sites"]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `subpaths` | `string`[] |
-
-#### Returns
-
-`string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:116](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L116)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getColorForProperty.md b/website/versioned_docs/version-2.0.0/api/functions/getColorForProperty.md
deleted file mode 100644
index 7077d1e3f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getColorForProperty.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getColorForProperty"
-title: "Function: getColorForProperty"
-sidebar_label: "getColorForProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getColorForProperty**(`property`, `fields`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`PropertyOrBuilder`](../types/PropertyOrBuilder.md) |
-| `fields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L51)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getColorScheme.md b/website/versioned_docs/version-2.0.0/api/functions/getColorScheme.md
deleted file mode 100644
index edbe17c78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getColorScheme.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getColorScheme"
-title: "Function: getColorScheme"
-sidebar_label: "getColorScheme"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getColorScheme**(`enumValues`, `key`): [`ChipColorScheme`](../types/ChipColorScheme.md) \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValues` | [`EnumValueConfig`](../types/EnumValueConfig.md)[] |
-| `key` | `string` \| `number` |
-
-#### Returns
-
-[`ChipColorScheme`](../types/ChipColorScheme.md) \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/enums.ts:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/enums.ts#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getDefaultFieldId.md b/website/versioned_docs/version-2.0.0/api/functions/getDefaultFieldId.md
deleted file mode 100644
index 356dba39c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getDefaultFieldId.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getDefaultFieldId"
-title: "Function: getDefaultFieldId"
-sidebar_label: "getDefaultFieldId"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getDefaultFieldId**(`property`): `undefined` \| ``"reference"`` \| ``"date_time"`` \| ``"email"`` \| ``"url"`` \| ``"group"`` \| ``"switch"`` \| ``"block"`` \| ``"file_upload"`` \| ``"repeat"`` \| ``"select"`` \| ``"text_field"`` \| ``"multiline"`` \| ``"markdown"`` \| ``"multi_select"`` \| ``"number_input"`` \| ``"number_select"`` \| ``"multi_number_select"`` \| ``"multi_file_upload"`` \| ``"multi_references"`` \| ``"key_value"`` \| ``"custom_array"``
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`Property`](../types/Property.md) \| [`ResolvedProperty`](../types/ResolvedProperty.md) |
-
-#### Returns
-
-`undefined` \| ``"reference"`` \| ``"date_time"`` \| ``"email"`` \| ``"url"`` \| ``"group"`` \| ``"switch"`` \| ``"block"`` \| ``"file_upload"`` \| ``"repeat"`` \| ``"select"`` \| ``"text_field"`` \| ``"multiline"`` \| ``"markdown"`` \| ``"multi_select"`` \| ``"number_input"`` \| ``"number_select"`` \| ``"multi_number_select"`` \| ``"multi_file_upload"`` \| ``"multi_references"`` \| ``"key_value"`` \| ``"custom_array"``
-
-#### Defined in
-
-[packages/firecms_core/src/core/form_field_configs.tsx:329](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/form_field_configs.tsx#L329)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getDefaultPropertiesOrder.md b/website/versioned_docs/version-2.0.0/api/functions/getDefaultPropertiesOrder.md
deleted file mode 100644
index 64f4b207e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getDefaultPropertiesOrder.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getDefaultPropertiesOrder"
-title: "Function: getDefaultPropertiesOrder"
-sidebar_label: "getDefaultPropertiesOrder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getDefaultPropertiesOrder**(`collection`): `string`[]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\> |
-
-#### Returns
-
-`string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:127](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L127)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueFor.md b/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueFor.md
deleted file mode 100644
index b57149734..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueFor.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getDefaultValueFor"
-title: "Function: getDefaultValueFor"
-sidebar_label: "getDefaultValueFor"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getDefaultValueFor**(`property`): `undefined` \| ``null`` \| {}
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`PropertyOrBuilder`](../types/PropertyOrBuilder.md) |
-
-#### Returns
-
-`undefined` \| ``null`` \| {}
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L49)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueForDataType.md b/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueForDataType.md
deleted file mode 100644
index 12c1c8ac1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValueForDataType.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getDefaultValueForDataType"
-title: "Function: getDefaultValueForDataType"
-sidebar_label: "getDefaultValueForDataType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getDefaultValueForDataType**(`dataType`): ``null`` \| {}
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `dataType` | [`DataType`](../types/DataType.md) |
-
-#### Returns
-
-``null`` \| {}
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:62](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L62)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValuesFor.md b/website/versioned_docs/version-2.0.0/api/functions/getDefaultValuesFor.md
deleted file mode 100644
index bde2848f8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getDefaultValuesFor.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "getDefaultValuesFor"
-title: "Function: getDefaultValuesFor"
-sidebar_label: "getDefaultValuesFor"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getDefaultValuesFor**\<`M`\>(`properties`): `Partial`\<[`EntityValues`](../types/EntityValues.md)\<`M`\>\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> \| [`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\> |
-
-#### Returns
-
-`Partial`\<[`EntityValues`](../types/EntityValues.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:39](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L39)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getFieldConfig.md b/website/versioned_docs/version-2.0.0/api/functions/getFieldConfig.md
deleted file mode 100644
index acf5835c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getFieldConfig.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getFieldConfig"
-title: "Function: getFieldConfig"
-sidebar_label: "getFieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getFieldConfig**(`property`, `customFields`): [`PropertyConfig`](../types/PropertyConfig.md) \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`Property`](../types/Property.md) \| [`ResolvedProperty`](../types/ResolvedProperty.md) |
-| `customFields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\<`any`\>\> |
-
-#### Returns
-
-[`PropertyConfig`](../types/PropertyConfig.md) \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/form_field_configs.tsx:316](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/form_field_configs.tsx#L316)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getFieldId.md b/website/versioned_docs/version-2.0.0/api/functions/getFieldId.md
deleted file mode 100644
index ac49ad4d6..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getFieldId.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getFieldId"
-title: "Function: getFieldId"
-sidebar_label: "getFieldId"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getFieldId**(`property`): `string` \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`Property`](../types/Property.md) \| [`ResolvedProperty`](../types/ResolvedProperty.md) |
-
-#### Returns
-
-`string` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/form_field_configs.tsx:388](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/form_field_configs.tsx#L388)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getHashValue.md b/website/versioned_docs/version-2.0.0/api/functions/getHashValue.md
deleted file mode 100644
index d407d24c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getHashValue.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "getHashValue"
-title: "Function: getHashValue"
-sidebar_label: "getHashValue"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getHashValue**\<`T`\>(`v`): `any`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `v` | `T` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:103](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L103)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getIcon.md b/website/versioned_docs/version-2.0.0/api/functions/getIcon.md
deleted file mode 100644
index 17de61966..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getIcon.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getIcon"
-title: "Function: getIcon"
-sidebar_label: "getIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getIcon**(`iconKey?`, `className?`): `React.ReactElement` \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `iconKey?` | `string` |
-| `className?` | `string` |
-
-#### Returns
-
-`React.ReactElement` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/icons.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/icons.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getIconForProperty.md b/website/versioned_docs/version-2.0.0/api/functions/getIconForProperty.md
deleted file mode 100644
index 1d9577257..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getIconForProperty.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "getIconForProperty"
-title: "Function: getIconForProperty"
-sidebar_label: "getIconForProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getIconForProperty**(`property`, `size?`, `fields?`): `React.ReactNode`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `property` | [`ResolvedProperty`](../types/ResolvedProperty.md) \| [`PropertyOrBuilder`](../types/PropertyOrBuilder.md) | `undefined` |
-| `size` | ``"medium"`` \| ``"small"`` \| ``"large"`` | `"small"` |
-| `fields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> | `{}` |
-
-#### Returns
-
-`React.ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:37](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L37)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getIconForView.md b/website/versioned_docs/version-2.0.0/api/functions/getIconForView.md
deleted file mode 100644
index 2a463fcb8..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getIconForView.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getIconForView"
-title: "Function: getIconForView"
-sidebar_label: "getIconForView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getIconForView**(`collectionOrView`, `className?`): `React.ReactElement`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collectionOrView` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\> \| [`CMSView`](../interfaces/CMSView.md) |
-| `className?` | `string` |
-
-#### Returns
-
-`React.ReactElement`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/icons.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/icons.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getIconForWidget.md b/website/versioned_docs/version-2.0.0/api/functions/getIconForWidget.md
deleted file mode 100644
index 90c0ee885..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getIconForWidget.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getIconForWidget"
-title: "Function: getIconForWidget"
-sidebar_label: "getIconForWidget"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getIconForWidget**(`widget`, `size`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `widget` | `undefined` \| [`PropertyConfig`](../types/PropertyConfig.md) |
-| `size` | ``"medium"`` \| ``"small"`` \| ``"large"`` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L31)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getIdIcon.md b/website/versioned_docs/version-2.0.0/api/functions/getIdIcon.md
deleted file mode 100644
index 9fae018d3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getIdIcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getIdIcon"
-title: "Function: getIdIcon"
-sidebar_label: "getIdIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getIdIcon**(`size`): `React.ReactNode`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `size` | ``"medium"`` \| ``"small"`` \| ``"large"`` |
-
-#### Returns
-
-`React.ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L27)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getLabelOrConfigFrom.md b/website/versioned_docs/version-2.0.0/api/functions/getLabelOrConfigFrom.md
deleted file mode 100644
index 3c3babc25..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getLabelOrConfigFrom.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getLabelOrConfigFrom"
-title: "Function: getLabelOrConfigFrom"
-sidebar_label: "getLabelOrConfigFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getLabelOrConfigFrom**(`enumValues`, `key?`): [`EnumValueConfig`](../types/EnumValueConfig.md) \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `enumValues` | [`EnumValueConfig`](../types/EnumValueConfig.md)[] |
-| `key?` | `string` \| `number` |
-
-#### Returns
-
-[`EnumValueConfig`](../types/EnumValueConfig.md) \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/enums.ts:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/enums.ts#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getLastSegment.md b/website/versioned_docs/version-2.0.0/api/functions/getLastSegment.md
deleted file mode 100644
index 7cae57b3a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getLastSegment.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getLastSegment"
-title: "Function: getLastSegment"
-sidebar_label: "getLastSegment"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getLastSegment**(`path`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:40](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L40)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getPropertiesWithPropertiesOrder.md b/website/versioned_docs/version-2.0.0/api/functions/getPropertiesWithPropertiesOrder.md
deleted file mode 100644
index e663c77c2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getPropertiesWithPropertiesOrder.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "getPropertiesWithPropertiesOrder"
-title: "Function: getPropertiesWithPropertiesOrder"
-sidebar_label: "getPropertiesWithPropertiesOrder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getPropertiesWithPropertiesOrder**\<`M`\>(`properties`, `propertiesOrder?`): [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-Get properties exclusively indexed by their order
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-| `propertiesOrder?` | `Extract`\[] |
-
-#### Returns
-
-[`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:109](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L109)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getPropertyInPath.md b/website/versioned_docs/version-2.0.0/api/functions/getPropertyInPath.md
deleted file mode 100644
index 501842168..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getPropertyInPath.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "getPropertyInPath"
-title: "Function: getPropertyInPath"
-sidebar_label: "getPropertyInPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getPropertyInPath**\<`M`\>(`properties`, `path`): [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`any`, `M`\> \| `undefined`
-
-Get a property in a property tree from a path like
-`address.street`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-| `path` | `string` |
-
-#### Returns
-
-[`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`any`, `M`\> \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:66](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L66)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getRandomId.md b/website/versioned_docs/version-2.0.0/api/functions/getRandomId.md
deleted file mode 100644
index 143b12d38..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getRandomId.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "getRandomId"
-title: "Function: getRandomId"
-sidebar_label: "getRandomId"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getRandomId**(): `number`
-
-#### Returns
-
-`number`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ArrayContainer.tsx:360](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ArrayContainer.tsx#L360)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getReferenceFrom.md b/website/versioned_docs/version-2.0.0/api/functions/getReferenceFrom.md
deleted file mode 100644
index eff1f7ea2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getReferenceFrom.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "getReferenceFrom"
-title: "Function: getReferenceFrom"
-sidebar_label: "getReferenceFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getReferenceFrom**(`entity`): [`EntityReference`](../classes/EntityReference.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | [`Entity`](../interfaces/Entity.md)\<`any`\> |
-
-#### Returns
-
-[`EntityReference`](../classes/EntityReference.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:142](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L142)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getReferencePreviewKeys.md b/website/versioned_docs/version-2.0.0/api/functions/getReferencePreviewKeys.md
deleted file mode 100644
index 58771afc0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getReferencePreviewKeys.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "getReferencePreviewKeys"
-title: "Function: getReferencePreviewKeys"
-sidebar_label: "getReferencePreviewKeys"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getReferencePreviewKeys**(`targetCollection`, `fields`, `previewProperties?`, `limit?`): `string`[]
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `targetCollection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\> | `undefined` |
-| `fields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> | `undefined` |
-| `previewProperties?` | `string`[] | `undefined` |
-| `limit` | `number` | `3` |
-
-#### Returns
-
-`string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/references.ts:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/references.ts#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getResolvedPropertyInPath.md b/website/versioned_docs/version-2.0.0/api/functions/getResolvedPropertyInPath.md
deleted file mode 100644
index 27a4d622a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getResolvedPropertyInPath.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getResolvedPropertyInPath"
-title: "Function: getResolvedPropertyInPath"
-sidebar_label: "getResolvedPropertyInPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getResolvedPropertyInPath**(`properties`, `path`): [`ResolvedProperty`](../types/ResolvedProperty.md) \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | `Record`\<`string`, [`ResolvedProperty`](../types/ResolvedProperty.md)\> |
-| `path` | `string` |
-
-#### Returns
-
-[`ResolvedProperty`](../types/ResolvedProperty.md) \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:82](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L82)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/getValueInPath.md b/website/versioned_docs/version-2.0.0/api/functions/getValueInPath.md
deleted file mode 100644
index 402ab1425..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/getValueInPath.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "getValueInPath"
-title: "Function: getValueInPath"
-sidebar_label: "getValueInPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **getValueInPath**(`o`, `path`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `o` | `undefined` \| `object` |
-| `path` | `string` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:47](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L47)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/hydrateRegExp.md b/website/versioned_docs/version-2.0.0/api/functions/hydrateRegExp.md
deleted file mode 100644
index b7b1c39df..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/hydrateRegExp.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "hydrateRegExp"
-title: "Function: hydrateRegExp"
-sidebar_label: "hydrateRegExp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **hydrateRegExp**(`input?`): `RegExp` \| `undefined`
-
-Get a RegExp out of a serialized string
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `input?` | `string` |
-
-#### Returns
-
-`RegExp` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/regexp.ts:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/regexp.ts#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isDefaultFieldConfigId.md b/website/versioned_docs/version-2.0.0/api/functions/isDefaultFieldConfigId.md
deleted file mode 100644
index 3cd2c0373..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isDefaultFieldConfigId.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isDefaultFieldConfigId"
-title: "Function: isDefaultFieldConfigId"
-sidebar_label: "isDefaultFieldConfigId"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isDefaultFieldConfigId**(`id`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `id` | `string` |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/form_field_configs.tsx:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/form_field_configs.tsx#L43)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isEmptyObject.md b/website/versioned_docs/version-2.0.0/api/functions/isEmptyObject.md
deleted file mode 100644
index b4d39799d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isEmptyObject.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isEmptyObject"
-title: "Function: isEmptyObject"
-sidebar_label: "isEmptyObject"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isEmptyObject**(`obj`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `obj` | `object` |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:141](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L141)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isEnumValueDisabled.md b/website/versioned_docs/version-2.0.0/api/functions/isEnumValueDisabled.md
deleted file mode 100644
index 942ec7549..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isEnumValueDisabled.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isEnumValueDisabled"
-title: "Function: isEnumValueDisabled"
-sidebar_label: "isEnumValueDisabled"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isEnumValueDisabled**(`labelOrConfig?`): `undefined` \| `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `labelOrConfig?` | `string` \| [`EnumValueConfig`](../types/EnumValueConfig.md) |
-
-#### Returns
-
-`undefined` \| `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/enums.ts:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/enums.ts#L42)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isHidden.md b/website/versioned_docs/version-2.0.0/api/functions/isHidden.md
deleted file mode 100644
index 7ac451626..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isHidden.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isHidden"
-title: "Function: isHidden"
-sidebar_label: "isHidden"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isHidden**(`property`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`Property`](../types/Property.md) \| [`ResolvedProperty`](../types/ResolvedProperty.md) |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L31)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isObject.md b/website/versioned_docs/version-2.0.0/api/functions/isObject.md
deleted file mode 100644
index 11a0b0ca5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isObject.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isObject"
-title: "Function: isObject"
-sidebar_label: "isObject"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isObject**(`item`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `item` | `any` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isPropertyBuilder.md b/website/versioned_docs/version-2.0.0/api/functions/isPropertyBuilder.md
deleted file mode 100644
index eef3640d7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isPropertyBuilder.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "isPropertyBuilder"
-title: "Function: isPropertyBuilder"
-sidebar_label: "isPropertyBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isPropertyBuilder**\<`T`, `M`\>(`propertyOrBuilder?`): propertyOrBuilder is PropertyBuilder\
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertyOrBuilder?` | [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`T`, `M`\> \| [`Property`](../types/Property.md)\<`T`\> \| [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\> |
-
-#### Returns
-
-propertyOrBuilder is PropertyBuilder\
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L35)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isReadOnly.md b/website/versioned_docs/version-2.0.0/api/functions/isReadOnly.md
deleted file mode 100644
index 171e45f92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isReadOnly.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isReadOnly"
-title: "Function: isReadOnly"
-sidebar_label: "isReadOnly"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isReadOnly**(`property`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`Property`](../types/Property.md) \| [`ResolvedProperty`](../types/ResolvedProperty.md) |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isReferenceProperty.md b/website/versioned_docs/version-2.0.0/api/functions/isReferenceProperty.md
deleted file mode 100644
index b32e9caae..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isReferenceProperty.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "isReferenceProperty"
-title: "Function: isReferenceProperty"
-sidebar_label: "isReferenceProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isReferenceProperty**(`propertyOrBuilder`, `fields`): ``null`` \| `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertyOrBuilder` | [`PropertyOrBuilder`](../types/PropertyOrBuilder.md) |
-| `fields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-
-#### Returns
-
-``null`` \| `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/property_utils.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/property_utils.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/isValidRegExp.md b/website/versioned_docs/version-2.0.0/api/functions/isValidRegExp.md
deleted file mode 100644
index 0e67432d1..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/isValidRegExp.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "isValidRegExp"
-title: "Function: isValidRegExp"
-sidebar_label: "isValidRegExp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **isValidRegExp**(`input`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `input` | `string` |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/regexp.ts:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/regexp.ts#L26)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/joinCollectionLists.md b/website/versioned_docs/version-2.0.0/api/functions/joinCollectionLists.md
deleted file mode 100644
index d9eb60b32..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/joinCollectionLists.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "joinCollectionLists"
-title: "Function: joinCollectionLists"
-sidebar_label: "joinCollectionLists"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **joinCollectionLists**(`fetchedCollections`, `baseCollections`): [`EntityCollection`](../interfaces/EntityCollection.md)[]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `fetchedCollections` | [`EntityCollection`](../interfaces/EntityCollection.md)<`any`, `string`, [`User`](../types/User.md)\>[] |
-| `baseCollections` | `undefined` \| [`EntityCollection`](../interfaces/EntityCollection.md)<`any`, `string`, [`User`](../types/User.md)\>[] |
-
-#### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection.md)[]
-
-#### Defined in
-
-[packages/firecms/src/core/util/collections.ts:46](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/core/util/collections.ts#L46)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/makePropertiesEditable.md b/website/versioned_docs/version-2.0.0/api/functions/makePropertiesEditable.md
deleted file mode 100644
index 5d1eb3f42..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/makePropertiesEditable.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "makePropertiesEditable"
-title: "Function: makePropertiesEditable"
-sidebar_label: "makePropertiesEditable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **makePropertiesEditable**(`properties`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`Properties`](../types/Properties.md)\<`any`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/make_properties_editable.ts:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/make_properties_editable.ts#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/makePropertiesNonEditable.md b/website/versioned_docs/version-2.0.0/api/functions/makePropertiesNonEditable.md
deleted file mode 100644
index 34788fef5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/makePropertiesNonEditable.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "makePropertiesNonEditable"
-title: "Function: makePropertiesNonEditable"
-sidebar_label: "makePropertiesNonEditable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **makePropertiesNonEditable**(`properties`): [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`Record`\<`string`, `any`\>\> |
-
-#### Returns
-
-[`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/make_properties_editable.ts:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/make_properties_editable.ts#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/mergeCollections.md b/website/versioned_docs/version-2.0.0/api/functions/mergeCollections.md
deleted file mode 100644
index 058c0ccce..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/mergeCollections.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "mergeCollections"
-title: "Function: mergeCollections"
-sidebar_label: "mergeCollections"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **mergeCollections**(`target`, `source`): [`EntityCollection`](../interfaces/EntityCollection.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `target` | [`EntityCollection`](../interfaces/EntityCollection.md)<`any`, `string`, [`User`](../types/User.md)\> |
-| `source` | [`EntityCollection`](../interfaces/EntityCollection.md)<`any`, `string`, [`User`](../types/User.md)\> |
-
-#### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection.md)
-
-#### Defined in
-
-[packages/firecms/src/core/util/collections.ts:16](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/core/util/collections.ts#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/mergeDeep.md b/website/versioned_docs/version-2.0.0/api/functions/mergeDeep.md
deleted file mode 100644
index 1de96279f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/mergeDeep.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "mergeDeep"
-title: "Function: mergeDeep"
-sidebar_label: "mergeDeep"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **mergeDeep**\<`T`\>(`target`, `source`): `T`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `object` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `target` | `T` |
-| `source` | `any` |
-
-#### Returns
-
-`T`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/performAlgoliaTextSearch.md b/website/versioned_docs/version-2.0.0/api/functions/performAlgoliaTextSearch.md
deleted file mode 100644
index 293d13252..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/performAlgoliaTextSearch.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "performAlgoliaTextSearch"
-title: "Function: performAlgoliaTextSearch"
-sidebar_label: "performAlgoliaTextSearch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **performAlgoliaTextSearch**(`index`, `query`): `Promise`
-
-Utility function to perform a text search in an algolia index,
-returning the ids of the entities.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `index` | `SearchIndex` |
-| `query` | `string` |
-
-#### Returns
-
-`Promise`
-
-#### Defined in
-
-[lib/src/firebase_app/types/text_search.ts:25](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/types/text_search.ts#L25)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/pick.md b/website/versioned_docs/version-2.0.0/api/functions/pick.md
deleted file mode 100644
index dd64b9a09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/pick.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "pick"
-title: "Function: pick"
-sidebar_label: "pick"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **pick**\<`T`\>(`obj`, `...args`): `T`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `obj` | `T` |
-| `...args` | `any`[] |
-
-#### Returns
-
-`T`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/plural.md b/website/versioned_docs/version-2.0.0/api/functions/plural.md
deleted file mode 100644
index b46087171..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/plural.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "plural"
-title: "Function: plural"
-sidebar_label: "plural"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **plural**(`word`, `amount?`): `string`
-
-Returns the plural of an English word.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `word` | `string` |
-| `amount?` | `number` |
-
-#### Returns
-
-`string`
-
-**`Export`**
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/plurals.ts:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/plurals.ts#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/randomColor.md b/website/versioned_docs/version-2.0.0/api/functions/randomColor.md
deleted file mode 100644
index a6b8fdbb7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/randomColor.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "randomColor"
-title: "Function: randomColor"
-sidebar_label: "randomColor"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **randomColor**(): `string`
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/strings.ts:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/strings.ts#L25)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/randomString.md b/website/versioned_docs/version-2.0.0/api/functions/randomString.md
deleted file mode 100644
index f70609328..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/randomString.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "randomString"
-title: "Function: randomString"
-sidebar_label: "randomString"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **randomString**(`strLength?`): `string`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `strLength` | `number` | `5` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/strings.ts:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/strings.ts#L21)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeFunctions.md b/website/versioned_docs/version-2.0.0/api/functions/removeFunctions.md
deleted file mode 100644
index 7c3700d77..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeFunctions.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "removeFunctions"
-title: "Function: removeFunctions"
-sidebar_label: "removeFunctions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeFunctions**(`o`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `o` | `undefined` \| `object` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:85](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L85)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeInPath.md b/website/versioned_docs/version-2.0.0/api/functions/removeInPath.md
deleted file mode 100644
index 54419b179..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeInPath.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "removeInPath"
-title: "Function: removeInPath"
-sidebar_label: "removeInPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeInPath**(`o`, `path`): `object` \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `o` | `object` |
-| `path` | `string` |
-
-#### Returns
-
-`object` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:73](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L73)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeInitialAndTrailingSlashes.md b/website/versioned_docs/version-2.0.0/api/functions/removeInitialAndTrailingSlashes.md
deleted file mode 100644
index b2d752b5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeInitialAndTrailingSlashes.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "removeInitialAndTrailingSlashes"
-title: "Function: removeInitialAndTrailingSlashes"
-sidebar_label: "removeInitialAndTrailingSlashes"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeInitialAndTrailingSlashes**(`s`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `s` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeInitialSlash.md b/website/versioned_docs/version-2.0.0/api/functions/removeInitialSlash.md
deleted file mode 100644
index 466a0e508..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeInitialSlash.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "removeInitialSlash"
-title: "Function: removeInitialSlash"
-sidebar_label: "removeInitialSlash"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeInitialSlash**(`s`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `s` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L22)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeTrailingSlash.md b/website/versioned_docs/version-2.0.0/api/functions/removeTrailingSlash.md
deleted file mode 100644
index ef839ac16..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeTrailingSlash.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "removeTrailingSlash"
-title: "Function: removeTrailingSlash"
-sidebar_label: "removeTrailingSlash"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeTrailingSlash**(`s`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `s` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L28)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/removeUndefined.md b/website/versioned_docs/version-2.0.0/api/functions/removeUndefined.md
deleted file mode 100644
index 5c96e9f78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/removeUndefined.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "removeUndefined"
-title: "Function: removeUndefined"
-sidebar_label: "removeUndefined"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **removeUndefined**(`value`, `removeEmptyStrings?`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `value` | `any` |
-| `removeEmptyStrings?` | `boolean` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/objects.ts:116](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/objects.ts#L116)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonCaptionText.md b/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonCaptionText.md
deleted file mode 100644
index 30b777ef0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonCaptionText.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "renderSkeletonCaptionText"
-title: "Function: renderSkeletonCaptionText"
-sidebar_label: "renderSkeletonCaptionText"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **renderSkeletonCaptionText**(`index?`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `index?` | `number` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:276](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L276)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonIcon.md b/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonIcon.md
deleted file mode 100644
index 6eafb128d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonIcon.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "renderSkeletonIcon"
-title: "Function: renderSkeletonIcon"
-sidebar_label: "renderSkeletonIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **renderSkeletonIcon**(): `Element`
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:281](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L281)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonImageThumbnail.md b/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonImageThumbnail.md
deleted file mode 100644
index 87e394e1e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonImageThumbnail.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "renderSkeletonImageThumbnail"
-title: "Function: renderSkeletonImageThumbnail"
-sidebar_label: "renderSkeletonImageThumbnail"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **renderSkeletonImageThumbnail**(`size`): `Element`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `size` | [`PreviewSize`](../types/PreviewSize.md) |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:227](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L227)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonText.md b/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonText.md
deleted file mode 100644
index 401773fad..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/renderSkeletonText.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "renderSkeletonText"
-title: "Function: renderSkeletonText"
-sidebar_label: "renderSkeletonText"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **renderSkeletonText**(`index?`, `width?`): `Element`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `index?` | `number` | `undefined` |
-| `width` | `number` | `120` |
-
-#### Returns
-
-`Element`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:272](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L272)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveArrayProperty.md b/website/versioned_docs/version-2.0.0/api/functions/resolveArrayProperty.md
deleted file mode 100644
index 54d82eb92..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveArrayProperty.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-id: "resolveArrayProperty"
-title: "Function: resolveArrayProperty"
-sidebar_label: "resolveArrayProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveArrayProperty**\<`T`, `M`\>(`«destructured»`): [`ResolvedArrayProperty`](../types/ResolvedArrayProperty.md)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any`[] |
-| `M` | `M` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `entityId?` | `string` |
-| › `fields?` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-| › `fromBuilder?` | `boolean` |
-| › `index?` | `number` |
-| › `path?` | `string` |
-| › `previousValues?` | `Partial`\<`M`\> |
-| › `property` | [`ResolvedArrayProperty`](../types/ResolvedArrayProperty.md)\<`T`, `ArrayT`\> \| [`ArrayProperty`](../interfaces/ArrayProperty.md)\<`T`, [`CMSType`](../types/CMSType.md)\> |
-| › `propertyKey?` | `string` |
-| › `propertyValue` | `any` |
-| › `values?` | `Partial`\<`M`\> |
-
-#### Returns
-
-[`ResolvedArrayProperty`](../types/ResolvedArrayProperty.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:213](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L213)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveCollection.md b/website/versioned_docs/version-2.0.0/api/functions/resolveCollection.md
deleted file mode 100644
index 4e3714c8a..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveCollection.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-id: "resolveCollection"
-title: "Function: resolveCollection"
-sidebar_label: "resolveCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveCollection**\<`M`\>(`«destructured»`): [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> \| [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\> |
-| › `entityId?` | `string` |
-| › `fields?` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-| › `path` | `string` |
-| › `previousValues?` | `Partial`\<`M`\> |
-| › `userConfigPersistence?` | [`UserConfigurationPersistence`](../interfaces/UserConfigurationPersistence.md) |
-| › `values?` | `Partial`\<`M`\> |
-
-#### Returns
-
-[`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L31)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveCollectionPathAliases.md b/website/versioned_docs/version-2.0.0/api/functions/resolveCollectionPathAliases.md
deleted file mode 100644
index eea938e7c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveCollectionPathAliases.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "resolveCollectionPathAliases"
-title: "Function: resolveCollectionPathAliases"
-sidebar_label: "resolveCollectionPathAliases"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveCollectionPathAliases**(`path`, `allCollections`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-| `allCollections` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>[] |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L49)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveDefaultSelectedView.md b/website/versioned_docs/version-2.0.0/api/functions/resolveDefaultSelectedView.md
deleted file mode 100644
index c3870b5a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveDefaultSelectedView.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "resolveDefaultSelectedView"
-title: "Function: resolveDefaultSelectedView"
-sidebar_label: "resolveDefaultSelectedView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveDefaultSelectedView**(`defaultSelectedView`, `params`): `undefined` \| `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `defaultSelectedView` | `undefined` \| `string` \| [`DefaultSelectedViewBuilder`](../types/DefaultSelectedViewBuilder.md) |
-| `params` | [`DefaultSelectedViewParams`](../types/DefaultSelectedViewParams.md) |
-
-#### Returns
-
-`undefined` \| `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/collections.ts:39](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/collections.ts#L39)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveEntityView.md b/website/versioned_docs/version-2.0.0/api/functions/resolveEntityView.md
deleted file mode 100644
index 57854cbde..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveEntityView.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "resolveEntityView"
-title: "Function: resolveEntityView"
-sidebar_label: "resolveEntityView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveEntityView**(`entityView`, `contextEntityViews?`): [`EntityCustomView`](../types/EntityCustomView.md)\<`any`\> \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityView` | `string` \| [`EntityCustomView`](../types/EntityCustomView.md)\<`any`\> |
-| `contextEntityViews?` | [`EntityCustomView`](../types/EntityCustomView.md)\<`any`\>[] |
-
-#### Returns
-
-[`EntityCustomView`](../types/EntityCustomView.md)\<`any`\> \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:384](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L384)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveEnumValues.md b/website/versioned_docs/version-2.0.0/api/functions/resolveEnumValues.md
deleted file mode 100644
index a1f465405..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveEnumValues.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "resolveEnumValues"
-title: "Function: resolveEnumValues"
-sidebar_label: "resolveEnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveEnumValues**(`input`): [`EnumValueConfig`](../types/EnumValueConfig.md)[] \| `undefined`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `input` | [`EnumValues`](../types/EnumValues.md) |
-
-#### Returns
-
-[`EnumValueConfig`](../types/EnumValueConfig.md)[] \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:368](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L368)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveNavigationFrom.md b/website/versioned_docs/version-2.0.0/api/functions/resolveNavigationFrom.md
deleted file mode 100644
index fde069f5b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveNavigationFrom.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-id: "resolveNavigationFrom"
-title: "Function: resolveNavigationFrom"
-sidebar_label: "resolveNavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveNavigationFrom**\<`M`, `UserType`\>(`«destructured»`): `Promise`\<[`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry.md)\<`M`\>[]\>
-
-Use this function to retrieve an array of navigation entries (resolved
-collection, entity or entity custom_view) for the given path. You need to pass the app context
-that you receive in different callbacks, such as the save hooks.
-
-It will take into account the `navigation` provided at the `FireCMS` level.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `context` | [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\> |
-| › `path` | `string` |
-
-#### Returns
-
-`Promise`\<[`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry.md)\<`M`\>[]\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:58](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L58)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolvePermissions.md b/website/versioned_docs/version-2.0.0/api/functions/resolvePermissions.md
deleted file mode 100644
index e476dec78..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolvePermissions.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "resolvePermissions"
-title: "Function: resolvePermissions"
-sidebar_label: "resolvePermissions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolvePermissions**\<`M`, `UserType`\>(`collection`, `authController`, `pathSegments`, `entity`): [`Permissions`](../interfaces/Permissions.md)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> |
-| `authController` | [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-| `pathSegments` | `string`[] |
-| `entity` | ``null`` \| [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-#### Returns
-
-[`Permissions`](../interfaces/Permissions.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/permissions.ts:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/permissions.ts#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveProperties.md b/website/versioned_docs/version-2.0.0/api/functions/resolveProperties.md
deleted file mode 100644
index 03e89dc90..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveProperties.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-id: "resolveProperties"
-title: "Function: resolveProperties"
-sidebar_label: "resolveProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveProperties**\<`M`\>(`«destructured»`): [`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\>
-
-Resolve enums and arrays for properties
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `entityId?` | `string` |
-| › `fields?` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-| › `fromBuilder?` | `boolean` |
-| › `index?` | `number` |
-| › `path?` | `string` |
-| › `previousValues?` | `Partial`\<`M`\> |
-| › `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-| › `propertyValue` | `unknown` |
-| › `values?` | `Partial`\<`M`\> |
-
-#### Returns
-
-[`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:321](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L321)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolveProperty.md b/website/versioned_docs/version-2.0.0/api/functions/resolveProperty.md
deleted file mode 100644
index 0ba9bd3b3..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolveProperty.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: "resolveProperty"
-title: "Function: resolveProperty"
-sidebar_label: "resolveProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolveProperty**\<`T`, `M`\>(`«destructured»`): [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\> \| ``null``
-
-Resolve property builders, enums and arrays.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = [`CMSType`](../types/CMSType.md) |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `entityId?` | `string` |
-| › `fields?` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\<`any`\>\> |
-| › `fromBuilder?` | `boolean` |
-| › `index?` | `number` |
-| › `path?` | `string` |
-| › `previousValues?` | `Partial`\<`M`\> |
-| › `propertyKey?` | `string` |
-| › `propertyOrBuilder` | [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\> \| [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`T`, `M`\> |
-| › `propertyValue?` | `unknown` |
-| › `values?` | `Partial`\<`M`\> |
-
-#### Returns
-
-[`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\> \| ``null``
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:96](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L96)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/resolvePropertyEnum.md b/website/versioned_docs/version-2.0.0/api/functions/resolvePropertyEnum.md
deleted file mode 100644
index f5b16c40d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/resolvePropertyEnum.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "resolvePropertyEnum"
-title: "Function: resolvePropertyEnum"
-sidebar_label: "resolvePropertyEnum"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **resolvePropertyEnum**(`property`, `fromBuilder?`): [`ResolvedStringProperty`](../types/ResolvedStringProperty.md) \| [`ResolvedNumberProperty`](../types/ResolvedNumberProperty.md)
-
-Resolve enum aliases for a string or number property
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `property` | [`StringProperty`](../interfaces/StringProperty.md) \| [`NumberProperty`](../interfaces/NumberProperty.md) |
-| `fromBuilder?` | `boolean` |
-
-#### Returns
-
-[`ResolvedStringProperty`](../types/ResolvedStringProperty.md) \| [`ResolvedNumberProperty`](../types/ResolvedNumberProperty.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/resolutions.ts:356](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/resolutions.ts#L356)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/sanitizeData.md b/website/versioned_docs/version-2.0.0/api/functions/sanitizeData.md
deleted file mode 100644
index e9969e6c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/sanitizeData.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "sanitizeData"
-title: "Function: sanitizeData"
-sidebar_label: "sanitizeData"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **sanitizeData**\<`M`\>(`values`, `properties`): `any`
-
-Add missing required fields, expected in the collection, to the values of an entity
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `values` | `M` |
-| `properties` | [`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\> |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:128](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L128)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/saveEntityWithCallbacks.md b/website/versioned_docs/version-2.0.0/api/functions/saveEntityWithCallbacks.md
deleted file mode 100644
index 6d629b7e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/saveEntityWithCallbacks.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "saveEntityWithCallbacks"
-title: "Function: saveEntityWithCallbacks"
-sidebar_label: "saveEntityWithCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **saveEntityWithCallbacks**\<`M`, `UserType`\>(`«destructured»`): `Promise`\<`void`\>
-
-This function is in charge of saving an entity to the datasource.
-It will run all the save callbacks specified in the collection.
-It is also possible to attach callbacks on save success or error, and callback
-errors.
-
-If you just want to save the data without running the `onSaveSuccess`,
-`onSaveFailure` and `onPreSave` callbacks, you can use the `saveEntity` method
-in the datasource ([useDataSource](useDataSource.md)).
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SaveEntityProps`](../interfaces/SaveEntityProps.md)\<`M`\> & \{ `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`, [`User`](../types/User.md)\> ; `onPreSaveHookError?`: (`e`: `Error`) => `void` ; `onSaveFailure?`: (`e`: `Error`) => `void` ; `onSaveSuccess?`: (`updatedEntity`: [`Entity`](../interfaces/Entity.md)\<`M`\>) => `void` ; `onSaveSuccessHookError?`: (`e`: `Error`) => `void` } & \{ `context`: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource.md) } |
-
-#### Returns
-
-`Promise`\<`void`\>
-
-**`See`**
-
-useDataSource
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/save.ts:44](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/save.ts#L44)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/segmentsToStrippedPath.md b/website/versioned_docs/version-2.0.0/api/functions/segmentsToStrippedPath.md
deleted file mode 100644
index 6eecf8563..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/segmentsToStrippedPath.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "segmentsToStrippedPath"
-title: "Function: segmentsToStrippedPath"
-sidebar_label: "segmentsToStrippedPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **segmentsToStrippedPath**(`paths`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `paths` | `string`[] |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/paths.ts:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/paths.ts#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/serializeRegExp.md b/website/versioned_docs/version-2.0.0/api/functions/serializeRegExp.md
deleted file mode 100644
index e632ada6c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/serializeRegExp.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "serializeRegExp"
-title: "Function: serializeRegExp"
-sidebar_label: "serializeRegExp"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **serializeRegExp**(`input`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `input` | `RegExp` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/regexp.ts:1](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/regexp.ts#L1)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/singular.md b/website/versioned_docs/version-2.0.0/api/functions/singular.md
deleted file mode 100644
index 5c4d67d25..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/singular.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "singular"
-title: "Function: singular"
-sidebar_label: "singular"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **singular**(`word`, `amount?`): `string`
-
-Returns the singular of an English word.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `word` | `string` |
-| `amount?` | `number` |
-
-#### Returns
-
-`string`
-
-**`Export`**
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/plurals.ts:100](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/plurals.ts#L100)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/slugify.md b/website/versioned_docs/version-2.0.0/api/functions/slugify.md
deleted file mode 100644
index 6e78d2dda..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/slugify.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "slugify"
-title: "Function: slugify"
-sidebar_label: "slugify"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **slugify**(`text?`, `separator?`, `lowercase?`): `string`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `text?` | `string` | `undefined` |
-| `separator` | `string` | `"_"` |
-| `lowercase` | `boolean` | `true` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/strings.ts:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/strings.ts#L29)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/sortProperties.md b/website/versioned_docs/version-2.0.0/api/functions/sortProperties.md
deleted file mode 100644
index edda040ac..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/sortProperties.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "sortProperties"
-title: "Function: sortProperties"
-sidebar_label: "sortProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **sortProperties**\<`M`\>(`properties`, `propertiesOrder?`): [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `properties` | [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\> |
-| `propertiesOrder?` | keyof `M`[] |
-
-#### Returns
-
-[`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/collections.ts:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/collections.ts#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/stripCollectionPath.md b/website/versioned_docs/version-2.0.0/api/functions/stripCollectionPath.md
deleted file mode 100644
index 152d0cb73..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/stripCollectionPath.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "stripCollectionPath"
-title: "Function: stripCollectionPath"
-sidebar_label: "stripCollectionPath"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **stripCollectionPath**(`path`): `string`
-
-Remove the entity ids from a given path
-`products/B44RG6APH/locales` => `products::locales`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/paths.ts:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/paths.ts#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/toKebabCase.md b/website/versioned_docs/version-2.0.0/api/functions/toKebabCase.md
deleted file mode 100644
index 035d93965..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/toKebabCase.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "toKebabCase"
-title: "Function: toKebabCase"
-sidebar_label: "toKebabCase"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **toKebabCase**(`str`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `str` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/strings.ts:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/strings.ts#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/toSnakeCase.md b/website/versioned_docs/version-2.0.0/api/functions/toSnakeCase.md
deleted file mode 100644
index c4d09d078..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/toSnakeCase.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "toSnakeCase"
-title: "Function: toSnakeCase"
-sidebar_label: "toSnakeCase"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **toSnakeCase**(`str`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `str` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/strings.ts:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/strings.ts#L13)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/traverseValueProperty.md b/website/versioned_docs/version-2.0.0/api/functions/traverseValueProperty.md
deleted file mode 100644
index 9fe394e09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/traverseValueProperty.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "traverseValueProperty"
-title: "Function: traverseValueProperty"
-sidebar_label: "traverseValueProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **traverseValueProperty**(`inputValue`, `property`, `operation`): `any`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `inputValue` | `any` |
-| `property` | [`Property`](../types/Property.md) |
-| `operation` | (`value`: `any`, `property`: [`Property`](../types/Property.md)) => `any` |
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:164](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L164)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/traverseValuesProperties.md b/website/versioned_docs/version-2.0.0/api/functions/traverseValuesProperties.md
deleted file mode 100644
index 1cd57b0de..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/traverseValuesProperties.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "traverseValuesProperties"
-title: "Function: traverseValuesProperties"
-sidebar_label: "traverseValuesProperties"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **traverseValuesProperties**\<`M`\>(`inputValues`, `properties`, `operation`): [`EntityValues`](../types/EntityValues.md)\<`M`\> \| `undefined`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `inputValues` | `Partial`\<`M`\> |
-| `properties` | [`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\> |
-| `operation` | (`value`: `any`, `property`: [`Property`](../types/Property.md)) => `any` |
-
-#### Returns
-
-[`EntityValues`](../types/EntityValues.md)\<`M`\> \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L146)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/unslugify.md b/website/versioned_docs/version-2.0.0/api/functions/unslugify.md
deleted file mode 100644
index ea06eb573..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/unslugify.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "unslugify"
-title: "Function: unslugify"
-sidebar_label: "unslugify"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **unslugify**(`slug`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `slug` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/navigation_utils.ts:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/navigation_utils.ts#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/updateDateAutoValues.md b/website/versioned_docs/version-2.0.0/api/functions/updateDateAutoValues.md
deleted file mode 100644
index 8c5231efc..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/updateDateAutoValues.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-id: "updateDateAutoValues"
-title: "Function: updateDateAutoValues"
-sidebar_label: "updateDateAutoValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **updateDateAutoValues**\<`M`\>(`«destructured»`): [`EntityValues`](../types/EntityValues.md)\<`M`\>
-
-Update the automatic values in an entity before save
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `inputValues` | `Partial`\<`M`\> |
-| › `properties` | [`ResolvedProperties`](../types/ResolvedProperties.md)\<`M`\> |
-| › `setDateToMidnight` | (`input?`: `any`) => `any` |
-| › `status` | [`EntityStatus`](../types/EntityStatus.md) |
-| › `timestampNowValue` | `any` |
-
-#### Returns
-
-[`EntityValues`](../types/EntityValues.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/entities.ts:84](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/entities.ts#L84)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useAuthController.md b/website/versioned_docs/version-2.0.0/api/functions/useAuthController.md
deleted file mode 100644
index 758b306f2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useAuthController.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "useAuthController"
-title: "Function: useAuthController"
-sidebar_label: "useAuthController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useAuthController**\<`UserType`, `AuthControllerType`\>(): `AuthControllerType`
-
-Hook to retrieve the AuthContext.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-| `AuthControllerType` | extends [`AuthController`](../types/AuthController.md)\<`UserType`\> = [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-
-#### Returns
-
-`AuthControllerType`
-
-**`See`**
-
-AuthController
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useAuthController.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useAuthController.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useAutoComplete.md b/website/versioned_docs/version-2.0.0/api/functions/useAutoComplete.md
deleted file mode 100644
index f8f85e735..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useAutoComplete.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "useAutoComplete"
-title: "Function: useAutoComplete"
-sidebar_label: "useAutoComplete"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useAutoComplete**(`«destructured»`): `Object`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `ref` | `MutableRefObject`\<``null`` \| `HTMLDivElement`\> |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `autoCompleteOpen` | `boolean` |
-| `inputFocused` | `boolean` |
-| `setAutoCompleteOpen` | `Dispatch`\<`SetStateAction`\<`boolean`\>\> |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Autocomplete.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Autocomplete.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useBreadcrumbsContext.md b/website/versioned_docs/version-2.0.0/api/functions/useBreadcrumbsContext.md
deleted file mode 100644
index 5aacb2170..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useBreadcrumbsContext.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "useBreadcrumbsContext"
-title: "Function: useBreadcrumbsContext"
-sidebar_label: "useBreadcrumbsContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useBreadcrumbsContext**(): [`BreadcrumbsController`](../interfaces/BreadcrumbsController.md)
-
-Hook to retrieve the BreadcrumbContext.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Returns
-
-[`BreadcrumbsController`](../interfaces/BreadcrumbsController.md)
-
-**`See`**
-
-BreadcrumbsController
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx#L31)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useBrowserTitleAndIcon.md b/website/versioned_docs/version-2.0.0/api/functions/useBrowserTitleAndIcon.md
deleted file mode 100644
index 2ce31fa1c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useBrowserTitleAndIcon.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "useBrowserTitleAndIcon"
-title: "Function: useBrowserTitleAndIcon"
-sidebar_label: "useBrowserTitleAndIcon"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useBrowserTitleAndIcon**(`name`, `logo?`): `void`
-
-Internal hook to handle the browser title and icon
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `name` | `string` |
-| `logo?` | `string` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBrowserTitleAndIcon.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBrowserTitleAndIcon.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useBuildDataSource.md b/website/versioned_docs/version-2.0.0/api/functions/useBuildDataSource.md
deleted file mode 100644
index cb609dd40..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useBuildDataSource.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "useBuildDataSource"
-title: "Function: useBuildDataSource"
-sidebar_label: "useBuildDataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useBuildDataSource**(`«destructured»`): [`DataSource`](../interfaces/DataSource.md)
-
-Use this hook to build a [DataSource](../interfaces/DataSource.md) based on Firestore
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `customFields` | `Record`\<`string`, [`PropertyConfig`](../types/PropertyConfig.md)\> |
-| › `delegate` | [`DataSourceDelegate`](../interfaces/DataSourceDelegate.md) |
-
-#### Returns
-
-[`DataSource`](../interfaces/DataSource.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBuildDataSource.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBuildDataSource.ts#L28)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useBuildLocalConfigurationPersistence.md b/website/versioned_docs/version-2.0.0/api/functions/useBuildLocalConfigurationPersistence.md
deleted file mode 100644
index 251115a1b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useBuildLocalConfigurationPersistence.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "useBuildLocalConfigurationPersistence"
-title: "Function: useBuildLocalConfigurationPersistence"
-sidebar_label: "useBuildLocalConfigurationPersistence"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useBuildLocalConfigurationPersistence**(): [`UserConfigurationPersistence`](../interfaces/UserConfigurationPersistence.md)
-
-#### Returns
-
-[`UserConfigurationPersistence`](../interfaces/UserConfigurationPersistence.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/useBuildLocalConfigurationPersistence.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/useBuildLocalConfigurationPersistence.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useBuildModeController.md b/website/versioned_docs/version-2.0.0/api/functions/useBuildModeController.md
deleted file mode 100644
index ff9caf1ee..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useBuildModeController.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "useBuildModeController"
-title: "Function: useBuildModeController"
-sidebar_label: "useBuildModeController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useBuildModeController**(): [`ModeController`](../interfaces/ModeController.md)
-
-Use this hook to build a color mode controller that determines
-the theme of the CMS
-
-#### Returns
-
-[`ModeController`](../interfaces/ModeController.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/useBuildModeController.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/useBuildModeController.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useClipboard.md b/website/versioned_docs/version-2.0.0/api/functions/useClipboard.md
deleted file mode 100644
index 23f565533..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useClipboard.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "useClipboard"
-title: "Function: useClipboard"
-sidebar_label: "useClipboard"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useClipboard**(`options?`): [`useClipboardReturnType`](../interfaces/useClipboardReturnType.md)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `options?` | [`UseClipboardProps`](../interfaces/UseClipboardProps.md) |
-
-#### Returns
-
-[`useClipboardReturnType`](../interfaces/useClipboardReturnType.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:71](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L71)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useCollectionFetch.md b/website/versioned_docs/version-2.0.0/api/functions/useCollectionFetch.md
deleted file mode 100644
index 9fe810b09..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useCollectionFetch.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "useCollectionFetch"
-title: "Function: useCollectionFetch"
-sidebar_label: "useCollectionFetch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useCollectionFetch**\<`M`, `UserType`\>(`«destructured»`): [`CollectionFetchResult`](../interfaces/CollectionFetchResult.md)\<`M`\>
-
-This hook is used to fetch collections using a given collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`CollectionFetchProps`](../interfaces/CollectionFetchProps.md)\<`M`\> |
-
-#### Returns
-
-[`CollectionFetchResult`](../interfaces/CollectionFetchResult.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:63](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L63)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useCollectionTableController.md b/website/versioned_docs/version-2.0.0/api/functions/useCollectionTableController.md
deleted file mode 100644
index fbe3a78c5..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useCollectionTableController.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "useCollectionTableController"
-title: "Function: useCollectionTableController"
-sidebar_label: "useCollectionTableController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useCollectionTableController**<`M`, `UserType`\>(`«destructured»`): [`TableController`](../types/TableController.md)<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`CollectionTableControllerProps`](../types/CollectionTableControllerProps.md)<`M`\> |
-
-#### Returns
-
-[`TableController`](../types/TableController.md)<`M`\>
-
-#### Defined in
-
-[packages/firecms/src/core/components/EntityCollectionTable/useCollectionTableController.tsx:46](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/core/components/EntityCollectionTable/useCollectionTableController.tsx#L46)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useDataSource.md b/website/versioned_docs/version-2.0.0/api/functions/useDataSource.md
deleted file mode 100644
index 620dd6c6d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useDataSource.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "useDataSource"
-title: "Function: useDataSource"
-sidebar_label: "useDataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useDataSource**(): [`DataSource`](../interfaces/DataSource.md)
-
-Use this hook to get the datasource being used
-
-#### Returns
-
-[`DataSource`](../interfaces/DataSource.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useDataSource.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useDataSource.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useDebounce.md b/website/versioned_docs/version-2.0.0/api/functions/useDebounce.md
deleted file mode 100644
index 5ab7d6d6d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useDebounce.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "useDebounce"
-title: "Function: useDebounce"
-sidebar_label: "useDebounce"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useDebounce**\<`T`\>(`value`, `callback`, `immediate`, `timeoutMs?`): `void`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `value` | `T` | `undefined` |
-| `callback` | () => `void` | `undefined` |
-| `immediate` | `boolean` | `undefined` |
-| `timeoutMs` | `number` | `300` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/useDebounce.ts:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/useDebounce.ts#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useDebounceValue.md b/website/versioned_docs/version-2.0.0/api/functions/useDebounceValue.md
deleted file mode 100644
index e0e21f211..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useDebounceValue.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "useDebounceValue"
-title: "Function: useDebounceValue"
-sidebar_label: "useDebounceValue"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useDebounceValue**\<`T`\>(`value`, `delay?`): `T`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `value` | `T` | `undefined` |
-| `delay` | `number` | `300` |
-
-#### Returns
-
-`T`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/useDebounceValue.ts:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/useDebounceValue.ts#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useEntityCollectionTableController.md b/website/versioned_docs/version-2.0.0/api/functions/useEntityCollectionTableController.md
deleted file mode 100644
index 28a75c3ff..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useEntityCollectionTableController.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "useEntityCollectionTableController"
-title: "Function: useEntityCollectionTableController"
-sidebar_label: "useEntityCollectionTableController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useEntityCollectionTableController**\<`M`, `UserType`\>(`«destructured»`): [`TableController`](../types/TableController.md)\<`M`\>
-
-Use this hook to build a controller for the [EntityCollectionTable](EntityCollectionTable.md)
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`EntityCollectionTableControllerProps`](../types/EntityCollectionTableControllerProps.md)\<`M`\> |
-
-#### Returns
-
-[`TableController`](../types/TableController.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/useEntityCollectionTableController.tsx:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/useEntityCollectionTableController.tsx#L30)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useEntityFetch.md b/website/versioned_docs/version-2.0.0/api/functions/useEntityFetch.md
deleted file mode 100644
index b9dace7b2..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useEntityFetch.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "useEntityFetch"
-title: "Function: useEntityFetch"
-sidebar_label: "useEntityFetch"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useEntityFetch**\<`M`, `UserType`\>(`«destructured»`): [`EntityFetchResult`](../interfaces/EntityFetchResult.md)\<`M`\>
-
-This hook is used to fetch an entity.
-It gives real time updates if the datasource supports it.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`EntityFetchProps`](../interfaces/EntityFetchProps.md)\<`M`\> |
-
-#### Returns
-
-[`EntityFetchResult`](../interfaces/EntityFetchResult.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:39](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L39)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useFireCMSContext.md b/website/versioned_docs/version-2.0.0/api/functions/useFireCMSContext.md
deleted file mode 100644
index c90d71057..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useFireCMSContext.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "useFireCMSContext"
-title: "Function: useFireCMSContext"
-sidebar_label: "useFireCMSContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFireCMSContext**\<`UserType`, `AuthControllerType`\>(): [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`, `AuthControllerType`\>
-
-Hook to retrieve the [FireCMSContext](../types/FireCMSContext.md).
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS` component.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-| `AuthControllerType` | extends [`AuthController`](../types/AuthController.md)\<`UserType`\> = [`AuthController`](../types/AuthController.md)\<`UserType`\> |
-
-#### Returns
-
-[`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`, `AuthControllerType`\>
-
-**`See`**
-
-FireCMSContext
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useFireCMSContext.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useFireCMSContext.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useFirebaseAuthController.md b/website/versioned_docs/version-2.0.0/api/functions/useFirebaseAuthController.md
deleted file mode 100644
index e1e2e8e88..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useFirebaseAuthController.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirebaseAuthController"
-title: "Function: useFirebaseAuthController"
-sidebar_label: "useFirebaseAuthController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirebaseAuthController**(`«destructured»`): [`FirebaseAuthController`](../types/FirebaseAuthController.md)
-
-Use this hook to build an [AuthController](../types/AuthController.md) based on Firebase Auth
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `FirebaseAuthHandlerProps` |
-
-#### Returns
-
-[`FirebaseAuthController`](../types/FirebaseAuthController.md)
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirebaseAuthController.ts:36](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirebaseAuthController.ts#L36)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useFirebaseStorageSource.md b/website/versioned_docs/version-2.0.0/api/functions/useFirebaseStorageSource.md
deleted file mode 100644
index 9e2c2a14e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useFirebaseStorageSource.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirebaseStorageSource"
-title: "Function: useFirebaseStorageSource"
-sidebar_label: "useFirebaseStorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirebaseStorageSource**(`«destructured»`): [`StorageSource`](../interfaces/StorageSource.md)
-
-Use this hook to build an [StorageSource](../interfaces/StorageSource.md) based on Firebase storage
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FirebaseStorageSourceProps`](../interfaces/FirebaseStorageSourceProps.md) |
-
-#### Returns
-
-[`StorageSource`](../interfaces/StorageSource.md)
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirebaseStorageSource.ts:17](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirebaseStorageSource.ts#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useFirestoreDataSource.md b/website/versioned_docs/version-2.0.0/api/functions/useFirestoreDataSource.md
deleted file mode 100644
index 96ad2067b..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useFirestoreDataSource.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-id: "useFirestoreDataSource"
-title: "Function: useFirestoreDataSource"
-sidebar_label: "useFirestoreDataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useFirestoreDataSource**(`«destructured»`): [`DataSource`](../interfaces/DataSource.md)
-
-Use this hook to build a [DataSource](../interfaces/DataSource.md) based on Firestore
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FirestoreDataSourceProps`](../interfaces/FirestoreDataSourceProps.md) |
-
-#### Returns
-
-[`DataSource`](../interfaces/DataSource.md)
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:80](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L80)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useInitialiseFirebase.md b/website/versioned_docs/version-2.0.0/api/functions/useInitialiseFirebase.md
deleted file mode 100644
index ab8b4686e..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useInitialiseFirebase.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "useInitialiseFirebase"
-title: "Function: useInitialiseFirebase"
-sidebar_label: "useInitialiseFirebase"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useInitialiseFirebase**(`«destructured»`): [`InitialiseFirebaseResult`](../interfaces/InitialiseFirebaseResult.md)
-
-Function used to initialise Firebase, either by using the provided config,
-or by fetching it by Firebase Hosting, if not specified.
-
-It works as a hook that gives you the loading state and the used
-configuration.
-
-You most likely only need to use this if you are developing a custom app
-that is not using [FirebaseCMSApp](FirebaseCMSApp.md). You can also not use this component
-and initialise Firebase yourself.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `authDomain?` | `string` |
-| › `firebaseConfig` | `undefined` \| `Record`<`string`, `unknown`\> |
-| › `name?` | `string` |
-| › `onFirebaseInit?` | (`config`: `object`, `firebaseApp`: `FirebaseApp`) => `void` |
-
-#### Returns
-
-[`InitialiseFirebaseResult`](../interfaces/InitialiseFirebaseResult.md)
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitialiseFirebase.ts:36](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitialiseFirebase.ts#L36)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useInitializeAppCheck.md b/website/versioned_docs/version-2.0.0/api/functions/useInitializeAppCheck.md
deleted file mode 100644
index fb8e0df28..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useInitializeAppCheck.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "useInitializeAppCheck"
-title: "Function: useInitializeAppCheck"
-sidebar_label: "useInitializeAppCheck"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useInitializeAppCheck**(`firebaseApp`): `InitializeAppCheckResult`
-
-Function used to initialise Firebase App Check.
-
-It works as a hook that gives you back an object holding the Firebase App.
-
-You most likely only need to use this if you are developing a custom app
-that is not using [FirebaseCMSApp](FirebaseCMSApp.md). You can also not use this component
-and initialise App Check yourself.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `firebaseApp` | `InitializeAppCheckProps` |
-
-#### Returns
-
-`InitializeAppCheckResult`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitializeAppCheck.ts:38](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitializeAppCheck.ts#L38)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useLargeLayout.md b/website/versioned_docs/version-2.0.0/api/functions/useLargeLayout.md
deleted file mode 100644
index 8b8594464..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useLargeLayout.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "useLargeLayout"
-title: "Function: useLargeLayout"
-sidebar_label: "useLargeLayout"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useLargeLayout**(`breakpoint?`): `boolean`
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `breakpoint` | ``"xs"`` \| ``"xl"`` \| ``"sm"`` \| ``"md"`` \| ``"lg"`` \| ``"2xl"`` \| ``"3xl"`` | `"lg"` |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useLargeLayout.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useLargeLayout.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useModeController.md b/website/versioned_docs/version-2.0.0/api/functions/useModeController.md
deleted file mode 100644
index e4b52c211..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useModeController.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "useModeController"
-title: "Function: useModeController"
-sidebar_label: "useModeController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useModeController**(): [`ModeController`](../interfaces/ModeController.md)
-
-Hook to retrieve the current mode ("light" | "dark"), and `setMode`
-or `toggle` functions to change it.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Returns
-
-[`ModeController`](../interfaces/ModeController.md)
-
-**`See`**
-
-ModeController
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useModeController.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useModeController.tsx#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useNavigationContext.md b/website/versioned_docs/version-2.0.0/api/functions/useNavigationContext.md
deleted file mode 100644
index e3bd8489c..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useNavigationContext.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "useNavigationContext"
-title: "Function: useNavigationContext"
-sidebar_label: "useNavigationContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useNavigationContext**(): [`NavigationContext`](../types/NavigationContext.md)
-
-Use this hook to get the navigation of the app.
-This controller provides the resolved collections for the CMS as well
-as utility methods.
-
-#### Returns
-
-[`NavigationContext`](../types/NavigationContext.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useNavigationContext.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useNavigationContext.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useOutsideAlerter.md b/website/versioned_docs/version-2.0.0/api/functions/useOutsideAlerter.md
deleted file mode 100644
index a150bba08..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useOutsideAlerter.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "useOutsideAlerter"
-title: "Function: useOutsideAlerter"
-sidebar_label: "useOutsideAlerter"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useOutsideAlerter**(`ref`, `onOutsideClick`, `active?`): `void`
-
-Hook that alerts clicks outside the passed ref
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `ref` | `RefObject`\<`HTMLElement`\> | `undefined` |
-| `onOutsideClick` | () => `void` | `undefined` |
-| `active` | `boolean` | `true` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/components/util/useOutsideAlerter.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/util/useOutsideAlerter.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useReferenceDialog.md b/website/versioned_docs/version-2.0.0/api/functions/useReferenceDialog.md
deleted file mode 100644
index 2d445dc25..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useReferenceDialog.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: "useReferenceDialog"
-title: "Function: useReferenceDialog"
-sidebar_label: "useReferenceDialog"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useReferenceDialog**\<`M`\>(`referenceDialogProps`): `Object`
-
-This hook is used to open a side dialog that allows the selection
-of entities under a given path.
-You can use it in custom views for selecting entities.
-You need to specify the path of the target collection at least.
-If your collection is not defined in your top collection configuration
-(in your `FireCMS` component), you need to specify explicitly.
-This is the same hook used internally when a reference property is defined.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `referenceDialogProps` | `Omit`\<[`ReferenceSelectionInnerProps`](../interfaces/ReferenceSelectionInnerProps.md)\<`M`\>, ``"path"``\> & \{ `onClose?`: () => `void` ; `path?`: `string` \| ``false`` } |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `close` | () => `void` |
-| `open` | () => `void` |
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useReferenceDialog.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useReferenceDialog.tsx#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useResolvedNavigationFrom.md b/website/versioned_docs/version-2.0.0/api/functions/useResolvedNavigationFrom.md
deleted file mode 100644
index 79eb5c561..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useResolvedNavigationFrom.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "useResolvedNavigationFrom"
-title: "Function: useResolvedNavigationFrom"
-sidebar_label: "useResolvedNavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useResolvedNavigationFrom**\<`M`, `UserType`\>(`«destructured»`): [`NavigationFrom`](../interfaces/NavigationFrom.md)\<`M`\>
-
-Use this hook to retrieve an array of navigation entries (resolved
-collection or entity) for the given path. You can use this hook
-in any React component that lives under `FireCMS`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `UserType` | extends [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`NavigationFromProps`](../interfaces/NavigationFromProps.md) |
-
-#### Returns
-
-[`NavigationFrom`](../interfaces/NavigationFrom.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:129](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L129)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useSelectionController.md b/website/versioned_docs/version-2.0.0/api/functions/useSelectionController.md
deleted file mode 100644
index 32dac31da..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useSelectionController.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "useSelectionController"
-title: "Function: useSelectionController"
-sidebar_label: "useSelectionController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSelectionController**\<`M`\>(): [`SelectionController`](../types/SelectionController.md)\<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Returns
-
-[`SelectionController`](../types/SelectionController.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionView/EntityCollectionView.tsx:630](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionView/EntityCollectionView.tsx#L630)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useSideDialogContext.md b/website/versioned_docs/version-2.0.0/api/functions/useSideDialogContext.md
deleted file mode 100644
index 20a553a7d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useSideDialogContext.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "useSideDialogContext"
-title: "Function: useSideDialogContext"
-sidebar_label: "useSideDialogContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSideDialogContext**(): [`SideDialogContextProps`](../types/SideDialogContextProps.md)
-
-This hook is used to access the properties of a particular side dialog,
-in contrast with [useSideDialogsController](useSideDialogsController.md) which handles the
-state of all the dialogs.
-
-#### Returns
-
-[`SideDialogContextProps`](../types/SideDialogContextProps.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/SideDialogs.tsx:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/SideDialogs.tsx#L32)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useSideDialogsController.md b/website/versioned_docs/version-2.0.0/api/functions/useSideDialogsController.md
deleted file mode 100644
index 1894b99e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useSideDialogsController.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "useSideDialogsController"
-title: "Function: useSideDialogsController"
-sidebar_label: "useSideDialogsController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSideDialogsController**(): [`SideDialogsController`](../interfaces/SideDialogsController.md)
-
-Hook to retrieve the side dialogs' controller.
-
-This hook allows you to open and close side dialogs. This is the mechanism
-used when open a side entity dialog, or when selecting a reference.
-
-If you want to open a side entity dialog, you can use the [useSideEntityController](useSideEntityController.md)
-hook.
-
-If you want to select a reference, you can use the [useReferenceDialog](useReferenceDialog.md)
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Returns
-
-[`SideDialogsController`](../interfaces/SideDialogsController.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useSideDialogsController.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useSideDialogsController.tsx#L21)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useSideEntityController.md b/website/versioned_docs/version-2.0.0/api/functions/useSideEntityController.md
deleted file mode 100644
index 1ebb1140f..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useSideEntityController.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "useSideEntityController"
-title: "Function: useSideEntityController"
-sidebar_label: "useSideEntityController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSideEntityController**(): [`SideEntityController`](../interfaces/SideEntityController.md)
-
-Use this hook to retrieve an entity controller that allows you to open
-a side dialog to edit an entity.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Returns
-
-[`SideEntityController`](../interfaces/SideEntityController.md)
-
-**`See`**
-
-SideEntityController
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useSideEntityController.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useSideEntityController.tsx#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useSnackbarController.md b/website/versioned_docs/version-2.0.0/api/functions/useSnackbarController.md
deleted file mode 100644
index 5d589308d..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useSnackbarController.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-id: "useSnackbarController"
-title: "Function: useSnackbarController"
-sidebar_label: "useSnackbarController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useSnackbarController**(): `Object`
-
-Hook to retrieve the SnackbarContext.
-
-Consider that in order to use this hook you need to have a parent
-`FireCMS`
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `close` | () => `void` |
-| `open` | (`props`: \{ `autoHideDuration?`: `number` ; `message`: `ReactNode` ; `type`: [`SnackbarMessageType`](../types/SnackbarMessageType.md) }) => `void` |
-
-**`See`**
-
-SnackbarController
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useSnackbarController.tsx:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useSnackbarController.tsx#L42)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useStorageSource.md b/website/versioned_docs/version-2.0.0/api/functions/useStorageSource.md
deleted file mode 100644
index 4783f7923..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useStorageSource.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "useStorageSource"
-title: "Function: useStorageSource"
-sidebar_label: "useStorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useStorageSource**(): [`StorageSource`](../interfaces/StorageSource.md)
-
-Use this hook to get the storage source being used
-
-#### Returns
-
-[`StorageSource`](../interfaces/StorageSource.md)
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useStorageSource.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useStorageSource.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/functions/useValidateAuthenticator.md b/website/versioned_docs/version-2.0.0/api/functions/useValidateAuthenticator.md
deleted file mode 100644
index 264ad4d62..000000000
--- a/website/versioned_docs/version-2.0.0/api/functions/useValidateAuthenticator.md
+++ /dev/null
@@ -1,46 +0,0 @@
----
-id: "useValidateAuthenticator"
-title: "Function: useValidateAuthenticator"
-sidebar_label: "useValidateAuthenticator"
-sidebar_position: 0
-custom_edit_url: null
----
-
-▸ **useValidateAuthenticator**<`UserType`\>(`«destructured»`): `Object`
-
-This hook is used internally for validating an authenticator.
-You may want to use it if you are not using [FirebaseCMSApp](FirebaseCMSApp.md), but
-building your own custom [FireCMS](FireCMS.md) instance.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `appCheckForceRefresh?` | `boolean` |
-| › `authController` | [`AuthController`](../types/AuthController.md)<`UserType`\> |
-| › `authentication?` | `boolean` \| [`Authenticator`](../types/Authenticator.md)<`UserType`\> |
-| › `dataSource` | [`DataSource`](../interfaces/DataSource.md) |
-| › `getAppCheckToken?` | (`forceRefresh`: `boolean`) => `undefined` \| `Promise`<[`AppCheckTokenResult`](../interfaces/AppCheckTokenResult.md)\> |
-| › `storageSource` | [`StorageSource`](../interfaces/StorageSource.md) |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `authLoading` | `boolean` |
-| `authVerified` | `boolean` |
-| `canAccessMainView` | `boolean` |
-| `notAllowedError` | `any` |
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useValidateAuthenticator.tsx:18](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useValidateAuthenticator.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/index.md b/website/versioned_docs/version-2.0.0/api/index.md
deleted file mode 100644
index 740969df7..000000000
--- a/website/versioned_docs/version-2.0.0/api/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "index"
-title: "API"
-sidebar_label: "Readme"
-sidebar_position: 0
-custom_edit_url: null
----
-
-In this section you will find all the possible configurations and types
-related to FireCMS.
-
-For a general overview of the library it's better to start in the [docs](index.mdx)
-section
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AdditionalFieldDelegate.md b/website/versioned_docs/version-2.0.0/api/interfaces/AdditionalFieldDelegate.md
deleted file mode 100644
index a23554ab9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AdditionalFieldDelegate.md
+++ /dev/null
@@ -1,84 +0,0 @@
----
-id: "AdditionalFieldDelegate"
-title: "Interface: AdditionalFieldDelegate"
-sidebar_label: "AdditionalFieldDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Use this interface for adding additional fields to entity collection views.
-If you need to do some async loading you can use [AsyncPreviewComponent](../functions/AsyncPreviewComponent.md)
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### Builder
-
-• `Optional` **Builder**: `ComponentType`\<[`AdditionalFieldDelegateProps`](../types/AdditionalFieldDelegateProps.md)\<`M`, `UserType`\>\>
-
-Builder for the content of the cell for this column
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:410](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L410)
-
-___
-
-### dependencies
-
-• `Optional` **dependencies**: `Extract`\[]
-
-If this column needs to update dynamically based on other properties,
-you can define an array of keys as strings with the
-`dependencies` prop.
-e.g. ["name", "surname"]
-This is a performance optimization, if you don't define dependencies
-it will be updated in every render.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:420](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L420)
-
-___
-
-### id
-
-• **id**: `AdditionalKey`
-
-ID of this column. You can use this id in the `properties` field of the
-collection in any order you want
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:395](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L395)
-
-___
-
-### name
-
-• **name**: `string`
-
-Header of this column
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:400](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L400)
-
-___
-
-### width
-
-• `Optional` **width**: `number`
-
-Width of the generated column in pixels
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:405](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L405)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AlertProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/AlertProps.md
deleted file mode 100644
index 3a93dae3c..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AlertProps.md
+++ /dev/null
@@ -1,75 +0,0 @@
----
-id: "AlertProps"
-title: "Interface: AlertProps"
-sidebar_label: "AlertProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### action
-
-• `Optional` **action**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L8)
-
-___
-
-### children
-
-• **children**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L5)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L9)
-
-___
-
-### color
-
-• `Optional` **color**: ``"success"`` \| ``"info"`` \| ``"warning"`` \| ``"error"``
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L7)
-
-___
-
-### onDismiss
-
-• `Optional` **onDismiss**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L6)
-
-___
-
-### style
-
-• `Optional` **style**: `CSSProperties`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Alert.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Alert.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheck.md b/website/versioned_docs/version-2.0.0/api/interfaces/AppCheck.md
deleted file mode 100644
index 649cadbca..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheck.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "AppCheck"
-title: "Interface: AppCheck"
-sidebar_label: "AppCheck"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### firebaseApp
-
-• `Optional` **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L7)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckOptions.md b/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckOptions.md
deleted file mode 100644
index bb6a0ea77..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckOptions.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-id: "AppCheckOptions"
-title: "Interface: AppCheckOptions"
-sidebar_label: "AppCheckOptions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### debugToken
-
-• `Optional` **debugToken**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L17)
-
-___
-
-### forceRefresh
-
-• `Optional` **forceRefresh**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L18)
-
-___
-
-### isTokenAutoRefreshEnabled
-
-• `Optional` **isTokenAutoRefreshEnabled**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L16)
-
-___
-
-### providerKey
-
-• **providerKey**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L14)
-
-___
-
-### useEnterpriseRecaptcha
-
-• **useEnterpriseRecaptcha**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckTokenResult.md b/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckTokenResult.md
deleted file mode 100644
index 1e60ca5d5..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AppCheckTokenResult.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "AppCheckTokenResult"
-title: "Interface: AppCheckTokenResult"
-sidebar_label: "AppCheckTokenResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### token
-
-• `Readonly` **token**: `string`
-
-The token string in JWT format.
-
-#### Defined in
-
-[packages/firecms_core/src/types/appcheck.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/appcheck.ts#L28)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ArrayProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/ArrayProperty.md
deleted file mode 100644
index 4fca61da6..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ArrayProperty.md
+++ /dev/null
@@ -1,337 +0,0 @@
----
-id: "ArrayProperty"
-title: "Interface: ArrayProperty"
-sidebar_label: "ArrayProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `ArrayT`[] = `any`[] |
-| `ArrayT` | extends [`CMSType`](../types/CMSType.md) = [`CMSType`](../types/CMSType.md) |
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`T`\>
-
- ↳ **`ArrayProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`T`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`T`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"array"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:408](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L408)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `T`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### expanded
-
-• `Optional` **expanded**: `boolean`
-
-Should the field be initially expanded. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:468](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L468)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### of
-
-• `Optional` **of**: [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`ArrayT`, `Record`\<`string`, `any`\>\> \| [`Property`](../types/Property.md)\<`ArrayT`\>[]
-
-The property of this array.
-You can specify any property (except another Array property)
-You can leave this field empty only if you are providing a custom field,
-or using the `oneOf` prop, otherwise an error will be thrown.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:416](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L416)
-
-___
-
-### oneOf
-
-• `Optional` **oneOf**: `Object`
-
-Use this field if you would like to have an array of typed objects.
-It is useful if you need to have values of different types in the same
-array.
-Each entry of the array is an object with the shape:
-```
-{ type: "YOUR_TYPE", value: "YOUR_VALUE"}
-```
-Note that you can use any property so `value` can take any value (strings,
-numbers, array, objects...)
-You can customise the `type` and `value` fields to suit your needs.
-
-An example use case for this feature may be a blog entry, where you have
-images and text blocks using markdown.
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `properties` | [`Properties`](../types/Properties.md)\<`any`\> | Record of properties, where the key is the `type` and the value is the corresponding property |
-| `propertiesOrder?` | `string`[] | Order in which the properties are displayed. If you are specifying your collection as code, the order is the same as the one you define in `properties`, and you don't need to specify this prop. |
-| `typeField?` | `string` | Name of the field to use as the discriminator for type Defaults to `type` |
-| `valueField?` | `string` | Name of the field to use as the value Defaults to `value` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:433](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L433)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`ArrayPropertyValidationSchema`](ArrayPropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:463](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L463)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ArrayPropertyValidationSchema.md b/website/versioned_docs/version-2.0.0/api/interfaces/ArrayPropertyValidationSchema.md
deleted file mode 100644
index 8e8fe7a1a..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ArrayPropertyValidationSchema.md
+++ /dev/null
@@ -1,103 +0,0 @@
----
-id: "ArrayPropertyValidationSchema"
-title: "Interface: ArrayPropertyValidationSchema"
-sidebar_label: "ArrayPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for arrays
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
- ↳ **`ArrayPropertyValidationSchema`**
-
-## Properties
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:691](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L691)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:690](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L690)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[required](PropertyValidationSchema.md#required)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:622](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L622)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[requiredMessage](PropertyValidationSchema.md#requiredmessage)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:627](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L627)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[unique](PropertyValidationSchema.md#unique)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:633](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L633)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[uniqueInArray](PropertyValidationSchema.md#uniqueinarray)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:641](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L641)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/AsyncPreviewComponentProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/AsyncPreviewComponentProps.md
deleted file mode 100644
index aad0ae6f8..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/AsyncPreviewComponentProps.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "AsyncPreviewComponentProps"
-title: "Interface: AsyncPreviewComponentProps"
-sidebar_label: "AsyncPreviewComponentProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### builder
-
-• **builder**: `Promise`\<`ReactNode`\>
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/AsyncPreviewComponent.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/AsyncPreviewComponent.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/BaseProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/BaseProperty.md
deleted file mode 100644
index c146feec7..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/BaseProperty.md
+++ /dev/null
@@ -1,233 +0,0 @@
----
-id: "BaseProperty"
-title: "Interface: BaseProperty"
-sidebar_label: "BaseProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Interface including all common properties of a CMS property
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) |
-| `CustomProps` | `any` |
-
-## Hierarchy
-
-- **`BaseProperty`**
-
- ↳ [`NumberProperty`](NumberProperty.md)
-
- ↳ [`BooleanProperty`](BooleanProperty.md)
-
- ↳ [`StringProperty`](StringProperty.md)
-
- ↳ [`ArrayProperty`](ArrayProperty.md)
-
- ↳ [`MapProperty`](MapProperty.md)
-
- ↳ [`DateProperty`](DateProperty.md)
-
- ↳ [`GeopointProperty`](GeopointProperty.md)
-
- ↳ [`ReferenceProperty`](ReferenceProperty.md)
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`T`, `CustomProps`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`T`, `CustomProps`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `CustomProps`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"string"`` \| ``"number"`` \| ``"boolean"`` \| ``"map"`` \| ``"array"`` \| ``"date"`` \| ``"geopoint"`` \| ``"reference"``
-
-Datatype of the property
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L70)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `T`
-
-This value will be set by default for new entities.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:124](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L124)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/BooleanProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/BooleanProperty.md
deleted file mode 100644
index 23f4b3943..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/BooleanProperty.md
+++ /dev/null
@@ -1,270 +0,0 @@
----
-id: "BooleanProperty"
-title: "Interface: BooleanProperty"
-sidebar_label: "BooleanProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`boolean`\>
-
- ↳ **`BooleanProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`boolean`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`boolean`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"boolean"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:328](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L328)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `boolean`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:333](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L333)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbEntry.md b/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbEntry.md
deleted file mode 100644
index 2f79f5ff8..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbEntry.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "BreadcrumbEntry"
-title: "Interface: BreadcrumbEntry"
-sidebar_label: "BreadcrumbEntry"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### title
-
-• **title**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx#L18)
-
-___
-
-### url
-
-• **url**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx#L19)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbUpdaterProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbUpdaterProps.md
deleted file mode 100644
index 6d7d8c42b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbUpdaterProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "BreadcrumbUpdaterProps"
-title: "Interface: BreadcrumbUpdaterProps"
-sidebar_label: "BreadcrumbUpdaterProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx#L6)
-
-___
-
-### title
-
-• **title**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/BreadcrumbUpdater.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbsController.md b/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbsController.md
deleted file mode 100644
index 5efd94ad9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/BreadcrumbsController.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: "BreadcrumbsController"
-title: "Interface: BreadcrumbsController"
-sidebar_label: "BreadcrumbsController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### breadcrumbs
-
-• **breadcrumbs**: [`BreadcrumbEntry`](BreadcrumbEntry.md)[]
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx#L8)
-
-___
-
-### set
-
-• **set**: (`props`: \{ `breadcrumbs`: [`BreadcrumbEntry`](BreadcrumbEntry.md)[] }) => `void`
-
-#### Type declaration
-
-▸ (`props`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.breadcrumbs` | [`BreadcrumbEntry`](BreadcrumbEntry.md)[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useBreadcrumbsContext.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/CMSView.md b/website/versioned_docs/version-2.0.0/api/interfaces/CMSView.md
deleted file mode 100644
index fdc0fde31..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/CMSView.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-id: "CMSView"
-title: "Interface: CMSView"
-sidebar_label: "CMSView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Custom additional views created by the developer, added to the main
-navigation.
-
-## Properties
-
-### description
-
-• `Optional` **description**: `string`
-
-Optional description of this view. You can use Markdown
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:153](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L153)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-Optional field used to group top level navigation entries under a
-navigation view.
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:179](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L179)
-
-___
-
-### hideFromNavigation
-
-• `Optional` **hideFromNavigation**: `boolean`
-
-Should this view be hidden from the main navigation panel.
-It will still be accessible if you reach the specified path
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:167](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L167)
-
-___
-
-### icon
-
-• `Optional` **icon**: `string`
-
-Icon key to use in this view.
-You can use any of the icons in the MUI specs:
-https://mui.com/material-ui/material-icons/
-e.g. 'AccountTree' or 'Person'
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:161](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L161)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of this view
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:148](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L148)
-
-___
-
-### path
-
-• **path**: `string`
-
-CMS Path you can reach this view from.
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:143](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L143)
-
-___
-
-### view
-
-• **view**: `ReactNode`
-
-Component to be rendered. This can be any React component, and can use
-any of the provided hooks
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:173](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L173)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/Cancelable.md b/website/versioned_docs/version-2.0.0/api/interfaces/Cancelable.md
deleted file mode 100644
index e076be083..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/Cancelable.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "Cancelable"
-title: "Interface: Cancelable"
-sidebar_label: "Cancelable"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Methods
-
-### clear
-
-▸ **clear**(): `void`
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/debounce.ts:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/debounce.ts#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ChipProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/ChipProps.md
deleted file mode 100644
index b5bcb8766..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ChipProps.md
+++ /dev/null
@@ -1,95 +0,0 @@
----
-id: "ChipProps"
-title: "Interface: ChipProps"
-sidebar_label: "ChipProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### children
-
-• **children**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L8)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L7)
-
-___
-
-### colorScheme
-
-• `Optional` **colorScheme**: [`ChipColorScheme`](../types/ChipColorScheme.md) \| [`ChipColorKey`](../types/ChipColorKey.md)
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L10)
-
-___
-
-### error
-
-• `Optional` **error**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L11)
-
-___
-
-### icon
-
-• `Optional` **icon**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L14)
-
-___
-
-### onClick
-
-• `Optional` **onClick**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L13)
-
-___
-
-### outlined
-
-• `Optional` **outlined**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L12)
-
-___
-
-### size
-
-• `Optional` **size**: ``"medium"`` \| ``"small"`` \| ``"smaller"``
-
-#### Defined in
-
-[packages/firecms_core/src/components/Chip.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Chip.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionActionsProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/CollectionActionsProps.md
deleted file mode 100644
index 4e08567df..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionActionsProps.md
+++ /dev/null
@@ -1,120 +0,0 @@
----
-id: "CollectionActionsProps"
-title: "Interface: CollectionActionsProps"
-sidebar_label: "CollectionActionsProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameter passed to the `Actions` prop in the collection configuration.
-Note that actions are rendered in the collection toolbar, as well
-as in the home page card.
-If you don't want to render the actions in the home page card, you can
-return `null` if mode is `home`.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-| `EC` | extends [`EntityCollection`](EntityCollection.md)\<`M`\> = [`EntityCollection`](EntityCollection.md)\<`M`\> |
-
-## Properties
-
-### collection
-
-• **collection**: `EC`
-
-The collection configuration
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:300](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L300)
-
-___
-
-### collectionEntitiesCount
-
-• **collectionEntitiesCount**: `number`
-
-Count of the entities in this collection
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:322](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L322)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:317](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L317)
-
-___
-
-### parentPathSegments
-
-• **parentPathSegments**: `string`[]
-
-Array of the parent path segments like `['users']`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:295](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L295)
-
-___
-
-### path
-
-• **path**: `string`
-
-Full collection path of this entity. This is the full path, like
-`users/1234/addresses`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:285](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L285)
-
-___
-
-### relativePath
-
-• **relativePath**: `string`
-
-Path of the last collection, like `addresses`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:290](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L290)
-
-___
-
-### selectionController
-
-• **selectionController**: [`SelectionController`](../types/SelectionController.md)\<`M`\>
-
-Use this controller to get the selected entities and to update the
-selected entities state.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:306](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L306)
-
-___
-
-### tableController
-
-• **tableController**: [`TableController`](../types/TableController.md)\<`M`\>
-
-Use this controller to get the table controller and to update the
-table controller state.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:312](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L312)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchProps.md
deleted file mode 100644
index f9b290a40..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchProps.md
+++ /dev/null
@@ -1,85 +0,0 @@
----
-id: "CollectionFetchProps"
-title: "Interface: CollectionFetchProps"
-sidebar_label: "CollectionFetchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-collection of the entity displayed by this collection
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L20)
-
-___
-
-### filterValues
-
-• `Optional` **filterValues**: `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-Filter the fetched data by the property
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L30)
-
-___
-
-### itemCount
-
-• `Optional` **itemCount**: `number`
-
-Number of entities to fetch
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L25)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute collection path
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L15)
-
-___
-
-### searchString
-
-• `Optional` **searchString**: `string`
-
-Search string
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:40](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L40)
-
-___
-
-### sortBy
-
-• `Optional` **sortBy**: [`Extract`\, ``"desc"`` \| ``"asc"``]
-
-Sort the results by
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L35)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchResult.md b/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchResult.md
deleted file mode 100644
index b72ec5050..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/CollectionFetchResult.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-id: "CollectionFetchResult"
-title: "Interface: CollectionFetchResult"
-sidebar_label: "CollectionFetchResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### data
-
-• **data**: [`Entity`](Entity.md)\<`M`\>[]
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:47](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L47)
-
-___
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:48](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L48)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:50](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L50)
-
-___
-
-### noMoreToLoad
-
-• **noMoreToLoad**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useCollectionFetch.tsx:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useCollectionFetch.tsx#L49)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DataSource.md b/website/versioned_docs/version-2.0.0/api/interfaces/DataSource.md
deleted file mode 100644
index 71078936a..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DataSource.md
+++ /dev/null
@@ -1,320 +0,0 @@
----
-id: "DataSource"
-title: "Interface: DataSource"
-sidebar_label: "DataSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Implement this interface and pass it to a [FireCMS](../functions/FireCMS.md)
-to connect it to your data source.
-A Firestore implementation of this interface can be found in useFirestoreDataSource
-
-## Methods
-
-### checkUniqueField
-
-▸ **checkUniqueField**(`path`, `name`, `value`, `entityId?`): `Promise`\<`boolean`\>
-
-Check if the given property is unique in the given collection
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `path` | `string` | Collection path |
-| `name` | `string` | of the property |
-| `value` | `any` | |
-| `entityId?` | `string` | |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-`true` if there are no other fields besides the given entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:197](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L197)
-
-___
-
-### countEntities
-
-▸ **countEntities**\<`M`\>(`props`): `Promise`\<`number`\>
-
-Count the number of entities in a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FetchCollectionProps`](FetchCollectionProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<`number`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:212](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L212)
-
-___
-
-### deleteEntity
-
-▸ **deleteEntity**\<`M`\>(`entity`): `Promise`\<`void`\>
-
-Delete an entity
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | [`DeleteEntityProps`](DeleteEntityProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<`void`\>
-
-was the whole deletion flow successful
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:182](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L182)
-
-___
-
-### fetchCollection
-
-▸ **fetchCollection**\<`M`\>(`«destructured»`): `Promise`\<[`Entity`](Entity.md)\<`M`\>[]\>
-
-Fetch data from a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FetchCollectionProps`](FetchCollectionProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<[`Entity`](Entity.md)\<`M`\>[]\>
-
-Function to cancel subscription
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L88)
-
-___
-
-### fetchEntity
-
-▸ **fetchEntity**\<`M`\>(`«destructured»`): `Promise`\<`undefined` \| [`Entity`](Entity.md)\<`M`\>\>
-
-Retrieve an entity given a path and a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FetchEntityProps`](FetchEntityProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<`undefined` \| [`Entity`](Entity.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:137](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L137)
-
-___
-
-### generateEntityId
-
-▸ **generateEntityId**(`path`): `string`
-
-Generate an id for a new entity
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:207](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L207)
-
-___
-
-### isFilterCombinationValid
-
-▸ **isFilterCombinationValid**(`props`): `boolean`
-
-Check if the given filter combination is valid
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FilterCombinationValidProps`](../types/FilterCombinationValidProps.md) |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:218](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L218)
-
-___
-
-### listenCollection
-
-▸ **listenCollection**\<`M`\>(`«destructured»`): () => `void`
-
-Listen to a collection in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ListenCollectionProps`](../types/ListenCollectionProps.md)\<`M`\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Listen to a collection in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:116](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L116)
-
-___
-
-### listenEntity
-
-▸ **listenEntity**\<`M`\>(`«destructured»`): () => `void`
-
-Get realtime updates on one entity.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ListenEntityProps`](../types/ListenEntityProps.md)\<`M`\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Get realtime updates on one entity.
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:153](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L153)
-
-___
-
-### saveEntity
-
-▸ **saveEntity**\<`M`\>(`«destructured»`): `Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-Save entity to the specified path
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SaveEntityProps`](SaveEntityProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:168](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L168)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DataSourceDelegate.md b/website/versioned_docs/version-2.0.0/api/interfaces/DataSourceDelegate.md
deleted file mode 100644
index bb3a288aa..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DataSourceDelegate.md
+++ /dev/null
@@ -1,474 +0,0 @@
----
-id: "DataSourceDelegate"
-title: "Interface: DataSourceDelegate"
-sidebar_label: "DataSourceDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### buildDate
-
-• **buildDate**: (`date`: `Date`) => `any`
-
-#### Type declaration
-
-▸ (`date`): `any`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `date` | `Date` |
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:382](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L382)
-
-___
-
-### buildDeleteFieldValue
-
-• **buildDeleteFieldValue**: () => `any`
-
-#### Type declaration
-
-▸ (): `any`
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:384](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L384)
-
-___
-
-### buildGeoPoint
-
-• **buildGeoPoint**: (`geoPoint`: [`GeoPoint`](../classes/GeoPoint.md)) => `any`
-
-#### Type declaration
-
-▸ (`geoPoint`): `any`
-
-Convert a FireCMS GeoPoint to a GeoPoint that can be used by the datasource
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `geoPoint` | [`GeoPoint`](../classes/GeoPoint.md) |
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:375](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L375)
-
-___
-
-### buildReference
-
-• **buildReference**: (`reference`: [`EntityReference`](../classes/EntityReference.md)) => `any`
-
-#### Type declaration
-
-▸ (`reference`): `any`
-
-Convert a FireCMS reference to a reference that can be used by the datasource
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `reference` | [`EntityReference`](../classes/EntityReference.md) |
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:369](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L369)
-
-___
-
-### delegateToCMSModel
-
-• **delegateToCMSModel**: (`data`: `any`) => `any`
-
-#### Type declaration
-
-▸ (`data`): `any`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `data` | `any` |
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:386](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L386)
-
-___
-
-### setDateToMidnight
-
-• **setDateToMidnight**: (`input?`: `any`) => `any`
-
-#### Type declaration
-
-▸ (`input?`): `any`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `input?` | `any` |
-
-##### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:388](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L388)
-
-## Methods
-
-### checkUniqueField
-
-▸ **checkUniqueField**(`path`, `name`, `value`, `entityId?`): `Promise`\<`boolean`\>
-
-Check if the given property is unique in the given collection
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `path` | `string` | Collection path |
-| `name` | `string` | of the property |
-| `value` | `any` | |
-| `entityId?` | `string` | |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-`true` if there are no other fields besides the given entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:347](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L347)
-
-___
-
-### countEntities
-
-▸ **countEntities**\<`M`\>(`props`): `Promise`\<`number`\>
-
-Count the number of entities in a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`FetchCollectionDelegateProps`](../types/FetchCollectionDelegateProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<`number`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:357](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L357)
-
-___
-
-### currentTime
-
-▸ **currentTime**(): `any`
-
-Get the object to generate the current time in the datasource
-
-#### Returns
-
-`any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:380](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L380)
-
-___
-
-### deleteEntity
-
-▸ **deleteEntity**\<`M`\>(`entity`): `Promise`\<`void`\>
-
-Delete an entity
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | [`DeleteEntityProps`](DeleteEntityProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<`void`\>
-
-was the whole deletion flow successful
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:337](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L337)
-
-___
-
-### fetchCollection
-
-▸ **fetchCollection**\<`M`\>(`«destructured»`): `Promise`\<[`Entity`](Entity.md)\<`M`\>[]\>
-
-Fetch data from a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`FetchCollectionDelegateProps`](../types/FetchCollectionDelegateProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<[`Entity`](Entity.md)\<`M`\>[]\>
-
-Function to cancel subscription
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:255](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L255)
-
-___
-
-### fetchEntity
-
-▸ **fetchEntity**\<`M`\>(`«destructured»`): `Promise`\<`undefined` \| [`Entity`](Entity.md)\<`M`\>\>
-
-Retrieve an entity given a path and a collection
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Omit`\<[`FetchEntityProps`](FetchEntityProps.md)\<`M`\>, ``"collection"``\> |
-
-#### Returns
-
-`Promise`\<`undefined` \| [`Entity`](Entity.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:297](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L297)
-
-___
-
-### generateEntityId
-
-▸ **generateEntityId**(`path`): `string`
-
-Generate an id for a new entity
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:352](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L352)
-
-___
-
-### isFilterCombinationValid
-
-▸ **isFilterCombinationValid**(`props`): `boolean`
-
-Check if the given filter combination is valid
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Omit`\<[`FilterCombinationValidProps`](../types/FilterCombinationValidProps.md), ``"collection"``\> |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:363](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L363)
-
-___
-
-### listenCollection
-
-▸ **listenCollection**\<`M`\>(`«destructured»`): () => `void`
-
-Listen to a collection in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`ListenCollectionDelegateProps`](../types/ListenCollectionDelegateProps.md)\<`M`\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Listen to a collection in a given path. If you don't implement this method
-`fetchCollection` will be used instead, with no real time updates.
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-**`See`**
-
-useCollectionFetch if you need this functionality implemented as a hook
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:280](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L280)
-
-___
-
-### listenEntity
-
-▸ **listenEntity**\<`M`\>(`«destructured»`): () => `void`
-
-Get realtime updates on one entity.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Omit`\<[`ListenEntityProps`](../types/ListenEntityProps.md)\<`M`\>, ``"collection"``\> |
-
-#### Returns
-
-`fn`
-
-Function to cancel subscription
-
-▸ (): `void`
-
-Get realtime updates on one entity.
-
-##### Returns
-
-`void`
-
-Function to cancel subscription
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:311](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L311)
-
-___
-
-### saveEntity
-
-▸ **saveEntity**\<`M`\>(`«destructured»`): `Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-Save entity to the specified path
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`SaveEntityDelegateProps`](../types/SaveEntityDelegateProps.md)\<`M`\> |
-
-#### Returns
-
-`Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:325](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L325)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DateProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/DateProperty.md
deleted file mode 100644
index 9b52d562b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DateProperty.md
+++ /dev/null
@@ -1,310 +0,0 @@
----
-id: "DateProperty"
-title: "Interface: DateProperty"
-sidebar_label: "DateProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`Date`\>
-
- ↳ **`DateProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`Date`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`Date`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### autoValue
-
-• `Optional` **autoValue**: ``"on_create"`` \| ``"on_update"``
-
-If this flag is set to `on_create` or `on_update` this timestamp is
-updated automatically on creation of the entity only or on every
-update (including creation). Useful for creating `created_on` or
-`updated_on` fields
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:556](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L556)
-
-___
-
-### clearable
-
-• `Optional` **clearable**: `boolean`
-
-Add an icon to clear the value and set it to `null`. Defaults to `false`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:561](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L561)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"date"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:536](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L536)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `Date`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### mode
-
-• `Optional` **mode**: ``"date"`` \| ``"date_time"``
-
-Set the granularity of the field to a date or date + time.
-Defaults to `date_time`.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:543](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L543)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`DatePropertyValidationSchema`](DatePropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:548](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L548)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DatePropertyValidationSchema.md b/website/versioned_docs/version-2.0.0/api/interfaces/DatePropertyValidationSchema.md
deleted file mode 100644
index b7dd2e4fe..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DatePropertyValidationSchema.md
+++ /dev/null
@@ -1,103 +0,0 @@
----
-id: "DatePropertyValidationSchema"
-title: "Interface: DatePropertyValidationSchema"
-sidebar_label: "DatePropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for dates
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
- ↳ **`DatePropertyValidationSchema`**
-
-## Properties
-
-### max
-
-• `Optional` **max**: `Date`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:682](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L682)
-
-___
-
-### min
-
-• `Optional` **min**: `Date`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:681](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L681)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[required](PropertyValidationSchema.md#required)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:622](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L622)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[requiredMessage](PropertyValidationSchema.md#requiredmessage)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:627](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L627)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[unique](PropertyValidationSchema.md#unique)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:633](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L633)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[uniqueInArray](PropertyValidationSchema.md#uniqueinarray)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:641](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L641)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DeleteEntityProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/DeleteEntityProps.md
deleted file mode 100644
index ce2210573..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DeleteEntityProps.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "DeleteEntityProps"
-title: "Interface: DeleteEntityProps"
-sidebar_label: "DeleteEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:64](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L64)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DownloadConfig.md b/website/versioned_docs/version-2.0.0/api/interfaces/DownloadConfig.md
deleted file mode 100644
index f68f813f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DownloadConfig.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-id: "DownloadConfig"
-title: "Interface: DownloadConfig"
-sidebar_label: "DownloadConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### fileNotFound
-
-• `Optional` **fileNotFound**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L32)
-
-___
-
-### metadata
-
-• `Optional` **metadata**: [`DownloadMetadata`](DownloadMetadata.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L30)
-
-___
-
-### url
-
-• **url**: ``null`` \| `string`
-
-Temporal url that can be used to download the file
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L28)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/DownloadMetadata.md b/website/versioned_docs/version-2.0.0/api/interfaces/DownloadMetadata.md
deleted file mode 100644
index 30139d345..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/DownloadMetadata.md
+++ /dev/null
@@ -1,81 +0,0 @@
----
-id: "DownloadMetadata"
-title: "Interface: DownloadMetadata"
-sidebar_label: "DownloadMetadata"
-sidebar_position: 0
-custom_edit_url: null
----
-
-The full set of object metadata, including read-only properties.
-
-## Properties
-
-### bucket
-
-• **bucket**: `string`
-
-The bucket this object is contained in.
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L43)
-
-___
-
-### contentType
-
-• **contentType**: `string`
-
-Type of the uploaded file
-e.g. "image/jpeg"
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:61](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L61)
-
-___
-
-### customMetadata
-
-• **customMetadata**: `Record`\<`string`, `unknown`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:63](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L63)
-
-___
-
-### fullPath
-
-• **fullPath**: `string`
-
-The full path of this object.
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:47](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L47)
-
-___
-
-### name
-
-• **name**: `string`
-
-The short name of this object, which is the last component of the full path.
-For example, if fullPath is 'full/path/image.png', name is 'image.png'.
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L52)
-
-___
-
-### size
-
-• **size**: `number`
-
-The size of this object, in bytes.
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L56)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/Entity.md b/website/versioned_docs/version-2.0.0/api/interfaces/Entity.md
deleted file mode 100644
index 27e1d3a91..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/Entity.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-id: "Entity"
-title: "Interface: Entity"
-sidebar_label: "Entity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Representation of an entity fetched from the datasource
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `object` |
-
-## Properties
-
-### id
-
-• **id**: `string`
-
-ID of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L16)
-
-___
-
-### path
-
-• **path**: `string`
-
-A string representing the path of the referenced document (relative
-to the root of the database).
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L22)
-
-___
-
-### values
-
-• **values**: `M`
-
-Current values
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L27)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCallbacks.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityCallbacks.md
deleted file mode 100644
index b9261ab51..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCallbacks.md
+++ /dev/null
@@ -1,178 +0,0 @@
----
-id: "EntityCallbacks"
-title: "Interface: EntityCallbacks"
-sidebar_label: "EntityCallbacks"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface defines all the callbacks that can be used when an entity
-is being created, updated or deleted.
-Useful for adding your own logic or blocking the execution of the operation.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Methods
-
-### onDelete
-
-▸ **onDelete**(`entityDeleteProps`): `void`
-
-Callback used after the entity is deleted.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityDeleteProps` | [`EntityOnDeleteProps`](EntityOnDeleteProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:59](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L59)
-
-___
-
-### onFetch
-
-▸ **onFetch**(`entityFetchProps`): [`Entity`](Entity.md)\<`M`\> \| `Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-Callback used after fetching data
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityFetchProps` | [`EntityOnFetchProps`](EntityOnFetchProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-[`Entity`](Entity.md)\<`M`\> \| `Promise`\<[`Entity`](Entity.md)\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L19)
-
-___
-
-### onIdUpdate
-
-▸ **onIdUpdate**(`idUpdateProps`): `string`
-
-Callback fired when any value in the form changes. You can use it
-to define the ID of a `new` entity based on the current values.
-The returned string will be used as the ID of the entity.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `idUpdateProps` | [`EntityIdUpdateProps`](EntityIdUpdateProps.md)\<`M`\> |
-
-#### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:68](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L68)
-
-___
-
-### onPreDelete
-
-▸ **onPreDelete**(`entityDeleteProps`): `void`
-
-Callback used after the entity is deleted.
-If you throw an error in this method the process stops, and an
-error snackbar gets displayed.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entityDeleteProps` | [`EntityOnDeleteProps`](EntityOnDeleteProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L52)
-
-___
-
-### onPreSave
-
-▸ **onPreSave**(`entitySaveProps`): `Partial`\<`M`\> \| `Promise`\<`Partial`\<`M`\>\>
-
-Callback used before saving, you need to return the values that will get
-saved. If you throw an error in this method the process stops, and an
-error snackbar gets displayed.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-`Partial`\<`M`\> \| `Promise`\<`Partial`\<`M`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L42)
-
-___
-
-### onSaveFailure
-
-▸ **onSaveFailure**(`entitySaveProps`): `void` \| `Promise`\<`void`\>
-
-Callback used when saving fails
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-`void` \| `Promise`\<`void`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L33)
-
-___
-
-### onSaveSuccess
-
-▸ **onSaveSuccess**(`entitySaveProps`): `void` \| `Promise`\<`void`\>
-
-Callback used when save is successful
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entitySaveProps` | [`EntityOnSaveProps`](EntityOnSaveProps.md)\<`M`, `UserType`\> |
-
-#### Returns
-
-`void` \| `Promise`\<`void`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L26)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCollection.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityCollection.md
deleted file mode 100644
index 5ecbdb33a..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCollection.md
+++ /dev/null
@@ -1,493 +0,0 @@
----
-id: "EntityCollection"
-title: "Interface: EntityCollection"
-sidebar_label: "EntityCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface represents a view that includes a collection of entities.
-It can be in the root level of the configuration, defining the main
-menu navigation. You can also find it as a subcollection of a different one.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### Actions
-
-• `Optional` **Actions**: `ComponentType`\<[`CollectionActionsProps`](CollectionActionsProps.md)\<`any`, [`User`](../types/User.md), [`EntityCollection`](EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>\>\> \| `ComponentType`\<[`CollectionActionsProps`](CollectionActionsProps.md)\<`any`, [`User`](../types/User.md), [`EntityCollection`](EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>\>\>[]
-
-Builder for rendering additional components such as buttons in the
-collection toolbar
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:142](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L142)
-
-___
-
-### additionalFields
-
-• `Optional` **additionalFields**: [`AdditionalFieldDelegate`](AdditionalFieldDelegate.md)\<`M`, `AdditionalKey`, `UserType`\>[]
-
-You can add additional fields to the collection view by implementing
-an additional field delegate.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:219](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L219)
-
-___
-
-### alias
-
-• `Optional` **alias**: `string`
-
-You can set an alias that will be used internally instead of the `path`.
-The `alias` value will be used to determine the URL of the collection,
-while `path` will still be used in the datasource.
-Note that you can use this value in reference properties too.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:58](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L58)
-
-___
-
-### callbacks
-
-• `Optional` **callbacks**: [`EntityCallbacks`](EntityCallbacks.md)\<`M`, [`User`](../types/User.md)\>
-
-This interface defines all the callbacks that can be used when an entity
-is being created, updated or deleted.
-Useful for adding your own logic or blocking the execution of the operation.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:136](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L136)
-
-___
-
-### collectionGroup
-
-• `Optional` **collectionGroup**: `boolean`
-
-If this collection is a top level navigation entry, you can set this
-property to `true` to indicate that this collection is a collection group.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:50](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L50)
-
-___
-
-### customId
-
-• `Optional` **customId**: `boolean` \| [`EnumValues`](../types/EnumValues.md) \| ``"optional"``
-
-If this property is not set, the property will be created by the
-datasource.
-You can set the value to true to allow the users to choose the ID.
-You can also pass a set of values (as an EnumValues object) to allow them
-to pick from only those.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:183](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L183)
-
-___
-
-### defaultSelectedView
-
-• `Optional` **defaultSelectedView**: `string` \| [`DefaultSelectedViewBuilder`](../types/DefaultSelectedViewBuilder.md)
-
-If you want to open custom views or subcollections by default when opening the edit
-view of an entity, you can specify the path to the view here.
-The path is relative to the current collection. For example if you have a collection
-that has a custom view as well as a subcollection that refers to another entity, you can
-either specify the path to the custom view or the path to the subcollection.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:249](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L249)
-
-___
-
-### defaultSize
-
-• `Optional` **defaultSize**: [`CollectionSize`](../types/CollectionSize.md)
-
-Default size of the rendered collection
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:224](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L224)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Optional description of this view. You can use Markdown.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:37](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L37)
-
-___
-
-### entityActions
-
-• `Optional` **entityActions**: [`EntityAction`](../types/EntityAction.md)\<`M`, `UserType`\>[]
-
-You can define additional actions that can be performed on the entities
-in this collection. These actions can be displayed in the collection
-view or in the entity view.
-
-You can use the `onClick` method to implement your own logic.
-In the `context` prop you can access all the controllers of FireCMS.
-
-```
-const archiveEntityAction: EntityAction = {
- icon: ,
- name: "Archive",
- onClick({
- entity,
- collection,
- context,
- }): Promise {
- // Add your code here
- return Promise.resolve(undefined);
- }
-}
-```
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:167](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L167)
-
-___
-
-### entityViews
-
-• `Optional` **entityViews**: (`string` \| [`EntityCustomView`](../types/EntityCustomView.md)\<`M`\>)[]
-
-Array of builders for rendering additional panels in an entity view.
-Useful if you need to render custom views.
-You can either define the custom view inline or pass a reference to
-a custom view defined in the main configuration under `entityViews`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:213](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L213)
-
-___
-
-### forceFilter
-
-• `Optional` **forceFilter**: `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-Force a filter in this view. If applied, the rest of the filters will
-be disabled. Filters applied with this prop cannot be changed.
-e.g. `forceFilter: { age: [">=", 18] }`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:190](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L190)
-
-___
-
-### formAutoSave
-
-• `Optional` **formAutoSave**: `boolean`
-
-If set to true, the form will be auto-saved when the user changes
-the value of a field.
-Defaults to false.
-You can't use this prop if you are using a `customId`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:267](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L267)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-Optional field used to group top level navigation entries under a~
-navigation view. If you set this value in a subcollection it has no
-effect.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:73](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L73)
-
-___
-
-### hideFromNavigation
-
-• `Optional` **hideFromNavigation**: `boolean`
-
-Should this collection be hidden from the main navigation panel, if
-it is at the root level, or in the entity side panel if it's a
-subcollection.
-It will still be accessible if you reach the specified path.
-You can also use this collection as a reference target.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:240](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L240)
-
-___
-
-### hideIdFromCollection
-
-• `Optional` **hideIdFromCollection**: `boolean`
-
-Should the ID of this collection be hidden from the grid view.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:259](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L259)
-
-___
-
-### hideIdFromForm
-
-• `Optional` **hideIdFromForm**: `boolean`
-
-Should the ID of this collection be hidden from the form view.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:254](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L254)
-
-___
-
-### icon
-
-• `Optional` **icon**: `string`
-
-Icon key to use in this collection.
-You can use any of the icons in the Material specs:
-https://fonts.google.com/icons
-e.g. 'account_tree' or 'person'
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:66](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L66)
-
-___
-
-### initialFilter
-
-• `Optional` **initialFilter**: `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-Initial filters applied to the collection this collection is related to.
-Defaults to none. Filters applied with this prop can be changed.
-e.g. `initialFilter: { age: [">=", 18] }`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:197](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L197)
-
-___
-
-### initialSort
-
-• `Optional` **initialSort**: [`Extract`\, ``"desc"`` \| ``"asc"``]
-
-Default sort applied to this collection.
-When setting this prop, entities will have a default order
-applied in the collection.
-e.g. `initialSort: ["order", "asc"]`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:205](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L205)
-
-___
-
-### inlineEditing
-
-• `Optional` **inlineEditing**: `boolean`
-
-Can the elements in this collection be edited inline in the collection
-view. If this flag is set to false but `permissions.edit` is `true`, entities
-can still be edited in the side panel
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:231](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L231)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of the collection, typically plural.
-E.g. `Products`, `Blog`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L26)
-
-___
-
-### pagination
-
-• `Optional` **pagination**: `number` \| `boolean`
-
-If enabled, content is loaded in batches. If `false` all entities in the
-collection are loaded.
-You can specify a number to specify the pagination size (50 by default)
-Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:105](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L105)
-
-___
-
-### path
-
-• **path**: `string`
-
-Relative path of this view to its parent.
-If this view is in the root the path is equal to the absolute one.
-This path also determines the URL in FireCMS, unless an alias is specified
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:44](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L44)
-
-___
-
-### permissions
-
-• `Optional` **permissions**: [`Permissions`](Permissions.md) \| [`PermissionsBuilder`](../types/PermissionsBuilder.md)\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>, `UserType`, `M`\>
-
-Permissions the logged-in user can perform on this collection.
-If not specified everything defaults to `true`.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:117](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L117)
-
-___
-
-### properties
-
-• **properties**: [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`M`\>
-
-Set of properties that compose an entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:78](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L78)
-
-___
-
-### propertiesOrder
-
-• `Optional` **propertiesOrder**: (`Extract`\ \| `Extract`\<`AdditionalKey`, `string`\>)[]
-
-Order in which the properties are displayed.
-If you are specifying your collection as code, the order is the same as the
-one you define in `properties`. Additional columns are added at the
-end of the list, if the order is not specified.
-You can use this prop to hide some properties from the table view.
-Note that if you set this prop, other ways to hide fields, like
-`hidden` in the property definition, will be ignored.
-`propertiesOrder` has precedence over `hidden`.
- - For properties use the property key.
- - For additional columns use the column id.
- - If you have subcollections, you get a column for each subcollection,
- with the path (or alias) as the subcollection, prefixed with
- `subcollection:`. e.g. `subcollection:orders`.
- - If you are using a collection group, you will also have an
- additional `collectionGroupParent` column.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:97](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L97)
-
-___
-
-### selectionController
-
-• `Optional` **selectionController**: [`SelectionController`](../types/SelectionController.md)\<`M`\>
-
-Pass your own selection controller if you want to control selected
-entities externally.
-
-**`See`**
-
-useSelectionController
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:174](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L174)
-
-___
-
-### selectionEnabled
-
-• `Optional` **selectionEnabled**: `boolean`
-
-Are the entities in this collection selectable. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:122](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L122)
-
-___
-
-### singularName
-
-• `Optional` **singularName**: `string`
-
-Singular name of an entry in this collection
-E.g. `Product`, `Blog entry`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L32)
-
-___
-
-### subcollections
-
-• `Optional` **subcollections**: [`EntityCollection`](EntityCollection.md)\<`any`, `any`, [`User`](../types/User.md)\>[]
-
-You can add subcollections to your entity in the same way you define the root
-collections. The collections added here will be displayed when opening
-the side dialog of an entity.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:129](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L129)
-
-___
-
-### textSearchEnabled
-
-• `Optional` **textSearchEnabled**: `boolean`
-
-Flag to indicate if a search bar should be displayed on top of
-the collection table.
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:111](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L111)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCustomViewParams.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityCustomViewParams.md
deleted file mode 100644
index ec767e550..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityCustomViewParams.md
+++ /dev/null
@@ -1,66 +0,0 @@
----
-id: "EntityCustomViewParams"
-title: "Interface: EntityCustomViewParams"
-sidebar_label: "EntityCustomViewParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to the builder in charge of rendering a custom panel for
-an entity view.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-collection used by this entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:445](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L445)
-
-___
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity.md)\<`M`\>
-
-Entity that this view refers to. It can be undefined if the entity is new
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:450](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L450)
-
-___
-
-### formContext
-
-• **formContext**: [`FormContext`](FormContext.md)\<`any`\>
-
-Use the form context to access the form state and methods
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:462](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L462)
-
-___
-
-### modifiedValues
-
-• `Optional` **modifiedValues**: `M`
-
-Modified values in the form that have not been saved yet.
-If the entity is not new and the values are not modified, these values
-are the same as in `entity`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:457](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L457)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchProps.md
deleted file mode 100644
index b01b6dd6d..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchProps.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-id: "EntityFetchProps"
-title: "Interface: EntityFetchProps"
-sidebar_label: "EntityFetchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L14)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L13)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L12)
-
-___
-
-### useCache
-
-• `Optional` **useCache**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchResult.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchResult.md
deleted file mode 100644
index f87934897..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFetchResult.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "EntityFetchResult"
-title: "Interface: EntityFetchResult"
-sidebar_label: "EntityFetchResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L23)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L24)
-
-___
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/useEntityFetch.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/useEntityFetch.tsx#L22)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFormProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityFormProps.md
deleted file mode 100644
index ff3abb811..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityFormProps.md
+++ /dev/null
@@ -1,263 +0,0 @@
----
-id: "EntityFormProps"
-title: "Interface: EntityFormProps"
-sidebar_label: "EntityFormProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### autoSave
-
-• `Optional` **autoSave**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:101](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L101)
-
-___
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-The collection is used to build the fields of the form
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:58](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L58)
-
-___
-
-### currentEntityId
-
-• `Optional` **currentEntityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:95](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L95)
-
-___
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity.md)\<`M`\>
-
-The updated entity is passed from the parent component when the underlying data
-has changed in the datasource
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:64](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L64)
-
-___
-
-### hideId
-
-• `Optional` **hideId**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L99)
-
-___
-
-### onDiscard
-
-• `Optional` **onDiscard**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-The callback function called when discard is clicked
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:76](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L76)
-
-___
-
-### onEntitySaveRequested
-
-• **onEntitySaveRequested**: (`props`: `EntityFormSaveParams`\<`M`\>) => `Promise`\<`void`\>
-
-#### Type declaration
-
-▸ (`props`): `Promise`\<`void`\>
-
-The callback function called when Save is clicked and validation is correct
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `EntityFormSaveParams`\<`M`\> |
-
-##### Returns
-
-`Promise`\<`void`\>
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:69](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L69)
-
-___
-
-### onFormContextChange
-
-• `Optional` **onFormContextChange**: (`formContext`: [`FormContext`](FormContext.md)\<`M`\>) => `void`
-
-#### Type declaration
-
-▸ (`formContext`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `formContext` | [`FormContext`](FormContext.md)\<`M`\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:97](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L97)
-
-___
-
-### onIdChange
-
-• `Optional` **onIdChange**: (`id`: `string`) => `void`
-
-#### Type declaration
-
-▸ (`id`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `id` | `string` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L93)
-
-___
-
-### onIdUpdateError
-
-• `Optional` **onIdUpdateError**: (`error`: `any`) => `void`
-
-#### Type declaration
-
-▸ (`error`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `any` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:103](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L103)
-
-___
-
-### onModified
-
-• `Optional` **onModified**: (`dirty`: `boolean`) => `void`
-
-#### Type declaration
-
-▸ (`dirty`): `void`
-
-The callback function when the form is dirty, so the values are different
-from the original ones
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `dirty` | `boolean` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:82](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L82)
-
-___
-
-### onValuesChanged
-
-• `Optional` **onValuesChanged**: (`values?`: `M`) => `void`
-
-#### Type declaration
-
-▸ (`values?`): `void`
-
-The callback function when the form original values have been modified
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `values?` | `M` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:87](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L87)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path of the collection this entity is located
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:53](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L53)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus.md)
-
-New or existing status
-
-#### Defined in
-
-[packages/firecms_core/src/form/EntityForm.tsx:48](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/form/EntityForm.tsx#L48)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityIdUpdateProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityIdUpdateProps.md
deleted file mode 100644
index 000ea47a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityIdUpdateProps.md
+++ /dev/null
@@ -1,75 +0,0 @@
----
-id: "EntityIdUpdateProps"
-title: "Interface: EntityIdUpdateProps"
-sidebar_label: "EntityIdUpdateProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is deleted
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-collection of the entity being deleted
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:188](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L188)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:208](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L208)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Current entity id
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:198](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L198)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path of the parent collection
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:193](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L193)
-
-___
-
-### values
-
-• **values**: `M`
-
-Entity values
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:203](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L203)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnDeleteProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnDeleteProps.md
deleted file mode 100644
index 8c228e9bc..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnDeleteProps.md
+++ /dev/null
@@ -1,76 +0,0 @@
----
-id: "EntityOnDeleteProps"
-title: "Interface: EntityOnDeleteProps"
-sidebar_label: "EntityOnDeleteProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is deleted
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### collection
-
-• **collection**: [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-collection of the entity being deleted
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:156](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L156)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:176](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L176)
-
-___
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-Deleted entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:171](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L171)
-
-___
-
-### entityId
-
-• **entityId**: `string`
-
-Deleted entity id
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:166](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L166)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path of the parent collection
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:161](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L161)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnFetchProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnFetchProps.md
deleted file mode 100644
index 9ccc8c8c6..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnFetchProps.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-id: "EntityOnFetchProps"
-title: "Interface: EntityOnFetchProps"
-sidebar_label: "EntityOnFetchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is fetched
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-Collection of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L80)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:96](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L96)
-
-___
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-Fetched entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:91](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L91)
-
-___
-
-### path
-
-• **path**: `string`
-
-Full path of the CMS where this collection is being fetched.
-Might contain unresolved aliases.
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:86](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L86)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnSaveProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnSaveProps.md
deleted file mode 100644
index f0df3308b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityOnSaveProps.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-id: "EntityOnSaveProps"
-title: "Interface: EntityOnSaveProps"
-sidebar_label: "EntityOnSaveProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Parameters passed to hooks when an entity is saved
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### collection
-
-• **collection**: [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-Resolved collection of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:108](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L108)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:144](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L144)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-ID of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:124](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L124)
-
-___
-
-### path
-
-• **path**: `string`
-
-Full path of the CMS where this entity is being saved.
-Might contain unresolved aliases.
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:114](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L114)
-
-___
-
-### previousValues
-
-• `Optional` **previousValues**: `Partial`\<`M`\>
-
-Previous values
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:134](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L134)
-
-___
-
-### resolvedPath
-
-• **resolvedPath**: `string`
-
-Full path where this entity is being saved, with alias resolved
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L119)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus.md)
-
-New or existing entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:139](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L139)
-
-___
-
-### values
-
-• **values**: `Partial`\<`M`\>
-
-Values being saved
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_callbacks.ts:129](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_callbacks.ts#L129)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntityPreviewProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntityPreviewProps.md
deleted file mode 100644
index d73c7f802..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntityPreviewProps.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-id: "EntityPreviewProps"
-title: "Interface: EntityPreviewProps"
-sidebar_label: "EntityPreviewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityPreview.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityPreview.tsx#L18)
-
-___
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityPreview.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityPreview.tsx#L16)
-
-___
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityPreview.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityPreview.tsx#L15)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityPreview.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityPreview.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EntitySidePanelProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EntitySidePanelProps.md
deleted file mode 100644
index 3de08113e..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EntitySidePanelProps.md
+++ /dev/null
@@ -1,164 +0,0 @@
----
-id: "EntitySidePanelProps"
-title: "Interface: EntitySidePanelProps"
-sidebar_label: "EntitySidePanelProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props used to open a side dialog
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### closeOnSave
-
-• `Optional` **closeOnSave**: `boolean`
-
-Should this panel close when saving
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:66](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L66)
-
-___
-
-### collection
-
-• `Optional` **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> \| [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-Collection representing the entities of this view.
-If you leave it blank it will be induced by your navigation
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L42)
-
-___
-
-### copy
-
-• `Optional` **copy**: `boolean`
-
-Set this flag to true if you want to make a copy of an existing entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L24)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-ID of the entity, if not set, it means we are creating a new entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L19)
-
-___
-
-### onClose
-
-• `Optional` **onClose**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Callback when the dialog is closed
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:61](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L61)
-
-___
-
-### onUpdate
-
-• `Optional` **onUpdate**: (`params`: \{ `entity`: [`Entity`](Entity.md)\<`any`\> }) => `void`
-
-#### Type declaration
-
-▸ (`params`): `void`
-
-Callback when the entity is updated
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | `Object` |
-| `params.entity` | [`Entity`](Entity.md)\<`any`\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L56)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute path of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L14)
-
-___
-
-### selectedSubPath
-
-• `Optional` **selectedSubPath**: `string`
-
-Open the entity with a selected sub-collection view. If the panel for this
-entity was already open, it is replaced.
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L30)
-
-___
-
-### updateUrl
-
-• `Optional` **updateUrl**: `boolean`
-
-Should update the URL when opening the dialog.
-Consider that if the collection that you provide is not defined in the base
-config of your `FireCMS` component, you will not be able to recreate
-the state if copying the URL to a different window.
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:50](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L50)
-
-___
-
-### width
-
-• `Optional` **width**: `string` \| `number`
-
-Use this prop to override the width of the form view.
-e.g. "600px"
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:36](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L36)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/EnumValuesChipProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/EnumValuesChipProps.md
deleted file mode 100644
index 6eb605619..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/EnumValuesChipProps.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-id: "EnumValuesChipProps"
-title: "Interface: EnumValuesChipProps"
-sidebar_label: "EnumValuesChipProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### children
-
-• `Optional` **children**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L11)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L10)
-
-___
-
-### enumKey
-
-• **enumKey**: `string` \| `number`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L8)
-
-___
-
-### enumValues
-
-• `Optional` **enumValues**: [`EnumValues`](../types/EnumValues.md)
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L7)
-
-___
-
-### size
-
-• **size**: ``"medium"`` \| ``"small"``
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/EnumValuesChip.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/EnumValuesChip.tsx#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ErrorViewProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/ErrorViewProps.md
deleted file mode 100644
index 95c0d037c..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ErrorViewProps.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "ErrorViewProps"
-title: "Interface: ErrorViewProps"
-sidebar_label: "ErrorViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### error
-
-• **error**: `string` \| `Error` \| `ReactElement`\<`any`, `string` \| `JSXElementConstructor`\<`any`\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorView.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorView.tsx#L11)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorView.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorView.tsx#L10)
-
-___
-
-### tooltip
-
-• `Optional` **tooltip**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ErrorView.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ErrorView.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ExportConfig.md b/website/versioned_docs/version-2.0.0/api/interfaces/ExportConfig.md
deleted file mode 100644
index 52535a772..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ExportConfig.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-id: "ExportConfig"
-title: "Interface: ExportConfig"
-sidebar_label: "ExportConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-You can use this configuration to add additional fields to the data
-exports
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### additionalFields
-
-• **additionalFields**: [`ExportMappingFunction`](ExportMappingFunction.md)<`UserType`\>[]
-
-#### Defined in
-
-[packages/firecms/src/types/collections.ts:354](https://github.com/FireCMSco/firecms/blob/4d94ba6f/packages/firecms/src/types/collections.ts#L354)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ExportMappingFunction.md b/website/versioned_docs/version-2.0.0/api/interfaces/ExportMappingFunction.md
deleted file mode 100644
index e3908e2a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ExportMappingFunction.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-id: "ExportMappingFunction"
-title: "Interface: ExportMappingFunction"
-sidebar_label: "ExportMappingFunction"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### builder
-
-• **builder**: (`__namedParameters`: { `context`: [`FireCMSContext`](../types/FireCMSContext.md)<`UserType`\> ; `entity`: [`Entity`](Entity.md)<`any`\> }) => `string` \| `Promise`<`string`\>
-
-#### Type declaration
-
-▸ (`«destructured»`): `string` \| `Promise`<`string`\>
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | `Object` |
-| › `context` | [`FireCMSContext`](../types/FireCMSContext.md)<`UserType`\> |
-| › `entity` | [`Entity`](Entity.md)<`any`\> |
-
-##### Returns
-
-`string` \| `Promise`<`string`\>
-
-#### Defined in
-
-[packages/firecms/src/types/collections.ts:362](https://github.com/FireCMSco/firecms/blob/4d94ba6f/packages/firecms/src/types/collections.ts#L362)
-
-___
-
-### key
-
-• **key**: `string`
-
-#### Defined in
-
-[packages/firecms/src/types/collections.ts:361](https://github.com/FireCMSco/firecms/blob/4d94ba6f/packages/firecms/src/types/collections.ts#L361)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FetchCollectionProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FetchCollectionProps.md
deleted file mode 100644
index 8a45111f6..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FetchCollectionProps.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-id: "FetchCollectionProps"
-title: "Interface: FetchCollectionProps"
-sidebar_label: "FetchCollectionProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> \| [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L29)
-
-___
-
-### filter
-
-• `Optional` **filter**: `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L30)
-
-___
-
-### limit
-
-• `Optional` **limit**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L31)
-
-___
-
-### order
-
-• `Optional` **order**: ``"desc"`` \| ``"asc"``
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L35)
-
-___
-
-### orderBy
-
-• `Optional` **orderBy**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L33)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L28)
-
-___
-
-### searchString
-
-• `Optional` **searchString**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:34](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L34)
-
-___
-
-### startAfter
-
-• `Optional` **startAfter**: `any`[]
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L32)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FetchEntityProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FetchEntityProps.md
deleted file mode 100644
index e054b04ab..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FetchEntityProps.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "FetchEntityProps"
-title: "Interface: FetchEntityProps"
-sidebar_label: "FetchEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L11)
-
-___
-
-### entityId
-
-• **entityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L10)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FieldProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FieldProps.md
deleted file mode 100644
index 7742e3e80..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FieldProps.md
+++ /dev/null
@@ -1,284 +0,0 @@
----
-id: "FieldProps"
-title: "Interface: FieldProps"
-sidebar_label: "FieldProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-When building a custom field you need to create a React component that takes
-this interface as props.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = `any` |
-| `CustomProps` | `any` |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### autoFocus
-
-• **autoFocus**: `boolean`
-
-Should this field autofocus on mount
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:101](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L101)
-
-___
-
-### context
-
-• **context**: [`FormContext`](FormContext.md)\<`M`\>
-
-Additional values related to the state of the form or the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:111](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L111)
-
-___
-
-### customProps
-
-• **customProps**: `CustomProps`
-
-Additional properties set by the developer
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:106](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L106)
-
-___
-
-### disabled
-
-• **disabled**: `boolean`
-
-Flag to indicate if this field should be disabled
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:116](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L116)
-
-___
-
-### error
-
-• **error**: `any`
-
-Is there an error in this field. The error field has the same shape as
-the field, replacing values with a string containing the error.
-It takes the value `null` if there is no error
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:60](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L60)
-
-___
-
-### includeDescription
-
-• **includeDescription**: `boolean`
-
-Should this field include a description
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L75)
-
-___
-
-### initialValue
-
-• **initialValue**: `undefined` \| `T`
-
-Initial value of this field
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L27)
-
-___
-
-### isSubmitting
-
-• **isSubmitting**: `boolean`
-
-Is the form currently submitting
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:45](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L45)
-
-___
-
-### partOfArray
-
-• **partOfArray**: `boolean`
-
-Is this field part of an array
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:86](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L86)
-
-___
-
-### partOfBlock
-
-• **partOfBlock**: `boolean`
-
-Is this field part of a block (oneOf array)
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:91](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L91)
-
-___
-
-### property
-
-• **property**: [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\>
-
-Property related to this field
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L70)
-
-___
-
-### propertyKey
-
-• **propertyKey**: `string`
-
-Key of the property
-E.g. "user.name" for a property with path "user.name"
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L17)
-
-___
-
-### setFieldValue
-
-• **setFieldValue**: (`propertyKey`: `string`, `value`: ``null`` \| [`CMSType`](../types/CMSType.md), `shouldValidate?`: `boolean`) => `void`
-
-#### Type declaration
-
-▸ (`propertyKey`, `value`, `shouldValidate?`): `void`
-
-Set value of a different field directly
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `propertyKey` | `string` |
-| `value` | ``null`` \| [`CMSType`](../types/CMSType.md) |
-| `shouldValidate?` | `boolean` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:40](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L40)
-
-___
-
-### setValue
-
-• **setValue**: (`value`: ``null`` \| `T`, `shouldValidate?`: `boolean`) => `void`
-
-#### Type declaration
-
-▸ (`value`, `shouldValidate?`): `void`
-
-Set value of field directly
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `value` | ``null`` \| `T` |
-| `shouldValidate?` | `boolean` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L32)
-
-___
-
-### showError
-
-• **showError**: `boolean`
-
-Should this field show the error indicator.
-Note that there might be an error (like an empty field that should be
-filled) but we don't want to show the error until the user has tried
-saving.
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:53](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L53)
-
-___
-
-### tableMode
-
-• **tableMode**: `boolean`
-
-Is this field being rendered in the entity table popup
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:96](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L96)
-
-___
-
-### touched
-
-• **touched**: `boolean`
-
-Has this field been touched
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:65](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L65)
-
-___
-
-### underlyingValueHasChanged
-
-• **underlyingValueHasChanged**: `boolean`
-
-Flag to indicate that the underlying value has been updated in the
-datasource
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:81](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L81)
-
-___
-
-### value
-
-• **value**: `T`
-
-Current value of this field
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L22)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FileUploadError.md b/website/versioned_docs/version-2.0.0/api/interfaces/FileUploadError.md
deleted file mode 100644
index 3725493a9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FileUploadError.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "FileUploadError"
-title: "Interface: FileUploadError"
-sidebar_label: "FileUploadError"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### code
-
-• **code**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/FileUpload.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/FileUpload.tsx#L9)
-
-___
-
-### message
-
-• **message**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/FileUpload.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/FileUpload.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FireCMSAppBarProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FireCMSAppBarProps.md
deleted file mode 100644
index b8c353f05..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FireCMSAppBarProps.md
+++ /dev/null
@@ -1,89 +0,0 @@
----
-id: "FireCMSAppBarProps"
-title: "Interface: FireCMSAppBarProps"
-sidebar_label: "FireCMSAppBarProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### authController
-
-• `Optional` **authController**: [`AuthController`](../types/AuthController.md)
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:31](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L31)
-
-___
-
-### children
-
-• `Optional` **children**: `ReactNode`
-
-A component that gets rendered on the upper side of the main toolbar
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:21](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L21)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:29](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L29)
-
-___
-
-### drawerOpen
-
-• **drawerOpen**: `boolean`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:27](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L27)
-
-___
-
-### dropDownActions
-
-• `Optional` **dropDownActions**: `ReactNode`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:25](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L25)
-
-___
-
-### startAdornment
-
-• `Optional` **startAdornment**: `ReactNode`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:23](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L23)
-
-___
-
-### style
-
-• `Optional` **style**: `CSSProperties`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:33](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L33)
-
-___
-
-### title
-
-• **title**: `string`
-
-#### Defined in
-
-[lib/src/core/components/FireCMSAppBar.tsx:17](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/core/components/FireCMSAppBar.tsx#L17)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseLoginViewProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseLoginViewProps.md
deleted file mode 100644
index ba978c09d..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseLoginViewProps.md
+++ /dev/null
@@ -1,129 +0,0 @@
----
-id: "FirebaseLoginViewProps"
-title: "Interface: FirebaseLoginViewProps"
-sidebar_label: "FirebaseLoginViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### additionalComponent
-
-• `Optional` **additionalComponent**: `ReactNode`
-
-Display this component bellow the sign-in buttons.
-Useful for adding checkboxes for privacy and terms and conditions.
-You may want to use it in conjunction with the `disabled` prop.
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:71](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L71)
-
-___
-
-### allowSkipLogin
-
-• `Optional` **allowSkipLogin**: `boolean`
-
-Enable the skip login button
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:42](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L42)
-
-___
-
-### authController
-
-• **authController**: [`FirebaseAuthController`](../types/FirebaseAuthController.md)
-
-Delegate holding the auth state
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:32](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L32)
-
-___
-
-### disableSignupScreen
-
-• `Optional` **disableSignupScreen**: `boolean`
-
-Prevent users from creating new users in when the `signInOptions` value
-is `password`. This does not apply to the rest of login providers.
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:58](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L58)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean`
-
-Disable the login buttons
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:52](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L52)
-
-___
-
-### firebaseApp
-
-• **firebaseApp**: `FirebaseApp`
-
-Firebase app this login view is accessing
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:27](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L27)
-
-___
-
-### logo
-
-• `Optional` **logo**: `string`
-
-Path to the logo displayed in the login screen
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:37](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L37)
-
-___
-
-### noUserComponent
-
-• `Optional` **noUserComponent**: `ReactNode`
-
-Display this component when no user is found a user tries to log in
-when the `signInOptions` value is `password`.
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:64](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L64)
-
-___
-
-### notAllowedError
-
-• `Optional` **notAllowedError**: `any`
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:73](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L73)
-
-___
-
-### signInOptions
-
-• **signInOptions**: ([`FirebaseSignInProvider`](../types/FirebaseSignInProvider.md) \| [`FirebaseSignInOption`](../types/FirebaseSignInOption.md))[]
-
-Each of the sign in options that get a custom button
-
-#### Defined in
-
-[lib/src/firebase_app/components/FirebaseLoginView.tsx:47](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/components/FirebaseLoginView.tsx#L47)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseStorageSourceProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseStorageSourceProps.md
deleted file mode 100644
index 9322dd980..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FirebaseStorageSourceProps.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "FirebaseStorageSourceProps"
-title: "Interface: FirebaseStorageSourceProps"
-sidebar_label: "FirebaseStorageSourceProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### firebaseApp
-
-• `Optional` **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirebaseStorageSource.ts:10](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirebaseStorageSource.ts#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FirestoreDataSourceProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/FirestoreDataSourceProps.md
deleted file mode 100644
index 278717f9e..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FirestoreDataSourceProps.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-id: "FirestoreDataSourceProps"
-title: "Interface: FirestoreDataSourceProps"
-sidebar_label: "FirestoreDataSourceProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### firebaseApp
-
-• `Optional` **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:57](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L57)
-
-___
-
-### firestoreIndexesBuilder
-
-• `Optional` **firestoreIndexesBuilder**: [`FirestoreIndexesBuilder`](../types/FirestoreIndexesBuilder.md)
-
-Use this builder to indicate which indexes are available in your
-Firestore database. This is used to allow filtering and sorting
-for multiple fields in the CMS.
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:65](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L65)
-
-___
-
-### textSearchController
-
-• `Optional` **textSearchController**: [`FirestoreTextSearchController`](../types/FirestoreTextSearchController.md)
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useFirestoreDataSource.ts:58](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useFirestoreDataSource.ts#L58)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/FormContext.md b/website/versioned_docs/version-2.0.0/api/interfaces/FormContext.md
deleted file mode 100644
index 2446262ed..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/FormContext.md
+++ /dev/null
@@ -1,117 +0,0 @@
----
-id: "FormContext"
-title: "Interface: FormContext"
-sidebar_label: "FormContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Context passed to custom fields
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-Collection of the entity being modified
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:129](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L129)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Entity id, it can be null if it's a new entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:139](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L139)
-
-___
-
-### path
-
-• **path**: `string`
-
-Path this entity is located at
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:144](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L144)
-
-___
-
-### save
-
-• **save**: (`values`: `M`) => `void`
-
-#### Type declaration
-
-▸ (`values`): `void`
-
-Save the entity
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `values` | `M` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L157)
-
-___
-
-### setFieldValue
-
-• **setFieldValue**: (`key`: `string`, `value`: `any`, `shouldValidate?`: `boolean`) => `void`
-
-#### Type declaration
-
-▸ (`key`, `value`, `shouldValidate?`): `void`
-
-Update the value of a field
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `key` | `string` |
-| `value` | `any` |
-| `shouldValidate?` | `boolean` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:152](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L152)
-
-___
-
-### values
-
-• **values**: `M`
-
-Current values of the entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:134](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L134)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/GeopointProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/GeopointProperty.md
deleted file mode 100644
index a62fb5f3b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/GeopointProperty.md
+++ /dev/null
@@ -1,270 +0,0 @@
----
-id: "GeopointProperty"
-title: "Interface: GeopointProperty"
-sidebar_label: "GeopointProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<[`GeoPoint`](../classes/GeoPoint.md)\>
-
- ↳ **`GeopointProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<[`GeoPoint`](../classes/GeoPoint.md), `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<[`GeoPoint`](../classes/GeoPoint.md), `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"geopoint"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:570](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L570)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: [`GeoPoint`](../classes/GeoPoint.md)
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:575](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L575)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ImageCompression.md b/website/versioned_docs/version-2.0.0/api/interfaces/ImageCompression.md
deleted file mode 100644
index 03a1a2080..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ImageCompression.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "ImageCompression"
-title: "Interface: ImageCompression"
-sidebar_label: "ImageCompression"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### maxHeight
-
-• `Optional` **maxHeight**: `number`
-
-New image max height (ratio is preserved)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:840](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L840)
-
-___
-
-### maxWidth
-
-• `Optional` **maxWidth**: `number`
-
-New image max width (ratio is preserved)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:845](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L845)
-
-___
-
-### quality
-
-• `Optional` **quality**: `number`
-
-A number between 0 and 100. Used for the JPEG compression.(if no compress is needed, just set it to 100)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:850](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L850)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ImagePreviewProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/ImagePreviewProps.md
deleted file mode 100644
index ced549130..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ImagePreviewProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "ImagePreviewProps"
-title: "Interface: ImagePreviewProps"
-sidebar_label: "ImagePreviewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### size
-
-• **size**: [`PreviewSize`](../types/PreviewSize.md)
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/ImagePreview.tsx:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/ImagePreview.tsx#L13)
-
-___
-
-### url
-
-• **url**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/components/ImagePreview.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/components/ImagePreview.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/InitialiseFirebaseResult.md b/website/versioned_docs/version-2.0.0/api/interfaces/InitialiseFirebaseResult.md
deleted file mode 100644
index 700bbe475..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/InitialiseFirebaseResult.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "InitialiseFirebaseResult"
-title: "Interface: InitialiseFirebaseResult"
-sidebar_label: "InitialiseFirebaseResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### configError
-
-• `Optional` **configError**: `string`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitialiseFirebase.ts:11](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitialiseFirebase.ts#L11)
-
-___
-
-### firebaseApp
-
-• `Optional` **firebaseApp**: `FirebaseApp`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitialiseFirebase.ts:10](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitialiseFirebase.ts#L10)
-
-___
-
-### firebaseConfigError
-
-• `Optional` **firebaseConfigError**: `Error`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitialiseFirebase.ts:12](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitialiseFirebase.ts#L12)
-
-___
-
-### firebaseConfigLoading
-
-• **firebaseConfigLoading**: `boolean`
-
-#### Defined in
-
-[lib/src/firebase_app/hooks/useInitialiseFirebase.ts:9](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/hooks/useInitialiseFirebase.ts#L9)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/MapProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/MapProperty.md
deleted file mode 100644
index 8c8b77ecd..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/MapProperty.md
+++ /dev/null
@@ -1,370 +0,0 @@
----
-id: "MapProperty"
-title: "Interface: MapProperty"
-sidebar_label: "MapProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Record`\<`string`, [`CMSType`](../types/CMSType.md)\> = `Record`\<`string`, [`CMSType`](../types/CMSType.md)\> |
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`T`\>
-
- ↳ **`MapProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`T`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`T`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"map"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:477](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L477)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `T`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### expanded
-
-• `Optional` **expanded**: `boolean`
-
-Should the field be initially expanded. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:521](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L521)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### keyValue
-
-• `Optional` **keyValue**: `boolean`
-
-Render this map as a key-value table that allows to use
-arbitrary keys. You don't need to define the properties in this case.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:527](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L527)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### pickOnlySomeKeys
-
-• `Optional` **pickOnlySomeKeys**: `boolean`
-
-Allow the user to add only some keys in this map.
-By default, all properties of the map have the corresponding field in
-the form view. Setting this flag to true allows to pick only some.
-Useful for map that can have a lot of sub-properties that may not be
-needed
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:510](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L510)
-
-___
-
-### previewProperties
-
-• `Optional` **previewProperties**: `Partial`\<`Extract`\\>[]
-
-Properties that are displayed when rendered as a preview
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:501](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L501)
-
-___
-
-### properties
-
-• `Optional` **properties**: [`PropertiesOrBuilders`](../types/PropertiesOrBuilders.md)\<`T`\>
-
-Record of properties included in this map.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:482](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L482)
-
-___
-
-### propertiesOrder
-
-• `Optional` **propertiesOrder**: `Extract`\[]
-
-Order in which the properties are displayed.
-If you are specifying your collection as code, the order is the same as the
-one you define in `properties`, and you don't need to specify this prop.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:489](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L489)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### spreadChildren
-
-• `Optional` **spreadChildren**: `boolean`
-
-Display the child properties as independent columns in the collection
-view
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:516](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L516)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
-Rules for validating this property.
-NOTE: If you don't set `required` in the map property, an empty object
-will be considered valid, even if you set `required` in the properties.
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:496](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L496)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/MarkdownProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/MarkdownProps.md
deleted file mode 100644
index 0f1a5c555..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/MarkdownProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "MarkdownProps"
-title: "Interface: MarkdownProps"
-sidebar_label: "MarkdownProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Markdown.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Markdown.tsx#L9)
-
-___
-
-### source
-
-• **source**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Markdown.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Markdown.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ModeController.md b/website/versioned_docs/version-2.0.0/api/interfaces/ModeController.md
deleted file mode 100644
index 17082ed8d..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ModeController.md
+++ /dev/null
@@ -1,61 +0,0 @@
----
-id: "ModeController"
-title: "Interface: ModeController"
-sidebar_label: "ModeController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Use this controller to change color mode
-
-## Properties
-
-### mode
-
-• **mode**: ``"light"`` \| ``"dark"``
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useModeController.tsx:9](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useModeController.tsx#L9)
-
-___
-
-### setMode
-
-• **setMode**: (`mode`: ``"light"`` \| ``"dark"``) => `void`
-
-#### Type declaration
-
-▸ (`mode`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `mode` | ``"light"`` \| ``"dark"`` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useModeController.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useModeController.tsx#L10)
-
-___
-
-### toggleMode
-
-• **toggleMode**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useModeController.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useModeController.tsx#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/MultiSelectItemProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/MultiSelectItemProps.md
deleted file mode 100644
index 17ec82daf..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/MultiSelectItemProps.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "MultiSelectItemProps"
-title: "Interface: MultiSelectItemProps"
-sidebar_label: "MultiSelectItemProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### children
-
-• `Optional` **children**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/MultiSelect.tsx:194](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/MultiSelect.tsx#L194)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/MultiSelect.tsx:195](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/MultiSelect.tsx#L195)
-
-___
-
-### value
-
-• **value**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/MultiSelect.tsx:193](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/MultiSelect.tsx#L193)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFrom.md b/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFrom.md
deleted file mode 100644
index 6386c1ada..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFrom.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-id: "NavigationFrom"
-title: "Interface: NavigationFrom"
-sidebar_label: "NavigationFrom"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### data
-
-• `Optional` **data**: [`ResolvedNavigationEntry`](../types/ResolvedNavigationEntry.md)\<`M`\>[]
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:118](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L118)
-
-___
-
-### dataLoading
-
-• **dataLoading**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L119)
-
-___
-
-### dataLoadingError
-
-• `Optional` **dataLoadingError**: `Error`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:120](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L120)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFromProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFromProps.md
deleted file mode 100644
index f18aee1d7..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/NavigationFromProps.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-id: "NavigationFromProps"
-title: "Interface: NavigationFromProps"
-sidebar_label: "NavigationFromProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:111](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L111)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/NumberProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/NumberProperty.md
deleted file mode 100644
index 9c9444b51..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/NumberProperty.md
+++ /dev/null
@@ -1,296 +0,0 @@
----
-id: "NumberProperty"
-title: "Interface: NumberProperty"
-sidebar_label: "NumberProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`number`\>
-
- ↳ **`NumberProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`number`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`number`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### clearable
-
-• `Optional` **clearable**: `boolean`
-
-Add an icon to clear the value and set it to `null`. Defaults to `false`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:320](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L320)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"number"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:303](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L303)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `number`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### enumValues
-
-• `Optional` **enumValues**: [`EnumValues`](../types/EnumValues.md)
-
-You can use the enum values providing a map of possible
-exclusive values the property can take, mapped to the label that it is
-displayed in the dropdown.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:310](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L310)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`NumberPropertyValidationSchema`](NumberPropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:315](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L315)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/NumberPropertyValidationSchema.md b/website/versioned_docs/version-2.0.0/api/interfaces/NumberPropertyValidationSchema.md
deleted file mode 100644
index 1d64a4bb4..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/NumberPropertyValidationSchema.md
+++ /dev/null
@@ -1,153 +0,0 @@
----
-id: "NumberPropertyValidationSchema"
-title: "Interface: NumberPropertyValidationSchema"
-sidebar_label: "NumberPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for numbers
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
- ↳ **`NumberPropertyValidationSchema`**
-
-## Properties
-
-### integer
-
-• `Optional` **integer**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:655](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L655)
-
-___
-
-### lessThan
-
-• `Optional` **lessThan**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:651](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L651)
-
-___
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:650](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L650)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:649](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L649)
-
-___
-
-### moreThan
-
-• `Optional` **moreThan**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:652](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L652)
-
-___
-
-### negative
-
-• `Optional` **negative**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:654](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L654)
-
-___
-
-### positive
-
-• `Optional` **positive**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:653](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L653)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[required](PropertyValidationSchema.md#required)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:622](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L622)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[requiredMessage](PropertyValidationSchema.md#requiredmessage)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:627](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L627)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[unique](PropertyValidationSchema.md#unique)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:633](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L633)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[uniqueInArray](PropertyValidationSchema.md#uniqueinarray)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:641](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L641)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/OnCellValueChangeParams.md b/website/versioned_docs/version-2.0.0/api/interfaces/OnCellValueChangeParams.md
deleted file mode 100644
index 146accfba..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/OnCellValueChangeParams.md
+++ /dev/null
@@ -1,108 +0,0 @@
----
-id: "OnCellValueChangeParams"
-title: "Interface: OnCellValueChangeParams"
-sidebar_label: "OnCellValueChangeParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props passed in a callback when the content of a cell in a table has been edited
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | `T` |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:82](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L82)
-
-___
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:78](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L78)
-
-___
-
-### fullPath
-
-• **fullPath**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:81](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L81)
-
-___
-
-### onValueUpdated
-
-• **onValueUpdated**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:79](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L79)
-
-___
-
-### propertyKey
-
-• **propertyKey**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:77](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L77)
-
-___
-
-### setError
-
-• **setError**: (`e`: `Error`) => `void`
-
-#### Type declaration
-
-▸ (`e`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `e` | `Error` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L80)
-
-___
-
-### value
-
-• **value**: `T`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx:76](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/types.tsx#L76)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/Permissions.md b/website/versioned_docs/version-2.0.0/api/interfaces/Permissions.md
deleted file mode 100644
index 353b1ccbe..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/Permissions.md
+++ /dev/null
@@ -1,59 +0,0 @@
----
-id: "Permissions"
-title: "Interface: Permissions"
-sidebar_label: "Permissions"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Define the operations that can be performed in a collection.
-
-## Properties
-
-### create
-
-• `Optional` **create**: `boolean`
-
-Can the user add new entities. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L20)
-
-___
-
-### delete
-
-• `Optional` **delete**: `boolean`
-
-Can the user delete entities. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:28](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L28)
-
-___
-
-### edit
-
-• `Optional` **edit**: `boolean`
-
-Can the elements in this collection be edited. Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L24)
-
-___
-
-### read
-
-• `Optional` **read**: `boolean`
-
-Can the user see this collection.
-If `false` it will not show in the user's navigation
-Defaults to `true`
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PermissionsBuilderProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PermissionsBuilderProps.md
deleted file mode 100644
index 34124fb3d..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PermissionsBuilderProps.md
+++ /dev/null
@@ -1,80 +0,0 @@
----
-id: "PermissionsBuilderProps"
-title: "Interface: PermissionsBuilderProps"
-sidebar_label: "PermissionsBuilderProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props passed to a [PermissionsBuilder](../types/PermissionsBuilder.md)
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `EC` | extends [`EntityCollection`](EntityCollection.md) = [`EntityCollection`](EntityCollection.md) |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-| `M` | extends `object` = [`InferCollectionType`](../types/InferCollectionType.md)\<`EC`\> |
-
-## Properties
-
-### authController
-
-• **authController**: [`AuthController`](../types/AuthController.md)\<`UserType`\>
-
-Auth controller
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:62](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L62)
-
-___
-
-### collection
-
-• **collection**: `EC`
-
-Collection these permissions apply to
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:57](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L57)
-
-___
-
-### entity
-
-• **entity**: ``null`` \| [`Entity`](Entity.md)\<`M`\>
-
-Entity being edited, might be null in some cases, when the operation
-refers to the collection.
-For example, when deciding whether a user can create a new entity
-in a collection, the entity will be null.
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:42](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L42)
-
-___
-
-### pathSegments
-
-• **pathSegments**: `string`[]
-
-Path segments of the collection e.g. ['products', 'locales']
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:47](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L47)
-
-___
-
-### user
-
-• **user**: ``null`` \| `UserType`
-
-Logged in user
-
-#### Defined in
-
-[packages/firecms_core/src/types/permissions.ts:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/permissions.ts#L52)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PluginFormActionProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PluginFormActionProps.md
deleted file mode 100644
index ae9d7df68..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PluginFormActionProps.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-id: "PluginFormActionProps"
-title: "Interface: PluginFormActionProps"
-sidebar_label: "PluginFormActionProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:164](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L164)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:166](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L166)
-
-___
-
-### currentEntityId
-
-• `Optional` **currentEntityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:167](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L167)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:161](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L161)
-
-___
-
-### formContext
-
-• `Optional` **formContext**: [`FormContext`](FormContext.md)\<`any`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:165](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L165)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:162](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L162)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:163](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L163)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PluginGenericProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PluginGenericProps.md
deleted file mode 100644
index eb3148408..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PluginGenericProps.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "PluginGenericProps"
-title: "Interface: PluginGenericProps"
-sidebar_label: "PluginGenericProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:181](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L181)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageActionsProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageActionsProps.md
deleted file mode 100644
index 1d625f337..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageActionsProps.md
+++ /dev/null
@@ -1,66 +0,0 @@
----
-id: "PluginHomePageActionsProps"
-title: "Interface: PluginHomePageActionsProps"
-sidebar_label: "PluginHomePageActionsProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props passed to the FireCMSPlugin.homePage.CollectionActions method.
-You can use it to add custom actions to the navigation card of each collection.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `EP` | extends `object` = `object` |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-| `EC` | extends [`EntityCollection`](EntityCollection.md)\<`M`\> = [`EntityCollection`](EntityCollection.md)\<`M`\> |
-
-## Properties
-
-### collection
-
-• **collection**: `EC`
-
-The collection configuration
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:149](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L149)
-
-___
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-Context of the app status
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:154](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L154)
-
-___
-
-### extraProps
-
-• `Optional` **extraProps**: `EP`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:156](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L156)
-
-___
-
-### path
-
-• **path**: `string`
-
-Collection path of this entity. This is the full path, like
-`users/1234/addresses`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:144](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L144)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageAdditionalCardsProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageAdditionalCardsProps.md
deleted file mode 100644
index 2d034c3c9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PluginHomePageAdditionalCardsProps.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-id: "PluginHomePageAdditionalCardsProps"
-title: "Interface: PluginHomePageAdditionalCardsProps"
-sidebar_label: "PluginHomePageAdditionalCardsProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](../types/User.md) = [`User`](../types/User.md) |
-
-## Properties
-
-### context
-
-• **context**: [`FireCMSContext`](../types/FireCMSContext.md)\<`UserType`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:186](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L186)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:185](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L185)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PopoverProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PopoverProps.md
deleted file mode 100644
index f3f72882f..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PopoverProps.md
+++ /dev/null
@@ -1,171 +0,0 @@
----
-id: "PopoverProps"
-title: "Interface: PopoverProps"
-sidebar_label: "PopoverProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### align
-
-• `Optional` **align**: [`PopoverAlign`](../types/PopoverAlign.md)
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L18)
-
-___
-
-### alignOffset
-
-• `Optional` **alignOffset**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L19)
-
-___
-
-### arrowPadding
-
-• `Optional` **arrowPadding**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L20)
-
-___
-
-### avoidCollisions
-
-• `Optional` **avoidCollisions**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L23)
-
-___
-
-### children
-
-• **children**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:13](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L13)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L26)
-
-___
-
-### enabled
-
-• `Optional` **enabled**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L24)
-
-___
-
-### hideWhenDetached
-
-• `Optional` **hideWhenDetached**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L22)
-
-___
-
-### modal
-
-• `Optional` **modal**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L25)
-
-___
-
-### onOpenChange
-
-• `Optional` **onOpenChange**: (`open`: `boolean`) => `void`
-
-#### Type declaration
-
-▸ (`open`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `open` | `boolean` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L15)
-
-___
-
-### open
-
-• `Optional` **open**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L14)
-
-___
-
-### side
-
-• `Optional` **side**: [`PopoverSide`](../types/PopoverSide.md)
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L16)
-
-___
-
-### sideOffset
-
-• `Optional` **sideOffset**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L17)
-
-___
-
-### sticky
-
-• `Optional` **sticky**: ``"always"`` \| ``"partial"``
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L21)
-
-___
-
-### trigger
-
-• **trigger**: `ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/components/Popover.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Popover.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyDisabledConfig.md b/website/versioned_docs/version-2.0.0/api/interfaces/PropertyDisabledConfig.md
deleted file mode 100644
index 1ba17c64f..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyDisabledConfig.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-id: "PropertyDisabledConfig"
-title: "Interface: PropertyDisabledConfig"
-sidebar_label: "PropertyDisabledConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### clearOnDisabled
-
-• `Optional` **clearOnDisabled**: `boolean`
-
-Enable this flag if you would like to clear the value of the field
-when the corresponding property gets disabled.
-
-This is useful for keeping data consistency when you have conditional
-properties.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:172](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L172)
-
-___
-
-### disabledMessage
-
-• `Optional` **disabledMessage**: `string`
-
-Explanation of why this property is disabled (e.g. a different field
-needs to be enabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:178](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L178)
-
-___
-
-### hidden
-
-• `Optional` **hidden**: `boolean`
-
-Set this flag to true if you want to hide this field when disabled
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:183](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L183)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyFieldBindingProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PropertyFieldBindingProps.md
deleted file mode 100644
index c0b5cd32a..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyFieldBindingProps.md
+++ /dev/null
@@ -1,141 +0,0 @@
----
-id: "PropertyFieldBindingProps"
-title: "Interface: PropertyFieldBindingProps"
-sidebar_label: "PropertyFieldBindingProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-In case you need to render a field bound to a Property inside your
-custom field you can use [PropertyFieldBinding](../functions/PropertyFieldBinding.md) with these props.
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### autoFocus
-
-• `Optional` **autoFocus**: `boolean`
-
-Should the field take focus when rendered. When opening the popup view
-in table mode, it makes sense to put the focus on the only field rendered.
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:214](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L214)
-
-___
-
-### context
-
-• **context**: [`FormContext`](FormContext.md)\<`M`\>
-
-The context where this field is being rendered. You get a context as a
-prop when creating a custom field.
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:182](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L182)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean`
-
-Should this field be disabled
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:219](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L219)
-
-___
-
-### includeDescription
-
-• `Optional` **includeDescription**: `boolean`
-
-Should the description be included in this field
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:187](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L187)
-
-___
-
-### partOfArray
-
-• `Optional` **partOfArray**: `boolean`
-
-Is this field part of an array
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:203](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L203)
-
-___
-
-### partOfBlock
-
-• `Optional` **partOfBlock**: `boolean`
-
-Is this field part of a block (oneOf array)
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:208](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L208)
-
-___
-
-### property
-
-• **property**: [`PropertyOrBuilder`](../types/PropertyOrBuilder.md)\<`T`\> \| [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\>
-
-The CMS property you are binding this field to
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:176](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L176)
-
-___
-
-### propertyKey
-
-• **propertyKey**: `string`
-
-The key/path of the property, such as `age`. You can use nested and array
-indexed such as `address.street` or `people[3]`
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:171](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L171)
-
-___
-
-### tableMode
-
-• `Optional` **tableMode**: `boolean`
-
-Is this field being rendered in a table
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:198](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L198)
-
-___
-
-### underlyingValueHasChanged
-
-• `Optional` **underlyingValueHasChanged**: `boolean`
-
-Has the value of this property been updated in the database while this
-field is being edited
-
-#### Defined in
-
-[packages/firecms_core/src/types/fields.tsx:193](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/fields.tsx#L193)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyPreviewProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/PropertyPreviewProps.md
deleted file mode 100644
index 35fa77150..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyPreviewProps.md
+++ /dev/null
@@ -1,133 +0,0 @@
----
-id: "PropertyPreviewProps"
-title: "Interface: PropertyPreviewProps"
-sidebar_label: "PropertyPreviewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](../types/CMSType.md) = `any` |
-| `CustomProps` | `any` |
-| `M` | extends `Record`\<`string`, `any`\> = `Record`\<`string`, `any`\> |
-
-## Properties
-
-### customProps
-
-• `Optional` **customProps**: `CustomProps`
-
-Additional properties set by the developer
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L52)
-
-___
-
-### entity
-
-• `Optional` **entity**: [`Entity`](Entity.md)\<`M`\>
-
-Entity this property refers to
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:57](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L57)
-
-___
-
-### height
-
-• `Optional` **height**: `number`
-
-Max height assigned to the preview, depending on the context.
-It may be undefined if unlimited.
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:41](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L41)
-
-___
-
-### onClick
-
-• `Optional` **onClick**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Click handler
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:30](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L30)
-
-___
-
-### property
-
-• **property**: [`Property`](../types/Property.md)\<`T`\> \| [`ResolvedProperty`](../types/ResolvedProperty.md)\<`T`\>
-
-Property this display is related to
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L25)
-
-___
-
-### propertyKey
-
-• `Optional` **propertyKey**: `string`
-
-Name of the property
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L15)
-
-___
-
-### size
-
-• **size**: [`PreviewSize`](../types/PreviewSize.md)
-
-Desired size of the preview, depending on the context.
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L35)
-
-___
-
-### value
-
-• **value**: `T`
-
-Current value of the property
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L20)
-
-___
-
-### width
-
-• `Optional` **width**: `number`
-
-Max height width to the preview, depending on the context.
-It may be undefined if unlimited.
-
-#### Defined in
-
-[packages/firecms_core/src/preview/PropertyPreviewProps.tsx:47](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/PropertyPreviewProps.tsx#L47)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyValidationSchema.md b/website/versioned_docs/version-2.0.0/api/interfaces/PropertyValidationSchema.md
deleted file mode 100644
index 7f4bc15e0..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/PropertyValidationSchema.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-id: "PropertyValidationSchema"
-title: "Interface: PropertyValidationSchema"
-sidebar_label: "PropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Rules to validate any property. Some properties have specific rules
-additionally to these.
-
-## Hierarchy
-
-- **`PropertyValidationSchema`**
-
- ↳ [`NumberPropertyValidationSchema`](NumberPropertyValidationSchema.md)
-
- ↳ [`StringPropertyValidationSchema`](StringPropertyValidationSchema.md)
-
- ↳ [`DatePropertyValidationSchema`](DatePropertyValidationSchema.md)
-
- ↳ [`ArrayPropertyValidationSchema`](ArrayPropertyValidationSchema.md)
-
-## Properties
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:622](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L622)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:627](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L627)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:633](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L633)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:641](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L641)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceProperty.md
deleted file mode 100644
index 4029e33c0..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceProperty.md
+++ /dev/null
@@ -1,316 +0,0 @@
----
-id: "ReferenceProperty"
-title: "Interface: ReferenceProperty"
-sidebar_label: "ReferenceProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<[`EntityReference`](../classes/EntityReference.md)\>
-
- ↳ **`ReferenceProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<[`EntityReference`](../classes/EntityReference.md), `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<[`EntityReference`](../classes/EntityReference.md), `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"reference"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:584](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L584)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: [`EntityReference`](../classes/EntityReference.md)
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### forceFilter
-
-• `Optional` **forceFilter**: `Partial`\<`Record`\<`string`, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-Allow selection of entities that pass the given filter only.
-e.g. `forceFilter: { age: [">=", 18] }`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:602](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L602)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### path
-
-• `Optional` **path**: `string`
-
-Absolute collection path of the collection this reference points to.
-The collection of the entity is inferred based on the root navigation, so
-the filters and search delegate existing there are applied to this view
-as well.
-You can leave this prop undefined if the path is not yet know, e.g.
-you are using a property builder and the path depends on a different
-property.
-Note that you can also use a collection alias.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:596](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L596)
-
-___
-
-### previewProperties
-
-• `Optional` **previewProperties**: `string`[]
-
-Properties that need to be rendered when displaying a preview of this
-reference. If not specified the first 3 are used. Only the first 3
-specified values are considered.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:609](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L609)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:124](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L124)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceSelectionInnerProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceSelectionInnerProps.md
deleted file mode 100644
index e91c0d0fa..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ReferenceSelectionInnerProps.md
+++ /dev/null
@@ -1,146 +0,0 @@
----
-id: "ReferenceSelectionInnerProps"
-title: "Interface: ReferenceSelectionInnerProps"
-sidebar_label: "ReferenceSelectionInnerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### collection
-
-• `Optional` **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-Entity collection config
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:36](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L36)
-
-___
-
-### description
-
-• `Optional` **description**: `ReactNode`
-
-Use this description to indicate the user what to do in this dialog.
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L75)
-
-___
-
-### forceFilter
-
-• `Optional` **forceFilter**: `Partial`\<`Record`\<`string`, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-Allow selection of entities that pass the given filter only.
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L70)
-
-___
-
-### maxSelection
-
-• `Optional` **maxSelection**: `number`
-
-Maximum number of entities that can be selected.
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L80)
-
-___
-
-### multiselect
-
-• `Optional` **multiselect**: `boolean`
-
-Allow multiple selection of values
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L31)
-
-___
-
-### path
-
-• **path**: `string`
-
-Absolute path of the collection.
-May be not set if this hook is being used in a component and the path is
-dynamic. If not set, the dialog won't open.
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L43)
-
-___
-
-### selectedEntityIds
-
-• `Optional` **selectedEntityIds**: `string`[]
-
-If you are opening the dialog for the first time, you can select some
-entity ids to be displayed first.
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L49)
-
-## Methods
-
-### onMultipleEntitiesSelected
-
-▸ **onMultipleEntitiesSelected**(`entities`): `void`
-
-If `multiselect` is set to `true`, you will get the selected entities
-in this callback.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entities` | [`Entity`](Entity.md)\<`any`\>[] |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:65](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L65)
-
-___
-
-### onSingleEntitySelected
-
-▸ **onSingleEntitySelected**(`entity`): `void`
-
-If `multiselect` is set to `false`, you will get the selected entity
-in this callback.
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `entity` | ``null`` \| [`Entity`](Entity.md)\<`any`\> |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx:57](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/ReferenceSelectionInner.tsx#L57)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationCollection.md b/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationCollection.md
deleted file mode 100644
index 03b860064..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationCollection.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "ResolvedNavigationCollection"
-title: "Interface: ResolvedNavigationCollection"
-sidebar_label: "ResolvedNavigationCollection"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`See`**
-
-resolveNavigationFrom
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:34](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L34)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:33](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L33)
-
-___
-
-### type
-
-• **type**: ``"collection"``
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L32)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationEntity.md b/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationEntity.md
deleted file mode 100644
index 3214fdabf..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ResolvedNavigationEntity.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-id: "ResolvedNavigationEntity"
-title: "Interface: ResolvedNavigationEntity"
-sidebar_label: "ResolvedNavigationEntity"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`See`**
-
-resolveNavigationFrom
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### entity
-
-• **entity**: [`Entity`](Entity.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L21)
-
-___
-
-### entityId
-
-• **entityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L22)
-
-___
-
-### parentCollection
-
-• **parentCollection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L24)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L23)
-
-___
-
-### type
-
-• **type**: ``"entity"``
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useResolvedNavigationFrom.tsx#L20)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SaveEntityProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/SaveEntityProps.md
deleted file mode 100644
index 4e2f48f68..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SaveEntityProps.md
+++ /dev/null
@@ -1,73 +0,0 @@
----
-id: "SaveEntityProps"
-title: "Interface: SaveEntityProps"
-sidebar_label: "SaveEntityProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-## Properties
-
-### collection
-
-• **collection**: [`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\> \| [`ResolvedEntityCollection`](../types/ResolvedEntityCollection.md)\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L56)
-
-___
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:54](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L54)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:52](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L52)
-
-___
-
-### previousValues
-
-• `Optional` **previousValues**: `Partial`\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:55](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L55)
-
-___
-
-### status
-
-• **status**: [`EntityStatus`](../types/EntityStatus.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:57](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L57)
-
-___
-
-### values
-
-• **values**: `Partial`\<`M`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:53](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L53)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/ScaffoldProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/ScaffoldProps.md
deleted file mode 100644
index d8adbe7da..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/ScaffoldProps.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-id: "ScaffoldProps"
-title: "Interface: ScaffoldProps"
-sidebar_label: "ScaffoldProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `ExtraDrawerProps` | `object` |
-| `ExtraAppbarProps` | `object` |
-
-## Properties
-
-### Drawer
-
-• `Optional` **Drawer**: `ComponentType`\<[`DrawerProps`](../types/DrawerProps.md)\<`ExtraDrawerProps`\>\>
-
-In case you need to override the view that gets rendered as a drawer
-
-**`See`**
-
-DefaultDrawer
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L35)
-
-___
-
-### FireCMSAppBarComponent
-
-• `Optional` **FireCMSAppBarComponent**: `ComponentType`\<[`FireCMSAppBarProps`](../types/FireCMSAppBarProps.md)\<`ExtraAppbarProps`\>\>
-
-A component that gets rendered on the upper side of the main toolbar.
-`toolbarExtraWidget` has no effect if this is set.
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L51)
-
-___
-
-### autoOpenDrawer
-
-• `Optional` **autoOpenDrawer**: `boolean`
-
-Open the drawer on hover
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:45](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L45)
-
-___
-
-### drawerProps
-
-• `Optional` **drawerProps**: `Partial`\<\{ `closeDrawer`: () => `any` ; `drawerOpen`: `boolean` ; `hovered`: `boolean` }\> & `ExtraDrawerProps`
-
-Additional props passed to the custom Drawer
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:40](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L40)
-
-___
-
-### fireCMSAppBarComponentProps
-
-• `Optional` **fireCMSAppBarComponentProps**: `Partial`\<[`FireCMSAppBarProps`](../types/FireCMSAppBarProps.md)\> & `ExtraAppbarProps`
-
-Additional props passed to the custom AppBar
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L56)
-
-___
-
-### includeDrawer
-
-• `Optional` **includeDrawer**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:29](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L29)
-
-___
-
-### logo
-
-• `Optional` **logo**: `string`
-
-Logo to be displayed in the drawer of the CMS
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L27)
-
-___
-
-### name
-
-• **name**: `string`
-
-Name of the app, displayed as the main title and in the tab title
-
-#### Defined in
-
-[packages/firecms_core/src/core/Scaffold.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Scaffold.tsx#L22)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogPanelProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogPanelProps.md
deleted file mode 100644
index 9769c8d14..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogPanelProps.md
+++ /dev/null
@@ -1,92 +0,0 @@
----
-id: "SideDialogPanelProps"
-title: "Interface: SideDialogPanelProps"
-sidebar_label: "SideDialogPanelProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Props used to open a side dialog
-
-## Properties
-
-### component
-
-• **component**: `ReactNode`
-
-The component type that will be rendered
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:44](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L44)
-
-___
-
-### key
-
-• **key**: `string`
-
-A key that identifies this panel
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:39](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L39)
-
-___
-
-### onClose
-
-• `Optional` **onClose**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Callback when the panel is closed
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:67](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L67)
-
-___
-
-### parentUrlPath
-
-• `Optional` **parentUrlPath**: `string`
-
-If the navigation stack is empty (you landed in the `urlPath` url), what
-url path to change to when the panel gets closed.
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:62](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L62)
-
-___
-
-### urlPath
-
-• `Optional` **urlPath**: `string`
-
-When open, change the URL to this path.
-Note that if you want to restore state from a URL you need to add the
-logic yourself by listening to URL updates, and probably call `open`.
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:56](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L56)
-
-___
-
-### width
-
-• `Optional` **width**: `string`
-
-Optional width of the panel
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:49](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L49)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogsController.md b/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogsController.md
deleted file mode 100644
index b5da1fa43..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SideDialogsController.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-id: "SideDialogsController"
-title: "Interface: SideDialogsController"
-sidebar_label: "SideDialogsController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller to open the side dialog
-
-## Properties
-
-### close
-
-• **close**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Close the last panel
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L10)
-
-___
-
-### open
-
-• **open**: (`panelProps`: [`SideDialogPanelProps`](SideDialogPanelProps.md) \| [`SideDialogPanelProps`](SideDialogPanelProps.md)[]) => `void`
-
-#### Type declaration
-
-▸ (`panelProps`): `void`
-
-Open one or multiple side panels
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `panelProps` | [`SideDialogPanelProps`](SideDialogPanelProps.md) \| [`SideDialogPanelProps`](SideDialogPanelProps.md)[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L21)
-
-___
-
-### replace
-
-• **replace**: (`panelProps`: [`SideDialogPanelProps`](SideDialogPanelProps.md) \| [`SideDialogPanelProps`](SideDialogPanelProps.md)[]) => `void`
-
-#### Type declaration
-
-▸ (`panelProps`): `void`
-
-Replace the last open panel with the given one
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `panelProps` | [`SideDialogPanelProps`](SideDialogPanelProps.md) \| [`SideDialogPanelProps`](SideDialogPanelProps.md)[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:27](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L27)
-
-___
-
-### sidePanels
-
-• **sidePanels**: [`SideDialogPanelProps`](SideDialogPanelProps.md)[]
-
-List of side panels currently open
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_dialogs_controller.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_dialogs_controller.tsx#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SideEntityController.md b/website/versioned_docs/version-2.0.0/api/interfaces/SideEntityController.md
deleted file mode 100644
index 9d1afa90d..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SideEntityController.md
+++ /dev/null
@@ -1,98 +0,0 @@
----
-id: "SideEntityController"
-title: "Interface: SideEntityController"
-sidebar_label: "SideEntityController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller to open the side dialog displaying entity forms
-
-## Properties
-
-### close
-
-• **close**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Close the last panel
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:78](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L78)
-
-___
-
-### open
-
-• **open**: \(`props`: [`EntitySidePanelProps`](EntitySidePanelProps.md)\<`M`\>) => `void`
-
-#### Type declaration
-
-▸ \<`M`\>(`props`): `void`
-
-Open a new entity sideDialog. By default, the collection and configuration
-of the view is fetched from the collections you have specified in the
-navigation.
-At least you need to pass the path of the entity you would like
-to edit. You can set an entityId if you would like to edit and existing one
-(or a new one with that id).
-
-##### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`EntitySidePanelProps`](EntitySidePanelProps.md)\<`M`\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:89](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L89)
-
-___
-
-### replace
-
-• **replace**: \(`props`: [`EntitySidePanelProps`](EntitySidePanelProps.md)\<`M`\>) => `void`
-
-#### Type declaration
-
-▸ \<`M`\>(`props`): `void`
-
-Replace the last open entity panel with the given one.
-
-##### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`EntitySidePanelProps`](EntitySidePanelProps.md)\<`M`\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/side_entity_controller.tsx:95](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/side_entity_controller.tsx#L95)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SkeletonPropertyComponentProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/SkeletonPropertyComponentProps.md
deleted file mode 100644
index 1aec14e22..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SkeletonPropertyComponentProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "SkeletonPropertyComponentProps"
-title: "Interface: SkeletonPropertyComponentProps"
-sidebar_label: "SkeletonPropertyComponentProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### property
-
-• **property**: [`ResolvedProperty`](../types/ResolvedProperty.md)
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L14)
-
-___
-
-### size
-
-• **size**: [`PreviewSize`](../types/PreviewSize.md)
-
-#### Defined in
-
-[packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/preview/property_previews/SkeletonPropertyComponent.tsx#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/SnackbarController.md b/website/versioned_docs/version-2.0.0/api/interfaces/SnackbarController.md
deleted file mode 100644
index 9ded5859c..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/SnackbarController.md
+++ /dev/null
@@ -1,59 +0,0 @@
----
-id: "SnackbarController"
-title: "Interface: SnackbarController"
-sidebar_label: "SnackbarController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Controller to display snackbars
-
-## Properties
-
-### close
-
-• **close**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Close the currently open snackbar
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useSnackbarController.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useSnackbarController.tsx#L19)
-
-___
-
-### open
-
-• **open**: (`props`: \{ `autoHideDuration?`: `number` ; `message`: `ReactNode` ; `type`: [`SnackbarMessageType`](../types/SnackbarMessageType.md) }) => `void`
-
-#### Type declaration
-
-▸ (`props`): `void`
-
-Display a new snackbar. You need to specify the type and message.
-You can optionally specify a title
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.autoHideDuration?` | `number` |
-| `props.message` | `ReactNode` |
-| `props.type` | [`SnackbarMessageType`](../types/SnackbarMessageType.md) |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useSnackbarController.tsx:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useSnackbarController.tsx#L25)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/StorageConfig.md b/website/versioned_docs/version-2.0.0/api/interfaces/StorageConfig.md
deleted file mode 100644
index 2fb20052c..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/StorageConfig.md
+++ /dev/null
@@ -1,154 +0,0 @@
----
-id: "StorageConfig"
-title: "Interface: StorageConfig"
-sidebar_label: "StorageConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Additional configuration related to Storage related fields
-
-## Properties
-
-### acceptedFiles
-
-• `Optional` **acceptedFiles**: `string`[]
-
-File MIME types that can be uploaded to this reference. Don't specify for
-all.
-Note that you can also use the asterisk notation, so `image/*`
-accepts any image file, and so on.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:706](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L706)
-
-___
-
-### fileName
-
-• `Optional` **fileName**: `string` \| (`context`: [`UploadedFileContext`](UploadedFileContext.md)) => `string` \| `Promise`\<`string`\>
-
-You can use this prop to customize the uploaded filename.
-You can use a function as a callback or a string where you
-specify some placeholders that get replaced with the corresponding values.
-- {file} - Full file name
-- {file.name} - Name of the file without extension
-- {file.ext} - Extension of the file
-- {rand} - Random value used to avoid name collisions
-- {entityId} - ID of the entity
-- {propertyKey} - ID of this property
-- {path} - Path of this entity
-
-**`Param`**
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:735](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L735)
-
-___
-
-### imageCompression
-
-• `Optional` **imageCompression**: [`ImageCompression`](ImageCompression.md)
-
-Use client side image compression and resizing
-Will only be applied to these MIME types: image/jpeg, image/png and image/webp
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:712](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L712)
-
-___
-
-### maxSize
-
-• `Optional` **maxSize**: `number`
-
-Define maximal file size in bytes
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:767](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L767)
-
-___
-
-### metadata
-
-• `Optional` **metadata**: `Record`\<`string`, `unknown`\>
-
-Specific metadata set in your uploaded file.
-For the default Firebase implementation, the values passed here are of type
-`firebase.storage.UploadMetadata`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:719](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L719)
-
-___
-
-### postProcess
-
-• `Optional` **postProcess**: (`pathOrUrl`: `string`) => `Promise`\<`string`\>
-
-#### Type declaration
-
-▸ (`pathOrUrl`): `Promise`\<`string`\>
-
-Postprocess the saved value (storage path or URL)
-after it has been resolved.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `pathOrUrl` | `string` |
-
-##### Returns
-
-`Promise`\<`string`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:773](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L773)
-
-___
-
-### storagePath
-
-• **storagePath**: `string` \| (`context`: [`UploadedFileContext`](UploadedFileContext.md)) => `string`
-
-Absolute path in your bucket.
-
-You can use a function as a callback or a string where you
-specify some placeholders that get replaced with the corresponding values.
-- {file} - Full file name
-- {file.name} - Name of the file without extension
-- {file.ext} - Extension of the file
-- {rand} - Random value used to avoid name collisions
-- {entityId} - ID of the entity
-- {propertyKey} - ID of this property
-- {path} - Path of this entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:750](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L750)
-
-___
-
-### storeUrl
-
-• `Optional` **storeUrl**: `boolean`
-
-When set to true, this flag indicates that the download URL of the file
-will be saved in the datasource, instead of the storage path.
-
-Note that the generated URL may use a token that, if disabled, may
-make the URL unusable and lose the original reference to Cloud Storage,
-so it is not encouraged to use this flag.
-
-Defaults to false.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:762](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L762)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/StorageSource.md b/website/versioned_docs/version-2.0.0/api/interfaces/StorageSource.md
deleted file mode 100644
index ff36357d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/StorageSource.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-id: "StorageSource"
-title: "Interface: StorageSource"
-sidebar_label: "StorageSource"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### getDownloadURL
-
-• **getDownloadURL**: (`pathOrUrl`: `string`) => `Promise`\<[`DownloadConfig`](DownloadConfig.md)\>
-
-#### Type declaration
-
-▸ (`pathOrUrl`): `Promise`\<[`DownloadConfig`](DownloadConfig.md)\>
-
-Convert a storage path or URL into a download configuration
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `pathOrUrl` | `string` |
-
-##### Returns
-
-`Promise`\<[`DownloadConfig`](DownloadConfig.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L88)
-
-___
-
-### getFile
-
-• **getFile**: (`path`: `string`) => `Promise`\<``null`` \| `File`\>
-
-#### Type declaration
-
-▸ (`path`): `Promise`\<``null`` \| `File`\>
-
-Get a file from a storage path.
-It returns null if the file does not exist.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-##### Returns
-
-`Promise`\<``null`` \| `File`\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:95](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L95)
-
-___
-
-### uploadFile
-
-• **uploadFile**: (`__namedParameters`: [`UploadFileProps`](UploadFileProps.md)) => `Promise`\<[`UploadFileResult`](UploadFileResult.md)\>
-
-#### Type declaration
-
-▸ (`«destructured»`): `Promise`\<[`UploadFileResult`](UploadFileResult.md)\>
-
-Upload a file, specifying a name and a path
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `«destructured»` | [`UploadFileProps`](UploadFileProps.md) |
-
-##### Returns
-
-`Promise`\<[`UploadFileResult`](UploadFileResult.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:77](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L77)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/StringProperty.md b/website/versioned_docs/version-2.0.0/api/interfaces/StringProperty.md
deleted file mode 100644
index 548aef124..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/StringProperty.md
+++ /dev/null
@@ -1,378 +0,0 @@
----
-id: "StringProperty"
-title: "Interface: StringProperty"
-sidebar_label: "StringProperty"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Hierarchy
-
-- [`BaseProperty`](BaseProperty.md)\<`string`\>
-
- ↳ **`StringProperty`**
-
-## Properties
-
-### Field
-
-• `Optional` **Field**: `ComponentType`\<[`FieldProps`](FieldProps.md)\<`string`, `any`, `any`\>\>
-
-If you need to render a custom field, you can create a component that
-takes `FieldProps` as props. You receive the value, a function to
-update the value and additional utility props such as if there is an error.
-You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Field](BaseProperty.md#field)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:133](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L133)
-
-___
-
-### Preview
-
-• `Optional` **Preview**: `ComponentType`\<[`PropertyPreviewProps`](PropertyPreviewProps.md)\<`string`, `any`, `Record`\<`string`, `any`\>\>\>
-
-Configure how a property is displayed as a preview, e.g. in the collection
-view. You can customize it by passing custom props that are received
-in the component.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[Preview](BaseProperty.md#preview)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:140](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L140)
-
-___
-
-### clearable
-
-• `Optional` **clearable**: `boolean`
-
-Add an icon to clear the value and set it to `null`. Defaults to `false`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:400](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L400)
-
-___
-
-### columnWidth
-
-• `Optional` **columnWidth**: `number`
-
-Width in pixels of this column in the collection view. If not set
-the width is inferred based on the other configurations
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[columnWidth](BaseProperty.md#columnwidth)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:99](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L99)
-
-___
-
-### customProps
-
-• `Optional` **customProps**: `any`
-
-Additional props that are passed to the components defined in `field`
-or in `preview`.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[customProps](BaseProperty.md#customprops)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:146](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L146)
-
-___
-
-### dataType
-
-• **dataType**: ``"string"``
-
-Datatype of the property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[dataType](BaseProperty.md#datatype)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:342](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L342)
-
-___
-
-### defaultValue
-
-• `Optional` **defaultValue**: `string`
-
-This value will be set by default for new entities.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[defaultValue](BaseProperty.md#defaultvalue)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:151](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L151)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-Property description, always displayed under the field
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[description](BaseProperty.md#description)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:80](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L80)
-
-___
-
-### disabled
-
-• `Optional` **disabled**: `boolean` \| [`PropertyDisabledConfig`](PropertyDisabledConfig.md)
-
-Is this field disabled.
-When set to true, it gets rendered as a
-disabled field. You can also specify a configuration for defining the
-behaviour of disabled properties (including custom messages, clear value on
-disabled or hide the field completely)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[disabled](BaseProperty.md#disabled)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:119](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L119)
-
-___
-
-### editable
-
-• `Optional` **editable**: `boolean`
-
-Should this property be editable. If set to true, the user will be able to modify the property and
-save the new config. The saved config will then become the source of truth.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[editable](BaseProperty.md#editable)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:157](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L157)
-
-___
-
-### email
-
-• `Optional` **email**: `boolean`
-
-Does this field include an email
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:385](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L385)
-
-___
-
-### enumValues
-
-• `Optional` **enumValues**: [`EnumValues`](../types/EnumValues.md)
-
-You can use the enum values providing a map of possible
-exclusive values the property can take, mapped to the label that it is
-displayed in the dropdown. You can use a simple object with the format
-`value` => `label`, or with the format `value` => `EnumValueConfig` if you
-need extra customization, (like disabling specific options or assigning
-colors). If you need to ensure the order of the elements, you can pass
-a `Map` instead of a plain object.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:368](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L368)
-
-___
-
-### hideFromCollection
-
-• `Optional` **hideFromCollection**: `boolean`
-
-Do not show this property in the collection view
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[hideFromCollection](BaseProperty.md#hidefromcollection)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:104](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L104)
-
-___
-
-### longDescription
-
-• `Optional` **longDescription**: `string`
-
-Longer description of a field, displayed under a popover
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[longDescription](BaseProperty.md#longdescription)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:93](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L93)
-
-___
-
-### markdown
-
-• `Optional` **markdown**: `boolean`
-
-Should this string property be displayed as a markdown field. If true,
-the field is rendered as a text editors that supports markdown highlight
-syntax. It also includes a preview of the result.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:356](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L356)
-
-___
-
-### multiline
-
-• `Optional` **multiline**: `boolean`
-
-Is this string property long enough so it should be displayed in
-a multiple line field. Defaults to false. If set to true,
-the number of lines adapts to the content
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:349](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L349)
-
-___
-
-### name
-
-• `Optional` **name**: `string`
-
-Property name (e.g. Product)
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[name](BaseProperty.md#name)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:75](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L75)
-
-___
-
-### previewAsTag
-
-• `Optional` **previewAsTag**: `boolean`
-
-Should this string be rendered as a tag instead of just text.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:390](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L390)
-
-___
-
-### propertyConfig
-
-• `Optional` **propertyConfig**: `string`
-
-You can use this prop to reuse a property that has been defined
-in the top level of the CMS in the prop `fields`.
-All the configuration will be taken from the inherited config, and
-overwritten by the current property config.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[propertyConfig](BaseProperty.md#propertyconfig)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L88)
-
-___
-
-### readOnly
-
-• `Optional` **readOnly**: `boolean`
-
-Is this a read only property. When set to true, it gets rendered as a
-preview.
-
-#### Inherited from
-
-[BaseProperty](BaseProperty.md).[readOnly](BaseProperty.md#readonly)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L110)
-
-___
-
-### storage
-
-• `Optional` **storage**: [`StorageConfig`](StorageConfig.md)
-
-You can specify a `Storage` configuration. It is used to
-indicate that this string refers to a path in Google Cloud Storage.
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:374](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L374)
-
-___
-
-### url
-
-• `Optional` **url**: `boolean` \| [`PreviewType`](../types/PreviewType.md)
-
-If the value of this property is a URL, you can set this flag to true
-to add a link, or one of the supported media types to render a preview
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:380](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L380)
-
-___
-
-### validation
-
-• `Optional` **validation**: [`StringPropertyValidationSchema`](StringPropertyValidationSchema.md)
-
-Rules for validating this property
-
-#### Overrides
-
-[BaseProperty](BaseProperty.md).[validation](BaseProperty.md#validation)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:395](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L395)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/StringPropertyValidationSchema.md b/website/versioned_docs/version-2.0.0/api/interfaces/StringPropertyValidationSchema.md
deleted file mode 100644
index fdd091d8e..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/StringPropertyValidationSchema.md
+++ /dev/null
@@ -1,165 +0,0 @@
----
-id: "StringPropertyValidationSchema"
-title: "Interface: StringPropertyValidationSchema"
-sidebar_label: "StringPropertyValidationSchema"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Validation rules for strings
-
-## Hierarchy
-
-- [`PropertyValidationSchema`](PropertyValidationSchema.md)
-
- ↳ **`StringPropertyValidationSchema`**
-
-## Properties
-
-### length
-
-• `Optional` **length**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:663](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L663)
-
-___
-
-### lowercase
-
-• `Optional` **lowercase**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:672](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L672)
-
-___
-
-### matches
-
-• `Optional` **matches**: `string` \| `RegExp`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:666](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L666)
-
-___
-
-### matchesMessage
-
-• `Optional` **matchesMessage**: `string`
-
-Message displayed when the input does not satisfy the regex in `matches`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:670](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L670)
-
-___
-
-### max
-
-• `Optional` **max**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:665](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L665)
-
-___
-
-### min
-
-• `Optional` **min**: `number`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:664](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L664)
-
-___
-
-### required
-
-• `Optional` **required**: `boolean`
-
-Is this field required
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[required](PropertyValidationSchema.md#required)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:622](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L622)
-
-___
-
-### requiredMessage
-
-• `Optional` **requiredMessage**: `string`
-
-Customize the required message when the property is not set
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[requiredMessage](PropertyValidationSchema.md#requiredmessage)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:627](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L627)
-
-___
-
-### trim
-
-• `Optional` **trim**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:671](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L671)
-
-___
-
-### unique
-
-• `Optional` **unique**: `boolean`
-
-If the unique flag is set to `true`, you can only have one entity in the
-collection with this value.
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[unique](PropertyValidationSchema.md#unique)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:633](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L633)
-
-___
-
-### uniqueInArray
-
-• `Optional` **uniqueInArray**: `boolean`
-
-If the uniqueInArray flag is set to `true`, you can only have this value
-once per entry in the parent `ArrayProperty`. It has no effect if this
-property is not a child of an `ArrayProperty`. It works on direct
-children of an `ArrayProperty` or first level children of `MapProperty`
-
-#### Inherited from
-
-[PropertyValidationSchema](PropertyValidationSchema.md).[uniqueInArray](PropertyValidationSchema.md#uniqueinarray)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:641](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L641)
-
-___
-
-### uppercase
-
-• `Optional` **uppercase**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:673](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L673)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/TopNavigationEntry.md b/website/versioned_docs/version-2.0.0/api/interfaces/TopNavigationEntry.md
deleted file mode 100644
index 5a62a6f2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/TopNavigationEntry.md
+++ /dev/null
@@ -1,87 +0,0 @@
----
-id: "TopNavigationEntry"
-title: "Interface: TopNavigationEntry"
-sidebar_label: "TopNavigationEntry"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### collection
-
-• `Optional` **collection**: [`EntityCollection`](EntityCollection.md)\<`any`, `string`, [`User`](../types/User.md)\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:188](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L188)
-
-___
-
-### description
-
-• `Optional` **description**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:190](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L190)
-
-___
-
-### group
-
-• `Optional` **group**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:191](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L191)
-
-___
-
-### name
-
-• **name**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:185](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L185)
-
-___
-
-### path
-
-• **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:186](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L186)
-
-___
-
-### type
-
-• **type**: ``"view"`` \| ``"collection"``
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:187](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L187)
-
-___
-
-### url
-
-• **url**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:184](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L184)
-
-___
-
-### view
-
-• **view**: [`CMSView`](CMSView.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/navigation.ts:189](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/navigation.ts#L189)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileProps.md
deleted file mode 100644
index fcf88d1b9..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileProps.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-id: "UploadFileProps"
-title: "Interface: UploadFileProps"
-sidebar_label: "UploadFileProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### file
-
-• **file**: `File`
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L5)
-
-___
-
-### fileName
-
-• `Optional` **fileName**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L6)
-
-___
-
-### metadata
-
-• `Optional` **metadata**: `any`
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L8)
-
-___
-
-### path
-
-• `Optional` **path**: `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:7](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L7)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileResult.md b/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileResult.md
deleted file mode 100644
index ccda271d8..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/UploadFileResult.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "UploadFileResult"
-title: "Interface: UploadFileResult"
-sidebar_label: "UploadFileResult"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### path
-
-• **path**: `string`
-
-Storage path including the file name where the file was uploaded.
-
-#### Defined in
-
-[packages/firecms_core/src/types/storage.ts:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/storage.ts#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/UploadedFileContext.md b/website/versioned_docs/version-2.0.0/api/interfaces/UploadedFileContext.md
deleted file mode 100644
index 29d051e4b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/UploadedFileContext.md
+++ /dev/null
@@ -1,91 +0,0 @@
----
-id: "UploadedFileContext"
-title: "Interface: UploadedFileContext"
-sidebar_label: "UploadedFileContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### entityId
-
-• `Optional` **entityId**: `string`
-
-Entity ID
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:798](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L798)
-
-___
-
-### file
-
-• **file**: `File`
-
-Uploaded file
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:783](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L783)
-
-___
-
-### path
-
-• **path**: `string`
-
-Entity path. E.g. `products/PID/locales`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:803](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L803)
-
-___
-
-### property
-
-• **property**: [`ResolvedStringProperty`](../types/ResolvedStringProperty.md) \| [`ResolvedArrayProperty`](../types/ResolvedArrayProperty.md)\<`T`, `ArrayT`\>
-
-Property related to this upload
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:793](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L793)
-
-___
-
-### propertyKey
-
-• **propertyKey**: `string`
-
-Property field name
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:788](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L788)
-
-___
-
-### storage
-
-• **storage**: [`StorageConfig`](StorageConfig.md)
-
-Storage meta specified by the developer
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:813](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L813)
-
-___
-
-### values
-
-• **values**: `any`
-
-Values of the current entity
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:808](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L808)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/UseClipboardProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/UseClipboardProps.md
deleted file mode 100644
index 1aef01f60..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/UseClipboardProps.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-id: "UseClipboardProps"
-title: "Interface: UseClipboardProps"
-sidebar_label: "UseClipboardProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### copiedDuration
-
-• `Optional` **copiedDuration**: `number`
-
-revert back the isCopied flag to false again if a value is set.
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:31](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L31)
-
-___
-
-### disableClipboardAPI
-
-• `Optional` **disableClipboardAPI**: `boolean`
-
-Disables the new clipboard API `navigator.clipboard` even if
-it is supported.
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L26)
-
-___
-
-### onError
-
-• `Optional` **onError**: (`error`: `string`) => `void`
-
-#### Type declaration
-
-▸ (`error`): `void`
-
-Triggers when the hook encounters an error.
-If passed hook won't throw an error.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `error` | `string` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L20)
-
-___
-
-### onSuccess
-
-• `Optional` **onSuccess**: (`text`: `string`) => `void`
-
-#### Type declaration
-
-▸ (`text`): `void`
-
-It's callback function that is called after the `copy` command
-is executed.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `text` | `string` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/UserConfigurationPersistence.md b/website/versioned_docs/version-2.0.0/api/interfaces/UserConfigurationPersistence.md
deleted file mode 100644
index ce624e3ce..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/UserConfigurationPersistence.md
+++ /dev/null
@@ -1,174 +0,0 @@
----
-id: "UserConfigurationPersistence"
-title: "Interface: UserConfigurationPersistence"
-sidebar_label: "UserConfigurationPersistence"
-sidebar_position: 0
-custom_edit_url: null
----
-
-This interface is in charge of defining the controller that persists
-modifications to a collection or collection, and retrieves them back from
-a data source, such as local storage or Firestore.
-
-## Properties
-
-### collapsedGroups
-
-• **collapsedGroups**: `string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:21](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L21)
-
-___
-
-### favouritePaths
-
-• **favouritePaths**: `string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L19)
-
-___
-
-### getCollectionConfig
-
-• **getCollectionConfig**: \(`path`: `string`) => `Partial`\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>\>
-
-#### Type declaration
-
-▸ \<`M`\>(`path`): `Partial`\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>\>
-
-##### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-
-##### Returns
-
-`Partial`\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L16)
-
-___
-
-### onCollectionModified
-
-• **onCollectionModified**: \(`path`: `string`, `partialCollection`: `Partial`\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>\>) => `void`
-
-#### Type declaration
-
-▸ \<`M`\>(`path`, `partialCollection`): `void`
-
-##### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `path` | `string` |
-| `partialCollection` | `Partial`\<[`EntityCollection`](EntityCollection.md)\<`M`, `string`, [`User`](../types/User.md)\>\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L15)
-
-___
-
-### recentlyVisitedPaths
-
-• **recentlyVisitedPaths**: `string`[]
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:17](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L17)
-
-___
-
-### setCollapsedGroups
-
-• **setCollapsedGroups**: (`paths`: `string`[]) => `void`
-
-#### Type declaration
-
-▸ (`paths`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `paths` | `string`[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:22](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L22)
-
-___
-
-### setFavouritePaths
-
-• **setFavouritePaths**: (`paths`: `string`[]) => `void`
-
-#### Type declaration
-
-▸ (`paths`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `paths` | `string`[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L20)
-
-___
-
-### setRecentlyVisitedPaths
-
-• **setRecentlyVisitedPaths**: (`paths`: `string`[]) => `void`
-
-#### Type declaration
-
-▸ (`paths`): `void`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `paths` | `string`[] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/types/local_config_persistence.tsx:18](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/local_config_persistence.tsx#L18)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableColumn.md b/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableColumn.md
deleted file mode 100644
index 19468901b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableColumn.md
+++ /dev/null
@@ -1,188 +0,0 @@
----
-id: "VirtualTableColumn"
-title: "Interface: VirtualTableColumn"
-sidebar_label: "VirtualTableColumn"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`See`**
-
-Table
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `CustomProps` | extends `any` = `any` |
-
-## Properties
-
-### AdditionalHeaderWidget
-
-• `Optional` **AdditionalHeaderWidget**: (`props`: \{ `onHover`: `boolean` }) => `ReactNode`
-
-#### Type declaration
-
-▸ (`props`): `ReactNode`
-
-Additional children to be rendered in the header when hovering
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `Object` |
-| `props.onHover` | `boolean` |
-
-##### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:223](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L223)
-
-___
-
-### align
-
-• `Optional` **align**: ``"center"`` \| ``"left"`` \| ``"right"``
-
-Alignment of the column cell
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:203](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L203)
-
-___
-
-### custom
-
-• `Optional` **custom**: `CustomProps`
-
-Custom props passed to the cell renderer
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:218](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L218)
-
-___
-
-### filter
-
-• `Optional` **filter**: `boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:197](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L197)
-
-___
-
-### frozen
-
-• `Optional` **frozen**: `boolean`
-
-This column is frozen to the left
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:182](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L182)
-
-___
-
-### headerAlign
-
-• `Optional` **headerAlign**: ``"center"`` \| ``"left"`` \| ``"right"``
-
-How is the
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:187](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L187)
-
-___
-
-### icon
-
-• `Optional` **icon**: (`hoverOrOpen`: `boolean`) => `ReactNode`
-
-#### Type declaration
-
-▸ (`hoverOrOpen`): `ReactNode`
-
-Icon displayed in the header
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `hoverOrOpen` | `boolean` |
-
-##### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:192](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L192)
-
-___
-
-### key
-
-• **key**: `string`
-
-Data key for the cell value, could be "a.b.c"
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:167](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L167)
-
-___
-
-### resizable
-
-• `Optional` **resizable**: `boolean`
-
-Can it be resized
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:213](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L213)
-
-___
-
-### sortable
-
-• `Optional` **sortable**: `boolean`
-
-Whether the column is sortable, defaults to false
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:208](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L208)
-
-___
-
-### title
-
-• `Optional` **title**: `string`
-
-Label displayed in the header
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:177](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L177)
-
-___
-
-### width
-
-• **width**: `number`
-
-The width of the column, gutter width is not included
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:172](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L172)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableProps.md b/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableProps.md
deleted file mode 100644
index e2c2b206e..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/VirtualTableProps.md
+++ /dev/null
@@ -1,429 +0,0 @@
----
-id: "VirtualTableProps"
-title: "Interface: VirtualTableProps"
-sidebar_label: "VirtualTableProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-**`See`**
-
-Table
-
-## Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `Record`\<`string`, `any`\> |
-
-## Properties
-
-### AddColumnComponent
-
-• `Optional` **AddColumnComponent**: `ComponentType`\<{}\>
-
-If adding this callback, a button to add a new column is displayed.
-
-**`Param`**
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:143](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L143)
-
-___
-
-### cellRenderer
-
-• **cellRenderer**: (`params`: [`CellRendererParams`](../types/CellRendererParams.md)\<`T`\>) => `ReactNode`
-
-#### Type declaration
-
-▸ (`params`): `ReactNode`
-
-Custom cell renderer
-The renderer receives props `{ cellData, columns, column, columnIndex, rowData, rowIndex, container, isScrolling }`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`CellRendererParams`](../types/CellRendererParams.md)\<`T`\> |
-
-##### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:32](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L32)
-
-___
-
-### checkFilterCombination
-
-• `Optional` **checkFilterCombination**: (`filterValues`: `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>, `sortBy?`: [`string`, ``"desc"`` \| ``"asc"``]) => `boolean`
-
-#### Type declaration
-
-▸ (`filterValues`, `sortBy?`): `boolean`
-
-Set this callback if you want to support some combinations
-of filter combinations only.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `filterValues` | `Partial`\<`Record`\<`Extract`\, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\> |
-| `sortBy?` | [`string`, ``"desc"`` \| ``"asc"``] |
-
-##### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:45](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L45)
-
-___
-
-### className
-
-• `Optional` **className**: `string`
-
-Class name applied to the table
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:132](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L132)
-
-___
-
-### columns
-
-• **columns**: [`VirtualTableColumn`](VirtualTableColumn.md)\<`any`\>[]
-
-Properties displayed in this collection. If this property is not set
-every property is displayed, you can filter
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L26)
-
-___
-
-### createFilterField
-
-• `Optional` **createFilterField**: (`props`: `FilterFormFieldProps`\<`any`\>) => `ReactNode`
-
-#### Type declaration
-
-▸ (`props`): `ReactNode`
-
-Callback to create a filter field, displayed in the header as a dropdown
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | `FilterFormFieldProps`\<`any`\> |
-
-##### Returns
-
-`ReactNode`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:127](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L127)
-
-___
-
-### data
-
-• `Optional` **data**: `T`[]
-
-Array of arbitrary data
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:20](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L20)
-
-___
-
-### emptyComponent
-
-• `Optional` **emptyComponent**: `ReactNode`
-
-Message displayed when there is no data
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:105](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L105)
-
-___
-
-### endAdornment
-
-• `Optional` **endAdornment**: `ReactNode`
-
-Component rendered at the end of the table, after scroll
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:137](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L137)
-
-___
-
-### error
-
-• `Optional` **error**: `Error`
-
-If there is an error loading data you can pass it here, so it gets
-displayed instead of the content
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:100](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L100)
-
-___
-
-### filter
-
-• `Optional` **filter**: `Partial`\<`Record`\<`any`, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>
-
-In case this table should have some filters set by default
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:77](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L77)
-
-___
-
-### hoverRow
-
-• `Optional` **hoverRow**: `boolean`
-
-Should apply a different style when hovering
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:115](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L115)
-
-___
-
-### loading
-
-• `Optional` **loading**: `boolean`
-
-Is the table in a loading state
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:110](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L110)
-
-___
-
-### onColumnResize
-
-• `Optional` **onColumnResize**: (`params`: [`OnVirtualTableColumnResizeParams`](../types/OnVirtualTableColumnResizeParams.md)) => `void`
-
-#### Type declaration
-
-▸ (`params`): `void`
-
-Callback when a column is resized
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`OnVirtualTableColumnResizeParams`](../types/OnVirtualTableColumnResizeParams.md) |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:67](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L67)
-
-___
-
-### onEndReached
-
-• `Optional` **onEndReached**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-A callback function when scrolling the table to near the end
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L51)
-
-___
-
-### onFilterUpdate
-
-• `Optional` **onFilterUpdate**: (`filter?`: `Partial`\<`Record`\<`any`, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\>) => `void`
-
-#### Type declaration
-
-▸ (`filter?`): `void`
-
-Callback used when filters are updated
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `filter?` | `Partial`\<`Record`\<`any`, [[`WhereFilterOp`](../types/WhereFilterOp.md), `any`]\>\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:83](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L83)
-
-___
-
-### onResetPagination
-
-• `Optional` **onResetPagination**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-When the pagination should be reset. E.g. the filters or sorting
-has been reset.
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:57](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L57)
-
-___
-
-### onRowClick
-
-• `Optional` **onRowClick**: (`props`: [`OnRowClickParams`](../types/OnRowClickParams.md)\<`T`\>) => `void`
-
-#### Type declaration
-
-▸ (`props`): `void`
-
-Callback when a row is clicked
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `props` | [`OnRowClickParams`](../types/OnRowClickParams.md)\<`T`\> |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:62](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L62)
-
-___
-
-### onSortByUpdate
-
-• `Optional` **onSortByUpdate**: (`sortBy?`: [`string`, ``"desc"`` \| ``"asc"``]) => `void`
-
-#### Type declaration
-
-▸ (`sortBy?`): `void`
-
-Callback used when sorting is updated
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `sortBy?` | [`string`, ``"desc"`` \| ``"asc"``] |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:94](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L94)
-
-___
-
-### paginationEnabled
-
-• `Optional` **paginationEnabled**: `boolean`
-
-If enabled, content is loaded in batch
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:37](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L37)
-
-___
-
-### rowClassName
-
-• `Optional` **rowClassName**: (`rowData`: `T`) => `undefined` \| `string`
-
-#### Type declaration
-
-▸ (`rowData`): `undefined` \| `string`
-
-Apply a custom class name to the row
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `rowData` | `T` |
-
-##### Returns
-
-`undefined` \| `string`
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:121](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L121)
-
-___
-
-### size
-
-• `Optional` **size**: [`VirtualTableSize`](../types/VirtualTableSize.md)
-
-Size of the table
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:72](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L72)
-
-___
-
-### sortBy
-
-• `Optional` **sortBy**: [`string`, ``"desc"`` \| ``"asc"``]
-
-Default sort applied to this collection
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:88](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L88)
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/_category_.yml b/website/versioned_docs/version-2.0.0/api/interfaces/_category_.yml
deleted file mode 100644
index 43bec88cf..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/_category_.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-label: "Interfaces"
-position: 4
\ No newline at end of file
diff --git a/website/versioned_docs/version-2.0.0/api/interfaces/useClipboardReturnType.md b/website/versioned_docs/version-2.0.0/api/interfaces/useClipboardReturnType.md
deleted file mode 100644
index edbcc122b..000000000
--- a/website/versioned_docs/version-2.0.0/api/interfaces/useClipboardReturnType.md
+++ /dev/null
@@ -1,129 +0,0 @@
----
-id: "useClipboardReturnType"
-title: "Interface: useClipboardReturnType"
-sidebar_label: "useClipboardReturnType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-## Properties
-
-### clearClipboard
-
-• **clearClipboard**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Clears the user clipboard.
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:63](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L63)
-
-___
-
-### clipboard
-
-• **clipboard**: `string`
-
-Current selected clipboard content.
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:58](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L58)
-
-___
-
-### copy
-
-• **copy**: (`text?`: `string`) => `void`
-
-#### Type declaration
-
-▸ (`text?`): `void`
-
-Use it to perform the copy operation
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `text?` | `string` |
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:43](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L43)
-
-___
-
-### cut
-
-• **cut**: () => `void`
-
-#### Type declaration
-
-▸ (): `void`
-
-Use it to perform the cut operation
-
-##### Returns
-
-`void`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:48](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L48)
-
-___
-
-### isCoppied
-
-• **isCoppied**: `boolean`
-
-Indicates wheater the content was successfully copied or not.
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:53](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L53)
-
-___
-
-### isSupported
-
-• **isSupported**: () => `boolean`
-
-#### Type declaration
-
-▸ (): `boolean`
-
-Check to see if the browser supports the new `navigator.clipboard` API.
-
-##### Returns
-
-`boolean`
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:68](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L68)
-
-___
-
-### ref
-
-• **ref**: `MutableRefObject`\<`any`\>
-
-Use ref to pull the text content from.
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/useClipboard.tsx:38](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/useClipboard.tsx#L38)
diff --git a/website/versioned_docs/version-2.0.0/api/modules.md b/website/versioned_docs/version-2.0.0/api/modules.md
deleted file mode 100644
index b674eca51..000000000
--- a/website/versioned_docs/version-2.0.0/api/modules.md
+++ /dev/null
@@ -1,2725 +0,0 @@
----
-id: "modules"
-title: "API"
-sidebar_label: "Exports"
-sidebar_position: 0.5
-custom_edit_url: null
----
-
-## Classes
-
-- [EntityReference](classes/EntityReference.md)
-- [ErrorBoundary](classes/ErrorBoundary.md)
-- [GeoPoint](classes/GeoPoint.md)
-
-## Core Interfaces
-
-- [ScaffoldProps](interfaces/ScaffoldProps.md)
-
-## Entity properties Interfaces
-
-- [ArrayProperty](interfaces/ArrayProperty.md)
-- [ArrayPropertyValidationSchema](interfaces/ArrayPropertyValidationSchema.md)
-- [BaseProperty](interfaces/BaseProperty.md)
-- [BooleanProperty](interfaces/BooleanProperty.md)
-- [DateProperty](interfaces/DateProperty.md)
-- [DatePropertyValidationSchema](interfaces/DatePropertyValidationSchema.md)
-- [GeopointProperty](interfaces/GeopointProperty.md)
-- [MapProperty](interfaces/MapProperty.md)
-- [NumberProperty](interfaces/NumberProperty.md)
-- [NumberPropertyValidationSchema](interfaces/NumberPropertyValidationSchema.md)
-- [PropertyDisabledConfig](interfaces/PropertyDisabledConfig.md)
-- [PropertyValidationSchema](interfaces/PropertyValidationSchema.md)
-- [ReferenceProperty](interfaces/ReferenceProperty.md)
-- [StorageConfig](interfaces/StorageConfig.md)
-- [StringProperty](interfaces/StringProperty.md)
-- [StringPropertyValidationSchema](interfaces/StringPropertyValidationSchema.md)
-- [UploadedFileContext](interfaces/UploadedFileContext.md)
-
-## Form custom fields Interfaces
-
-- [FieldProps](interfaces/FieldProps.md)
-- [FormContext](interfaces/FormContext.md)
-- [PropertyFieldBindingProps](interfaces/PropertyFieldBindingProps.md)
-
-## Preview components Interfaces
-
-- [ImagePreviewProps](interfaces/ImagePreviewProps.md)
-- [PropertyPreviewProps](interfaces/PropertyPreviewProps.md)
-
-## Collection components Interfaces
-
-- [OnCellValueChangeParams](interfaces/OnCellValueChangeParams.md)
-
-## Hooks and utilities Interfaces
-
-- [BreadcrumbEntry](interfaces/BreadcrumbEntry.md)
-- [BreadcrumbsController](interfaces/BreadcrumbsController.md)
-- [CollectionFetchProps](interfaces/CollectionFetchProps.md)
-- [CollectionFetchResult](interfaces/CollectionFetchResult.md)
-- [EntityFetchProps](interfaces/EntityFetchProps.md)
-- [EntityFetchResult](interfaces/EntityFetchResult.md)
-- [EntitySidePanelProps](interfaces/EntitySidePanelProps.md)
-- [ModeController](interfaces/ModeController.md)
-- [NavigationFrom](interfaces/NavigationFrom.md)
-- [NavigationFromProps](interfaces/NavigationFromProps.md)
-- [ResolvedNavigationCollection](interfaces/ResolvedNavigationCollection.md)
-- [ResolvedNavigationEntity](interfaces/ResolvedNavigationEntity.md)
-- [SideDialogPanelProps](interfaces/SideDialogPanelProps.md)
-- [SideDialogsController](interfaces/SideDialogsController.md)
-- [SideEntityController](interfaces/SideEntityController.md)
-- [SnackbarController](interfaces/SnackbarController.md)
-
-## Components Interfaces
-
-- [EntityFormProps](interfaces/EntityFormProps.md)
-- [EntityPreviewProps](interfaces/EntityPreviewProps.md)
-- [ErrorViewProps](interfaces/ErrorViewProps.md)
-- [ReferenceSelectionInnerProps](interfaces/ReferenceSelectionInnerProps.md)
-- [VirtualTableColumn](interfaces/VirtualTableColumn.md)
-- [VirtualTableProps](interfaces/VirtualTableProps.md)
-
-## Datasource Interfaces
-
-- [DataSource](interfaces/DataSource.md)
-- [DeleteEntityProps](interfaces/DeleteEntityProps.md)
-- [FetchCollectionProps](interfaces/FetchCollectionProps.md)
-- [FetchEntityProps](interfaces/FetchEntityProps.md)
-- [SaveEntityProps](interfaces/SaveEntityProps.md)
-
-## Firebase Interfaces
-
-- [AppCheck](interfaces/AppCheck.md)
-- [AppCheckOptions](interfaces/AppCheckOptions.md)
-- [AppCheckTokenResult](interfaces/AppCheckTokenResult.md)
-
-## Models Interfaces
-
-- [AdditionalFieldDelegate](interfaces/AdditionalFieldDelegate.md)
-- [CMSView](interfaces/CMSView.md)
-- [CollectionActionsProps](interfaces/CollectionActionsProps.md)
-- [Entity](interfaces/Entity.md)
-- [EntityCallbacks](interfaces/EntityCallbacks.md)
-- [EntityCollection](interfaces/EntityCollection.md)
-- [EntityCustomViewParams](interfaces/EntityCustomViewParams.md)
-- [EntityIdUpdateProps](interfaces/EntityIdUpdateProps.md)
-- [EntityOnDeleteProps](interfaces/EntityOnDeleteProps.md)
-- [EntityOnFetchProps](interfaces/EntityOnFetchProps.md)
-- [EntityOnSaveProps](interfaces/EntityOnSaveProps.md)
-- [Permissions](interfaces/Permissions.md)
-- [PermissionsBuilderProps](interfaces/PermissionsBuilderProps.md)
-- [PluginHomePageActionsProps](interfaces/PluginHomePageActionsProps.md)
-
-## Other Interfaces
-
-- [AlertProps](interfaces/AlertProps.md)
-- [AsyncPreviewComponentProps](interfaces/AsyncPreviewComponentProps.md)
-- [BreadcrumbUpdaterProps](interfaces/BreadcrumbUpdaterProps.md)
-- [Cancelable](interfaces/Cancelable.md)
-- [ChipProps](interfaces/ChipProps.md)
-- [DataSourceDelegate](interfaces/DataSourceDelegate.md)
-- [DownloadMetadata](interfaces/DownloadMetadata.md)
-- [EnumValuesChipProps](interfaces/EnumValuesChipProps.md)
-- [FileUploadError](interfaces/FileUploadError.md)
-- [ImageCompression](interfaces/ImageCompression.md)
-- [MarkdownProps](interfaces/MarkdownProps.md)
-- [MultiSelectItemProps](interfaces/MultiSelectItemProps.md)
-- [PluginFormActionProps](interfaces/PluginFormActionProps.md)
-- [PluginGenericProps](interfaces/PluginGenericProps.md)
-- [PluginHomePageAdditionalCardsProps](interfaces/PluginHomePageAdditionalCardsProps.md)
-- [PopoverProps](interfaces/PopoverProps.md)
-- [SkeletonPropertyComponentProps](interfaces/SkeletonPropertyComponentProps.md)
-- [TopNavigationEntry](interfaces/TopNavigationEntry.md)
-- [UseClipboardProps](interfaces/UseClipboardProps.md)
-- [UserConfigurationPersistence](interfaces/UserConfigurationPersistence.md)
-- [useClipboardReturnType](interfaces/useClipboardReturnType.md)
-
-## Storage Interfaces
-
-- [DownloadConfig](interfaces/DownloadConfig.md)
-- [StorageSource](interfaces/StorageSource.md)
-- [UploadFileProps](interfaces/UploadFileProps.md)
-- [UploadFileResult](interfaces/UploadFileResult.md)
-
-## Core Type Aliases
-
-- [DrawerProps](types/DrawerProps.md)
-- [FireCMSPlugin](types/FireCMSPlugin.md)
-
-## Entity properties Type Aliases
-
-- [CMSType](types/CMSType.md)
-- [DataType](types/DataType.md)
-- [EnumType](types/EnumType.md)
-- [EnumValueConfig](types/EnumValueConfig.md)
-- [EnumValues](types/EnumValues.md)
-- [FileType](types/FileType.md)
-- [PreviewType](types/PreviewType.md)
-- [Properties](types/Properties.md)
-- [PropertiesOrBuilders](types/PropertiesOrBuilders.md)
-- [Property](types/Property.md)
-- [PropertyBuilder](types/PropertyBuilder.md)
-- [PropertyBuilderProps](types/PropertyBuilderProps.md)
-- [PropertyOrBuilder](types/PropertyOrBuilder.md)
-- [ResolvedArrayProperty](types/ResolvedArrayProperty.md)
-- [ResolvedBooleanProperty](types/ResolvedBooleanProperty.md)
-- [ResolvedGeopointProperty](types/ResolvedGeopointProperty.md)
-- [ResolvedMapProperty](types/ResolvedMapProperty.md)
-- [ResolvedNumberProperty](types/ResolvedNumberProperty.md)
-- [ResolvedProperties](types/ResolvedProperties.md)
-- [ResolvedProperty](types/ResolvedProperty.md)
-- [ResolvedReferenceProperty](types/ResolvedReferenceProperty.md)
-- [ResolvedStringProperty](types/ResolvedStringProperty.md)
-- [ResolvedTimestampProperty](types/ResolvedTimestampProperty.md)
-
-## Preview components Type Aliases
-
-- [PreviewSize](types/PreviewSize.md)
-
-## Collection components Type Aliases
-
-- [EntityCollectionTableProps](types/EntityCollectionTableProps.md)
-- [OnCellValueChange](types/OnCellValueChange.md)
-- [OnColumnResizeParams](types/OnColumnResizeParams.md)
-- [OnVirtualTableColumnResizeParams](types/OnVirtualTableColumnResizeParams.md)
-- [UniqueFieldValidator](types/UniqueFieldValidator.md)
-
-## Hooks and utilities Type Aliases
-
-- [AuthController](types/AuthController.md)
-- [DeleteEntityWithCallbacksProps](types/DeleteEntityWithCallbacksProps.md)
-- [FireCMSContext](types/FireCMSContext.md)
-- [ResolvedNavigationEntry](types/ResolvedNavigationEntry.md)
-- [SaveEntityWithCallbacksProps](types/SaveEntityWithCallbacksProps.md)
-- [SnackbarMessageType](types/SnackbarMessageType.md)
-
-## Components Type Aliases
-
-- [EntityCollectionViewProps](types/EntityCollectionViewProps.md)
-- [NavigationRoutesProps](types/NavigationRoutesProps.md)
-- [VirtualTableFilterValues](types/VirtualTableFilterValues.md)
-- [VirtualTableSize](types/VirtualTableSize.md)
-- [VirtualTableSort](types/VirtualTableSort.md)
-
-## Datasource Type Aliases
-
-- [ListenCollectionProps](types/ListenCollectionProps.md)
-- [ListenEntityProps](types/ListenEntityProps.md)
-
-## Models Type Aliases
-
-- [CMSViewsBuilder](types/CMSViewsBuilder.md)
-- [ChipColorKey](types/ChipColorKey.md)
-- [ChipColorScheme](types/ChipColorScheme.md)
-- [CollectionSize](types/CollectionSize.md)
-- [DefaultSelectedViewBuilder](types/DefaultSelectedViewBuilder.md)
-- [DefaultSelectedViewParams](types/DefaultSelectedViewParams.md)
-- [EntityCollectionsBuilder](types/EntityCollectionsBuilder.md)
-- [EntityCustomView](types/EntityCustomView.md)
-- [EntityLinkBuilder](types/EntityLinkBuilder.md)
-- [EntityStatus](types/EntityStatus.md)
-- [EntityValues](types/EntityValues.md)
-- [FilterCombination](types/FilterCombination.md)
-- [FilterValues](types/FilterValues.md)
-- [FireCMSProps](types/FireCMSProps.md)
-- [Locale](types/Locale.md)
-- [NavigationContext](types/NavigationContext.md)
-- [PartialEntityCollection](types/PartialEntityCollection.md)
-- [PermissionsBuilder](types/PermissionsBuilder.md)
-- [ResolvedEntityCollection](types/ResolvedEntityCollection.md)
-- [SelectionController](types/SelectionController.md)
-- [User](types/User.md)
-- [VirtualTableWhereFilterOp](types/VirtualTableWhereFilterOp.md)
-- [WhereFilterOp](types/WhereFilterOp.md)
-
-## Other Type Aliases
-
-- [AdditionalFieldDelegateProps](types/AdditionalFieldDelegateProps.md)
-- [ArrayValuesCount](types/ArrayValuesCount.md)
-- [AutocompleteItemProps](types/AutocompleteItemProps.md)
-- [AutocompleteProps](types/AutocompleteProps.md)
-- [BadgeColor](types/BadgeColor.md)
-- [BooleanSwitchProps](types/BooleanSwitchProps.md)
-- [BooleanSwitchWithLabelProps](types/BooleanSwitchWithLabelProps.md)
-- [ButtonProps](types/ButtonProps.md)
-- [CMSAnalyticsEvent](types/CMSAnalyticsEvent.md)
-- [CellRendererParams](types/CellRendererParams.md)
-- [CircularProgressProps](types/CircularProgressProps.md)
-- [ContainerProps](types/ContainerProps.md)
-- [DialogProps](types/DialogProps.md)
-- [EntityAction](types/EntityAction.md)
-- [EntityActionClickProps](types/EntityActionClickProps.md)
-- [EntityCollectionTableControllerProps](types/EntityCollectionTableControllerProps.md)
-- [FetchCollectionDelegateProps](types/FetchCollectionDelegateProps.md)
-- [FieldConfigId](types/FieldConfigId.md)
-- [FileUploadProps](types/FileUploadProps.md)
-- [FilterCombinationValidProps](types/FilterCombinationValidProps.md)
-- [FireCMSAppBarProps](types/FireCMSAppBarProps.md)
-- [IconButtonProps](types/IconButtonProps.md)
-- [IconColor](types/IconColor.md)
-- [IconProps](types/IconProps.md)
-- [InferCollectionType](types/InferCollectionType.md)
-- [InputLabelProps](types/InputLabelProps.md)
-- [InputType](types/InputType.md)
-- [ListenCollectionDelegateProps](types/ListenCollectionDelegateProps.md)
-- [LoadingButtonProps](types/LoadingButtonProps.md)
-- [MenuItemProps](types/MenuItemProps.md)
-- [MenuProps](types/MenuProps.md)
-- [MultiSelectProps](types/MultiSelectProps.md)
-- [OnFileUploadRejected](types/OnFileUploadRejected.md)
-- [OnFilesUploadAdded](types/OnFilesUploadAdded.md)
-- [OnRowClickParams](types/OnRowClickParams.md)
-- [PluginFieldBuilderParams](types/PluginFieldBuilderParams.md)
-- [PopoverAlign](types/PopoverAlign.md)
-- [PopoverSide](types/PopoverSide.md)
-- [PropertyConfig](types/PropertyConfig.md)
-- [ReferencePreviewProps](types/ReferencePreviewProps.md)
-- [SaveEntityDelegateProps](types/SaveEntityDelegateProps.md)
-- [SelectGroupProps](types/SelectGroupProps.md)
-- [SelectItemProps](types/SelectItemProps.md)
-- [SelectProps](types/SelectProps.md)
-- [SelectedCellProps](types/SelectedCellProps.md)
-- [SideDialogContextProps](types/SideDialogContextProps.md)
-- [TabProps](types/TabProps.md)
-- [TableBodyProps](types/TableBodyProps.md)
-- [TableCellProps](types/TableCellProps.md)
-- [TableController](types/TableController.md)
-- [TableHeaderProps](types/TableHeaderProps.md)
-- [TableProps](types/TableProps.md)
-- [TableRowProps](types/TableRowProps.md)
-- [TabsProps](types/TabsProps.md)
-- [TextFieldProps](types/TextFieldProps.md)
-- [TextProps](types/TextProps.md)
-- [TextareaAutosizeProps](types/TextareaAutosizeProps.md)
-- [TooltipProps](types/TooltipProps.md)
-- [TopNavigationResult](types/TopNavigationResult.md)
-
-## Variables
-
-- [AuthControllerContext](variables/AuthControllerContext.md)
-- [COLLECTION\_PATH\_SEPARATOR](variables/COLLECTION_PATH_SEPARATOR.md)
-- [DEFAULT\_FIELD\_CONFIGS](variables/DEFAULT_FIELD_CONFIGS.md)
-- [FireCMSContextInstance](variables/FireCMSContextInstance.md)
-- [IconButton](variables/IconButton.md)
-- [MultiSelectContext](variables/MultiSelectContext.md)
-- [cardClickableMixin](variables/cardClickableMixin.md)
-- [cardMixin](variables/cardMixin.md)
-- [cardSelectedMixin](variables/cardSelectedMixin.md)
-- [coolIconKeys](variables/coolIconKeys.md)
-- [defaultBorderMixin](variables/defaultBorderMixin.md)
-- [defaultDateFormat](variables/defaultDateFormat.md)
-- [fieldBackgroundDisabledMixin](variables/fieldBackgroundDisabledMixin.md)
-- [fieldBackgroundHoverMixin](variables/fieldBackgroundHoverMixin.md)
-- [fieldBackgroundInvisibleMixin](variables/fieldBackgroundInvisibleMixin.md)
-- [fieldBackgroundMixin](variables/fieldBackgroundMixin.md)
-- [focusedClasses](variables/focusedClasses.md)
-- [focusedInvisibleMixin](variables/focusedInvisibleMixin.md)
-- [focusedMixin](variables/focusedMixin.md)
-- [iconKeys](variables/iconKeys.md)
-- [paperMixin](variables/paperMixin.md)
-
-## Core Functions
-
-- [Drawer](functions/Drawer.md)
-- [FireCMS](functions/FireCMS.md)
-- [Scaffold](functions/Scaffold.md)
-
-## Form fields Functions
-
-- [ArrayCustomShapedFieldBinding](functions/ArrayCustomShapedFieldBinding.md)
-- [ArrayOfReferencesFieldBinding](functions/ArrayOfReferencesFieldBinding.md)
-- [BlockFieldBinding](functions/BlockFieldBinding.md)
-- [DateTimeFieldBinding](functions/DateTimeFieldBinding.md)
-- [KeyValueFieldBinding](functions/KeyValueFieldBinding.md)
-- [MapFieldBinding](functions/MapFieldBinding.md)
-- [MarkdownFieldBinding](functions/MarkdownFieldBinding.md)
-- [MultiSelectBinding](functions/MultiSelectBinding.md)
-- [ReadOnlyFieldBinding](functions/ReadOnlyFieldBinding.md)
-- [ReferenceFieldBinding](functions/ReferenceFieldBinding.md)
-- [RepeatFieldBinding](functions/RepeatFieldBinding.md)
-- [SelectFieldBinding](functions/SelectFieldBinding.md)
-- [StorageUploadFieldBinding](functions/StorageUploadFieldBinding.md)
-- [SwitchFieldBinding](functions/SwitchFieldBinding.md)
-- [TextFieldBinding](functions/TextFieldBinding.md)
-
-## Builder Functions
-
-- [buildAdditionalFieldDelegate](functions/buildAdditionalFieldDelegate.md)
-- [buildCollection](functions/buildCollection.md)
-- [buildEntityCallbacks](functions/buildEntityCallbacks.md)
-- [buildEnumValueConfig](functions/buildEnumValueConfig.md)
-- [buildEnumValues](functions/buildEnumValues.md)
-- [buildFieldConfig](functions/buildFieldConfig.md)
-- [buildProperties](functions/buildProperties.md)
-- [buildPropertiesOrBuilder](functions/buildPropertiesOrBuilder.md)
-- [buildProperty](functions/buildProperty.md)
-
-## Form custom fields Functions
-
-- [ArrayContainer](functions/ArrayContainer.md)
-- [FormikArrayContainer](functions/FormikArrayContainer.md)
-- [LabelWithIcon](functions/LabelWithIcon.md)
-- [PropertyFieldBinding](functions/PropertyFieldBinding.md)
-
-## Preview components Functions
-
-- [ArrayEnumPreview](functions/ArrayEnumPreview.md)
-- [ArrayOfMapsPreview](functions/ArrayOfMapsPreview.md)
-- [ArrayOfReferencesPreview](functions/ArrayOfReferencesPreview.md)
-- [ArrayOfStorageComponentsPreview](functions/ArrayOfStorageComponentsPreview.md)
-- [ArrayOfStringsPreview](functions/ArrayOfStringsPreview.md)
-- [ArrayOneOfPreview](functions/ArrayOneOfPreview.md)
-- [ArrayPropertyEnumPreview](functions/ArrayPropertyEnumPreview.md)
-- [ArrayPropertyPreview](functions/ArrayPropertyPreview.md)
-- [AsyncPreviewComponent](functions/AsyncPreviewComponent.md)
-- [BooleanPreview](functions/BooleanPreview.md)
-- [Chip](functions/Chip.md)
-- [DatePreview](functions/DatePreview.md)
-- [EmptyValue](functions/EmptyValue.md)
-- [EnumValuesChip](functions/EnumValuesChip.md)
-- [ImagePreview](functions/ImagePreview.md)
-- [MapPropertyPreview](functions/MapPropertyPreview.md)
-- [Markdown](functions/Markdown.md)
-- [NumberPropertyPreview](functions/NumberPropertyPreview.md)
-- [PropertyPreview](functions/PropertyPreview.md)
-- [ReferencePreview](functions/ReferencePreview.md)
-- [SkeletonPropertyComponent](functions/SkeletonPropertyComponent.md)
-- [StorageThumbnail](functions/StorageThumbnail.md)
-- [StringPropertyPreview](functions/StringPropertyPreview.md)
-- [UrlComponentPreview](functions/UrlComponentPreview.md)
-
-## Hooks and utilities Functions
-
-- [deleteEntityWithCallbacks](functions/deleteEntityWithCallbacks.md)
-- [resolveNavigationFrom](functions/resolveNavigationFrom.md)
-- [saveEntityWithCallbacks](functions/saveEntityWithCallbacks.md)
-- [useAuthController](functions/useAuthController.md)
-- [useBreadcrumbsContext](functions/useBreadcrumbsContext.md)
-- [useCollectionFetch](functions/useCollectionFetch.md)
-- [useDataSource](functions/useDataSource.md)
-- [useEntityFetch](functions/useEntityFetch.md)
-- [useFireCMSContext](functions/useFireCMSContext.md)
-- [useModeController](functions/useModeController.md)
-- [useNavigationContext](functions/useNavigationContext.md)
-- [useReferenceDialog](functions/useReferenceDialog.md)
-- [useResolvedNavigationFrom](functions/useResolvedNavigationFrom.md)
-- [useSideDialogsController](functions/useSideDialogsController.md)
-- [useSideEntityController](functions/useSideEntityController.md)
-- [useSnackbarController](functions/useSnackbarController.md)
-- [useStorageSource](functions/useStorageSource.md)
-
-## Firestore Functions
-
-- [cmsToDelegateModel](functions/cmsToDelegateModel.md)
-
-## Components Functions
-
-- [BreadcrumbUpdater](functions/BreadcrumbUpdater.md)
-- [DefaultHomePage](functions/DefaultHomePage.md)
-- [EntityCollectionTable](functions/EntityCollectionTable.md)
-- [EntityCollectionView](functions/EntityCollectionView.md)
-- [EntityForm](functions/EntityForm.md)
-- [ErrorView](functions/ErrorView.md)
-- [NavigationCollectionCard](functions/NavigationCollectionCard.md)
-- [NavigationRoutes](functions/NavigationRoutes.md)
-- [ReferenceSelectionInner](functions/ReferenceSelectionInner.md)
-- [RouteWrapper](functions/RouteWrapper.md)
-- [SideDialogs](functions/SideDialogs.md)
-- [VirtualTable](functions/VirtualTable.md)
-
-## Datasource Functions
-
-- [sanitizeData](functions/sanitizeData.md)
-- [updateDateAutoValues](functions/updateDateAutoValues.md)
-
-## Firebase Functions
-
-- [useBuildDataSource](functions/useBuildDataSource.md)
-
-## Other Functions
-
-- [AbcIcon](functions/AbcIcon.md)
-- [AcUnitIcon](functions/AcUnitIcon.md)
-- [AccessAlarmIcon](functions/AccessAlarmIcon.md)
-- [AccessAlarmsIcon](functions/AccessAlarmsIcon.md)
-- [AccessTimeFilledIcon](functions/AccessTimeFilledIcon.md)
-- [AccessTimeIcon](functions/AccessTimeIcon.md)
-- [AccessibilityIcon](functions/AccessibilityIcon.md)
-- [AccessibilityNewIcon](functions/AccessibilityNewIcon.md)
-- [AccessibleForwardIcon](functions/AccessibleForwardIcon.md)
-- [AccessibleIcon](functions/AccessibleIcon.md)
-- [AccountBalanceIcon](functions/AccountBalanceIcon.md)
-- [AccountBalanceWalletIcon](functions/AccountBalanceWalletIcon.md)
-- [AccountBoxIcon](functions/AccountBoxIcon.md)
-- [AccountCircleIcon](functions/AccountCircleIcon.md)
-- [AccountTreeIcon](functions/AccountTreeIcon.md)
-- [AdUnitsIcon](functions/AdUnitsIcon.md)
-- [AdbIcon](functions/AdbIcon.md)
-- [AddAPhotoIcon](functions/AddAPhotoIcon.md)
-- [AddAlarmIcon](functions/AddAlarmIcon.md)
-- [AddAlertIcon](functions/AddAlertIcon.md)
-- [AddBoxIcon](functions/AddBoxIcon.md)
-- [AddBusinessIcon](functions/AddBusinessIcon.md)
-- [AddCardIcon](functions/AddCardIcon.md)
-- [AddChartIcon](functions/AddChartIcon.md)
-- [AddCircleIcon](functions/AddCircleIcon.md)
-- [AddCircleOutlineIcon](functions/AddCircleOutlineIcon.md)
-- [AddCommentIcon](functions/AddCommentIcon.md)
-- [AddHomeIcon](functions/AddHomeIcon.md)
-- [AddHomeWorkIcon](functions/AddHomeWorkIcon.md)
-- [AddIcCallIcon](functions/AddIcCallIcon.md)
-- [AddIcon](functions/AddIcon.md)
-- [AddLinkIcon](functions/AddLinkIcon.md)
-- [AddLocationAltIcon](functions/AddLocationAltIcon.md)
-- [AddLocationIcon](functions/AddLocationIcon.md)
-- [AddModeratorIcon](functions/AddModeratorIcon.md)
-- [AddPhotoAlternateIcon](functions/AddPhotoAlternateIcon.md)
-- [AddReactionIcon](functions/AddReactionIcon.md)
-- [AddRoadIcon](functions/AddRoadIcon.md)
-- [AddShoppingCartIcon](functions/AddShoppingCartIcon.md)
-- [AddTaskIcon](functions/AddTaskIcon.md)
-- [AddToDriveIcon](functions/AddToDriveIcon.md)
-- [AddToHomeScreenIcon](functions/AddToHomeScreenIcon.md)
-- [AddToPhotosIcon](functions/AddToPhotosIcon.md)
-- [AddToQueueIcon](functions/AddToQueueIcon.md)
-- [AdfScannerIcon](functions/AdfScannerIcon.md)
-- [AdjustIcon](functions/AdjustIcon.md)
-- [AdminPanelSettingsIcon](functions/AdminPanelSettingsIcon.md)
-- [AdsClickIcon](functions/AdsClickIcon.md)
-- [AgricultureIcon](functions/AgricultureIcon.md)
-- [AirIcon](functions/AirIcon.md)
-- [AirlineSeatFlatAngledIcon](functions/AirlineSeatFlatAngledIcon.md)
-- [AirlineSeatFlatIcon](functions/AirlineSeatFlatIcon.md)
-- [AirlineSeatIndividualSuiteIcon](functions/AirlineSeatIndividualSuiteIcon.md)
-- [AirlineSeatLegroomExtraIcon](functions/AirlineSeatLegroomExtraIcon.md)
-- [AirlineSeatLegroomNormalIcon](functions/AirlineSeatLegroomNormalIcon.md)
-- [AirlineSeatLegroomReducedIcon](functions/AirlineSeatLegroomReducedIcon.md)
-- [AirlineSeatReclineExtraIcon](functions/AirlineSeatReclineExtraIcon.md)
-- [AirlineSeatReclineNormalIcon](functions/AirlineSeatReclineNormalIcon.md)
-- [AirlineStopsIcon](functions/AirlineStopsIcon.md)
-- [AirlinesIcon](functions/AirlinesIcon.md)
-- [AirplaneTicketIcon](functions/AirplaneTicketIcon.md)
-- [AirplanemodeActiveIcon](functions/AirplanemodeActiveIcon.md)
-- [AirplanemodeInactiveIcon](functions/AirplanemodeInactiveIcon.md)
-- [AirplayIcon](functions/AirplayIcon.md)
-- [AirportShuttleIcon](functions/AirportShuttleIcon.md)
-- [AlarmAddIcon](functions/AlarmAddIcon.md)
-- [AlarmIcon](functions/AlarmIcon.md)
-- [AlarmOffIcon](functions/AlarmOffIcon.md)
-- [AlarmOnIcon](functions/AlarmOnIcon.md)
-- [AlbumIcon](functions/AlbumIcon.md)
-- [Alert](functions/Alert.md)
-- [AlignHorizontalCenterIcon](functions/AlignHorizontalCenterIcon.md)
-- [AlignHorizontalLeftIcon](functions/AlignHorizontalLeftIcon.md)
-- [AlignHorizontalRightIcon](functions/AlignHorizontalRightIcon.md)
-- [AlignVerticalBottomIcon](functions/AlignVerticalBottomIcon.md)
-- [AlignVerticalCenterIcon](functions/AlignVerticalCenterIcon.md)
-- [AlignVerticalTopIcon](functions/AlignVerticalTopIcon.md)
-- [AllInboxIcon](functions/AllInboxIcon.md)
-- [AllInclusiveIcon](functions/AllInclusiveIcon.md)
-- [AllOutIcon](functions/AllOutIcon.md)
-- [AltRouteIcon](functions/AltRouteIcon.md)
-- [AlternateEmailIcon](functions/AlternateEmailIcon.md)
-- [AnalyticsIcon](functions/AnalyticsIcon.md)
-- [AnchorIcon](functions/AnchorIcon.md)
-- [AndroidIcon](functions/AndroidIcon.md)
-- [AnimationIcon](functions/AnimationIcon.md)
-- [AnnouncementIcon](functions/AnnouncementIcon.md)
-- [AodIcon](functions/AodIcon.md)
-- [ApartmentIcon](functions/ApartmentIcon.md)
-- [ApiIcon](functions/ApiIcon.md)
-- [AppBlockingIcon](functions/AppBlockingIcon.md)
-- [AppRegistrationIcon](functions/AppRegistrationIcon.md)
-- [AppSettingsAltIcon](functions/AppSettingsAltIcon.md)
-- [AppShortcutIcon](functions/AppShortcutIcon.md)
-- [ApprovalIcon](functions/ApprovalIcon.md)
-- [AppsIcon](functions/AppsIcon.md)
-- [AppsOutageIcon](functions/AppsOutageIcon.md)
-- [ArchitectureIcon](functions/ArchitectureIcon.md)
-- [ArchiveIcon](functions/ArchiveIcon.md)
-- [AreaChartIcon](functions/AreaChartIcon.md)
-- [ArrayContainerItem](functions/ArrayContainerItem.md)
-- [ArrayItemOptions](functions/ArrayItemOptions.md)
-- [ArrowBackIcon](functions/ArrowBackIcon.md)
-- [ArrowBackIosIcon](functions/ArrowBackIosIcon.md)
-- [ArrowBackIosNewIcon](functions/ArrowBackIosNewIcon.md)
-- [ArrowCircleDownIcon](functions/ArrowCircleDownIcon.md)
-- [ArrowCircleLeftIcon](functions/ArrowCircleLeftIcon.md)
-- [ArrowCircleRightIcon](functions/ArrowCircleRightIcon.md)
-- [ArrowCircleUpIcon](functions/ArrowCircleUpIcon.md)
-- [ArrowDownwardIcon](functions/ArrowDownwardIcon.md)
-- [ArrowDropDownCircleIcon](functions/ArrowDropDownCircleIcon.md)
-- [ArrowDropDownIcon](functions/ArrowDropDownIcon.md)
-- [ArrowDropUpIcon](functions/ArrowDropUpIcon.md)
-- [ArrowForwardIcon](functions/ArrowForwardIcon.md)
-- [ArrowForwardIosIcon](functions/ArrowForwardIosIcon.md)
-- [ArrowLeftIcon](functions/ArrowLeftIcon.md)
-- [ArrowOutwardIcon](functions/ArrowOutwardIcon.md)
-- [ArrowRightAltIcon](functions/ArrowRightAltIcon.md)
-- [ArrowRightIcon](functions/ArrowRightIcon.md)
-- [ArrowUpwardIcon](functions/ArrowUpwardIcon.md)
-- [ArtTrackIcon](functions/ArtTrackIcon.md)
-- [ArticleIcon](functions/ArticleIcon.md)
-- [AspectRatioIcon](functions/AspectRatioIcon.md)
-- [AssessmentIcon](functions/AssessmentIcon.md)
-- [AssignmentIcon](functions/AssignmentIcon.md)
-- [AssignmentIndIcon](functions/AssignmentIndIcon.md)
-- [AssignmentLateIcon](functions/AssignmentLateIcon.md)
-- [AssignmentReturnIcon](functions/AssignmentReturnIcon.md)
-- [AssignmentReturnedIcon](functions/AssignmentReturnedIcon.md)
-- [AssignmentTurnedInIcon](functions/AssignmentTurnedInIcon.md)
-- [AssistWalkerIcon](functions/AssistWalkerIcon.md)
-- [AssistantDirectionIcon](functions/AssistantDirectionIcon.md)
-- [AssistantIcon](functions/AssistantIcon.md)
-- [AssistantPhotoIcon](functions/AssistantPhotoIcon.md)
-- [AssuredWorkloadIcon](functions/AssuredWorkloadIcon.md)
-- [AtmIcon](functions/AtmIcon.md)
-- [AttachEmailIcon](functions/AttachEmailIcon.md)
-- [AttachFileIcon](functions/AttachFileIcon.md)
-- [AttachMoneyIcon](functions/AttachMoneyIcon.md)
-- [AttachmentIcon](functions/AttachmentIcon.md)
-- [AttractionsIcon](functions/AttractionsIcon.md)
-- [AttributionIcon](functions/AttributionIcon.md)
-- [AudioFileIcon](functions/AudioFileIcon.md)
-- [AudiotrackIcon](functions/AudiotrackIcon.md)
-- [AutoAwesomeIcon](functions/AutoAwesomeIcon.md)
-- [AutoAwesomeMosaicIcon](functions/AutoAwesomeMosaicIcon.md)
-- [AutoAwesomeMotionIcon](functions/AutoAwesomeMotionIcon.md)
-- [AutoDeleteIcon](functions/AutoDeleteIcon.md)
-- [AutoFixHighIcon](functions/AutoFixHighIcon.md)
-- [AutoFixNormalIcon](functions/AutoFixNormalIcon.md)
-- [AutoFixOffIcon](functions/AutoFixOffIcon.md)
-- [AutoGraphIcon](functions/AutoGraphIcon.md)
-- [AutoModeIcon](functions/AutoModeIcon.md)
-- [AutoStoriesIcon](functions/AutoStoriesIcon.md)
-- [Autocomplete](functions/Autocomplete.md)
-- [AutocompleteItem](functions/AutocompleteItem.md)
-- [AutofpsSelectIcon](functions/AutofpsSelectIcon.md)
-- [AutorenewIcon](functions/AutorenewIcon.md)
-- [AvTimerIcon](functions/AvTimerIcon.md)
-- [Avatar](functions/Avatar.md)
-- [BabyChangingStationIcon](functions/BabyChangingStationIcon.md)
-- [BackHandIcon](functions/BackHandIcon.md)
-- [BackpackIcon](functions/BackpackIcon.md)
-- [BackspaceIcon](functions/BackspaceIcon.md)
-- [BackupIcon](functions/BackupIcon.md)
-- [BackupTableIcon](functions/BackupTableIcon.md)
-- [Badge](functions/Badge.md)
-- [BadgeIcon](functions/BadgeIcon.md)
-- [BakeryDiningIcon](functions/BakeryDiningIcon.md)
-- [BalanceIcon](functions/BalanceIcon.md)
-- [BalconyIcon](functions/BalconyIcon.md)
-- [BallotIcon](functions/BallotIcon.md)
-- [BarChartIcon](functions/BarChartIcon.md)
-- [BatchPredictionIcon](functions/BatchPredictionIcon.md)
-- [BathroomIcon](functions/BathroomIcon.md)
-- [BathtubIcon](functions/BathtubIcon.md)
-- [Battery0BarIcon](functions/Battery0BarIcon.md)
-- [Battery1BarIcon](functions/Battery1BarIcon.md)
-- [Battery2BarIcon](functions/Battery2BarIcon.md)
-- [Battery3BarIcon](functions/Battery3BarIcon.md)
-- [Battery4BarIcon](functions/Battery4BarIcon.md)
-- [Battery5BarIcon](functions/Battery5BarIcon.md)
-- [Battery6BarIcon](functions/Battery6BarIcon.md)
-- [BatteryAlertIcon](functions/BatteryAlertIcon.md)
-- [BatteryChargingFullIcon](functions/BatteryChargingFullIcon.md)
-- [BatteryFullIcon](functions/BatteryFullIcon.md)
-- [BatterySaverIcon](functions/BatterySaverIcon.md)
-- [BatteryStdIcon](functions/BatteryStdIcon.md)
-- [BatteryUnknownIcon](functions/BatteryUnknownIcon.md)
-- [BeachAccessIcon](functions/BeachAccessIcon.md)
-- [BedIcon](functions/BedIcon.md)
-- [BedroomBabyIcon](functions/BedroomBabyIcon.md)
-- [BedroomChildIcon](functions/BedroomChildIcon.md)
-- [BedroomParentIcon](functions/BedroomParentIcon.md)
-- [BedtimeIcon](functions/BedtimeIcon.md)
-- [BedtimeOffIcon](functions/BedtimeOffIcon.md)
-- [BeenhereIcon](functions/BeenhereIcon.md)
-- [BentoIcon](functions/BentoIcon.md)
-- [BikeScooterIcon](functions/BikeScooterIcon.md)
-- [BiotechIcon](functions/BiotechIcon.md)
-- [BlenderIcon](functions/BlenderIcon.md)
-- [BlindIcon](functions/BlindIcon.md)
-- [BlindsClosedIcon](functions/BlindsClosedIcon.md)
-- [BlindsIcon](functions/BlindsIcon.md)
-- [BlockIcon](functions/BlockIcon.md)
-- [BloodtypeIcon](functions/BloodtypeIcon.md)
-- [BluetoothAudioIcon](functions/BluetoothAudioIcon.md)
-- [BluetoothConnectedIcon](functions/BluetoothConnectedIcon.md)
-- [BluetoothDisabledIcon](functions/BluetoothDisabledIcon.md)
-- [BluetoothDriveIcon](functions/BluetoothDriveIcon.md)
-- [BluetoothIcon](functions/BluetoothIcon.md)
-- [BluetoothSearchingIcon](functions/BluetoothSearchingIcon.md)
-- [BlurCircularIcon](functions/BlurCircularIcon.md)
-- [BlurLinearIcon](functions/BlurLinearIcon.md)
-- [BlurOffIcon](functions/BlurOffIcon.md)
-- [BlurOnIcon](functions/BlurOnIcon.md)
-- [BoltIcon](functions/BoltIcon.md)
-- [BookIcon](functions/BookIcon.md)
-- [BookOnlineIcon](functions/BookOnlineIcon.md)
-- [BookmarkAddIcon](functions/BookmarkAddIcon.md)
-- [BookmarkAddedIcon](functions/BookmarkAddedIcon.md)
-- [BookmarkBorderIcon](functions/BookmarkBorderIcon.md)
-- [BookmarkIcon](functions/BookmarkIcon.md)
-- [BookmarkRemoveIcon](functions/BookmarkRemoveIcon.md)
-- [BookmarksIcon](functions/BookmarksIcon.md)
-- [BooleanSwitch](functions/BooleanSwitch.md)
-- [BooleanSwitchWithLabel](functions/BooleanSwitchWithLabel.md)
-- [BorderAllIcon](functions/BorderAllIcon.md)
-- [BorderBottomIcon](functions/BorderBottomIcon.md)
-- [BorderClearIcon](functions/BorderClearIcon.md)
-- [BorderColorIcon](functions/BorderColorIcon.md)
-- [BorderHorizontalIcon](functions/BorderHorizontalIcon.md)
-- [BorderInnerIcon](functions/BorderInnerIcon.md)
-- [BorderLeftIcon](functions/BorderLeftIcon.md)
-- [BorderOuterIcon](functions/BorderOuterIcon.md)
-- [BorderRightIcon](functions/BorderRightIcon.md)
-- [BorderStyleIcon](functions/BorderStyleIcon.md)
-- [BorderTopIcon](functions/BorderTopIcon.md)
-- [BorderVerticalIcon](functions/BorderVerticalIcon.md)
-- [BoyIcon](functions/BoyIcon.md)
-- [BrandingWatermarkIcon](functions/BrandingWatermarkIcon.md)
-- [BreakfastDiningIcon](functions/BreakfastDiningIcon.md)
-- [Brightness1Icon](functions/Brightness1Icon.md)
-- [Brightness2Icon](functions/Brightness2Icon.md)
-- [Brightness3Icon](functions/Brightness3Icon.md)
-- [Brightness4Icon](functions/Brightness4Icon.md)
-- [Brightness5Icon](functions/Brightness5Icon.md)
-- [Brightness6Icon](functions/Brightness6Icon.md)
-- [Brightness7Icon](functions/Brightness7Icon.md)
-- [BrightnessAutoIcon](functions/BrightnessAutoIcon.md)
-- [BrightnessHighIcon](functions/BrightnessHighIcon.md)
-- [BrightnessLowIcon](functions/BrightnessLowIcon.md)
-- [BrightnessMediumIcon](functions/BrightnessMediumIcon.md)
-- [BroadcastOnHomeIcon](functions/BroadcastOnHomeIcon.md)
-- [BroadcastOnPersonalIcon](functions/BroadcastOnPersonalIcon.md)
-- [BrokenImageIcon](functions/BrokenImageIcon.md)
-- [BrowseGalleryIcon](functions/BrowseGalleryIcon.md)
-- [BrowserNotSupportedIcon](functions/BrowserNotSupportedIcon.md)
-- [BrowserUpdatedIcon](functions/BrowserUpdatedIcon.md)
-- [BrunchDiningIcon](functions/BrunchDiningIcon.md)
-- [BrushIcon](functions/BrushIcon.md)
-- [BubbleChartIcon](functions/BubbleChartIcon.md)
-- [BugReportIcon](functions/BugReportIcon.md)
-- [BuildCircleIcon](functions/BuildCircleIcon.md)
-- [BuildIcon](functions/BuildIcon.md)
-- [BungalowIcon](functions/BungalowIcon.md)
-- [BurstModeIcon](functions/BurstModeIcon.md)
-- [BusAlertIcon](functions/BusAlertIcon.md)
-- [BusinessCenterIcon](functions/BusinessCenterIcon.md)
-- [BusinessIcon](functions/BusinessIcon.md)
-- [Button](functions/Button.md)
-- [CabinIcon](functions/CabinIcon.md)
-- [CableIcon](functions/CableIcon.md)
-- [CachedIcon](functions/CachedIcon.md)
-- [CakeIcon](functions/CakeIcon.md)
-- [CalculateIcon](functions/CalculateIcon.md)
-- [CalendarMonthIcon](functions/CalendarMonthIcon.md)
-- [CalendarTodayIcon](functions/CalendarTodayIcon.md)
-- [CalendarViewDayIcon](functions/CalendarViewDayIcon.md)
-- [CalendarViewMonthIcon](functions/CalendarViewMonthIcon.md)
-- [CalendarViewWeekIcon](functions/CalendarViewWeekIcon.md)
-- [CallEndIcon](functions/CallEndIcon.md)
-- [CallIcon](functions/CallIcon.md)
-- [CallMadeIcon](functions/CallMadeIcon.md)
-- [CallMergeIcon](functions/CallMergeIcon.md)
-- [CallMissedIcon](functions/CallMissedIcon.md)
-- [CallMissedOutgoingIcon](functions/CallMissedOutgoingIcon.md)
-- [CallReceivedIcon](functions/CallReceivedIcon.md)
-- [CallSplitIcon](functions/CallSplitIcon.md)
-- [CallToActionIcon](functions/CallToActionIcon.md)
-- [CameraAltIcon](functions/CameraAltIcon.md)
-- [CameraEnhanceIcon](functions/CameraEnhanceIcon.md)
-- [CameraFrontIcon](functions/CameraFrontIcon.md)
-- [CameraIcon](functions/CameraIcon.md)
-- [CameraIndoorIcon](functions/CameraIndoorIcon.md)
-- [CameraOutdoorIcon](functions/CameraOutdoorIcon.md)
-- [CameraRearIcon](functions/CameraRearIcon.md)
-- [CameraRollIcon](functions/CameraRollIcon.md)
-- [CameraswitchIcon](functions/CameraswitchIcon.md)
-- [CampaignIcon](functions/CampaignIcon.md)
-- [CancelIcon](functions/CancelIcon.md)
-- [CancelPresentationIcon](functions/CancelPresentationIcon.md)
-- [CancelScheduleSendIcon](functions/CancelScheduleSendIcon.md)
-- [CandlestickChartIcon](functions/CandlestickChartIcon.md)
-- [CarCrashIcon](functions/CarCrashIcon.md)
-- [CarRentalIcon](functions/CarRentalIcon.md)
-- [CarRepairIcon](functions/CarRepairIcon.md)
-- [Card](functions/Card.md)
-- [CardGiftcardIcon](functions/CardGiftcardIcon.md)
-- [CardMembershipIcon](functions/CardMembershipIcon.md)
-- [CardTravelIcon](functions/CardTravelIcon.md)
-- [CarpenterIcon](functions/CarpenterIcon.md)
-- [CasesIcon](functions/CasesIcon.md)
-- [CasinoIcon](functions/CasinoIcon.md)
-- [CastConnectedIcon](functions/CastConnectedIcon.md)
-- [CastForEducationIcon](functions/CastForEducationIcon.md)
-- [CastIcon](functions/CastIcon.md)
-- [CastleIcon](functions/CastleIcon.md)
-- [CatchingPokemonIcon](functions/CatchingPokemonIcon.md)
-- [CategoryIcon](functions/CategoryIcon.md)
-- [CelebrationIcon](functions/CelebrationIcon.md)
-- [CellTowerIcon](functions/CellTowerIcon.md)
-- [CellWifiIcon](functions/CellWifiIcon.md)
-- [CenterFocusStrongIcon](functions/CenterFocusStrongIcon.md)
-- [CenterFocusWeakIcon](functions/CenterFocusWeakIcon.md)
-- [CenteredView](functions/CenteredView.md)
-- [ChairAltIcon](functions/ChairAltIcon.md)
-- [ChairIcon](functions/ChairIcon.md)
-- [ChaletIcon](functions/ChaletIcon.md)
-- [ChangeCircleIcon](functions/ChangeCircleIcon.md)
-- [ChangeHistoryIcon](functions/ChangeHistoryIcon.md)
-- [ChargingStationIcon](functions/ChargingStationIcon.md)
-- [ChatBubbleIcon](functions/ChatBubbleIcon.md)
-- [ChatBubbleOutlineIcon](functions/ChatBubbleOutlineIcon.md)
-- [ChatIcon](functions/ChatIcon.md)
-- [CheckBoxIcon](functions/CheckBoxIcon.md)
-- [CheckBoxOutlineBlankIcon](functions/CheckBoxOutlineBlankIcon.md)
-- [CheckCircleIcon](functions/CheckCircleIcon.md)
-- [CheckCircleOutlineIcon](functions/CheckCircleOutlineIcon.md)
-- [CheckIcon](functions/CheckIcon.md)
-- [Checkbox](functions/Checkbox.md)
-- [ChecklistIcon](functions/ChecklistIcon.md)
-- [ChecklistRtlIcon](functions/ChecklistRtlIcon.md)
-- [CheckroomIcon](functions/CheckroomIcon.md)
-- [ChevronLeftIcon](functions/ChevronLeftIcon.md)
-- [ChevronRightIcon](functions/ChevronRightIcon.md)
-- [ChildCareIcon](functions/ChildCareIcon.md)
-- [ChildFriendlyIcon](functions/ChildFriendlyIcon.md)
-- [ChromeReaderModeIcon](functions/ChromeReaderModeIcon.md)
-- [ChurchIcon](functions/ChurchIcon.md)
-- [CircleIcon](functions/CircleIcon.md)
-- [CircleNotificationsIcon](functions/CircleNotificationsIcon.md)
-- [CircularProgress](functions/CircularProgress.md)
-- [ClassIcon](functions/ClassIcon.md)
-- [CleanHandsIcon](functions/CleanHandsIcon.md)
-- [CleaningServicesIcon](functions/CleaningServicesIcon.md)
-- [ClearAllIcon](functions/ClearAllIcon.md)
-- [ClearIcon](functions/ClearIcon.md)
-- [CloseFullscreenIcon](functions/CloseFullscreenIcon.md)
-- [CloseIcon](functions/CloseIcon.md)
-- [ClosedCaptionDisabledIcon](functions/ClosedCaptionDisabledIcon.md)
-- [ClosedCaptionIcon](functions/ClosedCaptionIcon.md)
-- [ClosedCaptionOffIcon](functions/ClosedCaptionOffIcon.md)
-- [CloudCircleIcon](functions/CloudCircleIcon.md)
-- [CloudDoneIcon](functions/CloudDoneIcon.md)
-- [CloudDownloadIcon](functions/CloudDownloadIcon.md)
-- [CloudIcon](functions/CloudIcon.md)
-- [CloudOffIcon](functions/CloudOffIcon.md)
-- [CloudQueueIcon](functions/CloudQueueIcon.md)
-- [CloudSyncIcon](functions/CloudSyncIcon.md)
-- [CloudUploadIcon](functions/CloudUploadIcon.md)
-- [Co2Icon](functions/Co2Icon.md)
-- [CoPresentIcon](functions/CoPresentIcon.md)
-- [CodeIcon](functions/CodeIcon.md)
-- [CodeOffIcon](functions/CodeOffIcon.md)
-- [CoffeeIcon](functions/CoffeeIcon.md)
-- [CoffeeMakerIcon](functions/CoffeeMakerIcon.md)
-- [Collapse](functions/Collapse.md)
-- [CollectionsBookmarkIcon](functions/CollectionsBookmarkIcon.md)
-- [CollectionsIcon](functions/CollectionsIcon.md)
-- [ColorLensIcon](functions/ColorLensIcon.md)
-- [ColorizeIcon](functions/ColorizeIcon.md)
-- [CommentBankIcon](functions/CommentBankIcon.md)
-- [CommentIcon](functions/CommentIcon.md)
-- [CommentsDisabledIcon](functions/CommentsDisabledIcon.md)
-- [CommitIcon](functions/CommitIcon.md)
-- [CommuteIcon](functions/CommuteIcon.md)
-- [CompareArrowsIcon](functions/CompareArrowsIcon.md)
-- [CompareIcon](functions/CompareIcon.md)
-- [CompassCalibrationIcon](functions/CompassCalibrationIcon.md)
-- [CompostIcon](functions/CompostIcon.md)
-- [CompressIcon](functions/CompressIcon.md)
-- [ComputerIcon](functions/ComputerIcon.md)
-- [ConfirmationNumberIcon](functions/ConfirmationNumberIcon.md)
-- [ConnectWithoutContactIcon](functions/ConnectWithoutContactIcon.md)
-- [ConnectedTvIcon](functions/ConnectedTvIcon.md)
-- [ConnectingAirportsIcon](functions/ConnectingAirportsIcon.md)
-- [ConstructionIcon](functions/ConstructionIcon.md)
-- [ContactEmergencyIcon](functions/ContactEmergencyIcon.md)
-- [ContactMailIcon](functions/ContactMailIcon.md)
-- [ContactPageIcon](functions/ContactPageIcon.md)
-- [ContactPhoneIcon](functions/ContactPhoneIcon.md)
-- [ContactSupportIcon](functions/ContactSupportIcon.md)
-- [ContactlessIcon](functions/ContactlessIcon.md)
-- [ContactsIcon](functions/ContactsIcon.md)
-- [Container](functions/Container.md)
-- [ContentCopyIcon](functions/ContentCopyIcon.md)
-- [ContentCutIcon](functions/ContentCutIcon.md)
-- [ContentPasteGoIcon](functions/ContentPasteGoIcon.md)
-- [ContentPasteIcon](functions/ContentPasteIcon.md)
-- [ContentPasteOffIcon](functions/ContentPasteOffIcon.md)
-- [ContentPasteSearchIcon](functions/ContentPasteSearchIcon.md)
-- [ContrastIcon](functions/ContrastIcon.md)
-- [ControlCameraIcon](functions/ControlCameraIcon.md)
-- [ControlPointDuplicateIcon](functions/ControlPointDuplicateIcon.md)
-- [ControlPointIcon](functions/ControlPointIcon.md)
-- [CookieIcon](functions/CookieIcon.md)
-- [CopyAllIcon](functions/CopyAllIcon.md)
-- [CopyrightIcon](functions/CopyrightIcon.md)
-- [CoronavirusIcon](functions/CoronavirusIcon.md)
-- [CorporateFareIcon](functions/CorporateFareIcon.md)
-- [CottageIcon](functions/CottageIcon.md)
-- [CountertopsIcon](functions/CountertopsIcon.md)
-- [CreateIcon](functions/CreateIcon.md)
-- [CreateNewFolderIcon](functions/CreateNewFolderIcon.md)
-- [CreditCardIcon](functions/CreditCardIcon.md)
-- [CreditCardOffIcon](functions/CreditCardOffIcon.md)
-- [CreditScoreIcon](functions/CreditScoreIcon.md)
-- [CribIcon](functions/CribIcon.md)
-- [CrisisAlertIcon](functions/CrisisAlertIcon.md)
-- [Crop169Icon](functions/Crop169Icon.md)
-- [Crop32Icon](functions/Crop32Icon.md)
-- [Crop54Icon](functions/Crop54Icon.md)
-- [Crop75Icon](functions/Crop75Icon.md)
-- [CropDinIcon](functions/CropDinIcon.md)
-- [CropFreeIcon](functions/CropFreeIcon.md)
-- [CropIcon](functions/CropIcon.md)
-- [CropLandscapeIcon](functions/CropLandscapeIcon.md)
-- [CropOriginalIcon](functions/CropOriginalIcon.md)
-- [CropPortraitIcon](functions/CropPortraitIcon.md)
-- [CropRotateIcon](functions/CropRotateIcon.md)
-- [CropSquareIcon](functions/CropSquareIcon.md)
-- [CrueltyFreeIcon](functions/CrueltyFreeIcon.md)
-- [CssIcon](functions/CssIcon.md)
-- [CurrencyBitcoinIcon](functions/CurrencyBitcoinIcon.md)
-- [CurrencyExchangeIcon](functions/CurrencyExchangeIcon.md)
-- [CurrencyFrancIcon](functions/CurrencyFrancIcon.md)
-- [CurrencyLiraIcon](functions/CurrencyLiraIcon.md)
-- [CurrencyPoundIcon](functions/CurrencyPoundIcon.md)
-- [CurrencyRubleIcon](functions/CurrencyRubleIcon.md)
-- [CurrencyRupeeIcon](functions/CurrencyRupeeIcon.md)
-- [CurrencyYenIcon](functions/CurrencyYenIcon.md)
-- [CurrencyYuanIcon](functions/CurrencyYuanIcon.md)
-- [CurtainsClosedIcon](functions/CurtainsClosedIcon.md)
-- [CurtainsIcon](functions/CurtainsIcon.md)
-- [CycloneIcon](functions/CycloneIcon.md)
-- [DangerousIcon](functions/DangerousIcon.md)
-- [DarkModeIcon](functions/DarkModeIcon.md)
-- [DashboardCustomizeIcon](functions/DashboardCustomizeIcon.md)
-- [DashboardIcon](functions/DashboardIcon.md)
-- [DataArrayIcon](functions/DataArrayIcon.md)
-- [DataExplorationIcon](functions/DataExplorationIcon.md)
-- [DataObjectIcon](functions/DataObjectIcon.md)
-- [DataSaverOffIcon](functions/DataSaverOffIcon.md)
-- [DataSaverOnIcon](functions/DataSaverOnIcon.md)
-- [DataThresholdingIcon](functions/DataThresholdingIcon.md)
-- [DataUsageIcon](functions/DataUsageIcon.md)
-- [DatasetIcon](functions/DatasetIcon.md)
-- [DatasetLinkedIcon](functions/DatasetLinkedIcon.md)
-- [DateRangeIcon](functions/DateRangeIcon.md)
-- [DateTimeField](functions/DateTimeField.md)
-- [DeblurIcon](functions/DeblurIcon.md)
-- [DebouncedTextField](functions/DebouncedTextField.md)
-- [DeckIcon](functions/DeckIcon.md)
-- [DehazeIcon](functions/DehazeIcon.md)
-- [DeleteConfirmationDialog](functions/DeleteConfirmationDialog.md)
-- [DeleteForeverIcon](functions/DeleteForeverIcon.md)
-- [DeleteIcon](functions/DeleteIcon.md)
-- [DeleteOutlineIcon](functions/DeleteOutlineIcon.md)
-- [DeleteSweepIcon](functions/DeleteSweepIcon.md)
-- [DeliveryDiningIcon](functions/DeliveryDiningIcon.md)
-- [DensityLargeIcon](functions/DensityLargeIcon.md)
-- [DensityMediumIcon](functions/DensityMediumIcon.md)
-- [DensitySmallIcon](functions/DensitySmallIcon.md)
-- [DepartureBoardIcon](functions/DepartureBoardIcon.md)
-- [DescriptionIcon](functions/DescriptionIcon.md)
-- [DeselectIcon](functions/DeselectIcon.md)
-- [DesignServicesIcon](functions/DesignServicesIcon.md)
-- [DeskIcon](functions/DeskIcon.md)
-- [DesktopAccessDisabledIcon](functions/DesktopAccessDisabledIcon.md)
-- [DesktopMacIcon](functions/DesktopMacIcon.md)
-- [DesktopWindowsIcon](functions/DesktopWindowsIcon.md)
-- [DetailsIcon](functions/DetailsIcon.md)
-- [DeveloperBoardIcon](functions/DeveloperBoardIcon.md)
-- [DeveloperBoardOffIcon](functions/DeveloperBoardOffIcon.md)
-- [DeveloperModeIcon](functions/DeveloperModeIcon.md)
-- [DeviceHubIcon](functions/DeviceHubIcon.md)
-- [DeviceThermostatIcon](functions/DeviceThermostatIcon.md)
-- [DeviceUnknownIcon](functions/DeviceUnknownIcon.md)
-- [DevicesFoldIcon](functions/DevicesFoldIcon.md)
-- [DevicesIcon](functions/DevicesIcon.md)
-- [DevicesOtherIcon](functions/DevicesOtherIcon.md)
-- [DialerSipIcon](functions/DialerSipIcon.md)
-- [Dialog](functions/Dialog.md)
-- [DialogActions](functions/DialogActions.md)
-- [DialogContent](functions/DialogContent.md)
-- [DialpadIcon](functions/DialpadIcon.md)
-- [DiamondIcon](functions/DiamondIcon.md)
-- [DifferenceIcon](functions/DifferenceIcon.md)
-- [DiningIcon](functions/DiningIcon.md)
-- [DinnerDiningIcon](functions/DinnerDiningIcon.md)
-- [DirectionsBikeIcon](functions/DirectionsBikeIcon.md)
-- [DirectionsBoatFilledIcon](functions/DirectionsBoatFilledIcon.md)
-- [DirectionsBoatIcon](functions/DirectionsBoatIcon.md)
-- [DirectionsBusFilledIcon](functions/DirectionsBusFilledIcon.md)
-- [DirectionsBusIcon](functions/DirectionsBusIcon.md)
-- [DirectionsCarFilledIcon](functions/DirectionsCarFilledIcon.md)
-- [DirectionsCarIcon](functions/DirectionsCarIcon.md)
-- [DirectionsIcon](functions/DirectionsIcon.md)
-- [DirectionsOffIcon](functions/DirectionsOffIcon.md)
-- [DirectionsRailwayFilledIcon](functions/DirectionsRailwayFilledIcon.md)
-- [DirectionsRailwayIcon](functions/DirectionsRailwayIcon.md)
-- [DirectionsRunIcon](functions/DirectionsRunIcon.md)
-- [DirectionsSubwayFilledIcon](functions/DirectionsSubwayFilledIcon.md)
-- [DirectionsSubwayIcon](functions/DirectionsSubwayIcon.md)
-- [DirectionsTransitFilledIcon](functions/DirectionsTransitFilledIcon.md)
-- [DirectionsTransitIcon](functions/DirectionsTransitIcon.md)
-- [DirectionsWalkIcon](functions/DirectionsWalkIcon.md)
-- [DirtyLensIcon](functions/DirtyLensIcon.md)
-- [DisabledByDefaultIcon](functions/DisabledByDefaultIcon.md)
-- [DisabledVisibleIcon](functions/DisabledVisibleIcon.md)
-- [DiscFullIcon](functions/DiscFullIcon.md)
-- [DiscountIcon](functions/DiscountIcon.md)
-- [DisplaySettingsIcon](functions/DisplaySettingsIcon.md)
-- [Diversity1Icon](functions/Diversity1Icon.md)
-- [Diversity2Icon](functions/Diversity2Icon.md)
-- [Diversity3Icon](functions/Diversity3Icon.md)
-- [DnsIcon](functions/DnsIcon.md)
-- [DoDisturbAltIcon](functions/DoDisturbAltIcon.md)
-- [DoDisturbIcon](functions/DoDisturbIcon.md)
-- [DoDisturbOffIcon](functions/DoDisturbOffIcon.md)
-- [DoDisturbOnIcon](functions/DoDisturbOnIcon.md)
-- [DoNotDisturbAltIcon](functions/DoNotDisturbAltIcon.md)
-- [DoNotDisturbIcon](functions/DoNotDisturbIcon.md)
-- [DoNotDisturbOffIcon](functions/DoNotDisturbOffIcon.md)
-- [DoNotDisturbOnIcon](functions/DoNotDisturbOnIcon.md)
-- [DoNotDisturbOnTotalSilenceIcon](functions/DoNotDisturbOnTotalSilenceIcon.md)
-- [DoNotStepIcon](functions/DoNotStepIcon.md)
-- [DoNotTouchIcon](functions/DoNotTouchIcon.md)
-- [DockIcon](functions/DockIcon.md)
-- [DocumentScannerIcon](functions/DocumentScannerIcon.md)
-- [DomainAddIcon](functions/DomainAddIcon.md)
-- [DomainDisabledIcon](functions/DomainDisabledIcon.md)
-- [DomainIcon](functions/DomainIcon.md)
-- [DomainVerificationIcon](functions/DomainVerificationIcon.md)
-- [DoneAllIcon](functions/DoneAllIcon.md)
-- [DoneIcon](functions/DoneIcon.md)
-- [DoneOutlineIcon](functions/DoneOutlineIcon.md)
-- [DonutLargeIcon](functions/DonutLargeIcon.md)
-- [DonutSmallIcon](functions/DonutSmallIcon.md)
-- [DoorBackIcon](functions/DoorBackIcon.md)
-- [DoorFrontIcon](functions/DoorFrontIcon.md)
-- [DoorSlidingIcon](functions/DoorSlidingIcon.md)
-- [DoorbellIcon](functions/DoorbellIcon.md)
-- [DoubleArrowIcon](functions/DoubleArrowIcon.md)
-- [DownhillSkiingIcon](functions/DownhillSkiingIcon.md)
-- [DownloadDoneIcon](functions/DownloadDoneIcon.md)
-- [DownloadForOfflineIcon](functions/DownloadForOfflineIcon.md)
-- [DownloadIcon](functions/DownloadIcon.md)
-- [DownloadingIcon](functions/DownloadingIcon.md)
-- [DraftsIcon](functions/DraftsIcon.md)
-- [DragHandleIcon](functions/DragHandleIcon.md)
-- [DragIndicatorIcon](functions/DragIndicatorIcon.md)
-- [DrawIcon](functions/DrawIcon.md)
-- [DrawerNavigationItem](functions/DrawerNavigationItem.md)
-- [DriveEtaIcon](functions/DriveEtaIcon.md)
-- [DriveFileMoveIcon](functions/DriveFileMoveIcon.md)
-- [DriveFileMoveRtlIcon](functions/DriveFileMoveRtlIcon.md)
-- [DriveFileRenameOutlineIcon](functions/DriveFileRenameOutlineIcon.md)
-- [DriveFolderUploadIcon](functions/DriveFolderUploadIcon.md)
-- [DryCleaningIcon](functions/DryCleaningIcon.md)
-- [DryIcon](functions/DryIcon.md)
-- [DuoIcon](functions/DuoIcon.md)
-- [DvrIcon](functions/DvrIcon.md)
-- [DynamicFeedIcon](functions/DynamicFeedIcon.md)
-- [DynamicFormIcon](functions/DynamicFormIcon.md)
-- [EMobiledataIcon](functions/EMobiledataIcon.md)
-- [EarbudsBatteryIcon](functions/EarbudsBatteryIcon.md)
-- [EarbudsIcon](functions/EarbudsIcon.md)
-- [EastIcon](functions/EastIcon.md)
-- [EdgesensorHighIcon](functions/EdgesensorHighIcon.md)
-- [EdgesensorLowIcon](functions/EdgesensorLowIcon.md)
-- [EditAttributesIcon](functions/EditAttributesIcon.md)
-- [EditCalendarIcon](functions/EditCalendarIcon.md)
-- [EditIcon](functions/EditIcon.md)
-- [EditLocationAltIcon](functions/EditLocationAltIcon.md)
-- [EditLocationIcon](functions/EditLocationIcon.md)
-- [EditNoteIcon](functions/EditNoteIcon.md)
-- [EditNotificationsIcon](functions/EditNotificationsIcon.md)
-- [EditOffIcon](functions/EditOffIcon.md)
-- [EditRoadIcon](functions/EditRoadIcon.md)
-- [EggAltIcon](functions/EggAltIcon.md)
-- [EggIcon](functions/EggIcon.md)
-- [EjectIcon](functions/EjectIcon.md)
-- [ElderlyIcon](functions/ElderlyIcon.md)
-- [ElderlyWomanIcon](functions/ElderlyWomanIcon.md)
-- [ElectricBikeIcon](functions/ElectricBikeIcon.md)
-- [ElectricBoltIcon](functions/ElectricBoltIcon.md)
-- [ElectricCarIcon](functions/ElectricCarIcon.md)
-- [ElectricMeterIcon](functions/ElectricMeterIcon.md)
-- [ElectricMopedIcon](functions/ElectricMopedIcon.md)
-- [ElectricRickshawIcon](functions/ElectricRickshawIcon.md)
-- [ElectricScooterIcon](functions/ElectricScooterIcon.md)
-- [ElectricalServicesIcon](functions/ElectricalServicesIcon.md)
-- [ElevatorIcon](functions/ElevatorIcon.md)
-- [EmailIcon](functions/EmailIcon.md)
-- [EmergencyIcon](functions/EmergencyIcon.md)
-- [EmergencyRecordingIcon](functions/EmergencyRecordingIcon.md)
-- [EmergencyShareIcon](functions/EmergencyShareIcon.md)
-- [EmojiEmotionsIcon](functions/EmojiEmotionsIcon.md)
-- [EmojiEventsIcon](functions/EmojiEventsIcon.md)
-- [EmojiFoodBeverageIcon](functions/EmojiFoodBeverageIcon.md)
-- [EmojiNatureIcon](functions/EmojiNatureIcon.md)
-- [EmojiObjectsIcon](functions/EmojiObjectsIcon.md)
-- [EmojiPeopleIcon](functions/EmojiPeopleIcon.md)
-- [EmojiSymbolsIcon](functions/EmojiSymbolsIcon.md)
-- [EmojiTransportationIcon](functions/EmojiTransportationIcon.md)
-- [EnergySavingsLeafIcon](functions/EnergySavingsLeafIcon.md)
-- [EngineeringIcon](functions/EngineeringIcon.md)
-- [EnhancedEncryptionIcon](functions/EnhancedEncryptionIcon.md)
-- [EntityPreview](functions/EntityPreview.md)
-- [EqualizerIcon](functions/EqualizerIcon.md)
-- [ErrorIcon](functions/ErrorIcon.md)
-- [ErrorOutlineIcon](functions/ErrorOutlineIcon.md)
-- [EscalatorIcon](functions/EscalatorIcon.md)
-- [EscalatorWarningIcon](functions/EscalatorWarningIcon.md)
-- [EuroIcon](functions/EuroIcon.md)
-- [EuroSymbolIcon](functions/EuroSymbolIcon.md)
-- [EvStationIcon](functions/EvStationIcon.md)
-- [EventAvailableIcon](functions/EventAvailableIcon.md)
-- [EventBusyIcon](functions/EventBusyIcon.md)
-- [EventIcon](functions/EventIcon.md)
-- [EventNoteIcon](functions/EventNoteIcon.md)
-- [EventRepeatIcon](functions/EventRepeatIcon.md)
-- [EventSeatIcon](functions/EventSeatIcon.md)
-- [ExitToAppIcon](functions/ExitToAppIcon.md)
-- [ExpandCircleDownIcon](functions/ExpandCircleDownIcon.md)
-- [ExpandIcon](functions/ExpandIcon.md)
-- [ExpandLessIcon](functions/ExpandLessIcon.md)
-- [ExpandMoreIcon](functions/ExpandMoreIcon.md)
-- [ExpandablePanel](functions/ExpandablePanel.md)
-- [ExplicitIcon](functions/ExplicitIcon.md)
-- [ExploreIcon](functions/ExploreIcon.md)
-- [ExploreOffIcon](functions/ExploreOffIcon.md)
-- [ExposureIcon](functions/ExposureIcon.md)
-- [ExposureNeg1Icon](functions/ExposureNeg1Icon.md)
-- [ExposureNeg2Icon](functions/ExposureNeg2Icon.md)
-- [ExposurePlus1Icon](functions/ExposurePlus1Icon.md)
-- [ExposurePlus2Icon](functions/ExposurePlus2Icon.md)
-- [ExposureZeroIcon](functions/ExposureZeroIcon.md)
-- [ExtensionIcon](functions/ExtensionIcon.md)
-- [ExtensionOffIcon](functions/ExtensionOffIcon.md)
-- [Face2Icon](functions/Face2Icon.md)
-- [Face3Icon](functions/Face3Icon.md)
-- [Face4Icon](functions/Face4Icon.md)
-- [Face5Icon](functions/Face5Icon.md)
-- [Face6Icon](functions/Face6Icon.md)
-- [FaceIcon](functions/FaceIcon.md)
-- [FaceRetouchingNaturalIcon](functions/FaceRetouchingNaturalIcon.md)
-- [FaceRetouchingOffIcon](functions/FaceRetouchingOffIcon.md)
-- [FactCheckIcon](functions/FactCheckIcon.md)
-- [FactoryIcon](functions/FactoryIcon.md)
-- [FamilyRestroomIcon](functions/FamilyRestroomIcon.md)
-- [FastForwardIcon](functions/FastForwardIcon.md)
-- [FastRewindIcon](functions/FastRewindIcon.md)
-- [FastfoodIcon](functions/FastfoodIcon.md)
-- [FavoriteBorderIcon](functions/FavoriteBorderIcon.md)
-- [FavoriteIcon](functions/FavoriteIcon.md)
-- [FaxIcon](functions/FaxIcon.md)
-- [FeaturedPlayListIcon](functions/FeaturedPlayListIcon.md)
-- [FeaturedVideoIcon](functions/FeaturedVideoIcon.md)
-- [FeedIcon](functions/FeedIcon.md)
-- [FeedbackIcon](functions/FeedbackIcon.md)
-- [FemaleIcon](functions/FemaleIcon.md)
-- [FenceIcon](functions/FenceIcon.md)
-- [FestivalIcon](functions/FestivalIcon.md)
-- [FiberDvrIcon](functions/FiberDvrIcon.md)
-- [FiberManualRecordIcon](functions/FiberManualRecordIcon.md)
-- [FiberNewIcon](functions/FiberNewIcon.md)
-- [FiberPinIcon](functions/FiberPinIcon.md)
-- [FiberSmartRecordIcon](functions/FiberSmartRecordIcon.md)
-- [FieldConfigBadge](functions/FieldConfigBadge.md)
-- [FieldHelperText](functions/FieldHelperText.md)
-- [FileCopyIcon](functions/FileCopyIcon.md)
-- [FileDownloadDoneIcon](functions/FileDownloadDoneIcon.md)
-- [FileDownloadIcon](functions/FileDownloadIcon.md)
-- [FileDownloadOffIcon](functions/FileDownloadOffIcon.md)
-- [FileOpenIcon](functions/FileOpenIcon.md)
-- [FilePresentIcon](functions/FilePresentIcon.md)
-- [FileUpload](functions/FileUpload.md)
-- [FileUploadIcon](functions/FileUploadIcon.md)
-- [Filter1Icon](functions/Filter1Icon.md)
-- [Filter2Icon](functions/Filter2Icon.md)
-- [Filter3Icon](functions/Filter3Icon.md)
-- [Filter4Icon](functions/Filter4Icon.md)
-- [Filter5Icon](functions/Filter5Icon.md)
-- [Filter6Icon](functions/Filter6Icon.md)
-- [Filter7Icon](functions/Filter7Icon.md)
-- [Filter8Icon](functions/Filter8Icon.md)
-- [Filter9Icon](functions/Filter9Icon.md)
-- [Filter9PlusIcon](functions/Filter9PlusIcon.md)
-- [FilterAltIcon](functions/FilterAltIcon.md)
-- [FilterAltOffIcon](functions/FilterAltOffIcon.md)
-- [FilterBAndWIcon](functions/FilterBAndWIcon.md)
-- [FilterCenterFocusIcon](functions/FilterCenterFocusIcon.md)
-- [FilterDramaIcon](functions/FilterDramaIcon.md)
-- [FilterFramesIcon](functions/FilterFramesIcon.md)
-- [FilterHdrIcon](functions/FilterHdrIcon.md)
-- [FilterIcon](functions/FilterIcon.md)
-- [FilterListIcon](functions/FilterListIcon.md)
-- [FilterListOffIcon](functions/FilterListOffIcon.md)
-- [FilterNoneIcon](functions/FilterNoneIcon.md)
-- [FilterTiltShiftIcon](functions/FilterTiltShiftIcon.md)
-- [FilterVintageIcon](functions/FilterVintageIcon.md)
-- [FindInPageIcon](functions/FindInPageIcon.md)
-- [FindReplaceIcon](functions/FindReplaceIcon.md)
-- [FingerprintIcon](functions/FingerprintIcon.md)
-- [FireCMSAppBar](functions/FireCMSAppBar.md)
-- [FireCMSLogo](functions/FireCMSLogo.md)
-- [FireExtinguisherIcon](functions/FireExtinguisherIcon.md)
-- [FireHydrantAltIcon](functions/FireHydrantAltIcon.md)
-- [FireTruckIcon](functions/FireTruckIcon.md)
-- [FireplaceIcon](functions/FireplaceIcon.md)
-- [FirstPageIcon](functions/FirstPageIcon.md)
-- [FitScreenIcon](functions/FitScreenIcon.md)
-- [FitbitIcon](functions/FitbitIcon.md)
-- [FitnessCenterIcon](functions/FitnessCenterIcon.md)
-- [FlagCircleIcon](functions/FlagCircleIcon.md)
-- [FlagIcon](functions/FlagIcon.md)
-- [FlakyIcon](functions/FlakyIcon.md)
-- [FlareIcon](functions/FlareIcon.md)
-- [FlashAutoIcon](functions/FlashAutoIcon.md)
-- [FlashOffIcon](functions/FlashOffIcon.md)
-- [FlashOnIcon](functions/FlashOnIcon.md)
-- [FlashlightOffIcon](functions/FlashlightOffIcon.md)
-- [FlashlightOnIcon](functions/FlashlightOnIcon.md)
-- [FlatwareIcon](functions/FlatwareIcon.md)
-- [FlightClassIcon](functions/FlightClassIcon.md)
-- [FlightIcon](functions/FlightIcon.md)
-- [FlightLandIcon](functions/FlightLandIcon.md)
-- [FlightTakeoffIcon](functions/FlightTakeoffIcon.md)
-- [FlipCameraAndroidIcon](functions/FlipCameraAndroidIcon.md)
-- [FlipCameraIosIcon](functions/FlipCameraIosIcon.md)
-- [FlipIcon](functions/FlipIcon.md)
-- [FlipToBackIcon](functions/FlipToBackIcon.md)
-- [FlipToFrontIcon](functions/FlipToFrontIcon.md)
-- [FloodIcon](functions/FloodIcon.md)
-- [FluorescentIcon](functions/FluorescentIcon.md)
-- [FlutterDashIcon](functions/FlutterDashIcon.md)
-- [FmdBadIcon](functions/FmdBadIcon.md)
-- [FmdGoodIcon](functions/FmdGoodIcon.md)
-- [FolderCopyIcon](functions/FolderCopyIcon.md)
-- [FolderDeleteIcon](functions/FolderDeleteIcon.md)
-- [FolderIcon](functions/FolderIcon.md)
-- [FolderOffIcon](functions/FolderOffIcon.md)
-- [FolderOpenIcon](functions/FolderOpenIcon.md)
-- [FolderSharedIcon](functions/FolderSharedIcon.md)
-- [FolderSpecialIcon](functions/FolderSpecialIcon.md)
-- [FolderZipIcon](functions/FolderZipIcon.md)
-- [FollowTheSignsIcon](functions/FollowTheSignsIcon.md)
-- [FontDownloadIcon](functions/FontDownloadIcon.md)
-- [FontDownloadOffIcon](functions/FontDownloadOffIcon.md)
-- [FoodBankIcon](functions/FoodBankIcon.md)
-- [ForestIcon](functions/ForestIcon.md)
-- [ForkLeftIcon](functions/ForkLeftIcon.md)
-- [ForkRightIcon](functions/ForkRightIcon.md)
-- [FormatAlignCenterIcon](functions/FormatAlignCenterIcon.md)
-- [FormatAlignJustifyIcon](functions/FormatAlignJustifyIcon.md)
-- [FormatAlignLeftIcon](functions/FormatAlignLeftIcon.md)
-- [FormatAlignRightIcon](functions/FormatAlignRightIcon.md)
-- [FormatBoldIcon](functions/FormatBoldIcon.md)
-- [FormatClearIcon](functions/FormatClearIcon.md)
-- [FormatColorFillIcon](functions/FormatColorFillIcon.md)
-- [FormatColorResetIcon](functions/FormatColorResetIcon.md)
-- [FormatColorTextIcon](functions/FormatColorTextIcon.md)
-- [FormatIndentDecreaseIcon](functions/FormatIndentDecreaseIcon.md)
-- [FormatIndentIncreaseIcon](functions/FormatIndentIncreaseIcon.md)
-- [FormatItalicIcon](functions/FormatItalicIcon.md)
-- [FormatLineSpacingIcon](functions/FormatLineSpacingIcon.md)
-- [FormatListBulletedIcon](functions/FormatListBulletedIcon.md)
-- [FormatListNumberedIcon](functions/FormatListNumberedIcon.md)
-- [FormatListNumberedRtlIcon](functions/FormatListNumberedRtlIcon.md)
-- [FormatOverlineIcon](functions/FormatOverlineIcon.md)
-- [FormatPaintIcon](functions/FormatPaintIcon.md)
-- [FormatQuoteIcon](functions/FormatQuoteIcon.md)
-- [FormatShapesIcon](functions/FormatShapesIcon.md)
-- [FormatSizeIcon](functions/FormatSizeIcon.md)
-- [FormatStrikethroughIcon](functions/FormatStrikethroughIcon.md)
-- [FormatTextdirectionLToRIcon](functions/FormatTextdirectionLToRIcon.md)
-- [FormatTextdirectionRToLIcon](functions/FormatTextdirectionRToLIcon.md)
-- [FormatUnderlinedIcon](functions/FormatUnderlinedIcon.md)
-- [FortIcon](functions/FortIcon.md)
-- [ForumIcon](functions/ForumIcon.md)
-- [Forward10Icon](functions/Forward10Icon.md)
-- [Forward30Icon](functions/Forward30Icon.md)
-- [Forward5Icon](functions/Forward5Icon.md)
-- [ForwardIcon](functions/ForwardIcon.md)
-- [ForwardToInboxIcon](functions/ForwardToInboxIcon.md)
-- [FoundationIcon](functions/FoundationIcon.md)
-- [FreeBreakfastIcon](functions/FreeBreakfastIcon.md)
-- [FreeCancellationIcon](functions/FreeCancellationIcon.md)
-- [FrontHandIcon](functions/FrontHandIcon.md)
-- [FullscreenExitIcon](functions/FullscreenExitIcon.md)
-- [FullscreenIcon](functions/FullscreenIcon.md)
-- [FunctionsIcon](functions/FunctionsIcon.md)
-- [GMobiledataIcon](functions/GMobiledataIcon.md)
-- [GTranslateIcon](functions/GTranslateIcon.md)
-- [GamepadIcon](functions/GamepadIcon.md)
-- [GamesIcon](functions/GamesIcon.md)
-- [GarageIcon](functions/GarageIcon.md)
-- [GasMeterIcon](functions/GasMeterIcon.md)
-- [GavelIcon](functions/GavelIcon.md)
-- [GeneratingTokensIcon](functions/GeneratingTokensIcon.md)
-- [GestureIcon](functions/GestureIcon.md)
-- [GetAppIcon](functions/GetAppIcon.md)
-- [GifBoxIcon](functions/GifBoxIcon.md)
-- [GifIcon](functions/GifIcon.md)
-- [GirlIcon](functions/GirlIcon.md)
-- [GitHubIcon](functions/GitHubIcon.md)
-- [GiteIcon](functions/GiteIcon.md)
-- [GolfCourseIcon](functions/GolfCourseIcon.md)
-- [GppBadIcon](functions/GppBadIcon.md)
-- [GppGoodIcon](functions/GppGoodIcon.md)
-- [GppMaybeIcon](functions/GppMaybeIcon.md)
-- [GpsFixedIcon](functions/GpsFixedIcon.md)
-- [GpsNotFixedIcon](functions/GpsNotFixedIcon.md)
-- [GpsOffIcon](functions/GpsOffIcon.md)
-- [GradeIcon](functions/GradeIcon.md)
-- [GradientIcon](functions/GradientIcon.md)
-- [GradingIcon](functions/GradingIcon.md)
-- [GrainIcon](functions/GrainIcon.md)
-- [GraphicEqIcon](functions/GraphicEqIcon.md)
-- [GrassIcon](functions/GrassIcon.md)
-- [Grid3x3Icon](functions/Grid3x3Icon.md)
-- [Grid4x4Icon](functions/Grid4x4Icon.md)
-- [GridGoldenratioIcon](functions/GridGoldenratioIcon.md)
-- [GridOffIcon](functions/GridOffIcon.md)
-- [GridOnIcon](functions/GridOnIcon.md)
-- [GridViewIcon](functions/GridViewIcon.md)
-- [GroupAddIcon](functions/GroupAddIcon.md)
-- [GroupIcon](functions/GroupIcon.md)
-- [GroupOffIcon](functions/GroupOffIcon.md)
-- [GroupRemoveIcon](functions/GroupRemoveIcon.md)
-- [GroupWorkIcon](functions/GroupWorkIcon.md)
-- [Groups2Icon](functions/Groups2Icon.md)
-- [Groups3Icon](functions/Groups3Icon.md)
-- [GroupsIcon](functions/GroupsIcon.md)
-- [HMobiledataIcon](functions/HMobiledataIcon.md)
-- [HPlusMobiledataIcon](functions/HPlusMobiledataIcon.md)
-- [HailIcon](functions/HailIcon.md)
-- [HandshakeIcon](functions/HandshakeIcon.md)
-- [HandymanIcon](functions/HandymanIcon.md)
-- [HardwareIcon](functions/HardwareIcon.md)
-- [HdIcon](functions/HdIcon.md)
-- [HdrAutoIcon](functions/HdrAutoIcon.md)
-- [HdrAutoSelectIcon](functions/HdrAutoSelectIcon.md)
-- [HdrEnhancedSelectIcon](functions/HdrEnhancedSelectIcon.md)
-- [HdrOffIcon](functions/HdrOffIcon.md)
-- [HdrOffSelectIcon](functions/HdrOffSelectIcon.md)
-- [HdrOnIcon](functions/HdrOnIcon.md)
-- [HdrOnSelectIcon](functions/HdrOnSelectIcon.md)
-- [HdrPlusIcon](functions/HdrPlusIcon.md)
-- [HdrStrongIcon](functions/HdrStrongIcon.md)
-- [HdrWeakIcon](functions/HdrWeakIcon.md)
-- [HeadphonesBatteryIcon](functions/HeadphonesBatteryIcon.md)
-- [HeadphonesIcon](functions/HeadphonesIcon.md)
-- [HeadsetIcon](functions/HeadsetIcon.md)
-- [HeadsetMicIcon](functions/HeadsetMicIcon.md)
-- [HeadsetOffIcon](functions/HeadsetOffIcon.md)
-- [HealingIcon](functions/HealingIcon.md)
-- [HealthAndSafetyIcon](functions/HealthAndSafetyIcon.md)
-- [HearingDisabledIcon](functions/HearingDisabledIcon.md)
-- [HearingIcon](functions/HearingIcon.md)
-- [HeartBrokenIcon](functions/HeartBrokenIcon.md)
-- [HeatPumpIcon](functions/HeatPumpIcon.md)
-- [HeightIcon](functions/HeightIcon.md)
-- [HelpCenterIcon](functions/HelpCenterIcon.md)
-- [HelpIcon](functions/HelpIcon.md)
-- [HelpOutlineIcon](functions/HelpOutlineIcon.md)
-- [HevcIcon](functions/HevcIcon.md)
-- [HexagonIcon](functions/HexagonIcon.md)
-- [HideImageIcon](functions/HideImageIcon.md)
-- [HideSourceIcon](functions/HideSourceIcon.md)
-- [HighQualityIcon](functions/HighQualityIcon.md)
-- [HighlightAltIcon](functions/HighlightAltIcon.md)
-- [HighlightIcon](functions/HighlightIcon.md)
-- [HighlightOffIcon](functions/HighlightOffIcon.md)
-- [HikingIcon](functions/HikingIcon.md)
-- [HistoryEduIcon](functions/HistoryEduIcon.md)
-- [HistoryIcon](functions/HistoryIcon.md)
-- [HistoryToggleOffIcon](functions/HistoryToggleOffIcon.md)
-- [HiveIcon](functions/HiveIcon.md)
-- [HlsIcon](functions/HlsIcon.md)
-- [HlsOffIcon](functions/HlsOffIcon.md)
-- [HolidayVillageIcon](functions/HolidayVillageIcon.md)
-- [HomeIcon](functions/HomeIcon.md)
-- [HomeMaxIcon](functions/HomeMaxIcon.md)
-- [HomeMiniIcon](functions/HomeMiniIcon.md)
-- [HomeRepairServiceIcon](functions/HomeRepairServiceIcon.md)
-- [HomeWorkIcon](functions/HomeWorkIcon.md)
-- [HorizontalDistributeIcon](functions/HorizontalDistributeIcon.md)
-- [HorizontalRuleIcon](functions/HorizontalRuleIcon.md)
-- [HorizontalSplitIcon](functions/HorizontalSplitIcon.md)
-- [HotTubIcon](functions/HotTubIcon.md)
-- [HotelClassIcon](functions/HotelClassIcon.md)
-- [HotelIcon](functions/HotelIcon.md)
-- [HourglassBottomIcon](functions/HourglassBottomIcon.md)
-- [HourglassDisabledIcon](functions/HourglassDisabledIcon.md)
-- [HourglassEmptyIcon](functions/HourglassEmptyIcon.md)
-- [HourglassFullIcon](functions/HourglassFullIcon.md)
-- [HourglassTopIcon](functions/HourglassTopIcon.md)
-- [HouseIcon](functions/HouseIcon.md)
-- [HouseSidingIcon](functions/HouseSidingIcon.md)
-- [HouseboatIcon](functions/HouseboatIcon.md)
-- [HowToRegIcon](functions/HowToRegIcon.md)
-- [HowToVoteIcon](functions/HowToVoteIcon.md)
-- [HtmlIcon](functions/HtmlIcon.md)
-- [HttpIcon](functions/HttpIcon.md)
-- [HttpsIcon](functions/HttpsIcon.md)
-- [HubIcon](functions/HubIcon.md)
-- [HvacIcon](functions/HvacIcon.md)
-- [IceSkatingIcon](functions/IceSkatingIcon.md)
-- [IcecreamIcon](functions/IcecreamIcon.md)
-- [Icon](functions/Icon.md)
-- [ImageAspectRatioIcon](functions/ImageAspectRatioIcon.md)
-- [ImageIcon](functions/ImageIcon.md)
-- [ImageNotSupportedIcon](functions/ImageNotSupportedIcon.md)
-- [ImageSearchIcon](functions/ImageSearchIcon.md)
-- [ImagesearchRollerIcon](functions/ImagesearchRollerIcon.md)
-- [ImportContactsIcon](functions/ImportContactsIcon.md)
-- [ImportExportIcon](functions/ImportExportIcon.md)
-- [ImportantDevicesIcon](functions/ImportantDevicesIcon.md)
-- [InboxIcon](functions/InboxIcon.md)
-- [IncompleteCircleIcon](functions/IncompleteCircleIcon.md)
-- [IndeterminateCheckBoxIcon](functions/IndeterminateCheckBoxIcon.md)
-- [InfoIcon](functions/InfoIcon.md)
-- [InfoLabel](functions/InfoLabel.md)
-- [InputIcon](functions/InputIcon.md)
-- [InputLabel](functions/InputLabel.md)
-- [InsertChartIcon](functions/InsertChartIcon.md)
-- [InsertChartOutlinedIcon](functions/InsertChartOutlinedIcon.md)
-- [InsertCommentIcon](functions/InsertCommentIcon.md)
-- [InsertDriveFileIcon](functions/InsertDriveFileIcon.md)
-- [InsertEmoticonIcon](functions/InsertEmoticonIcon.md)
-- [InsertInvitationIcon](functions/InsertInvitationIcon.md)
-- [InsertLinkIcon](functions/InsertLinkIcon.md)
-- [InsertPageBreakIcon](functions/InsertPageBreakIcon.md)
-- [InsertPhotoIcon](functions/InsertPhotoIcon.md)
-- [InsightsIcon](functions/InsightsIcon.md)
-- [InstallDesktopIcon](functions/InstallDesktopIcon.md)
-- [InstallMobileIcon](functions/InstallMobileIcon.md)
-- [IntegrationInstructionsIcon](functions/IntegrationInstructionsIcon.md)
-- [InterestsIcon](functions/InterestsIcon.md)
-- [InterpreterModeIcon](functions/InterpreterModeIcon.md)
-- [Inventory2Icon](functions/Inventory2Icon.md)
-- [InventoryIcon](functions/InventoryIcon.md)
-- [InvertColorsIcon](functions/InvertColorsIcon.md)
-- [InvertColorsOffIcon](functions/InvertColorsOffIcon.md)
-- [IosShareIcon](functions/IosShareIcon.md)
-- [IronIcon](functions/IronIcon.md)
-- [IsoIcon](functions/IsoIcon.md)
-- [JavascriptIcon](functions/JavascriptIcon.md)
-- [JoinFullIcon](functions/JoinFullIcon.md)
-- [JoinInnerIcon](functions/JoinInnerIcon.md)
-- [JoinLeftIcon](functions/JoinLeftIcon.md)
-- [JoinRightIcon](functions/JoinRightIcon.md)
-- [KayakingIcon](functions/KayakingIcon.md)
-- [KebabDiningIcon](functions/KebabDiningIcon.md)
-- [KeyIcon](functions/KeyIcon.md)
-- [KeyOffIcon](functions/KeyOffIcon.md)
-- [KeyValuePreview](functions/KeyValuePreview.md)
-- [KeyboardAltIcon](functions/KeyboardAltIcon.md)
-- [KeyboardArrowDownIcon](functions/KeyboardArrowDownIcon.md)
-- [KeyboardArrowLeftIcon](functions/KeyboardArrowLeftIcon.md)
-- [KeyboardArrowRightIcon](functions/KeyboardArrowRightIcon.md)
-- [KeyboardArrowUpIcon](functions/KeyboardArrowUpIcon.md)
-- [KeyboardBackspaceIcon](functions/KeyboardBackspaceIcon.md)
-- [KeyboardCapslockIcon](functions/KeyboardCapslockIcon.md)
-- [KeyboardCommandKeyIcon](functions/KeyboardCommandKeyIcon.md)
-- [KeyboardControlKeyIcon](functions/KeyboardControlKeyIcon.md)
-- [KeyboardDoubleArrowDownIcon](functions/KeyboardDoubleArrowDownIcon.md)
-- [KeyboardDoubleArrowLeftIcon](functions/KeyboardDoubleArrowLeftIcon.md)
-- [KeyboardDoubleArrowRightIcon](functions/KeyboardDoubleArrowRightIcon.md)
-- [KeyboardDoubleArrowUpIcon](functions/KeyboardDoubleArrowUpIcon.md)
-- [KeyboardHideIcon](functions/KeyboardHideIcon.md)
-- [KeyboardIcon](functions/KeyboardIcon.md)
-- [KeyboardOptionKeyIcon](functions/KeyboardOptionKeyIcon.md)
-- [KeyboardReturnIcon](functions/KeyboardReturnIcon.md)
-- [KeyboardTabIcon](functions/KeyboardTabIcon.md)
-- [KeyboardVoiceIcon](functions/KeyboardVoiceIcon.md)
-- [KingBedIcon](functions/KingBedIcon.md)
-- [KitchenIcon](functions/KitchenIcon.md)
-- [KitesurfingIcon](functions/KitesurfingIcon.md)
-- [LabelIcon](functions/LabelIcon.md)
-- [LabelImportantIcon](functions/LabelImportantIcon.md)
-- [LabelOffIcon](functions/LabelOffIcon.md)
-- [LanIcon](functions/LanIcon.md)
-- [LandscapeIcon](functions/LandscapeIcon.md)
-- [LandslideIcon](functions/LandslideIcon.md)
-- [LanguageIcon](functions/LanguageIcon.md)
-- [LaptopChromebookIcon](functions/LaptopChromebookIcon.md)
-- [LaptopIcon](functions/LaptopIcon.md)
-- [LaptopMacIcon](functions/LaptopMacIcon.md)
-- [LaptopWindowsIcon](functions/LaptopWindowsIcon.md)
-- [LastPageIcon](functions/LastPageIcon.md)
-- [LaunchIcon](functions/LaunchIcon.md)
-- [LayersClearIcon](functions/LayersClearIcon.md)
-- [LayersIcon](functions/LayersIcon.md)
-- [LeaderboardIcon](functions/LeaderboardIcon.md)
-- [LeakAddIcon](functions/LeakAddIcon.md)
-- [LeakRemoveIcon](functions/LeakRemoveIcon.md)
-- [LegendToggleIcon](functions/LegendToggleIcon.md)
-- [LensBlurIcon](functions/LensBlurIcon.md)
-- [LensIcon](functions/LensIcon.md)
-- [LibraryAddCheckIcon](functions/LibraryAddCheckIcon.md)
-- [LibraryAddIcon](functions/LibraryAddIcon.md)
-- [LibraryBooksIcon](functions/LibraryBooksIcon.md)
-- [LibraryMusicIcon](functions/LibraryMusicIcon.md)
-- [LightIcon](functions/LightIcon.md)
-- [LightModeIcon](functions/LightModeIcon.md)
-- [LightbulbCircleIcon](functions/LightbulbCircleIcon.md)
-- [LightbulbIcon](functions/LightbulbIcon.md)
-- [LineAxisIcon](functions/LineAxisIcon.md)
-- [LineStyleIcon](functions/LineStyleIcon.md)
-- [LineWeightIcon](functions/LineWeightIcon.md)
-- [LinearScaleIcon](functions/LinearScaleIcon.md)
-- [LinkIcon](functions/LinkIcon.md)
-- [LinkOffIcon](functions/LinkOffIcon.md)
-- [LinkedCameraIcon](functions/LinkedCameraIcon.md)
-- [LiquorIcon](functions/LiquorIcon.md)
-- [ListAltIcon](functions/ListAltIcon.md)
-- [ListIcon](functions/ListIcon.md)
-- [LiveHelpIcon](functions/LiveHelpIcon.md)
-- [LiveTvIcon](functions/LiveTvIcon.md)
-- [LivingIcon](functions/LivingIcon.md)
-- [LoadingButton](functions/LoadingButton.md)
-- [LocalActivityIcon](functions/LocalActivityIcon.md)
-- [LocalAirportIcon](functions/LocalAirportIcon.md)
-- [LocalAtmIcon](functions/LocalAtmIcon.md)
-- [LocalBarIcon](functions/LocalBarIcon.md)
-- [LocalCafeIcon](functions/LocalCafeIcon.md)
-- [LocalCarWashIcon](functions/LocalCarWashIcon.md)
-- [LocalConvenienceStoreIcon](functions/LocalConvenienceStoreIcon.md)
-- [LocalDiningIcon](functions/LocalDiningIcon.md)
-- [LocalDrinkIcon](functions/LocalDrinkIcon.md)
-- [LocalFireDepartmentIcon](functions/LocalFireDepartmentIcon.md)
-- [LocalFloristIcon](functions/LocalFloristIcon.md)
-- [LocalGasStationIcon](functions/LocalGasStationIcon.md)
-- [LocalGroceryStoreIcon](functions/LocalGroceryStoreIcon.md)
-- [LocalHospitalIcon](functions/LocalHospitalIcon.md)
-- [LocalHotelIcon](functions/LocalHotelIcon.md)
-- [LocalLaundryServiceIcon](functions/LocalLaundryServiceIcon.md)
-- [LocalLibraryIcon](functions/LocalLibraryIcon.md)
-- [LocalMallIcon](functions/LocalMallIcon.md)
-- [LocalMoviesIcon](functions/LocalMoviesIcon.md)
-- [LocalOfferIcon](functions/LocalOfferIcon.md)
-- [LocalParkingIcon](functions/LocalParkingIcon.md)
-- [LocalPharmacyIcon](functions/LocalPharmacyIcon.md)
-- [LocalPhoneIcon](functions/LocalPhoneIcon.md)
-- [LocalPizzaIcon](functions/LocalPizzaIcon.md)
-- [LocalPlayIcon](functions/LocalPlayIcon.md)
-- [LocalPoliceIcon](functions/LocalPoliceIcon.md)
-- [LocalPostOfficeIcon](functions/LocalPostOfficeIcon.md)
-- [LocalPrintshopIcon](functions/LocalPrintshopIcon.md)
-- [LocalSeeIcon](functions/LocalSeeIcon.md)
-- [LocalShippingIcon](functions/LocalShippingIcon.md)
-- [LocalTaxiIcon](functions/LocalTaxiIcon.md)
-- [LocationCityIcon](functions/LocationCityIcon.md)
-- [LocationDisabledIcon](functions/LocationDisabledIcon.md)
-- [LocationOffIcon](functions/LocationOffIcon.md)
-- [LocationOnIcon](functions/LocationOnIcon.md)
-- [LocationSearchingIcon](functions/LocationSearchingIcon.md)
-- [LockClockIcon](functions/LockClockIcon.md)
-- [LockIcon](functions/LockIcon.md)
-- [LockOpenIcon](functions/LockOpenIcon.md)
-- [LockPersonIcon](functions/LockPersonIcon.md)
-- [LockResetIcon](functions/LockResetIcon.md)
-- [LoginIcon](functions/LoginIcon.md)
-- [LogoDevIcon](functions/LogoDevIcon.md)
-- [LogoutIcon](functions/LogoutIcon.md)
-- [Looks3Icon](functions/Looks3Icon.md)
-- [Looks4Icon](functions/Looks4Icon.md)
-- [Looks5Icon](functions/Looks5Icon.md)
-- [Looks6Icon](functions/Looks6Icon.md)
-- [LooksIcon](functions/LooksIcon.md)
-- [LooksOneIcon](functions/LooksOneIcon.md)
-- [LooksTwoIcon](functions/LooksTwoIcon.md)
-- [LoopIcon](functions/LoopIcon.md)
-- [LoupeIcon](functions/LoupeIcon.md)
-- [LowPriorityIcon](functions/LowPriorityIcon.md)
-- [LoyaltyIcon](functions/LoyaltyIcon.md)
-- [LteMobiledataIcon](functions/LteMobiledataIcon.md)
-- [LtePlusMobiledataIcon](functions/LtePlusMobiledataIcon.md)
-- [LuggageIcon](functions/LuggageIcon.md)
-- [LunchDiningIcon](functions/LunchDiningIcon.md)
-- [LyricsIcon](functions/LyricsIcon.md)
-- [MacroOffIcon](functions/MacroOffIcon.md)
-- [MailIcon](functions/MailIcon.md)
-- [MailLockIcon](functions/MailLockIcon.md)
-- [MailOutlineIcon](functions/MailOutlineIcon.md)
-- [MaleIcon](functions/MaleIcon.md)
-- [Man2Icon](functions/Man2Icon.md)
-- [Man3Icon](functions/Man3Icon.md)
-- [Man4Icon](functions/Man4Icon.md)
-- [ManIcon](functions/ManIcon.md)
-- [ManageAccountsIcon](functions/ManageAccountsIcon.md)
-- [ManageHistoryIcon](functions/ManageHistoryIcon.md)
-- [ManageSearchIcon](functions/ManageSearchIcon.md)
-- [MapIcon](functions/MapIcon.md)
-- [MapsHomeWorkIcon](functions/MapsHomeWorkIcon.md)
-- [MapsUgcIcon](functions/MapsUgcIcon.md)
-- [MarginIcon](functions/MarginIcon.md)
-- [MarkAsUnreadIcon](functions/MarkAsUnreadIcon.md)
-- [MarkChatReadIcon](functions/MarkChatReadIcon.md)
-- [MarkChatUnreadIcon](functions/MarkChatUnreadIcon.md)
-- [MarkEmailReadIcon](functions/MarkEmailReadIcon.md)
-- [MarkEmailUnreadIcon](functions/MarkEmailUnreadIcon.md)
-- [MarkUnreadChatAltIcon](functions/MarkUnreadChatAltIcon.md)
-- [MarkunreadIcon](functions/MarkunreadIcon.md)
-- [MarkunreadMailboxIcon](functions/MarkunreadMailboxIcon.md)
-- [MasksIcon](functions/MasksIcon.md)
-- [MaximizeIcon](functions/MaximizeIcon.md)
-- [MediaBluetoothOffIcon](functions/MediaBluetoothOffIcon.md)
-- [MediaBluetoothOnIcon](functions/MediaBluetoothOnIcon.md)
-- [MediationIcon](functions/MediationIcon.md)
-- [MedicalInformationIcon](functions/MedicalInformationIcon.md)
-- [MedicalServicesIcon](functions/MedicalServicesIcon.md)
-- [MedicationIcon](functions/MedicationIcon.md)
-- [MedicationLiquidIcon](functions/MedicationLiquidIcon.md)
-- [MeetingRoomIcon](functions/MeetingRoomIcon.md)
-- [MemoryIcon](functions/MemoryIcon.md)
-- [Menu](functions/Menu.md)
-- [MenuBookIcon](functions/MenuBookIcon.md)
-- [MenuIcon](functions/MenuIcon.md)
-- [MenuItem](functions/MenuItem.md)
-- [MenuOpenIcon](functions/MenuOpenIcon.md)
-- [MergeIcon](functions/MergeIcon.md)
-- [MergeTypeIcon](functions/MergeTypeIcon.md)
-- [MessageIcon](functions/MessageIcon.md)
-- [MicExternalOffIcon](functions/MicExternalOffIcon.md)
-- [MicExternalOnIcon](functions/MicExternalOnIcon.md)
-- [MicIcon](functions/MicIcon.md)
-- [MicNoneIcon](functions/MicNoneIcon.md)
-- [MicOffIcon](functions/MicOffIcon.md)
-- [MicrowaveIcon](functions/MicrowaveIcon.md)
-- [MilitaryTechIcon](functions/MilitaryTechIcon.md)
-- [MinimizeIcon](functions/MinimizeIcon.md)
-- [MinorCrashIcon](functions/MinorCrashIcon.md)
-- [MiscellaneousServicesIcon](functions/MiscellaneousServicesIcon.md)
-- [MissedVideoCallIcon](functions/MissedVideoCallIcon.md)
-- [MmsIcon](functions/MmsIcon.md)
-- [MobileFriendlyIcon](functions/MobileFriendlyIcon.md)
-- [MobileOffIcon](functions/MobileOffIcon.md)
-- [MobileScreenShareIcon](functions/MobileScreenShareIcon.md)
-- [MobiledataOffIcon](functions/MobiledataOffIcon.md)
-- [ModeCommentIcon](functions/ModeCommentIcon.md)
-- [ModeControllerProvider](functions/ModeControllerProvider.md)
-- [ModeEditIcon](functions/ModeEditIcon.md)
-- [ModeEditOutlineIcon](functions/ModeEditOutlineIcon.md)
-- [ModeFanOffIcon](functions/ModeFanOffIcon.md)
-- [ModeIcon](functions/ModeIcon.md)
-- [ModeNightIcon](functions/ModeNightIcon.md)
-- [ModeOfTravelIcon](functions/ModeOfTravelIcon.md)
-- [ModeStandbyIcon](functions/ModeStandbyIcon.md)
-- [ModelTrainingIcon](functions/ModelTrainingIcon.md)
-- [MonetizationOnIcon](functions/MonetizationOnIcon.md)
-- [MoneyIcon](functions/MoneyIcon.md)
-- [MoneyOffCsredIcon](functions/MoneyOffCsredIcon.md)
-- [MoneyOffIcon](functions/MoneyOffIcon.md)
-- [MonitorHeartIcon](functions/MonitorHeartIcon.md)
-- [MonitorIcon](functions/MonitorIcon.md)
-- [MonitorWeightIcon](functions/MonitorWeightIcon.md)
-- [MonochromePhotosIcon](functions/MonochromePhotosIcon.md)
-- [MoodBadIcon](functions/MoodBadIcon.md)
-- [MoodIcon](functions/MoodIcon.md)
-- [MopedIcon](functions/MopedIcon.md)
-- [MoreHorizIcon](functions/MoreHorizIcon.md)
-- [MoreIcon](functions/MoreIcon.md)
-- [MoreTimeIcon](functions/MoreTimeIcon.md)
-- [MoreVertIcon](functions/MoreVertIcon.md)
-- [MosqueIcon](functions/MosqueIcon.md)
-- [MotionPhotosAutoIcon](functions/MotionPhotosAutoIcon.md)
-- [MotionPhotosOffIcon](functions/MotionPhotosOffIcon.md)
-- [MotionPhotosOnIcon](functions/MotionPhotosOnIcon.md)
-- [MotionPhotosPauseIcon](functions/MotionPhotosPauseIcon.md)
-- [MotionPhotosPausedIcon](functions/MotionPhotosPausedIcon.md)
-- [MouseIcon](functions/MouseIcon.md)
-- [MoveDownIcon](functions/MoveDownIcon.md)
-- [MoveToInboxIcon](functions/MoveToInboxIcon.md)
-- [MoveUpIcon](functions/MoveUpIcon.md)
-- [MovieCreationIcon](functions/MovieCreationIcon.md)
-- [MovieFilterIcon](functions/MovieFilterIcon.md)
-- [MovieIcon](functions/MovieIcon.md)
-- [MovingIcon](functions/MovingIcon.md)
-- [MpIcon](functions/MpIcon.md)
-- [MultiSelect](functions/MultiSelect.md)
-- [MultiSelectItem](functions/MultiSelectItem.md)
-- [MultilineChartIcon](functions/MultilineChartIcon.md)
-- [MultipleStopIcon](functions/MultipleStopIcon.md)
-- [MuseumIcon](functions/MuseumIcon.md)
-- [MusicNoteIcon](functions/MusicNoteIcon.md)
-- [MusicOffIcon](functions/MusicOffIcon.md)
-- [MusicVideoIcon](functions/MusicVideoIcon.md)
-- [MyLocationIcon](functions/MyLocationIcon.md)
-- [NatIcon](functions/NatIcon.md)
-- [NatureIcon](functions/NatureIcon.md)
-- [NaturePeopleIcon](functions/NaturePeopleIcon.md)
-- [NavigateBeforeIcon](functions/NavigateBeforeIcon.md)
-- [NavigateNextIcon](functions/NavigateNextIcon.md)
-- [NavigationGroup](functions/NavigationGroup.md)
-- [NavigationIcon](functions/NavigationIcon.md)
-- [NearMeDisabledIcon](functions/NearMeDisabledIcon.md)
-- [NearMeIcon](functions/NearMeIcon.md)
-- [NearbyErrorIcon](functions/NearbyErrorIcon.md)
-- [NearbyOffIcon](functions/NearbyOffIcon.md)
-- [NestCamWiredStandIcon](functions/NestCamWiredStandIcon.md)
-- [NetworkCellIcon](functions/NetworkCellIcon.md)
-- [NetworkCheckIcon](functions/NetworkCheckIcon.md)
-- [NetworkLockedIcon](functions/NetworkLockedIcon.md)
-- [NetworkPingIcon](functions/NetworkPingIcon.md)
-- [NetworkWifi1BarIcon](functions/NetworkWifi1BarIcon.md)
-- [NetworkWifi2BarIcon](functions/NetworkWifi2BarIcon.md)
-- [NetworkWifi3BarIcon](functions/NetworkWifi3BarIcon.md)
-- [NetworkWifiIcon](functions/NetworkWifiIcon.md)
-- [NewLabelIcon](functions/NewLabelIcon.md)
-- [NewReleasesIcon](functions/NewReleasesIcon.md)
-- [NewspaperIcon](functions/NewspaperIcon.md)
-- [NextPlanIcon](functions/NextPlanIcon.md)
-- [NextWeekIcon](functions/NextWeekIcon.md)
-- [NfcIcon](functions/NfcIcon.md)
-- [NightShelterIcon](functions/NightShelterIcon.md)
-- [NightlifeIcon](functions/NightlifeIcon.md)
-- [NightlightIcon](functions/NightlightIcon.md)
-- [NightlightRoundIcon](functions/NightlightRoundIcon.md)
-- [NightsStayIcon](functions/NightsStayIcon.md)
-- [NoAccountsIcon](functions/NoAccountsIcon.md)
-- [NoAdultContentIcon](functions/NoAdultContentIcon.md)
-- [NoBackpackIcon](functions/NoBackpackIcon.md)
-- [NoCellIcon](functions/NoCellIcon.md)
-- [NoCrashIcon](functions/NoCrashIcon.md)
-- [NoDrinksIcon](functions/NoDrinksIcon.md)
-- [NoEncryptionGmailerrorredIcon](functions/NoEncryptionGmailerrorredIcon.md)
-- [NoEncryptionIcon](functions/NoEncryptionIcon.md)
-- [NoFlashIcon](functions/NoFlashIcon.md)
-- [NoFoodIcon](functions/NoFoodIcon.md)
-- [NoLuggageIcon](functions/NoLuggageIcon.md)
-- [NoMealsIcon](functions/NoMealsIcon.md)
-- [NoMeetingRoomIcon](functions/NoMeetingRoomIcon.md)
-- [NoPhotographyIcon](functions/NoPhotographyIcon.md)
-- [NoSimIcon](functions/NoSimIcon.md)
-- [NoStrollerIcon](functions/NoStrollerIcon.md)
-- [NoTransferIcon](functions/NoTransferIcon.md)
-- [NoiseAwareIcon](functions/NoiseAwareIcon.md)
-- [NoiseControlOffIcon](functions/NoiseControlOffIcon.md)
-- [NordicWalkingIcon](functions/NordicWalkingIcon.md)
-- [NorthEastIcon](functions/NorthEastIcon.md)
-- [NorthIcon](functions/NorthIcon.md)
-- [NorthWestIcon](functions/NorthWestIcon.md)
-- [NotAccessibleIcon](functions/NotAccessibleIcon.md)
-- [NotFoundPage](functions/NotFoundPage.md)
-- [NotInterestedIcon](functions/NotInterestedIcon.md)
-- [NotListedLocationIcon](functions/NotListedLocationIcon.md)
-- [NotStartedIcon](functions/NotStartedIcon.md)
-- [NoteAddIcon](functions/NoteAddIcon.md)
-- [NoteAltIcon](functions/NoteAltIcon.md)
-- [NoteIcon](functions/NoteIcon.md)
-- [NotesIcon](functions/NotesIcon.md)
-- [NotificationAddIcon](functions/NotificationAddIcon.md)
-- [NotificationImportantIcon](functions/NotificationImportantIcon.md)
-- [NotificationsActiveIcon](functions/NotificationsActiveIcon.md)
-- [NotificationsIcon](functions/NotificationsIcon.md)
-- [NotificationsNoneIcon](functions/NotificationsNoneIcon.md)
-- [NotificationsOffIcon](functions/NotificationsOffIcon.md)
-- [NotificationsPausedIcon](functions/NotificationsPausedIcon.md)
-- [NumbersIcon](functions/NumbersIcon.md)
-- [OfflineBoltIcon](functions/OfflineBoltIcon.md)
-- [OfflinePinIcon](functions/OfflinePinIcon.md)
-- [OfflineShareIcon](functions/OfflineShareIcon.md)
-- [OilBarrelIcon](functions/OilBarrelIcon.md)
-- [OnDeviceTrainingIcon](functions/OnDeviceTrainingIcon.md)
-- [OndemandVideoIcon](functions/OndemandVideoIcon.md)
-- [OnlinePredictionIcon](functions/OnlinePredictionIcon.md)
-- [OpacityIcon](functions/OpacityIcon.md)
-- [OpenInBrowserIcon](functions/OpenInBrowserIcon.md)
-- [OpenInFullIcon](functions/OpenInFullIcon.md)
-- [OpenInNewIcon](functions/OpenInNewIcon.md)
-- [OpenInNewOffIcon](functions/OpenInNewOffIcon.md)
-- [OpenWithIcon](functions/OpenWithIcon.md)
-- [OtherHousesIcon](functions/OtherHousesIcon.md)
-- [OutboundIcon](functions/OutboundIcon.md)
-- [OutboxIcon](functions/OutboxIcon.md)
-- [OutdoorGrillIcon](functions/OutdoorGrillIcon.md)
-- [OutletIcon](functions/OutletIcon.md)
-- [OutlinedFlagIcon](functions/OutlinedFlagIcon.md)
-- [OutputIcon](functions/OutputIcon.md)
-- [PaddingIcon](functions/PaddingIcon.md)
-- [PagesIcon](functions/PagesIcon.md)
-- [PageviewIcon](functions/PageviewIcon.md)
-- [PaidIcon](functions/PaidIcon.md)
-- [PaletteIcon](functions/PaletteIcon.md)
-- [PanToolAltIcon](functions/PanToolAltIcon.md)
-- [PanToolIcon](functions/PanToolIcon.md)
-- [PanoramaFishEyeIcon](functions/PanoramaFishEyeIcon.md)
-- [PanoramaHorizontalIcon](functions/PanoramaHorizontalIcon.md)
-- [PanoramaHorizontalSelectIcon](functions/PanoramaHorizontalSelectIcon.md)
-- [PanoramaIcon](functions/PanoramaIcon.md)
-- [PanoramaPhotosphereIcon](functions/PanoramaPhotosphereIcon.md)
-- [PanoramaPhotosphereSelectIcon](functions/PanoramaPhotosphereSelectIcon.md)
-- [PanoramaVerticalIcon](functions/PanoramaVerticalIcon.md)
-- [PanoramaVerticalSelectIcon](functions/PanoramaVerticalSelectIcon.md)
-- [PanoramaWideAngleIcon](functions/PanoramaWideAngleIcon.md)
-- [PanoramaWideAngleSelectIcon](functions/PanoramaWideAngleSelectIcon.md)
-- [Paper](functions/Paper.md)
-- [ParaglidingIcon](functions/ParaglidingIcon.md)
-- [ParkIcon](functions/ParkIcon.md)
-- [PartyModeIcon](functions/PartyModeIcon.md)
-- [PasswordIcon](functions/PasswordIcon.md)
-- [PatternIcon](functions/PatternIcon.md)
-- [PauseCircleFilledIcon](functions/PauseCircleFilledIcon.md)
-- [PauseCircleIcon](functions/PauseCircleIcon.md)
-- [PauseCircleOutlineIcon](functions/PauseCircleOutlineIcon.md)
-- [PauseIcon](functions/PauseIcon.md)
-- [PausePresentationIcon](functions/PausePresentationIcon.md)
-- [PaymentIcon](functions/PaymentIcon.md)
-- [PaymentsIcon](functions/PaymentsIcon.md)
-- [PedalBikeIcon](functions/PedalBikeIcon.md)
-- [PendingActionsIcon](functions/PendingActionsIcon.md)
-- [PendingIcon](functions/PendingIcon.md)
-- [PentagonIcon](functions/PentagonIcon.md)
-- [PeopleAltIcon](functions/PeopleAltIcon.md)
-- [PeopleIcon](functions/PeopleIcon.md)
-- [PeopleOutlineIcon](functions/PeopleOutlineIcon.md)
-- [PercentIcon](functions/PercentIcon.md)
-- [PermCameraMicIcon](functions/PermCameraMicIcon.md)
-- [PermContactCalendarIcon](functions/PermContactCalendarIcon.md)
-- [PermDataSettingIcon](functions/PermDataSettingIcon.md)
-- [PermDeviceInformationIcon](functions/PermDeviceInformationIcon.md)
-- [PermIdentityIcon](functions/PermIdentityIcon.md)
-- [PermMediaIcon](functions/PermMediaIcon.md)
-- [PermPhoneMsgIcon](functions/PermPhoneMsgIcon.md)
-- [PermScanWifiIcon](functions/PermScanWifiIcon.md)
-- [Person2Icon](functions/Person2Icon.md)
-- [Person3Icon](functions/Person3Icon.md)
-- [Person4Icon](functions/Person4Icon.md)
-- [PersonAddAlt1Icon](functions/PersonAddAlt1Icon.md)
-- [PersonAddAltIcon](functions/PersonAddAltIcon.md)
-- [PersonAddDisabledIcon](functions/PersonAddDisabledIcon.md)
-- [PersonAddIcon](functions/PersonAddIcon.md)
-- [PersonIcon](functions/PersonIcon.md)
-- [PersonOffIcon](functions/PersonOffIcon.md)
-- [PersonOutlineIcon](functions/PersonOutlineIcon.md)
-- [PersonPinCircleIcon](functions/PersonPinCircleIcon.md)
-- [PersonPinIcon](functions/PersonPinIcon.md)
-- [PersonRemoveAlt1Icon](functions/PersonRemoveAlt1Icon.md)
-- [PersonRemoveIcon](functions/PersonRemoveIcon.md)
-- [PersonSearchIcon](functions/PersonSearchIcon.md)
-- [PersonalInjuryIcon](functions/PersonalInjuryIcon.md)
-- [PersonalVideoIcon](functions/PersonalVideoIcon.md)
-- [PestControlIcon](functions/PestControlIcon.md)
-- [PestControlRodentIcon](functions/PestControlRodentIcon.md)
-- [PetsIcon](functions/PetsIcon.md)
-- [PhishingIcon](functions/PhishingIcon.md)
-- [PhoneAndroidIcon](functions/PhoneAndroidIcon.md)
-- [PhoneBluetoothSpeakerIcon](functions/PhoneBluetoothSpeakerIcon.md)
-- [PhoneCallbackIcon](functions/PhoneCallbackIcon.md)
-- [PhoneDisabledIcon](functions/PhoneDisabledIcon.md)
-- [PhoneEnabledIcon](functions/PhoneEnabledIcon.md)
-- [PhoneForwardedIcon](functions/PhoneForwardedIcon.md)
-- [PhoneIcon](functions/PhoneIcon.md)
-- [PhoneIphoneIcon](functions/PhoneIphoneIcon.md)
-- [PhoneLockedIcon](functions/PhoneLockedIcon.md)
-- [PhoneMissedIcon](functions/PhoneMissedIcon.md)
-- [PhonePausedIcon](functions/PhonePausedIcon.md)
-- [PhonelinkEraseIcon](functions/PhonelinkEraseIcon.md)
-- [PhonelinkIcon](functions/PhonelinkIcon.md)
-- [PhonelinkLockIcon](functions/PhonelinkLockIcon.md)
-- [PhonelinkOffIcon](functions/PhonelinkOffIcon.md)
-- [PhonelinkRingIcon](functions/PhonelinkRingIcon.md)
-- [PhonelinkSetupIcon](functions/PhonelinkSetupIcon.md)
-- [PhotoAlbumIcon](functions/PhotoAlbumIcon.md)
-- [PhotoCameraBackIcon](functions/PhotoCameraBackIcon.md)
-- [PhotoCameraFrontIcon](functions/PhotoCameraFrontIcon.md)
-- [PhotoCameraIcon](functions/PhotoCameraIcon.md)
-- [PhotoFilterIcon](functions/PhotoFilterIcon.md)
-- [PhotoIcon](functions/PhotoIcon.md)
-- [PhotoLibraryIcon](functions/PhotoLibraryIcon.md)
-- [PhotoSizeSelectActualIcon](functions/PhotoSizeSelectActualIcon.md)
-- [PhotoSizeSelectLargeIcon](functions/PhotoSizeSelectLargeIcon.md)
-- [PhotoSizeSelectSmallIcon](functions/PhotoSizeSelectSmallIcon.md)
-- [PhpIcon](functions/PhpIcon.md)
-- [PianoIcon](functions/PianoIcon.md)
-- [PianoOffIcon](functions/PianoOffIcon.md)
-- [PictureAsPdfIcon](functions/PictureAsPdfIcon.md)
-- [PictureInPictureAltIcon](functions/PictureInPictureAltIcon.md)
-- [PictureInPictureIcon](functions/PictureInPictureIcon.md)
-- [PieChartIcon](functions/PieChartIcon.md)
-- [PieChartOutlineIcon](functions/PieChartOutlineIcon.md)
-- [PinDropIcon](functions/PinDropIcon.md)
-- [PinEndIcon](functions/PinEndIcon.md)
-- [PinIcon](functions/PinIcon.md)
-- [PinInvokeIcon](functions/PinInvokeIcon.md)
-- [PinchIcon](functions/PinchIcon.md)
-- [PivotTableChartIcon](functions/PivotTableChartIcon.md)
-- [PixIcon](functions/PixIcon.md)
-- [PlaceIcon](functions/PlaceIcon.md)
-- [PlagiarismIcon](functions/PlagiarismIcon.md)
-- [PlayArrowIcon](functions/PlayArrowIcon.md)
-- [PlayCircleFilledIcon](functions/PlayCircleFilledIcon.md)
-- [PlayCircleIcon](functions/PlayCircleIcon.md)
-- [PlayCircleOutlineIcon](functions/PlayCircleOutlineIcon.md)
-- [PlayDisabledIcon](functions/PlayDisabledIcon.md)
-- [PlayForWorkIcon](functions/PlayForWorkIcon.md)
-- [PlayLessonIcon](functions/PlayLessonIcon.md)
-- [PlaylistAddCheckCircleIcon](functions/PlaylistAddCheckCircleIcon.md)
-- [PlaylistAddCheckIcon](functions/PlaylistAddCheckIcon.md)
-- [PlaylistAddCircleIcon](functions/PlaylistAddCircleIcon.md)
-- [PlaylistAddIcon](functions/PlaylistAddIcon.md)
-- [PlaylistPlayIcon](functions/PlaylistPlayIcon.md)
-- [PlaylistRemoveIcon](functions/PlaylistRemoveIcon.md)
-- [PlumbingIcon](functions/PlumbingIcon.md)
-- [PlusOneIcon](functions/PlusOneIcon.md)
-- [PodcastsIcon](functions/PodcastsIcon.md)
-- [PointOfSaleIcon](functions/PointOfSaleIcon.md)
-- [PolicyIcon](functions/PolicyIcon.md)
-- [PollIcon](functions/PollIcon.md)
-- [PolylineIcon](functions/PolylineIcon.md)
-- [PolymerIcon](functions/PolymerIcon.md)
-- [PoolIcon](functions/PoolIcon.md)
-- [Popover](functions/Popover.md)
-- [PortableWifiOffIcon](functions/PortableWifiOffIcon.md)
-- [PortraitIcon](functions/PortraitIcon.md)
-- [PostAddIcon](functions/PostAddIcon.md)
-- [PowerIcon](functions/PowerIcon.md)
-- [PowerInputIcon](functions/PowerInputIcon.md)
-- [PowerOffIcon](functions/PowerOffIcon.md)
-- [PowerSettingsNewIcon](functions/PowerSettingsNewIcon.md)
-- [PrecisionManufacturingIcon](functions/PrecisionManufacturingIcon.md)
-- [PregnantWomanIcon](functions/PregnantWomanIcon.md)
-- [PresentToAllIcon](functions/PresentToAllIcon.md)
-- [PreviewIcon](functions/PreviewIcon.md)
-- [PriceChangeIcon](functions/PriceChangeIcon.md)
-- [PriceCheckIcon](functions/PriceCheckIcon.md)
-- [PrintDisabledIcon](functions/PrintDisabledIcon.md)
-- [PrintIcon](functions/PrintIcon.md)
-- [PriorityHighIcon](functions/PriorityHighIcon.md)
-- [PrivacyTipIcon](functions/PrivacyTipIcon.md)
-- [PrivateConnectivityIcon](functions/PrivateConnectivityIcon.md)
-- [ProductionQuantityLimitsIcon](functions/ProductionQuantityLimitsIcon.md)
-- [PropaneIcon](functions/PropaneIcon.md)
-- [PropaneTankIcon](functions/PropaneTankIcon.md)
-- [PsychologyAltIcon](functions/PsychologyAltIcon.md)
-- [PsychologyIcon](functions/PsychologyIcon.md)
-- [PublicIcon](functions/PublicIcon.md)
-- [PublicOffIcon](functions/PublicOffIcon.md)
-- [PublishIcon](functions/PublishIcon.md)
-- [PublishedWithChangesIcon](functions/PublishedWithChangesIcon.md)
-- [PunchClockIcon](functions/PunchClockIcon.md)
-- [PushPinIcon](functions/PushPinIcon.md)
-- [QrCode2Icon](functions/QrCode2Icon.md)
-- [QrCodeIcon](functions/QrCodeIcon.md)
-- [QrCodeScannerIcon](functions/QrCodeScannerIcon.md)
-- [QueryBuilderIcon](functions/QueryBuilderIcon.md)
-- [QueryStatsIcon](functions/QueryStatsIcon.md)
-- [QuestionAnswerIcon](functions/QuestionAnswerIcon.md)
-- [QuestionMarkIcon](functions/QuestionMarkIcon.md)
-- [QueueIcon](functions/QueueIcon.md)
-- [QueueMusicIcon](functions/QueueMusicIcon.md)
-- [QueuePlayNextIcon](functions/QueuePlayNextIcon.md)
-- [QuickreplyIcon](functions/QuickreplyIcon.md)
-- [QuizIcon](functions/QuizIcon.md)
-- [RMobiledataIcon](functions/RMobiledataIcon.md)
-- [RadarIcon](functions/RadarIcon.md)
-- [RadioButtonCheckedIcon](functions/RadioButtonCheckedIcon.md)
-- [RadioButtonUncheckedIcon](functions/RadioButtonUncheckedIcon.md)
-- [RadioIcon](functions/RadioIcon.md)
-- [RailwayAlertIcon](functions/RailwayAlertIcon.md)
-- [RamenDiningIcon](functions/RamenDiningIcon.md)
-- [RampLeftIcon](functions/RampLeftIcon.md)
-- [RampRightIcon](functions/RampRightIcon.md)
-- [RateReviewIcon](functions/RateReviewIcon.md)
-- [RawOffIcon](functions/RawOffIcon.md)
-- [RawOnIcon](functions/RawOnIcon.md)
-- [ReadMoreIcon](functions/ReadMoreIcon.md)
-- [RealEstateAgentIcon](functions/RealEstateAgentIcon.md)
-- [ReceiptIcon](functions/ReceiptIcon.md)
-- [ReceiptLongIcon](functions/ReceiptLongIcon.md)
-- [RecentActorsIcon](functions/RecentActorsIcon.md)
-- [RecommendIcon](functions/RecommendIcon.md)
-- [RecordVoiceOverIcon](functions/RecordVoiceOverIcon.md)
-- [RectangleIcon](functions/RectangleIcon.md)
-- [RecyclingIcon](functions/RecyclingIcon.md)
-- [RedeemIcon](functions/RedeemIcon.md)
-- [RedoIcon](functions/RedoIcon.md)
-- [ReduceCapacityIcon](functions/ReduceCapacityIcon.md)
-- [ReferencePreviewContainer](functions/ReferencePreviewContainer.md)
-- [RefreshIcon](functions/RefreshIcon.md)
-- [RememberMeIcon](functions/RememberMeIcon.md)
-- [RemoveCircleIcon](functions/RemoveCircleIcon.md)
-- [RemoveCircleOutlineIcon](functions/RemoveCircleOutlineIcon.md)
-- [RemoveDoneIcon](functions/RemoveDoneIcon.md)
-- [RemoveFromQueueIcon](functions/RemoveFromQueueIcon.md)
-- [RemoveIcon](functions/RemoveIcon.md)
-- [RemoveModeratorIcon](functions/RemoveModeratorIcon.md)
-- [RemoveRedEyeIcon](functions/RemoveRedEyeIcon.md)
-- [RemoveRoadIcon](functions/RemoveRoadIcon.md)
-- [RemoveShoppingCartIcon](functions/RemoveShoppingCartIcon.md)
-- [ReorderIcon](functions/ReorderIcon.md)
-- [RepartitionIcon](functions/RepartitionIcon.md)
-- [RepeatIcon](functions/RepeatIcon.md)
-- [RepeatOnIcon](functions/RepeatOnIcon.md)
-- [RepeatOneIcon](functions/RepeatOneIcon.md)
-- [RepeatOneOnIcon](functions/RepeatOneOnIcon.md)
-- [Replay10Icon](functions/Replay10Icon.md)
-- [Replay30Icon](functions/Replay30Icon.md)
-- [Replay5Icon](functions/Replay5Icon.md)
-- [ReplayCircleFilledIcon](functions/ReplayCircleFilledIcon.md)
-- [ReplayIcon](functions/ReplayIcon.md)
-- [ReplyAllIcon](functions/ReplyAllIcon.md)
-- [ReplyIcon](functions/ReplyIcon.md)
-- [ReportGmailerrorredIcon](functions/ReportGmailerrorredIcon.md)
-- [ReportIcon](functions/ReportIcon.md)
-- [ReportOffIcon](functions/ReportOffIcon.md)
-- [ReportProblemIcon](functions/ReportProblemIcon.md)
-- [RequestPageIcon](functions/RequestPageIcon.md)
-- [RequestQuoteIcon](functions/RequestQuoteIcon.md)
-- [ResetTvIcon](functions/ResetTvIcon.md)
-- [RestartAltIcon](functions/RestartAltIcon.md)
-- [RestaurantIcon](functions/RestaurantIcon.md)
-- [RestaurantMenuIcon](functions/RestaurantMenuIcon.md)
-- [RestoreFromTrashIcon](functions/RestoreFromTrashIcon.md)
-- [RestoreIcon](functions/RestoreIcon.md)
-- [RestorePageIcon](functions/RestorePageIcon.md)
-- [ReviewsIcon](functions/ReviewsIcon.md)
-- [RiceBowlIcon](functions/RiceBowlIcon.md)
-- [RingVolumeIcon](functions/RingVolumeIcon.md)
-- [RocketIcon](functions/RocketIcon.md)
-- [RocketLaunchIcon](functions/RocketLaunchIcon.md)
-- [RollerShadesClosedIcon](functions/RollerShadesClosedIcon.md)
-- [RollerShadesIcon](functions/RollerShadesIcon.md)
-- [RollerSkatingIcon](functions/RollerSkatingIcon.md)
-- [RoofingIcon](functions/RoofingIcon.md)
-- [RoomIcon](functions/RoomIcon.md)
-- [RoomPreferencesIcon](functions/RoomPreferencesIcon.md)
-- [RoomServiceIcon](functions/RoomServiceIcon.md)
-- [Rotate90DegreesCcwIcon](functions/Rotate90DegreesCcwIcon.md)
-- [Rotate90DegreesCwIcon](functions/Rotate90DegreesCwIcon.md)
-- [RotateLeftIcon](functions/RotateLeftIcon.md)
-- [RotateRightIcon](functions/RotateRightIcon.md)
-- [RoundaboutLeftIcon](functions/RoundaboutLeftIcon.md)
-- [RoundaboutRightIcon](functions/RoundaboutRightIcon.md)
-- [RoundedCornerIcon](functions/RoundedCornerIcon.md)
-- [RouteIcon](functions/RouteIcon.md)
-- [RouterIcon](functions/RouterIcon.md)
-- [RowingIcon](functions/RowingIcon.md)
-- [RssFeedIcon](functions/RssFeedIcon.md)
-- [RsvpIcon](functions/RsvpIcon.md)
-- [RttIcon](functions/RttIcon.md)
-- [RuleFolderIcon](functions/RuleFolderIcon.md)
-- [RuleIcon](functions/RuleIcon.md)
-- [RunCircleIcon](functions/RunCircleIcon.md)
-- [RunningWithErrorsIcon](functions/RunningWithErrorsIcon.md)
-- [RvHookupIcon](functions/RvHookupIcon.md)
-- [SafetyCheckIcon](functions/SafetyCheckIcon.md)
-- [SafetyDividerIcon](functions/SafetyDividerIcon.md)
-- [SailingIcon](functions/SailingIcon.md)
-- [SanitizerIcon](functions/SanitizerIcon.md)
-- [SatelliteAltIcon](functions/SatelliteAltIcon.md)
-- [SatelliteIcon](functions/SatelliteIcon.md)
-- [SaveAltIcon](functions/SaveAltIcon.md)
-- [SaveAsIcon](functions/SaveAsIcon.md)
-- [SaveIcon](functions/SaveIcon.md)
-- [SavedSearchIcon](functions/SavedSearchIcon.md)
-- [SavingsIcon](functions/SavingsIcon.md)
-- [ScaleIcon](functions/ScaleIcon.md)
-- [ScannerIcon](functions/ScannerIcon.md)
-- [ScatterPlotIcon](functions/ScatterPlotIcon.md)
-- [ScheduleIcon](functions/ScheduleIcon.md)
-- [ScheduleSendIcon](functions/ScheduleSendIcon.md)
-- [SchemaIcon](functions/SchemaIcon.md)
-- [SchoolIcon](functions/SchoolIcon.md)
-- [ScienceIcon](functions/ScienceIcon.md)
-- [ScoreIcon](functions/ScoreIcon.md)
-- [ScoreboardIcon](functions/ScoreboardIcon.md)
-- [ScreenLockLandscapeIcon](functions/ScreenLockLandscapeIcon.md)
-- [ScreenLockPortraitIcon](functions/ScreenLockPortraitIcon.md)
-- [ScreenLockRotationIcon](functions/ScreenLockRotationIcon.md)
-- [ScreenRotationAltIcon](functions/ScreenRotationAltIcon.md)
-- [ScreenRotationIcon](functions/ScreenRotationIcon.md)
-- [ScreenSearchDesktopIcon](functions/ScreenSearchDesktopIcon.md)
-- [ScreenShareIcon](functions/ScreenShareIcon.md)
-- [ScreenshotIcon](functions/ScreenshotIcon.md)
-- [ScreenshotMonitorIcon](functions/ScreenshotMonitorIcon.md)
-- [ScubaDivingIcon](functions/ScubaDivingIcon.md)
-- [SdCardAlertIcon](functions/SdCardAlertIcon.md)
-- [SdCardIcon](functions/SdCardIcon.md)
-- [SdIcon](functions/SdIcon.md)
-- [SdStorageIcon](functions/SdStorageIcon.md)
-- [SearchBar](functions/SearchBar.md)
-- [SearchIcon](functions/SearchIcon.md)
-- [SearchOffIcon](functions/SearchOffIcon.md)
-- [SecurityIcon](functions/SecurityIcon.md)
-- [SecurityUpdateGoodIcon](functions/SecurityUpdateGoodIcon.md)
-- [SecurityUpdateIcon](functions/SecurityUpdateIcon.md)
-- [SecurityUpdateWarningIcon](functions/SecurityUpdateWarningIcon.md)
-- [SegmentIcon](functions/SegmentIcon.md)
-- [Select](functions/Select.md)
-- [SelectAllIcon](functions/SelectAllIcon.md)
-- [SelectGroup](functions/SelectGroup.md)
-- [SelectItem](functions/SelectItem.md)
-- [SelfImprovementIcon](functions/SelfImprovementIcon.md)
-- [SellIcon](functions/SellIcon.md)
-- [SendAndArchiveIcon](functions/SendAndArchiveIcon.md)
-- [SendIcon](functions/SendIcon.md)
-- [SendTimeExtensionIcon](functions/SendTimeExtensionIcon.md)
-- [SendToMobileIcon](functions/SendToMobileIcon.md)
-- [SensorDoorIcon](functions/SensorDoorIcon.md)
-- [SensorOccupiedIcon](functions/SensorOccupiedIcon.md)
-- [SensorWindowIcon](functions/SensorWindowIcon.md)
-- [SensorsIcon](functions/SensorsIcon.md)
-- [SensorsOffIcon](functions/SensorsOffIcon.md)
-- [SentimentDissatisfiedIcon](functions/SentimentDissatisfiedIcon.md)
-- [SentimentNeutralIcon](functions/SentimentNeutralIcon.md)
-- [SentimentSatisfiedAltIcon](functions/SentimentSatisfiedAltIcon.md)
-- [SentimentSatisfiedIcon](functions/SentimentSatisfiedIcon.md)
-- [SentimentVeryDissatisfiedIcon](functions/SentimentVeryDissatisfiedIcon.md)
-- [SentimentVerySatisfiedIcon](functions/SentimentVerySatisfiedIcon.md)
-- [SetMealIcon](functions/SetMealIcon.md)
-- [SettingsAccessibilityIcon](functions/SettingsAccessibilityIcon.md)
-- [SettingsApplicationsIcon](functions/SettingsApplicationsIcon.md)
-- [SettingsBackupRestoreIcon](functions/SettingsBackupRestoreIcon.md)
-- [SettingsBluetoothIcon](functions/SettingsBluetoothIcon.md)
-- [SettingsBrightnessIcon](functions/SettingsBrightnessIcon.md)
-- [SettingsCellIcon](functions/SettingsCellIcon.md)
-- [SettingsEthernetIcon](functions/SettingsEthernetIcon.md)
-- [SettingsIcon](functions/SettingsIcon.md)
-- [SettingsInputAntennaIcon](functions/SettingsInputAntennaIcon.md)
-- [SettingsInputComponentIcon](functions/SettingsInputComponentIcon.md)
-- [SettingsInputCompositeIcon](functions/SettingsInputCompositeIcon.md)
-- [SettingsInputHdmiIcon](functions/SettingsInputHdmiIcon.md)
-- [SettingsInputSvideoIcon](functions/SettingsInputSvideoIcon.md)
-- [SettingsOverscanIcon](functions/SettingsOverscanIcon.md)
-- [SettingsPhoneIcon](functions/SettingsPhoneIcon.md)
-- [SettingsPowerIcon](functions/SettingsPowerIcon.md)
-- [SettingsRemoteIcon](functions/SettingsRemoteIcon.md)
-- [SettingsSuggestIcon](functions/SettingsSuggestIcon.md)
-- [SettingsSystemDaydreamIcon](functions/SettingsSystemDaydreamIcon.md)
-- [SettingsVoiceIcon](functions/SettingsVoiceIcon.md)
-- [SevereColdIcon](functions/SevereColdIcon.md)
-- [ShapeLineIcon](functions/ShapeLineIcon.md)
-- [ShareIcon](functions/ShareIcon.md)
-- [ShareLocationIcon](functions/ShareLocationIcon.md)
-- [Sheet](functions/Sheet.md)
-- [ShieldIcon](functions/ShieldIcon.md)
-- [ShieldMoonIcon](functions/ShieldMoonIcon.md)
-- [Shop2Icon](functions/Shop2Icon.md)
-- [ShopIcon](functions/ShopIcon.md)
-- [ShopTwoIcon](functions/ShopTwoIcon.md)
-- [ShoppingBagIcon](functions/ShoppingBagIcon.md)
-- [ShoppingBasketIcon](functions/ShoppingBasketIcon.md)
-- [ShoppingCartCheckoutIcon](functions/ShoppingCartCheckoutIcon.md)
-- [ShoppingCartIcon](functions/ShoppingCartIcon.md)
-- [ShortTextIcon](functions/ShortTextIcon.md)
-- [ShortcutIcon](functions/ShortcutIcon.md)
-- [ShowChartIcon](functions/ShowChartIcon.md)
-- [ShowerIcon](functions/ShowerIcon.md)
-- [ShuffleIcon](functions/ShuffleIcon.md)
-- [ShuffleOnIcon](functions/ShuffleOnIcon.md)
-- [ShutterSpeedIcon](functions/ShutterSpeedIcon.md)
-- [SickIcon](functions/SickIcon.md)
-- [SignLanguageIcon](functions/SignLanguageIcon.md)
-- [SignalCellular0BarIcon](functions/SignalCellular0BarIcon.md)
-- [SignalCellular4BarIcon](functions/SignalCellular4BarIcon.md)
-- [SignalCellularAlt1BarIcon](functions/SignalCellularAlt1BarIcon.md)
-- [SignalCellularAlt2BarIcon](functions/SignalCellularAlt2BarIcon.md)
-- [SignalCellularAltIcon](functions/SignalCellularAltIcon.md)
-- [SignalCellularConnectedNoInternet0BarIcon](functions/SignalCellularConnectedNoInternet0BarIcon.md)
-- [SignalCellularConnectedNoInternet4BarIcon](functions/SignalCellularConnectedNoInternet4BarIcon.md)
-- [SignalCellularNoSimIcon](functions/SignalCellularNoSimIcon.md)
-- [SignalCellularNodataIcon](functions/SignalCellularNodataIcon.md)
-- [SignalCellularNullIcon](functions/SignalCellularNullIcon.md)
-- [SignalCellularOffIcon](functions/SignalCellularOffIcon.md)
-- [SignalWifi0BarIcon](functions/SignalWifi0BarIcon.md)
-- [SignalWifi4BarIcon](functions/SignalWifi4BarIcon.md)
-- [SignalWifi4BarLockIcon](functions/SignalWifi4BarLockIcon.md)
-- [SignalWifiBadIcon](functions/SignalWifiBadIcon.md)
-- [SignalWifiConnectedNoInternet4Icon](functions/SignalWifiConnectedNoInternet4Icon.md)
-- [SignalWifiOffIcon](functions/SignalWifiOffIcon.md)
-- [SignalWifiStatusbar4BarIcon](functions/SignalWifiStatusbar4BarIcon.md)
-- [SignalWifiStatusbarConnectedNoInternet4Icon](functions/SignalWifiStatusbarConnectedNoInternet4Icon.md)
-- [SignalWifiStatusbarNullIcon](functions/SignalWifiStatusbarNullIcon.md)
-- [SignpostIcon](functions/SignpostIcon.md)
-- [SimCardAlertIcon](functions/SimCardAlertIcon.md)
-- [SimCardDownloadIcon](functions/SimCardDownloadIcon.md)
-- [SimCardIcon](functions/SimCardIcon.md)
-- [SingleBedIcon](functions/SingleBedIcon.md)
-- [SipIcon](functions/SipIcon.md)
-- [SkateboardingIcon](functions/SkateboardingIcon.md)
-- [SkipNextIcon](functions/SkipNextIcon.md)
-- [SkipPreviousIcon](functions/SkipPreviousIcon.md)
-- [SleddingIcon](functions/SleddingIcon.md)
-- [SlideshowIcon](functions/SlideshowIcon.md)
-- [SlowMotionVideoIcon](functions/SlowMotionVideoIcon.md)
-- [SmartButtonIcon](functions/SmartButtonIcon.md)
-- [SmartDisplayIcon](functions/SmartDisplayIcon.md)
-- [SmartScreenIcon](functions/SmartScreenIcon.md)
-- [SmartToyIcon](functions/SmartToyIcon.md)
-- [SmartphoneIcon](functions/SmartphoneIcon.md)
-- [SmokeFreeIcon](functions/SmokeFreeIcon.md)
-- [SmokingRoomsIcon](functions/SmokingRoomsIcon.md)
-- [SmsFailedIcon](functions/SmsFailedIcon.md)
-- [SmsIcon](functions/SmsIcon.md)
-- [SnackbarProvider](functions/SnackbarProvider.md)
-- [SnippetFolderIcon](functions/SnippetFolderIcon.md)
-- [SnoozeIcon](functions/SnoozeIcon.md)
-- [SnowboardingIcon](functions/SnowboardingIcon.md)
-- [SnowmobileIcon](functions/SnowmobileIcon.md)
-- [SnowshoeingIcon](functions/SnowshoeingIcon.md)
-- [SoapIcon](functions/SoapIcon.md)
-- [SocialDistanceIcon](functions/SocialDistanceIcon.md)
-- [SolarPowerIcon](functions/SolarPowerIcon.md)
-- [SortByAlphaIcon](functions/SortByAlphaIcon.md)
-- [SortIcon](functions/SortIcon.md)
-- [SosIcon](functions/SosIcon.md)
-- [SoupKitchenIcon](functions/SoupKitchenIcon.md)
-- [SourceIcon](functions/SourceIcon.md)
-- [SouthAmericaIcon](functions/SouthAmericaIcon.md)
-- [SouthEastIcon](functions/SouthEastIcon.md)
-- [SouthIcon](functions/SouthIcon.md)
-- [SouthWestIcon](functions/SouthWestIcon.md)
-- [SpaIcon](functions/SpaIcon.md)
-- [SpaceBarIcon](functions/SpaceBarIcon.md)
-- [SpaceDashboardIcon](functions/SpaceDashboardIcon.md)
-- [SpatialAudioIcon](functions/SpatialAudioIcon.md)
-- [SpatialAudioOffIcon](functions/SpatialAudioOffIcon.md)
-- [SpatialTrackingIcon](functions/SpatialTrackingIcon.md)
-- [SpeakerGroupIcon](functions/SpeakerGroupIcon.md)
-- [SpeakerIcon](functions/SpeakerIcon.md)
-- [SpeakerNotesIcon](functions/SpeakerNotesIcon.md)
-- [SpeakerNotesOffIcon](functions/SpeakerNotesOffIcon.md)
-- [SpeakerPhoneIcon](functions/SpeakerPhoneIcon.md)
-- [SpeedIcon](functions/SpeedIcon.md)
-- [SpellcheckIcon](functions/SpellcheckIcon.md)
-- [Spinner](functions/Spinner.md)
-- [SplitscreenIcon](functions/SplitscreenIcon.md)
-- [SpokeIcon](functions/SpokeIcon.md)
-- [SportsBarIcon](functions/SportsBarIcon.md)
-- [SportsBaseballIcon](functions/SportsBaseballIcon.md)
-- [SportsBasketballIcon](functions/SportsBasketballIcon.md)
-- [SportsCricketIcon](functions/SportsCricketIcon.md)
-- [SportsEsportsIcon](functions/SportsEsportsIcon.md)
-- [SportsFootballIcon](functions/SportsFootballIcon.md)
-- [SportsGolfIcon](functions/SportsGolfIcon.md)
-- [SportsGymnasticsIcon](functions/SportsGymnasticsIcon.md)
-- [SportsHandballIcon](functions/SportsHandballIcon.md)
-- [SportsHockeyIcon](functions/SportsHockeyIcon.md)
-- [SportsIcon](functions/SportsIcon.md)
-- [SportsKabaddiIcon](functions/SportsKabaddiIcon.md)
-- [SportsMartialArtsIcon](functions/SportsMartialArtsIcon.md)
-- [SportsMmaIcon](functions/SportsMmaIcon.md)
-- [SportsMotorsportsIcon](functions/SportsMotorsportsIcon.md)
-- [SportsRugbyIcon](functions/SportsRugbyIcon.md)
-- [SportsScoreIcon](functions/SportsScoreIcon.md)
-- [SportsSoccerIcon](functions/SportsSoccerIcon.md)
-- [SportsTennisIcon](functions/SportsTennisIcon.md)
-- [SportsVolleyballIcon](functions/SportsVolleyballIcon.md)
-- [SquareFootIcon](functions/SquareFootIcon.md)
-- [SquareIcon](functions/SquareIcon.md)
-- [SsidChartIcon](functions/SsidChartIcon.md)
-- [StackedBarChartIcon](functions/StackedBarChartIcon.md)
-- [StackedLineChartIcon](functions/StackedLineChartIcon.md)
-- [StadiumIcon](functions/StadiumIcon.md)
-- [StairsIcon](functions/StairsIcon.md)
-- [StarBorderIcon](functions/StarBorderIcon.md)
-- [StarBorderPurple500Icon](functions/StarBorderPurple500Icon.md)
-- [StarHalfIcon](functions/StarHalfIcon.md)
-- [StarIcon](functions/StarIcon.md)
-- [StarOutlineIcon](functions/StarOutlineIcon.md)
-- [StarPurple500Icon](functions/StarPurple500Icon.md)
-- [StarRateIcon](functions/StarRateIcon.md)
-- [StarsIcon](functions/StarsIcon.md)
-- [StartIcon](functions/StartIcon.md)
-- [StayCurrentLandscapeIcon](functions/StayCurrentLandscapeIcon.md)
-- [StayCurrentPortraitIcon](functions/StayCurrentPortraitIcon.md)
-- [StayPrimaryLandscapeIcon](functions/StayPrimaryLandscapeIcon.md)
-- [StayPrimaryPortraitIcon](functions/StayPrimaryPortraitIcon.md)
-- [StickyNote2Icon](functions/StickyNote2Icon.md)
-- [StopCircleIcon](functions/StopCircleIcon.md)
-- [StopIcon](functions/StopIcon.md)
-- [StopScreenShareIcon](functions/StopScreenShareIcon.md)
-- [StorageIcon](functions/StorageIcon.md)
-- [StorageThumbnailInternal](functions/StorageThumbnailInternal.md)
-- [StoreIcon](functions/StoreIcon.md)
-- [StoreMallDirectoryIcon](functions/StoreMallDirectoryIcon.md)
-- [StorefrontIcon](functions/StorefrontIcon.md)
-- [StormIcon](functions/StormIcon.md)
-- [StraightIcon](functions/StraightIcon.md)
-- [StraightenIcon](functions/StraightenIcon.md)
-- [StreamIcon](functions/StreamIcon.md)
-- [StreetviewIcon](functions/StreetviewIcon.md)
-- [StrikethroughSIcon](functions/StrikethroughSIcon.md)
-- [StrollerIcon](functions/StrollerIcon.md)
-- [StyleIcon](functions/StyleIcon.md)
-- [SubdirectoryArrowLeftIcon](functions/SubdirectoryArrowLeftIcon.md)
-- [SubdirectoryArrowRightIcon](functions/SubdirectoryArrowRightIcon.md)
-- [SubjectIcon](functions/SubjectIcon.md)
-- [SubscriptIcon](functions/SubscriptIcon.md)
-- [SubscriptionsIcon](functions/SubscriptionsIcon.md)
-- [SubtitlesIcon](functions/SubtitlesIcon.md)
-- [SubtitlesOffIcon](functions/SubtitlesOffIcon.md)
-- [SubwayIcon](functions/SubwayIcon.md)
-- [SummarizeIcon](functions/SummarizeIcon.md)
-- [SuperscriptIcon](functions/SuperscriptIcon.md)
-- [SupervisedUserCircleIcon](functions/SupervisedUserCircleIcon.md)
-- [SupervisorAccountIcon](functions/SupervisorAccountIcon.md)
-- [SupportAgentIcon](functions/SupportAgentIcon.md)
-- [SupportIcon](functions/SupportIcon.md)
-- [SurfingIcon](functions/SurfingIcon.md)
-- [SurroundSoundIcon](functions/SurroundSoundIcon.md)
-- [SwapCallsIcon](functions/SwapCallsIcon.md)
-- [SwapHorizIcon](functions/SwapHorizIcon.md)
-- [SwapHorizontalCircleIcon](functions/SwapHorizontalCircleIcon.md)
-- [SwapVertIcon](functions/SwapVertIcon.md)
-- [SwapVerticalCircleIcon](functions/SwapVerticalCircleIcon.md)
-- [SwipeDownAltIcon](functions/SwipeDownAltIcon.md)
-- [SwipeDownIcon](functions/SwipeDownIcon.md)
-- [SwipeIcon](functions/SwipeIcon.md)
-- [SwipeLeftAltIcon](functions/SwipeLeftAltIcon.md)
-- [SwipeLeftIcon](functions/SwipeLeftIcon.md)
-- [SwipeRightAltIcon](functions/SwipeRightAltIcon.md)
-- [SwipeRightIcon](functions/SwipeRightIcon.md)
-- [SwipeUpAltIcon](functions/SwipeUpAltIcon.md)
-- [SwipeUpIcon](functions/SwipeUpIcon.md)
-- [SwipeVerticalIcon](functions/SwipeVerticalIcon.md)
-- [SwitchAccessShortcutAddIcon](functions/SwitchAccessShortcutAddIcon.md)
-- [SwitchAccessShortcutIcon](functions/SwitchAccessShortcutIcon.md)
-- [SwitchAccountIcon](functions/SwitchAccountIcon.md)
-- [SwitchCameraIcon](functions/SwitchCameraIcon.md)
-- [SwitchControl](functions/SwitchControl.md)
-- [SwitchLeftIcon](functions/SwitchLeftIcon.md)
-- [SwitchRightIcon](functions/SwitchRightIcon.md)
-- [SwitchVideoIcon](functions/SwitchVideoIcon.md)
-- [SynagogueIcon](functions/SynagogueIcon.md)
-- [SyncAltIcon](functions/SyncAltIcon.md)
-- [SyncDisabledIcon](functions/SyncDisabledIcon.md)
-- [SyncIcon](functions/SyncIcon.md)
-- [SyncLockIcon](functions/SyncLockIcon.md)
-- [SyncProblemIcon](functions/SyncProblemIcon.md)
-- [SystemSecurityUpdateGoodIcon](functions/SystemSecurityUpdateGoodIcon.md)
-- [SystemSecurityUpdateIcon](functions/SystemSecurityUpdateIcon.md)
-- [SystemSecurityUpdateWarningIcon](functions/SystemSecurityUpdateWarningIcon.md)
-- [SystemUpdateAltIcon](functions/SystemUpdateAltIcon.md)
-- [SystemUpdateIcon](functions/SystemUpdateIcon.md)
-- [Tab](functions/Tab.md)
-- [TabIcon](functions/TabIcon.md)
-- [TabUnselectedIcon](functions/TabUnselectedIcon.md)
-- [Table](functions/Table.md)
-- [TableBarIcon](functions/TableBarIcon.md)
-- [TableBody](functions/TableBody.md)
-- [TableCell](functions/TableCell.md)
-- [TableChartIcon](functions/TableChartIcon.md)
-- [TableHeader](functions/TableHeader.md)
-- [TableRestaurantIcon](functions/TableRestaurantIcon.md)
-- [TableRow](functions/TableRow.md)
-- [TableRowsIcon](functions/TableRowsIcon.md)
-- [TableViewIcon](functions/TableViewIcon.md)
-- [TabletAndroidIcon](functions/TabletAndroidIcon.md)
-- [TabletIcon](functions/TabletIcon.md)
-- [TabletMacIcon](functions/TabletMacIcon.md)
-- [Tabs](functions/Tabs.md)
-- [TagFacesIcon](functions/TagFacesIcon.md)
-- [TagIcon](functions/TagIcon.md)
-- [TakeoutDiningIcon](functions/TakeoutDiningIcon.md)
-- [TapAndPlayIcon](functions/TapAndPlayIcon.md)
-- [TapasIcon](functions/TapasIcon.md)
-- [TaskAltIcon](functions/TaskAltIcon.md)
-- [TaskIcon](functions/TaskIcon.md)
-- [TaxiAlertIcon](functions/TaxiAlertIcon.md)
-- [TempleBuddhistIcon](functions/TempleBuddhistIcon.md)
-- [TempleHinduIcon](functions/TempleHinduIcon.md)
-- [TerminalIcon](functions/TerminalIcon.md)
-- [TerrainIcon](functions/TerrainIcon.md)
-- [TextDecreaseIcon](functions/TextDecreaseIcon.md)
-- [TextField](functions/TextField.md)
-- [TextFieldsIcon](functions/TextFieldsIcon.md)
-- [TextFormatIcon](functions/TextFormatIcon.md)
-- [TextIncreaseIcon](functions/TextIncreaseIcon.md)
-- [TextRotateUpIcon](functions/TextRotateUpIcon.md)
-- [TextRotateVerticalIcon](functions/TextRotateVerticalIcon.md)
-- [TextRotationAngledownIcon](functions/TextRotationAngledownIcon.md)
-- [TextRotationAngleupIcon](functions/TextRotationAngleupIcon.md)
-- [TextRotationDownIcon](functions/TextRotationDownIcon.md)
-- [TextRotationNoneIcon](functions/TextRotationNoneIcon.md)
-- [TextSnippetIcon](functions/TextSnippetIcon.md)
-- [TextareaAutosize](functions/TextareaAutosize.md)
-- [TextsmsIcon](functions/TextsmsIcon.md)
-- [TextureIcon](functions/TextureIcon.md)
-- [TheaterComedyIcon](functions/TheaterComedyIcon.md)
-- [TheatersIcon](functions/TheatersIcon.md)
-- [ThermostatAutoIcon](functions/ThermostatAutoIcon.md)
-- [ThermostatIcon](functions/ThermostatIcon.md)
-- [ThumbDownAltIcon](functions/ThumbDownAltIcon.md)
-- [ThumbDownIcon](functions/ThumbDownIcon.md)
-- [ThumbDownOffAltIcon](functions/ThumbDownOffAltIcon.md)
-- [ThumbUpAltIcon](functions/ThumbUpAltIcon.md)
-- [ThumbUpIcon](functions/ThumbUpIcon.md)
-- [ThumbUpOffAltIcon](functions/ThumbUpOffAltIcon.md)
-- [ThumbsUpDownIcon](functions/ThumbsUpDownIcon.md)
-- [ThunderstormIcon](functions/ThunderstormIcon.md)
-- [TimeToLeaveIcon](functions/TimeToLeaveIcon.md)
-- [TimelapseIcon](functions/TimelapseIcon.md)
-- [TimelineIcon](functions/TimelineIcon.md)
-- [Timer10Icon](functions/Timer10Icon.md)
-- [Timer10SelectIcon](functions/Timer10SelectIcon.md)
-- [Timer3Icon](functions/Timer3Icon.md)
-- [Timer3SelectIcon](functions/Timer3SelectIcon.md)
-- [TimerIcon](functions/TimerIcon.md)
-- [TimerOffIcon](functions/TimerOffIcon.md)
-- [TipsAndUpdatesIcon](functions/TipsAndUpdatesIcon.md)
-- [TireRepairIcon](functions/TireRepairIcon.md)
-- [TitleIcon](functions/TitleIcon.md)
-- [TocIcon](functions/TocIcon.md)
-- [TodayIcon](functions/TodayIcon.md)
-- [ToggleOffIcon](functions/ToggleOffIcon.md)
-- [ToggleOnIcon](functions/ToggleOnIcon.md)
-- [TokenIcon](functions/TokenIcon.md)
-- [TollIcon](functions/TollIcon.md)
-- [TonalityIcon](functions/TonalityIcon.md)
-- [Tooltip](functions/Tooltip.md)
-- [TopicIcon](functions/TopicIcon.md)
-- [TornadoIcon](functions/TornadoIcon.md)
-- [TouchAppIcon](functions/TouchAppIcon.md)
-- [TourIcon](functions/TourIcon.md)
-- [ToysIcon](functions/ToysIcon.md)
-- [TrackChangesIcon](functions/TrackChangesIcon.md)
-- [TrafficIcon](functions/TrafficIcon.md)
-- [TrainIcon](functions/TrainIcon.md)
-- [TramIcon](functions/TramIcon.md)
-- [TranscribeIcon](functions/TranscribeIcon.md)
-- [TransferWithinAStationIcon](functions/TransferWithinAStationIcon.md)
-- [TransformIcon](functions/TransformIcon.md)
-- [TransgenderIcon](functions/TransgenderIcon.md)
-- [TransitEnterexitIcon](functions/TransitEnterexitIcon.md)
-- [TranslateIcon](functions/TranslateIcon.md)
-- [TravelExploreIcon](functions/TravelExploreIcon.md)
-- [TrendingDownIcon](functions/TrendingDownIcon.md)
-- [TrendingFlatIcon](functions/TrendingFlatIcon.md)
-- [TrendingUpIcon](functions/TrendingUpIcon.md)
-- [TripOriginIcon](functions/TripOriginIcon.md)
-- [TroubleshootIcon](functions/TroubleshootIcon.md)
-- [TryIcon](functions/TryIcon.md)
-- [TsunamiIcon](functions/TsunamiIcon.md)
-- [TtyIcon](functions/TtyIcon.md)
-- [TuneIcon](functions/TuneIcon.md)
-- [TungstenIcon](functions/TungstenIcon.md)
-- [TurnLeftIcon](functions/TurnLeftIcon.md)
-- [TurnRightIcon](functions/TurnRightIcon.md)
-- [TurnSharpLeftIcon](functions/TurnSharpLeftIcon.md)
-- [TurnSharpRightIcon](functions/TurnSharpRightIcon.md)
-- [TurnSlightLeftIcon](functions/TurnSlightLeftIcon.md)
-- [TurnSlightRightIcon](functions/TurnSlightRightIcon.md)
-- [TurnedInIcon](functions/TurnedInIcon.md)
-- [TurnedInNotIcon](functions/TurnedInNotIcon.md)
-- [TvIcon](functions/TvIcon.md)
-- [TvOffIcon](functions/TvOffIcon.md)
-- [TwoWheelerIcon](functions/TwoWheelerIcon.md)
-- [TypeSpecimenIcon](functions/TypeSpecimenIcon.md)
-- [Typography](functions/Typography.md)
-- [UTurnLeftIcon](functions/UTurnLeftIcon.md)
-- [UTurnRightIcon](functions/UTurnRightIcon.md)
-- [UmbrellaIcon](functions/UmbrellaIcon.md)
-- [UnarchiveIcon](functions/UnarchiveIcon.md)
-- [UndoIcon](functions/UndoIcon.md)
-- [UnfoldLessDoubleIcon](functions/UnfoldLessDoubleIcon.md)
-- [UnfoldLessIcon](functions/UnfoldLessIcon.md)
-- [UnfoldMoreDoubleIcon](functions/UnfoldMoreDoubleIcon.md)
-- [UnfoldMoreIcon](functions/UnfoldMoreIcon.md)
-- [UnpublishedIcon](functions/UnpublishedIcon.md)
-- [UnsubscribeIcon](functions/UnsubscribeIcon.md)
-- [UpcomingIcon](functions/UpcomingIcon.md)
-- [UpdateDisabledIcon](functions/UpdateDisabledIcon.md)
-- [UpdateIcon](functions/UpdateIcon.md)
-- [UpgradeIcon](functions/UpgradeIcon.md)
-- [UploadFileIcon](functions/UploadFileIcon.md)
-- [UploadIcon](functions/UploadIcon.md)
-- [UsbIcon](functions/UsbIcon.md)
-- [UsbOffIcon](functions/UsbOffIcon.md)
-- [VaccinesIcon](functions/VaccinesIcon.md)
-- [VapeFreeIcon](functions/VapeFreeIcon.md)
-- [VapingRoomsIcon](functions/VapingRoomsIcon.md)
-- [VerifiedIcon](functions/VerifiedIcon.md)
-- [VerifiedUserIcon](functions/VerifiedUserIcon.md)
-- [VerticalAlignBottomIcon](functions/VerticalAlignBottomIcon.md)
-- [VerticalAlignCenterIcon](functions/VerticalAlignCenterIcon.md)
-- [VerticalAlignTopIcon](functions/VerticalAlignTopIcon.md)
-- [VerticalDistributeIcon](functions/VerticalDistributeIcon.md)
-- [VerticalShadesClosedIcon](functions/VerticalShadesClosedIcon.md)
-- [VerticalShadesIcon](functions/VerticalShadesIcon.md)
-- [VerticalSplitIcon](functions/VerticalSplitIcon.md)
-- [VibrationIcon](functions/VibrationIcon.md)
-- [VideoCallIcon](functions/VideoCallIcon.md)
-- [VideoCameraBackIcon](functions/VideoCameraBackIcon.md)
-- [VideoCameraFrontIcon](functions/VideoCameraFrontIcon.md)
-- [VideoChatIcon](functions/VideoChatIcon.md)
-- [VideoFileIcon](functions/VideoFileIcon.md)
-- [VideoLabelIcon](functions/VideoLabelIcon.md)
-- [VideoLibraryIcon](functions/VideoLibraryIcon.md)
-- [VideoSettingsIcon](functions/VideoSettingsIcon.md)
-- [VideoStableIcon](functions/VideoStableIcon.md)
-- [VideocamIcon](functions/VideocamIcon.md)
-- [VideocamOffIcon](functions/VideocamOffIcon.md)
-- [VideogameAssetIcon](functions/VideogameAssetIcon.md)
-- [VideogameAssetOffIcon](functions/VideogameAssetOffIcon.md)
-- [ViewAgendaIcon](functions/ViewAgendaIcon.md)
-- [ViewArrayIcon](functions/ViewArrayIcon.md)
-- [ViewCarouselIcon](functions/ViewCarouselIcon.md)
-- [ViewColumnIcon](functions/ViewColumnIcon.md)
-- [ViewComfyAltIcon](functions/ViewComfyAltIcon.md)
-- [ViewComfyIcon](functions/ViewComfyIcon.md)
-- [ViewCompactAltIcon](functions/ViewCompactAltIcon.md)
-- [ViewCompactIcon](functions/ViewCompactIcon.md)
-- [ViewCozyIcon](functions/ViewCozyIcon.md)
-- [ViewDayIcon](functions/ViewDayIcon.md)
-- [ViewHeadlineIcon](functions/ViewHeadlineIcon.md)
-- [ViewInArIcon](functions/ViewInArIcon.md)
-- [ViewKanbanIcon](functions/ViewKanbanIcon.md)
-- [ViewListIcon](functions/ViewListIcon.md)
-- [ViewModuleIcon](functions/ViewModuleIcon.md)
-- [ViewQuiltIcon](functions/ViewQuiltIcon.md)
-- [ViewSidebarIcon](functions/ViewSidebarIcon.md)
-- [ViewStreamIcon](functions/ViewStreamIcon.md)
-- [ViewTimelineIcon](functions/ViewTimelineIcon.md)
-- [ViewWeekIcon](functions/ViewWeekIcon.md)
-- [VignetteIcon](functions/VignetteIcon.md)
-- [VillaIcon](functions/VillaIcon.md)
-- [VisibilityIcon](functions/VisibilityIcon.md)
-- [VisibilityOffIcon](functions/VisibilityOffIcon.md)
-- [VoiceChatIcon](functions/VoiceChatIcon.md)
-- [VoiceOverOffIcon](functions/VoiceOverOffIcon.md)
-- [VoicemailIcon](functions/VoicemailIcon.md)
-- [VolcanoIcon](functions/VolcanoIcon.md)
-- [VolumeDownIcon](functions/VolumeDownIcon.md)
-- [VolumeMuteIcon](functions/VolumeMuteIcon.md)
-- [VolumeOffIcon](functions/VolumeOffIcon.md)
-- [VolumeUpIcon](functions/VolumeUpIcon.md)
-- [VolunteerActivismIcon](functions/VolunteerActivismIcon.md)
-- [VpnKeyIcon](functions/VpnKeyIcon.md)
-- [VpnKeyOffIcon](functions/VpnKeyOffIcon.md)
-- [VpnLockIcon](functions/VpnLockIcon.md)
-- [VrpanoIcon](functions/VrpanoIcon.md)
-- [WalletIcon](functions/WalletIcon.md)
-- [WallpaperIcon](functions/WallpaperIcon.md)
-- [WarehouseIcon](functions/WarehouseIcon.md)
-- [WarningAmberIcon](functions/WarningAmberIcon.md)
-- [WarningIcon](functions/WarningIcon.md)
-- [WashIcon](functions/WashIcon.md)
-- [WatchIcon](functions/WatchIcon.md)
-- [WatchLaterIcon](functions/WatchLaterIcon.md)
-- [WatchOffIcon](functions/WatchOffIcon.md)
-- [WaterDamageIcon](functions/WaterDamageIcon.md)
-- [WaterDropIcon](functions/WaterDropIcon.md)
-- [WaterIcon](functions/WaterIcon.md)
-- [WaterfallChartIcon](functions/WaterfallChartIcon.md)
-- [WavesIcon](functions/WavesIcon.md)
-- [WavingHandIcon](functions/WavingHandIcon.md)
-- [WbAutoIcon](functions/WbAutoIcon.md)
-- [WbCloudyIcon](functions/WbCloudyIcon.md)
-- [WbIncandescentIcon](functions/WbIncandescentIcon.md)
-- [WbIridescentIcon](functions/WbIridescentIcon.md)
-- [WbShadeIcon](functions/WbShadeIcon.md)
-- [WbSunnyIcon](functions/WbSunnyIcon.md)
-- [WbTwilightIcon](functions/WbTwilightIcon.md)
-- [WcIcon](functions/WcIcon.md)
-- [WebAssetIcon](functions/WebAssetIcon.md)
-- [WebAssetOffIcon](functions/WebAssetOffIcon.md)
-- [WebIcon](functions/WebIcon.md)
-- [WebStoriesIcon](functions/WebStoriesIcon.md)
-- [WebhookIcon](functions/WebhookIcon.md)
-- [WeekendIcon](functions/WeekendIcon.md)
-- [WestIcon](functions/WestIcon.md)
-- [WhatshotIcon](functions/WhatshotIcon.md)
-- [WheelchairPickupIcon](functions/WheelchairPickupIcon.md)
-- [WhereToVoteIcon](functions/WhereToVoteIcon.md)
-- [WidgetsIcon](functions/WidgetsIcon.md)
-- [WidthFullIcon](functions/WidthFullIcon.md)
-- [WidthNormalIcon](functions/WidthNormalIcon.md)
-- [WidthWideIcon](functions/WidthWideIcon.md)
-- [Wifi1BarIcon](functions/Wifi1BarIcon.md)
-- [Wifi2BarIcon](functions/Wifi2BarIcon.md)
-- [WifiCalling3Icon](functions/WifiCalling3Icon.md)
-- [WifiCallingIcon](functions/WifiCallingIcon.md)
-- [WifiChannelIcon](functions/WifiChannelIcon.md)
-- [WifiFindIcon](functions/WifiFindIcon.md)
-- [WifiIcon](functions/WifiIcon.md)
-- [WifiLockIcon](functions/WifiLockIcon.md)
-- [WifiOffIcon](functions/WifiOffIcon.md)
-- [WifiPasswordIcon](functions/WifiPasswordIcon.md)
-- [WifiProtectedSetupIcon](functions/WifiProtectedSetupIcon.md)
-- [WifiTetheringErrorIcon](functions/WifiTetheringErrorIcon.md)
-- [WifiTetheringIcon](functions/WifiTetheringIcon.md)
-- [WifiTetheringOffIcon](functions/WifiTetheringOffIcon.md)
-- [WindPowerIcon](functions/WindPowerIcon.md)
-- [WindowIcon](functions/WindowIcon.md)
-- [WineBarIcon](functions/WineBarIcon.md)
-- [Woman2Icon](functions/Woman2Icon.md)
-- [WomanIcon](functions/WomanIcon.md)
-- [WorkHistoryIcon](functions/WorkHistoryIcon.md)
-- [WorkIcon](functions/WorkIcon.md)
-- [WorkOffIcon](functions/WorkOffIcon.md)
-- [WorkOutlineIcon](functions/WorkOutlineIcon.md)
-- [WorkspacePremiumIcon](functions/WorkspacePremiumIcon.md)
-- [WorkspacesIcon](functions/WorkspacesIcon.md)
-- [WrapTextIcon](functions/WrapTextIcon.md)
-- [WrongLocationIcon](functions/WrongLocationIcon.md)
-- [WysiwygIcon](functions/WysiwygIcon.md)
-- [YardIcon](functions/YardIcon.md)
-- [YoutubeSearchedForIcon](functions/YoutubeSearchedForIcon.md)
-- [ZoomInIcon](functions/ZoomInIcon.md)
-- [ZoomInMapIcon](functions/ZoomInMapIcon.md)
-- [ZoomOutIcon](functions/ZoomOutIcon.md)
-- [ZoomOutMapIcon](functions/ZoomOutMapIcon.md)
-- [\_10kIcon](functions/10kIcon.md)
-- [\_10mpIcon](functions/10mpIcon.md)
-- [\_11mpIcon](functions/11mpIcon.md)
-- [\_123Icon](functions/123Icon.md)
-- [\_12mpIcon](functions/12mpIcon.md)
-- [\_13mpIcon](functions/13mpIcon.md)
-- [\_14mpIcon](functions/14mpIcon.md)
-- [\_15mpIcon](functions/15mpIcon.md)
-- [\_16mpIcon](functions/16mpIcon.md)
-- [\_17mpIcon](functions/17mpIcon.md)
-- [\_18UpRatingIcon](functions/18UpRatingIcon.md)
-- [\_18mpIcon](functions/18mpIcon.md)
-- [\_19mpIcon](functions/19mpIcon.md)
-- [\_1kIcon](functions/1kIcon.md)
-- [\_1kPlusIcon](functions/1kPlusIcon.md)
-- [\_1xMobiledataIcon](functions/1xMobiledataIcon.md)
-- [\_20mpIcon](functions/20mpIcon.md)
-- [\_21mpIcon](functions/21mpIcon.md)
-- [\_22mpIcon](functions/22mpIcon.md)
-- [\_23mpIcon](functions/23mpIcon.md)
-- [\_24mpIcon](functions/24mpIcon.md)
-- [\_2kIcon](functions/2kIcon.md)
-- [\_2kPlusIcon](functions/2kPlusIcon.md)
-- [\_2mpIcon](functions/2mpIcon.md)
-- [\_30fpsIcon](functions/30fpsIcon.md)
-- [\_30fpsSelectIcon](functions/30fpsSelectIcon.md)
-- [\_360Icon](functions/360Icon.md)
-- [\_3dRotationIcon](functions/3dRotationIcon.md)
-- [\_3gMobiledataIcon](functions/3gMobiledataIcon.md)
-- [\_3kIcon](functions/3kIcon.md)
-- [\_3kPlusIcon](functions/3kPlusIcon.md)
-- [\_3mpIcon](functions/3mpIcon.md)
-- [\_3pIcon](functions/3pIcon.md)
-- [\_4gMobiledataIcon](functions/4gMobiledataIcon.md)
-- [\_4gPlusMobiledataIcon](functions/4gPlusMobiledataIcon.md)
-- [\_4kIcon](functions/4kIcon.md)
-- [\_4kPlusIcon](functions/4kPlusIcon.md)
-- [\_4mpIcon](functions/4mpIcon.md)
-- [\_5gIcon](functions/5gIcon.md)
-- [\_5kIcon](functions/5kIcon.md)
-- [\_5kPlusIcon](functions/5kPlusIcon.md)
-- [\_5mpIcon](functions/5mpIcon.md)
-- [\_60fpsIcon](functions/60fpsIcon.md)
-- [\_60fpsSelectIcon](functions/60fpsSelectIcon.md)
-- [\_6FtApartIcon](functions/6FtApartIcon.md)
-- [\_6kIcon](functions/6kIcon.md)
-- [\_6kPlusIcon](functions/6kPlusIcon.md)
-- [\_6mpIcon](functions/6mpIcon.md)
-- [\_7kIcon](functions/7kIcon.md)
-- [\_7kPlusIcon](functions/7kPlusIcon.md)
-- [\_7mpIcon](functions/7mpIcon.md)
-- [\_8kIcon](functions/8kIcon.md)
-- [\_8kPlusIcon](functions/8kPlusIcon.md)
-- [\_8mpIcon](functions/8mpIcon.md)
-- [\_9kIcon](functions/9kIcon.md)
-- [\_9kPlusIcon](functions/9kPlusIcon.md)
-- [\_9mpIcon](functions/9mpIcon.md)
-- [addInitialSlash](functions/addInitialSlash.md)
-- [buildEnumLabel](functions/buildEnumLabel.md)
-- [canCreateEntity](functions/canCreateEntity.md)
-- [canDeleteEntity](functions/canDeleteEntity.md)
-- [canEditEntity](functions/canEditEntity.md)
-- [cn](functions/cn.md)
-- [debounce](functions/debounce.md)
-- [enumToObjectEntries](functions/enumToObjectEntries.md)
-- [flattenObject](functions/flattenObject.md)
-- [fullPathToCollectionSegments](functions/fullPathToCollectionSegments.md)
-- [getArrayValuesCount](functions/getArrayValuesCount.md)
-- [getBracketNotation](functions/getBracketNotation.md)
-- [getCollectionByPathOrAlias](functions/getCollectionByPathOrAlias.md)
-- [getCollectionPathsCombinations](functions/getCollectionPathsCombinations.md)
-- [getColorForProperty](functions/getColorForProperty.md)
-- [getColorScheme](functions/getColorScheme.md)
-- [getDefaultFieldId](functions/getDefaultFieldId.md)
-- [getDefaultPropertiesOrder](functions/getDefaultPropertiesOrder.md)
-- [getDefaultValueFor](functions/getDefaultValueFor.md)
-- [getDefaultValueForDataType](functions/getDefaultValueForDataType.md)
-- [getDefaultValuesFor](functions/getDefaultValuesFor.md)
-- [getFieldConfig](functions/getFieldConfig.md)
-- [getFieldId](functions/getFieldId.md)
-- [getHashValue](functions/getHashValue.md)
-- [getIcon](functions/getIcon.md)
-- [getIconForProperty](functions/getIconForProperty.md)
-- [getIconForView](functions/getIconForView.md)
-- [getIconForWidget](functions/getIconForWidget.md)
-- [getIdIcon](functions/getIdIcon.md)
-- [getLabelOrConfigFrom](functions/getLabelOrConfigFrom.md)
-- [getLastSegment](functions/getLastSegment.md)
-- [getPropertiesWithPropertiesOrder](functions/getPropertiesWithPropertiesOrder.md)
-- [getPropertyInPath](functions/getPropertyInPath.md)
-- [getRandomId](functions/getRandomId.md)
-- [getReferenceFrom](functions/getReferenceFrom.md)
-- [getReferencePreviewKeys](functions/getReferencePreviewKeys.md)
-- [getResolvedPropertyInPath](functions/getResolvedPropertyInPath.md)
-- [getValueInPath](functions/getValueInPath.md)
-- [hydrateRegExp](functions/hydrateRegExp.md)
-- [isDefaultFieldConfigId](functions/isDefaultFieldConfigId.md)
-- [isEmptyObject](functions/isEmptyObject.md)
-- [isEnumValueDisabled](functions/isEnumValueDisabled.md)
-- [isHidden](functions/isHidden.md)
-- [isObject](functions/isObject.md)
-- [isPropertyBuilder](functions/isPropertyBuilder.md)
-- [isReadOnly](functions/isReadOnly.md)
-- [isReferenceProperty](functions/isReferenceProperty.md)
-- [isValidRegExp](functions/isValidRegExp.md)
-- [makePropertiesEditable](functions/makePropertiesEditable.md)
-- [makePropertiesNonEditable](functions/makePropertiesNonEditable.md)
-- [mergeDeep](functions/mergeDeep.md)
-- [pick](functions/pick.md)
-- [plural](functions/plural.md)
-- [randomColor](functions/randomColor.md)
-- [randomString](functions/randomString.md)
-- [removeFunctions](functions/removeFunctions.md)
-- [removeInPath](functions/removeInPath.md)
-- [removeInitialAndTrailingSlashes](functions/removeInitialAndTrailingSlashes.md)
-- [removeInitialSlash](functions/removeInitialSlash.md)
-- [removeTrailingSlash](functions/removeTrailingSlash.md)
-- [removeUndefined](functions/removeUndefined.md)
-- [renderSkeletonCaptionText](functions/renderSkeletonCaptionText.md)
-- [renderSkeletonIcon](functions/renderSkeletonIcon.md)
-- [renderSkeletonImageThumbnail](functions/renderSkeletonImageThumbnail.md)
-- [renderSkeletonText](functions/renderSkeletonText.md)
-- [resolveArrayProperty](functions/resolveArrayProperty.md)
-- [resolveCollection](functions/resolveCollection.md)
-- [resolveCollectionPathAliases](functions/resolveCollectionPathAliases.md)
-- [resolveDefaultSelectedView](functions/resolveDefaultSelectedView.md)
-- [resolveEntityView](functions/resolveEntityView.md)
-- [resolveEnumValues](functions/resolveEnumValues.md)
-- [resolvePermissions](functions/resolvePermissions.md)
-- [resolveProperties](functions/resolveProperties.md)
-- [resolveProperty](functions/resolveProperty.md)
-- [resolvePropertyEnum](functions/resolvePropertyEnum.md)
-- [segmentsToStrippedPath](functions/segmentsToStrippedPath.md)
-- [serializeRegExp](functions/serializeRegExp.md)
-- [singular](functions/singular.md)
-- [slugify](functions/slugify.md)
-- [sortProperties](functions/sortProperties.md)
-- [stripCollectionPath](functions/stripCollectionPath.md)
-- [toKebabCase](functions/toKebabCase.md)
-- [toSnakeCase](functions/toSnakeCase.md)
-- [traverseValueProperty](functions/traverseValueProperty.md)
-- [traverseValuesProperties](functions/traverseValuesProperties.md)
-- [unslugify](functions/unslugify.md)
-- [useAutoComplete](functions/useAutoComplete.md)
-- [useBrowserTitleAndIcon](functions/useBrowserTitleAndIcon.md)
-- [useBuildLocalConfigurationPersistence](functions/useBuildLocalConfigurationPersistence.md)
-- [useBuildModeController](functions/useBuildModeController.md)
-- [useClipboard](functions/useClipboard.md)
-- [useDebounce](functions/useDebounce.md)
-- [useDebounceValue](functions/useDebounceValue.md)
-- [useEntityCollectionTableController](functions/useEntityCollectionTableController.md)
-- [useLargeLayout](functions/useLargeLayout.md)
-- [useOutsideAlerter](functions/useOutsideAlerter.md)
-- [useSelectionController](functions/useSelectionController.md)
-- [useSideDialogContext](functions/useSideDialogContext.md)
diff --git a/website/versioned_docs/version-2.0.0/api/types/AdditionalColumnDelegate.md b/website/versioned_docs/version-2.0.0/api/types/AdditionalColumnDelegate.md
deleted file mode 100644
index 0a09838a4..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/AdditionalColumnDelegate.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "AdditionalColumnDelegate"
-title: "Type alias: AdditionalColumnDelegate"
-sidebar_label: "AdditionalColumnDelegate"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AdditionalColumnDelegate**: [`AdditionalFieldDelegate`](../interfaces/AdditionalFieldDelegate.md)
-
-DEPRECATED: Use `AdditionalFieldDelegate` instead
-
-#### Defined in
-
-[packages/firecms/src/types/collections.ts:363](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/types/collections.ts#L363)
diff --git a/website/versioned_docs/version-2.0.0/api/types/AdditionalFieldDelegateProps.md b/website/versioned_docs/version-2.0.0/api/types/AdditionalFieldDelegateProps.md
deleted file mode 100644
index f5f77e2df..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/AdditionalFieldDelegateProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "AdditionalFieldDelegateProps"
-title: "Type alias: AdditionalFieldDelegateProps"
-sidebar_label: "AdditionalFieldDelegateProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AdditionalFieldDelegateProps**\<`M`, `UserType`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `context` | [`FireCMSContext`](FireCMSContext.md)\<`UserType`\> |
-| `entity` | [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:377](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L377)
diff --git a/website/versioned_docs/version-2.0.0/api/types/ArrayValuesCount.md b/website/versioned_docs/version-2.0.0/api/types/ArrayValuesCount.md
deleted file mode 100644
index 580a6c1a1..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/ArrayValuesCount.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "ArrayValuesCount"
-title: "Type alias: ArrayValuesCount"
-sidebar_label: "ArrayValuesCount"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ArrayValuesCount**: `Record`\<`string`, `number`\>
-
-#### Defined in
-
-[packages/firecms_core/src/core/util/flatten_object.ts:24](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/util/flatten_object.ts#L24)
diff --git a/website/versioned_docs/version-2.0.0/api/types/AuthController.md b/website/versioned_docs/version-2.0.0/api/types/AuthController.md
deleted file mode 100644
index ad04afe89..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/AuthController.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-id: "AuthController"
-title: "Type alias: AuthController"
-sidebar_label: "AuthController"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AuthController**\<`UserType`\>: `Object`
-
-Controller for retrieving the logged user or performing auth related operations.
-Note that if you are implementing your AuthController, you probably will want
-to do it as the result of a hook. Check useFirebaseAuthController code
-for an example.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `authError?` | `any` | Error initializing the authentication |
-| `authProviderError?` | `any` | Error dispatched by the auth provider |
-| `getAuthToken` | () => `Promise`\<`string`\> | You can use this method to retrieve the auth token for the current user. |
-| `initialLoading?` | `boolean` | Initial loading flag. It is used not to display the login screen when the app first loads, and it has not been checked whether the user is logged in or not. |
-| `loginSkipped` | `boolean` | Has the user skipped the login process |
-| `signOut` | () => `void` | Sign out |
-| `user` | `UserType` \| ``null`` | The user currently logged in The values can be: the user object, null if they skipped login |
-
-#### Defined in
-
-[packages/firecms_core/src/types/auth.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/auth.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/types/Authenticator.md b/website/versioned_docs/version-2.0.0/api/types/Authenticator.md
deleted file mode 100644
index 4400426b0..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/Authenticator.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-id: "Authenticator"
-title: "Type alias: Authenticator"
-sidebar_label: "Authenticator"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **Authenticator**<`UserType`\>: (`{ user }`: { `authController`: [`AuthController`](AuthController.md)<`UserType`\> ; `dataSource`: [`DataSource`](../interfaces/DataSource.md) ; `storageSource`: [`StorageSource`](../interfaces/StorageSource.md) ; `user`: `UserType` \| ``null`` }) => `boolean` \| `Promise`<`boolean`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-▸ (`{ user }`): `boolean` \| `Promise`<`boolean`\>
-
-Implement this function to allow access to specific users.
-You might also want to load additional data for a user asynchronously
-and store it using the `setExtra` method in the `authController`.
-
-##### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `{ user }` | `Object` | - |
-| `{ user }.authController` | [`AuthController`](AuthController.md)<`UserType`\> | AuthController |
-| `{ user }.dataSource` | [`DataSource`](../interfaces/DataSource.md) | Connector to your database, e.g. your Firestore database |
-| `{ user }.storageSource` | [`StorageSource`](../interfaces/StorageSource.md) | Used storage implementation |
-| `{ user }.user` | `UserType` \| ``null`` | Logged in user or null |
-
-##### Returns
-
-`boolean` \| `Promise`<`boolean`\>
-
-#### Defined in
-
-[lib/src/firebase_app/types/auth.tsx:74](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/firebase_app/types/auth.tsx#L74)
diff --git a/website/versioned_docs/version-2.0.0/api/types/AutocompleteItemProps.md b/website/versioned_docs/version-2.0.0/api/types/AutocompleteItemProps.md
deleted file mode 100644
index 1a946b920..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/AutocompleteItemProps.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "AutocompleteItemProps"
-title: "Type alias: AutocompleteItemProps"
-sidebar_label: "AutocompleteItemProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AutocompleteItemProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `children` | `React.ReactNode` |
-| `onClick?` | () => `void` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Autocomplete.tsx:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Autocomplete.tsx#L70)
diff --git a/website/versioned_docs/version-2.0.0/api/types/AutocompleteProps.md b/website/versioned_docs/version-2.0.0/api/types/AutocompleteProps.md
deleted file mode 100644
index 21d6be046..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/AutocompleteProps.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "AutocompleteProps"
-title: "Type alias: AutocompleteProps"
-sidebar_label: "AutocompleteProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **AutocompleteProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `children` | `React.ReactNode` |
-| `open` | `boolean` |
-| `setOpen` | (`open`: `boolean`) => `void` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Autocomplete.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Autocomplete.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/types/BadgeColor.md b/website/versioned_docs/version-2.0.0/api/types/BadgeColor.md
deleted file mode 100644
index a13cec75e..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/BadgeColor.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "BadgeColor"
-title: "Type alias: BadgeColor"
-sidebar_label: "BadgeColor"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **BadgeColor**: ``"primary"`` \| ``"secondary"`` \| ``"error"``
-
-#### Defined in
-
-[packages/firecms_core/src/components/Badge.tsx:3](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Badge.tsx#L3)
diff --git a/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchProps.md b/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchProps.md
deleted file mode 100644
index 2086743e3..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchProps.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "BooleanSwitchProps"
-title: "Type alias: BooleanSwitchProps"
-sidebar_label: "BooleanSwitchProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **BooleanSwitchProps**: \{ `className?`: `string` ; `disabled?`: `boolean` ; `size?`: ``"small"`` \| ``"medium"`` ; `value`: `boolean` \| ``null`` } & \{ `allowIndeterminate`: ``true`` ; `onValueChange?`: (`newValue`: `boolean` \| ``null``) => `void` } \| \{ `allowIndeterminate?`: ``false`` ; `onValueChange?`: (`newValue`: `boolean`) => `void` }
-
-#### Defined in
-
-[packages/firecms_core/src/components/BooleanSwitch.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/BooleanSwitch.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchWithLabelProps.md b/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchWithLabelProps.md
deleted file mode 100644
index 56d0f188b..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/BooleanSwitchWithLabelProps.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "BooleanSwitchWithLabelProps"
-title: "Type alias: BooleanSwitchWithLabelProps"
-sidebar_label: "BooleanSwitchWithLabelProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **BooleanSwitchWithLabelProps**: [`BooleanSwitchProps`](BooleanSwitchProps.md) & \{ `autoFocus?`: `boolean` ; `error?`: `boolean` ; `invisible?`: `boolean` ; `label?`: `React.ReactNode` ; `position?`: ``"start"`` \| ``"end"`` }
-
-#### Defined in
-
-[packages/firecms_core/src/components/BooleanSwitchWithLabel.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/BooleanSwitchWithLabel.tsx#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/types/ButtonProps.md b/website/versioned_docs/version-2.0.0/api/types/ButtonProps.md
deleted file mode 100644
index a6798926b..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/ButtonProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "ButtonProps"
-title: "Type alias: ButtonProps"
-sidebar_label: "ButtonProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ButtonProps**\<`P`\>: `Omit`\<`P` extends ``"button"`` ? `React.ButtonHTMLAttributes`\<`HTMLButtonElement`\> : `React.ComponentProps`\<`P`\>, ``"onClick"``\> & \{ `className?`: `string` ; `disabled?`: `boolean` ; `fullWidth?`: `boolean` ; `onClick?`: `React.MouseEventHandler`\<`any`\> ; `size?`: ``"small"`` \| ``"medium"`` \| ``"large"`` ; `startIcon?`: `React.ReactNode` ; `variant?`: ``"filled"`` \| ``"outlined"`` \| ``"text"`` }
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `P` | extends `React.ElementType` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Button.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Button.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CMSAnalyticsEvent.md b/website/versioned_docs/version-2.0.0/api/types/CMSAnalyticsEvent.md
deleted file mode 100644
index ed659969b..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CMSAnalyticsEvent.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "CMSAnalyticsEvent"
-title: "Type alias: CMSAnalyticsEvent"
-sidebar_label: "CMSAnalyticsEvent"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CMSAnalyticsEvent**: ``"entity_click"`` \| ``"entity_click_from_reference"`` \| ``"reference_selection_clear"`` \| ``"reference_selection_toggle"`` \| ``"reference_selected_single"`` \| ``"reference_selection_new_entity"`` \| ``"edit_entity_clicked"`` \| ``"entity_edited"`` \| ``"new_entity_click"`` \| ``"new_entity_saved"`` \| ``"copy_entity_click"`` \| ``"entity_copied"`` \| ``"single_delete_dialog_open"`` \| ``"multiple_delete_dialog_open"`` \| ``"single_entity_deleted"`` \| ``"multiple_entities_deleted"`` \| ``"drawer_navigate_to_home"`` \| ``"drawer_navigate_to_collection"`` \| ``"drawer_navigate_to_view"`` \| ``"home_navigate_to_collection"`` \| ``"home_favorite_navigate_to_collection"`` \| ``"home_navigate_to_view"`` \| ``"home_favorite_navigate_to_view"`` \| ``"collection_inline_editing"`` \| ``"unmapped_event"``
-
-#### Defined in
-
-[packages/firecms_core/src/types/analytics.ts:1](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/analytics.ts#L1)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CMSType.md b/website/versioned_docs/version-2.0.0/api/types/CMSType.md
deleted file mode 100644
index 810bcb407..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CMSType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "CMSType"
-title: "Type alias: CMSType"
-sidebar_label: "CMSType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CMSType**: `string` \| `number` \| `boolean` \| `Date` \| [`GeoPoint`](../classes/GeoPoint.md) \| [`EntityReference`](../classes/EntityReference.md) \| `Record`\<`string`, `any`\> \| [`CMSType`](CMSType.md)[]
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L25)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CMSViewsBuilder.md b/website/versioned_docs/version-2.0.0/api/types/CMSViewsBuilder.md
deleted file mode 100644
index 2df5b0b2c..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CMSViewsBuilder.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-id: "CMSViewsBuilder"
-title: "Type alias: CMSViewsBuilder"
-sidebar_label: "CMSViewsBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CMSViewsBuilder**: (`params`: \{ `authController`: [`AuthController`](AuthController.md) ; `dataSource`: [`DataSource`](../interfaces/DataSource.md) ; `user`: [`User`](User.md) \| ``null`` }) => [`CMSView`](../interfaces/CMSView.md)[] \| `Promise`\<[`CMSView`](../interfaces/CMSView.md)[]\>
-
-#### Type declaration
-
-▸ (`params`): [`CMSView`](../interfaces/CMSView.md)[] \| `Promise`\<[`CMSView`](../interfaces/CMSView.md)[]\>
-
-Use this callback to build custom views dynamically.
-You can use the user to decide which views to show.
-You can also use the data source to fetch additional data to build the
-views. Note: you can use any type of synchronous or asynchronous code here,
-including fetching data from external sources, like using the Firestore
-APIs directly, or a REST API.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | `Object` |
-| `params.authController` | [`AuthController`](AuthController.md) |
-| `params.dataSource` | [`DataSource`](../interfaces/DataSource.md) |
-| `params.user` | [`User`](User.md) \| ``null`` |
-
-##### Returns
-
-[`CMSView`](../interfaces/CMSView.md)[] \| `Promise`\<[`CMSView`](../interfaces/CMSView.md)[]\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/firecms.tsx:41](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/firecms.tsx#L41)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CellRendererParams.md b/website/versioned_docs/version-2.0.0/api/types/CellRendererParams.md
deleted file mode 100644
index bf560cd39..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CellRendererParams.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-id: "CellRendererParams"
-title: "Type alias: CellRendererParams"
-sidebar_label: "CellRendererParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CellRendererParams**\<`T`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends `any` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `cellData?` | `any` |
-| `column` | [`VirtualTableColumn`](../interfaces/VirtualTableColumn.md) |
-| `columnIndex` | `number` |
-| `columns` | [`VirtualTableColumn`](../interfaces/VirtualTableColumn.md)[] |
-| `isScrolling?` | `boolean` |
-| `rowData?` | `T` |
-| `rowIndex` | `number` |
-| `width` | `number` |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx:147](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/VirtualTable/VirtualTableProps.tsx#L147)
diff --git a/website/versioned_docs/version-2.0.0/api/types/ChipColorKey.md b/website/versioned_docs/version-2.0.0/api/types/ChipColorKey.md
deleted file mode 100644
index 68cbc5d07..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/ChipColorKey.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "ChipColorKey"
-title: "Type alias: ChipColorKey"
-sidebar_label: "ChipColorKey"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ChipColorKey**: ``"blueLighter"`` \| ``"cyanLighter"`` \| ``"tealLighter"`` \| ``"greenLighter"`` \| ``"yellowLighter"`` \| ``"orangeLighter"`` \| ``"redLighter"`` \| ``"pinkLighter"`` \| ``"purpleLighter"`` \| ``"grayLighter"`` \| ``"blueLight"`` \| ``"cyanLight"`` \| ``"tealLight"`` \| ``"greenLight"`` \| ``"yellowLight"`` \| ``"orangeLight"`` \| ``"redLight"`` \| ``"pinkLight"`` \| ``"purpleLight"`` \| ``"grayLight"`` \| ``"blueDark"`` \| ``"cyanDark"`` \| ``"tealDark"`` \| ``"greenDark"`` \| ``"yellowDark"`` \| ``"orangeDark"`` \| ``"redDark"`` \| ``"pinkDark"`` \| ``"purpleDark"`` \| ``"grayDark"`` \| ``"blueDarker"`` \| ``"cyanDarker"`` \| ``"tealDarker"`` \| ``"greenDarker"`` \| ``"yellowDarker"`` \| ``"orangeDarker"`` \| ``"redDarker"`` \| ``"pinkDarker"`` \| ``"purpleDarker"`` \| ``"grayDarker"``
-
-#### Defined in
-
-[packages/firecms_core/src/types/colors.ts:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/colors.ts#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/types/ChipColorScheme.md b/website/versioned_docs/version-2.0.0/api/types/ChipColorScheme.md
deleted file mode 100644
index 54d7acc65..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/ChipColorScheme.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "ChipColorScheme"
-title: "Type alias: ChipColorScheme"
-sidebar_label: "ChipColorScheme"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ChipColorScheme**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `color` | `string` |
-| `text` | `string` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/colors.ts:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/colors.ts#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CircularProgressProps.md b/website/versioned_docs/version-2.0.0/api/types/CircularProgressProps.md
deleted file mode 100644
index 33ed9f8f8..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CircularProgressProps.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "CircularProgressProps"
-title: "Type alias: CircularProgressProps"
-sidebar_label: "CircularProgressProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CircularProgressProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `className?` | `string` |
-| `size?` | ``"small"`` \| ``"medium"`` \| ``"large"`` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/CircularProgress.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/CircularProgress.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CollectionSize.md b/website/versioned_docs/version-2.0.0/api/types/CollectionSize.md
deleted file mode 100644
index 71c03b842..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CollectionSize.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "CollectionSize"
-title: "Type alias: CollectionSize"
-sidebar_label: "CollectionSize"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CollectionSize**: ``"xs"`` \| ``"s"`` \| ``"m"`` \| ``"l"`` \| ``"xl"``
-
-Sizes in which a collection can be rendered
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:375](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L375)
diff --git a/website/versioned_docs/version-2.0.0/api/types/CollectionTableControllerProps.md b/website/versioned_docs/version-2.0.0/api/types/CollectionTableControllerProps.md
deleted file mode 100644
index 580c2fcbc..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/CollectionTableControllerProps.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "CollectionTableControllerProps"
-title: "Type alias: CollectionTableControllerProps"
-sidebar_label: "CollectionTableControllerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **CollectionTableControllerProps**<`M`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`<`string`, `any`\> = `any` |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)<`M`\> | - |
-| `entitiesDisplayedFirst?` | [`Entity`](../interfaces/Entity.md)<`M`\>[] | List of entities that will be displayed on top, no matter the ordering. This is used for reference fields selection |
-| `forceFilter?` | [`FilterValues`](FilterValues.md)<`string`\> | - |
-| `fullPath` | `string` | - |
-| `lastDeleteTimestamp?` | `number` | - |
-
-#### Defined in
-
-[packages/firecms/src/core/components/EntityCollectionTable/useCollectionTableController.tsx:33](https://github.com/FireCMSco/firecms/blob/a461b0be/packages/firecms/src/core/components/EntityCollectionTable/useCollectionTableController.tsx#L33)
diff --git a/website/versioned_docs/version-2.0.0/api/types/ContainerProps.md b/website/versioned_docs/version-2.0.0/api/types/ContainerProps.md
deleted file mode 100644
index c7a7ddeee..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/ContainerProps.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "ContainerProps"
-title: "Type alias: ContainerProps"
-sidebar_label: "ContainerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **ContainerProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `children` | `React.ReactNode` |
-| `className?` | `string` |
-| `maxWidth?` | ``"xs"`` \| ``"sm"`` \| ``"md"`` \| ``"lg"`` \| ``"xl"`` \| ``"2xl"`` \| ``"3xl"`` \| ``"4xl"`` \| ``"5xl"`` \| ``"6xl"`` \| ``"7xl"`` |
-| `style?` | `React.CSSProperties` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Container.tsx:4](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Container.tsx#L4)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DataType.md b/website/versioned_docs/version-2.0.0/api/types/DataType.md
deleted file mode 100644
index 2dae0963c..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DataType.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "DataType"
-title: "Type alias: DataType"
-sidebar_label: "DataType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DataType**\<`T`\>: `T` extends `string` ? ``"string"`` : `T` extends `number` ? ``"number"`` : `T` extends `boolean` ? ``"boolean"`` : `T` extends `Date` ? ``"date"`` : `T` extends [`GeoPoint`](../classes/GeoPoint.md) ? ``"geopoint"`` : `T` extends [`EntityReference`](../classes/EntityReference.md) ? ``"reference"`` : `T` extends [`CMSType`](CMSType.md)[] ? ``"array"`` : `T` extends `Record`\<`string`, `any`\> ? ``"map"`` : `never`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](CMSType.md) = [`CMSType`](CMSType.md) |
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:12](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L12)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewBuilder.md b/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewBuilder.md
deleted file mode 100644
index c87c85638..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewBuilder.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "DefaultSelectedViewBuilder"
-title: "Type alias: DefaultSelectedViewBuilder"
-sidebar_label: "DefaultSelectedViewBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DefaultSelectedViewBuilder**: (`params`: [`DefaultSelectedViewParams`](DefaultSelectedViewParams.md)) => `string` \| `undefined`
-
-#### Type declaration
-
-▸ (`params`): `string` \| `undefined`
-
-Used in the [EntityCollection#defaultSelectedView](../interfaces/EntityCollection.md#defaultselectedview) to define the default
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | [`DefaultSelectedViewParams`](DefaultSelectedViewParams.md) |
-
-##### Returns
-
-`string` \| `undefined`
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:471](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L471)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewParams.md b/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewParams.md
deleted file mode 100644
index 4e5433842..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DefaultSelectedViewParams.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "DefaultSelectedViewParams"
-title: "Type alias: DefaultSelectedViewParams"
-sidebar_label: "DefaultSelectedViewParams"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DefaultSelectedViewParams**: `Object`
-
-Used in the [EntityCollection#defaultSelectedView](../interfaces/EntityCollection.md#defaultselectedview) to define the default
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `entityId?` | `string` |
-| `status?` | [`EntityStatus`](EntityStatus.md) |
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:477](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L477)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DeleteEntityWithCallbacksProps.md b/website/versioned_docs/version-2.0.0/api/types/DeleteEntityWithCallbacksProps.md
deleted file mode 100644
index 94f1d76f4..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DeleteEntityWithCallbacksProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "DeleteEntityWithCallbacksProps"
-title: "Type alias: DeleteEntityWithCallbacksProps"
-sidebar_label: "DeleteEntityWithCallbacksProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DeleteEntityWithCallbacksProps**\<`M`\>: [`DeleteEntityProps`](../interfaces/DeleteEntityProps.md)\<`M`\> & \{ `callbacks?`: [`EntityCallbacks`](../interfaces/EntityCallbacks.md)\<`M`\> ; `onDeleteFailure?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` ; `onDeleteSuccess?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>) => `void` ; `onDeleteSuccessHookError?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` ; `onPreDeleteHookError?`: (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>, `e`: `Error`) => `void` }
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Defined in
-
-[packages/firecms_core/src/hooks/data/delete.ts:15](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/hooks/data/delete.ts#L15)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DialogProps.md b/website/versioned_docs/version-2.0.0/api/types/DialogProps.md
deleted file mode 100644
index 638113457..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DialogProps.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-id: "DialogProps"
-title: "Type alias: DialogProps"
-sidebar_label: "DialogProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DialogProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `children` | `React.ReactNode` |
-| `className?` | `string` |
-| `fullHeight?` | `boolean` |
-| `fullScreen?` | `boolean` |
-| `fullWidth?` | `boolean` |
-| `maxWidth?` | keyof typeof `widthClasses` |
-| `onOpenChange?` | (`open`: `boolean`) => `void` |
-| `open?` | `boolean` |
-| `scrollable?` | `boolean` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/Dialog.tsx:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/Dialog.tsx#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/types/DrawerProps.md b/website/versioned_docs/version-2.0.0/api/types/DrawerProps.md
deleted file mode 100644
index d69906fd3..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/DrawerProps.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "DrawerProps"
-title: "Type alias: DrawerProps"
-sidebar_label: "DrawerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **DrawerProps**\<`T`\>: `T` & \{ `closeDrawer`: () => `any` ; `drawerOpen`: `boolean` ; `hovered`: `boolean` }
-
-Props used in case you need to override the default drawer
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | {} |
-
-#### Defined in
-
-[packages/firecms_core/src/core/Drawer.tsx:14](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/Drawer.tsx#L14)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityAction.md b/website/versioned_docs/version-2.0.0/api/types/EntityAction.md
deleted file mode 100644
index bf6d0fc33..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityAction.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "EntityAction"
-title: "Type alias: EntityAction"
-sidebar_label: "EntityAction"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityAction**\<`M`, `UserType`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `object` = `any` |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `collapsed?` | `boolean` | Show this action in the menu, defaults to true |
-| `icon?` | `React.ReactElement` | - |
-| `includeInForm?` | `boolean` | Show this action in the form, defaults to true |
-| `name` | `string` | - |
-| `onClick` | (`props`: [`EntityActionClickProps`](EntityActionClickProps.md)\<`M`, `UserType`\>) => `Promise`\<`void`\> | - |
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_actions.tsx:8](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_actions.tsx#L8)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityActionClickProps.md b/website/versioned_docs/version-2.0.0/api/types/EntityActionClickProps.md
deleted file mode 100644
index 4917ef653..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityActionClickProps.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "EntityActionClickProps"
-title: "Type alias: EntityActionClickProps"
-sidebar_label: "EntityActionClickProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityActionClickProps**\<`M`, `UserType`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `object` |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `collection?` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`\> | - |
-| `context` | [`FireCMSContext`](FireCMSContext.md)\<`UserType`\> | - |
-| `entity` | [`Entity`](../interfaces/Entity.md)\<`M`\> | - |
-| `fullPath?` | `string` | - |
-| `highlightEntity?` | (`entity`: [`Entity`](../interfaces/Entity.md)\<`any`\>) => `void` | - |
-| `onCollectionChange?` | () => `void` | - |
-| `selectionController?` | [`SelectionController`](SelectionController.md) | - |
-| `sideEntityController?` | [`SideEntityController`](../interfaces/SideEntityController.md) | If this actions is being called from a side dialog |
-| `unhighlightEntity?` | (`entity`: [`Entity`](../interfaces/Entity.md)\<`any`\>) => `void` | - |
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_actions.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_actions.tsx#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableControllerProps.md b/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableControllerProps.md
deleted file mode 100644
index b71b79c5e..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableControllerProps.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-id: "EntityCollectionTableControllerProps"
-title: "Type alias: EntityCollectionTableControllerProps"
-sidebar_label: "EntityCollectionTableControllerProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCollectionTableControllerProps**\<`M`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`\> | - |
-| `entitiesDisplayedFirst?` | [`Entity`](../interfaces/Entity.md)\<`M`\>[] | List of entities that will be displayed on top, no matter the ordering. This is used for reference fields selection |
-| `forceFilter?` | [`FilterValues`](FilterValues.md)\<`string`\> | - |
-| `fullPath` | `string` | - |
-| `lastDeleteTimestamp?` | `number` | - |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/useEntityCollectionTableController.tsx:10](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/useEntityCollectionTableController.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableProps.md b/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableProps.md
deleted file mode 100644
index 8c37ad59b..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionTableProps.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-id: "EntityCollectionTableProps"
-title: "Type alias: EntityCollectionTableProps"
-sidebar_label: "EntityCollectionTableProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCollectionTableProps**\<`M`, `AdditionalKey`, `UserType`\>: `Object`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-| `AdditionalKey` | extends `string` = `string` |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `AddColumnComponent?` | `React.ComponentType` | - |
-| `AdditionalHeaderWidget?` | (`props`: \{ `onHover`: `boolean` ; `property`: [`ResolvedProperty`](ResolvedProperty.md) ; `propertyKey`: `string` }) => `React.ReactNode` | - |
-| `actions?` | `React.ReactNode` | Additional component that renders actions such as buttons in the collection toolbar, displayed on the right side |
-| `actionsStart?` | `React.ReactNode` | Additional component that renders actions such as buttons in the collection toolbar, displayed on the left side |
-| `additionalFields?` | [`AdditionalFieldDelegate`](../interfaces/AdditionalFieldDelegate.md)\<`M`, `AdditionalKey`, `UserType`\>[] | - |
-| `additionalIDHeaderWidget?` | `React.ReactNode` | - |
-| `defaultSize?` | [`CollectionSize`](CollectionSize.md) | - |
-| `displayedColumnIds` | `PropertyColumnConfig`[] | - |
-| `emptyComponent?` | `React.ReactNode` | - |
-| `endAdornment?` | `React.ReactNode` | - |
-| `filterable?` | `boolean` | - |
-| `forceFilter?` | [`FilterValues`](FilterValues.md)\<`Extract`\\> | - |
-| `getIdColumnWidth?` | () => `number` | - |
-| `getPropertyFor?` | (`props`: `GetPropertyForProps`\<`M`\>) => [`ResolvedProperties`](ResolvedProperties.md)\<`M`\>[`string`] | - |
-| `highlightedEntities?` | [`Entity`](../interfaces/Entity.md)\<`M`\>[] | List of entities that will be displayed as selected; |
-| `hoverRow?` | `boolean` | Should apply a different style to a row when hovering |
-| `inlineEditing?` | `boolean` \| (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>) => `boolean` | - |
-| `onValueChange?` | [`OnCellValueChange`](OnCellValueChange.md)\<`any`, `M`\> | Callback when a cell value changes. |
-| `properties` | [`ResolvedProperties`](ResolvedProperties.md)\<`M`\> | - |
-| `selectionController` | [`SelectionController`](SelectionController.md)\<`M`\> | Display these entities as selected |
-| `sortable?` | `boolean` | - |
-| `tableController` | [`TableController`](TableController.md)\<`M`\> | Controller holding the logic for the table [useEntityCollectionTableController](../functions/useEntityCollectionTableController.md) [TableController](TableController.md) |
-| `tableRowActionsBuilder?` | (`params`: \{ `entity`: [`Entity`](../interfaces/Entity.md)\<`M`\> ; `frozen?`: `boolean` ; `size`: [`CollectionSize`](CollectionSize.md) ; `width`: `number` }) => `React.ReactNode` | Builder for creating the buttons in each row |
-| `textSearchEnabled?` | `boolean` | - |
-| `title?` | `React.ReactNode` | Override the title in the toolbar |
-| `uniqueFieldValidator?` | [`UniqueFieldValidator`](UniqueFieldValidator.md) | - |
-| `onColumnResize?` | (`params`: [`OnColumnResizeParams`](OnColumnResizeParams.md)) => `void` | Callback when a column is resized |
-| `onEntityClick?` | (`entity`: [`Entity`](../interfaces/Entity.md)\<`M`\>) => `void` | Callback when anywhere on the table is clicked |
-| `onSizeChanged?` | (`size`: [`CollectionSize`](CollectionSize.md)) => `void` | Callback when the selected size of the table is changed |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionTable/EntityCollectionTableProps.tsx:23](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionTable/EntityCollectionTableProps.tsx#L23)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionViewProps.md b/website/versioned_docs/version-2.0.0/api/types/EntityCollectionViewProps.md
deleted file mode 100644
index f269368a7..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionViewProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "EntityCollectionViewProps"
-title: "Type alias: EntityCollectionViewProps"
-sidebar_label: "EntityCollectionViewProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCollectionViewProps**\<`M`\>: \{ `className?`: `string` ; `fullPath`: `string` ; `isSubCollection?`: `boolean` ; `parentPathSegments?`: `string`[] } & [`EntityCollection`](../interfaces/EntityCollection.md)\<`M`\>
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/EntityCollectionView/EntityCollectionView.tsx:70](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/EntityCollectionView/EntityCollectionView.tsx#L70)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionsBuilder.md b/website/versioned_docs/version-2.0.0/api/types/EntityCollectionsBuilder.md
deleted file mode 100644
index 8c0b92d75..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityCollectionsBuilder.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-id: "EntityCollectionsBuilder"
-title: "Type alias: EntityCollectionsBuilder"
-sidebar_label: "EntityCollectionsBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCollectionsBuilder**: (`params`: \{ `authController`: [`AuthController`](AuthController.md) ; `dataSource`: [`DataSource`](../interfaces/DataSource.md) ; `user`: [`User`](User.md) \| ``null`` }) => [`EntityCollection`](../interfaces/EntityCollection.md)[] \| `Promise`\<[`EntityCollection`](../interfaces/EntityCollection.md)[]\>
-
-#### Type declaration
-
-▸ (`params`): [`EntityCollection`](../interfaces/EntityCollection.md)[] \| `Promise`\<[`EntityCollection`](../interfaces/EntityCollection.md)[]\>
-
-Use this callback to build entity collections dynamically.
-You can use the user to decide which collections to show.
-You can also use the data source to fetch additional data to build the
-collections.
-Note: you can use any type of synchronous or asynchronous code here,
-including fetching data from external sources, like using the Firestore
-APIs directly, or a REST API.
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `params` | `Object` |
-| `params.authController` | [`AuthController`](AuthController.md) |
-| `params.dataSource` | [`DataSource`](../interfaces/DataSource.md) |
-| `params.user` | [`User`](User.md) \| ``null`` |
-
-##### Returns
-
-[`EntityCollection`](../interfaces/EntityCollection.md)[] \| `Promise`\<[`EntityCollection`](../interfaces/EntityCollection.md)[]\>
-
-#### Defined in
-
-[packages/firecms_core/src/types/firecms.tsx:26](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/firecms.tsx#L26)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityCustomView.md b/website/versioned_docs/version-2.0.0/api/types/EntityCustomView.md
deleted file mode 100644
index e224fc603..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityCustomView.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-id: "EntityCustomView"
-title: "Type alias: EntityCustomView"
-sidebar_label: "EntityCustomView"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityCustomView**\<`M`\>: `Object`
-
-You can use this builder to render a custom panel in the entity detail view.
-It gets rendered as a tab.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `Builder?` | `React.ComponentType`\<[`EntityCustomViewParams`](../interfaces/EntityCustomViewParams.md)\<`M`\>\> |
-| `key` | `string` |
-| `name` | `string` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:428](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L428)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityLinkBuilder.md b/website/versioned_docs/version-2.0.0/api/types/EntityLinkBuilder.md
deleted file mode 100644
index b4c11fcc8..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityLinkBuilder.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-id: "EntityLinkBuilder"
-title: "Type alias: EntityLinkBuilder"
-sidebar_label: "EntityLinkBuilder"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityLinkBuilder**\<`M`\>: (`{ entity }`: \{ `entity`: [`Entity`](../interfaces/Entity.md)\<`M`\> }) => `string`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Type declaration
-
-▸ (`{ entity }`): `string`
-
-##### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `{ entity }` | `Object` |
-| `{ entity }.entity` | [`Entity`](../interfaces/Entity.md)\<`M`\> |
-
-##### Returns
-
-`string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/entity_link_builder.ts:6](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entity_link_builder.ts#L6)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityStatus.md b/website/versioned_docs/version-2.0.0/api/types/EntityStatus.md
deleted file mode 100644
index c44afda4a..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityStatus.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-id: "EntityStatus"
-title: "Type alias: EntityStatus"
-sidebar_label: "EntityStatus"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityStatus**: ``"new"`` \| ``"existing"`` \| ``"copy"``
-
-New or existing status
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:5](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EntityValues.md b/website/versioned_docs/version-2.0.0/api/types/EntityValues.md
deleted file mode 100644
index 15015378a..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EntityValues.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "EntityValues"
-title: "Type alias: EntityValues"
-sidebar_label: "EntityValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EntityValues**\<`M`\>: `M`
-
-This type represents a record of key value pairs as described in an
-entity collection.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `object` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/entities.ts:35](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/entities.ts#L35)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EnumType.md b/website/versioned_docs/version-2.0.0/api/types/EnumType.md
deleted file mode 100644
index 373b19a92..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EnumType.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "EnumType"
-title: "Type alias: EnumType"
-sidebar_label: "EnumType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EnumType**: `number` \| `string`
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:189](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L189)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EnumValueConfig.md b/website/versioned_docs/version-2.0.0/api/types/EnumValueConfig.md
deleted file mode 100644
index b9fa5a576..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EnumValueConfig.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-id: "EnumValueConfig"
-title: "Type alias: EnumValueConfig"
-sidebar_label: "EnumValueConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EnumValueConfig**: `Object`
-
-Configuration for a particular entry in an `EnumValues`
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `color?` | [`ChipColorKey`](ChipColorKey.md) \| [`ChipColorScheme`](ChipColorScheme.md) | You can pick from a list of predefined color combinations or define your own [ChipColorScheme](ChipColorScheme.md) |
-| `disabled?` | `boolean` | This value will not be selectable |
-| `id` | `string` \| `number` | Value stored in the data source. |
-| `label` | `string` | Displayed label |
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:209](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L209)
diff --git a/website/versioned_docs/version-2.0.0/api/types/EnumValues.md b/website/versioned_docs/version-2.0.0/api/types/EnumValues.md
deleted file mode 100644
index 22d618c70..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/EnumValues.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "EnumValues"
-title: "Type alias: EnumValues"
-sidebar_label: "EnumValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **EnumValues**: [`EnumValueConfig`](EnumValueConfig.md)[] \| `Record`\<`string` \| `number`, `string` \| [`EnumValueConfig`](EnumValueConfig.md)\>
-
-We use this type to define mapping between string or number values in
-the data source to a label (such in a select dropdown).
-The key in this Record is the value saved in the datasource, and the value in
-this record is the label displayed in the UI.
-You can add additional customization by assigning a [EnumValueConfig](EnumValueConfig.md) for the
-label instead of a simple string (for enabling or disabling options and
-choosing colors).
-If you need to ensure the order of the elements use an array of [EnumValueConfig](EnumValueConfig.md)
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:202](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L202)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FetchCollectionDelegateProps.md b/website/versioned_docs/version-2.0.0/api/types/FetchCollectionDelegateProps.md
deleted file mode 100644
index f0f283cc4..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FetchCollectionDelegateProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "FetchCollectionDelegateProps"
-title: "Type alias: FetchCollectionDelegateProps"
-sidebar_label: "FetchCollectionDelegateProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FetchCollectionDelegateProps**\<`M`\>: `Omit`\<[`FetchCollectionProps`](../interfaces/FetchCollectionProps.md)\<`M`\>, ``"collection"``\> & \{ `isCollectionGroup?`: `boolean` }
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `M` | extends `Record`\<`string`, `any`\> = `any` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:230](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L230)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FieldConfig.md b/website/versioned_docs/version-2.0.0/api/types/FieldConfig.md
deleted file mode 100644
index 9bc13fc1a..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FieldConfig.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: "FieldConfig"
-title: "Type alias: FieldConfig"
-sidebar_label: "FieldConfig"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FieldConfig**\<`T`\>: `Object`
-
-This is the configuration object for the field component generated for a
-property.
-These configs are generated by default for the properties defined in your
-collections' configuration, but you can define your own to be used.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends [`CMSType`](CMSType.md) = `any` |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `Icon?` | `React.ComponentType` | Optional icon to be used in the field selector. Use a 24x24 component, in order not to break the layout. Any FireCMS icon can be used. |
-| `color?` | `string` | CSS color, used only in some plugins like the field selector. e.g. "#2d7ff9" |
-| `description?` | `string` | Description of this field type. |
-| `key` | `string` | Key used to identify this field type. |
-| `name` | `string` | Name of this field type. This is not the name of the property. |
-| `property` | [`PropertyOrBuilder`](PropertyOrBuilder.md)\<`T`\> | Default config for the property. This property or builder will be used as the base values for the resulting property. You can also use a builder function to generate the base property. You can use a builder function to generate the property based on the values or the path. You can also define a custom Field as a React component to be used for this property. |
-
-#### Defined in
-
-[packages/firecms_core/src/types/field_config.tsx:10](https://github.com/FireCMSco/firecms/blob/dac622d6/packages/firecms_core/src/types/field_config.tsx#L10)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FieldConfigId.md b/website/versioned_docs/version-2.0.0/api/types/FieldConfigId.md
deleted file mode 100644
index 85643b42a..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FieldConfigId.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: "FieldConfigId"
-title: "Type alias: FieldConfigId"
-sidebar_label: "FieldConfigId"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FieldConfigId**: ``"text_field"`` \| ``"multiline"`` \| ``"markdown"`` \| ``"url"`` \| ``"email"`` \| ``"select"`` \| ``"multi_select"`` \| ``"number_input"`` \| ``"number_select"`` \| ``"multi_number_select"`` \| ``"file_upload"`` \| ``"multi_file_upload"`` \| ``"group"`` \| ``"key_value"`` \| ``"reference"`` \| ``"multi_references"`` \| ``"switch"`` \| ``"date_time"`` \| ``"repeat"`` \| ``"custom_array"`` \| ``"block"``
-
-#### Defined in
-
-[packages/firecms_core/src/types/property_config.tsx:51](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/property_config.tsx#L51)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FileType.md b/website/versioned_docs/version-2.0.0/api/types/FileType.md
deleted file mode 100644
index c57849586..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FileType.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "FileType"
-title: "Type alias: FileType"
-sidebar_label: "FileType"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FileType**: ``"image/*"`` \| ``"video/*"`` \| ``"audio/*"`` \| ``"application/*"`` \| ``"text/*"`` \| ``"font/*"`` \| `string`
-
-MIME types for storage fields
-
-**`See`**
-
-https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
-
-#### Defined in
-
-[packages/firecms_core/src/types/properties.ts:827](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/properties.ts#L827)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FileUploadProps.md b/website/versioned_docs/version-2.0.0/api/types/FileUploadProps.md
deleted file mode 100644
index 6a2ccfeec..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FileUploadProps.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: "FileUploadProps"
-title: "Type alias: FileUploadProps"
-sidebar_label: "FileUploadProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FileUploadProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `accept` | `Record`\<`string`, `string`[]\> |
-| `disabled?` | `boolean` |
-| `maxFiles?` | `number` |
-| `maxSize?` | `number` |
-| `onFilesAdded` | [`OnFilesUploadAdded`](OnFilesUploadAdded.md) |
-| `onFilesRejected?` | [`OnFileUploadRejected`](OnFileUploadRejected.md) |
-| `preventDropOnDocument?` | `boolean` |
-| `size?` | ``"small"`` \| ``"medium"`` |
-| `title?` | `React.ReactNode` |
-| `uploadDescription?` | `React.ReactNode` |
-
-#### Defined in
-
-[packages/firecms_core/src/components/FileUpload.tsx:19](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/components/FileUpload.tsx#L19)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FilterCombination.md b/website/versioned_docs/version-2.0.0/api/types/FilterCombination.md
deleted file mode 100644
index e4b7e3094..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FilterCombination.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: "FilterCombination"
-title: "Type alias: FilterCombination"
-sidebar_label: "FilterCombination"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FilterCombination**\<`Key`\>: `Partial`\<`Record`\<`Key`, ``"asc"`` \| ``"desc"``\>\>
-
-Used to indicate valid filter combinations (e.g. created in Firestore)
-If the user selects a specific filter/sort combination, the CMS checks if it's
-valid, otherwise it reverts to the simpler valid case
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `Key` | extends `string` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:369](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L369)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FilterCombinationValidProps.md b/website/versioned_docs/version-2.0.0/api/types/FilterCombinationValidProps.md
deleted file mode 100644
index 77d68af2f..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FilterCombinationValidProps.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-id: "FilterCombinationValidProps"
-title: "Type alias: FilterCombinationValidProps"
-sidebar_label: "FilterCombinationValidProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FilterCombinationValidProps**: `Object`
-
-#### Type declaration
-
-| Name | Type |
-| :------ | :------ |
-| `collection` | [`EntityCollection`](../interfaces/EntityCollection.md)\<`any`\> |
-| `filterValues` | [`FilterValues`](FilterValues.md)\<`any`\> |
-| `path` | `string` |
-| `sortBy?` | [`string`, ``"asc"`` \| ``"desc"``] |
-
-#### Defined in
-
-[packages/firecms_core/src/types/datasource.ts:221](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/datasource.ts#L221)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FilterValues.md b/website/versioned_docs/version-2.0.0/api/types/FilterValues.md
deleted file mode 100644
index 498f50326..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FilterValues.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: "FilterValues"
-title: "Type alias: FilterValues"
-sidebar_label: "FilterValues"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FilterValues**\<`Key`\>: `Partial`\<`Record`\<`Key`, [[`WhereFilterOp`](WhereFilterOp.md), `any`]\>\>
-
-Used to define filters applied in collections
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `Key` | extends `string` |
-
-#### Defined in
-
-[packages/firecms_core/src/types/collections.ts:360](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/collections.ts#L360)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FireCMSAppBarProps.md b/website/versioned_docs/version-2.0.0/api/types/FireCMSAppBarProps.md
deleted file mode 100644
index 8aa63833b..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FireCMSAppBarProps.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-id: "FireCMSAppBarProps"
-title: "Type alias: FireCMSAppBarProps"
-sidebar_label: "FireCMSAppBarProps"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FireCMSAppBarProps**\<`ADDITIONAL_PROPS`\>: \{ `className?`: `string` ; `drawerOpen`: `boolean` ; `dropDownActions?`: `React.ReactNode` ; `endAdornment?`: `React.ReactNode` ; `includeDrawer?`: `boolean` ; `startAdornment?`: `React.ReactNode` ; `style?`: `React.CSSProperties` ; `title`: `string` ; `user?`: [`User`](User.md) } & `ADDITIONAL_PROPS`
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `ADDITIONAL_PROPS` | `object` |
-
-#### Defined in
-
-[packages/firecms_core/src/core/components/FireCMSAppBar.tsx:11](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/core/components/FireCMSAppBar.tsx#L11)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FireCMSContext.md b/website/versioned_docs/version-2.0.0/api/types/FireCMSContext.md
deleted file mode 100644
index 47f631109..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FireCMSContext.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-id: "FireCMSContext"
-title: "Type alias: FireCMSContext"
-sidebar_label: "FireCMSContext"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FireCMSContext**\<`UserType`, `AuthControllerType`\>: `Object`
-
-Context that includes the internal controllers and contexts used by the app.
-Some controllers and context included in this context can be accessed
-directly from their respective hooks.
-
-**`See`**
-
-useFireCMSContext
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `UserType` | extends [`User`](User.md) = [`User`](User.md) |
-| `AuthControllerType` | extends [`AuthController`](AuthController.md)\<`UserType`\> = [`AuthController`](AuthController.md)\<`UserType`\> |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `authController` | `AuthControllerType` | Used auth controller |
-| `components?` | \{ `missingReference?`: `React.ComponentType`\<\{ `path`: `string` }\> } | - |
-| `components.missingReference?` | `React.ComponentType`\<\{ `path`: `string` }\> | Component to render when a reference is missing |
-| `dataSource` | [`DataSource`](../interfaces/DataSource.md) | Connector to your database, e.g. your Firestore database |
-| `dateTimeFormat?` | `string` | Format of the dates in the CMS. Defaults to 'MMMM dd, yyyy, HH:mm:ss' |
-| `dialogsController` | `DialogsController` | Controller used to open regular dialogs |
-| `entityLinkBuilder?` | [`EntityLinkBuilder`](EntityLinkBuilder.md) | Builder for generating utility links for entities |
-| `entityViews?` | [`EntityCustomView`](EntityCustomView.md)[] | List of additional custom views for entities. You can use the key to reference the custom view in the `entityViews` prop of a collection. You can also define an entity view from the UI. |
-| `fields` | `Record`\<`string`, [`PropertyConfig`](PropertyConfig.md)\> | Record of custom form fields to be used in the CMS. You can use the key to reference the custom field in the `propertyConfig` prop of a property in a collection. |
-| `locale?` | [`Locale`](Locale.md) | Locale of the CMS, currently only affecting dates |
-| `navigation` | [`NavigationContext`](NavigationContext.md) | Context that includes the resolved navigation and utility methods and attributes. **`See`** useNavigation |
-| `onAnalyticsEvent?` | (`event`: [`CMSAnalyticsEvent`](CMSAnalyticsEvent.md), `data?`: `object`) => `void` | Callback used to get analytics events from the CMS |
-| `plugins?` | [`FireCMSPlugin`](FireCMSPlugin.md)[] | Use plugins to modify the behaviour of the CMS. Currently, in ALPHA, and likely subject to change. |
-| `sideDialogsController` | [`SideDialogsController`](../interfaces/SideDialogsController.md) | Controller used to open side dialogs This is the controller used internally by side entity dialogs or reference dialogs. |
-| `sideEntityController` | [`SideEntityController`](../interfaces/SideEntityController.md) | Controller to open the side dialog displaying entity forms **`See`** useSideEntityController |
-| `snackbarController` | [`SnackbarController`](../interfaces/SnackbarController.md) | Use this controller to display snackbars |
-| `storageSource` | [`StorageSource`](../interfaces/StorageSource.md) | Used storage implementation |
-| `userConfigPersistence?` | [`UserConfigurationPersistence`](../interfaces/UserConfigurationPersistence.md) | Use this controller to access data stored in the browser for the user |
-
-#### Defined in
-
-[packages/firecms_core/src/types/firecms_context.tsx:25](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/firecms_context.tsx#L25)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FireCMSCustomization.md b/website/versioned_docs/version-2.0.0/api/types/FireCMSCustomization.md
deleted file mode 100644
index b30efa068..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FireCMSCustomization.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-id: "FireCMSCustomization"
-title: "Type alias: FireCMSCustomization"
-sidebar_label: "FireCMSCustomization"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FireCMSCustomization**: `Object`
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `fields?` | `Record`<`string`, [`FieldConfig`](FieldConfig.md)\> | Record of custom form fields to be used in the CMS. You can use the key to reference the custom field in the `fieldConfig` prop of a property in a collection. |
-| `views?` | [`CMSView`](../interfaces/CMSView.md)[] \| [`CMSViewsBuilder`](CMSViewsBuilder.md) | Custom additional views created by the developer, added to the main navigation |
-
-#### Defined in
-
-[lib/src/types/firecms_external_config.tsx:5](https://github.com/FireCMSco/firecms/blob/b01ca637/lib/src/types/firecms_external_config.tsx#L5)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FireCMSPlugin.md b/website/versioned_docs/version-2.0.0/api/types/FireCMSPlugin.md
deleted file mode 100644
index f1de00023..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FireCMSPlugin.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-id: "FireCMSPlugin"
-title: "Type alias: FireCMSPlugin"
-sidebar_label: "FireCMSPlugin"
-sidebar_position: 0
-custom_edit_url: null
----
-
-Ƭ **FireCMSPlugin**\<`PROPS`, `FORM_PROPS`\>: `Object`
-
-Interface used to define plugins for FireCMS.
-NOTE: This is a work in progress and the API is not stable yet.
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `PROPS` | `any` |
-| `FORM_PROPS` | `any` |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `collectionView?` | \{ `AddColumnComponent?`: `React.ComponentType`\<\{ `collection`: [`EntityCollection`](../interfaces/EntityCollection.md) ; `fullPath`: `string` ; `parentPathSegments`: `string`[] }\> ; `HeaderAction?`: `React.ComponentType`\<\{ `fullPath`: `string` ; `onHover`: `boolean` ; `parentPathSegments`: `string`[] ; `property`: [`ResolvedProperty`](ResolvedProperty.md) ; `propertyKey`: `string` }\> } | - |
-| `collectionView.AddColumnComponent?` | `React.ComponentType`\<\{ `collection`: [`EntityCollection`](../interfaces/EntityCollection.md) ; `fullPath`: `string` ; `parentPathSegments`: `string`[] }\> | If you add this callback to your plugin, an add button will be added to the collection table. TODO: Only the first plugin that defines this callback will be used, at the moment. |
-| `collectionView.HeaderAction?` | `React.ComponentType`\<\{ `fullPath`: `string` ; `onHover`: `boolean` ; `parentPathSegments`: `string`[] ; `property`: [`ResolvedProperty`](ResolvedProperty.md) ; `propertyKey`: `string` }\> | Use this method to inject widgets to the entity collections header **`Param`** |
-| `collections?` | \{ `CollectionActions?`: `React.ComponentType`\<[`CollectionActionsProps`](../interfaces/CollectionActionsProps.md)\> \| `React.ComponentType`\<[`CollectionActionsProps`](../interfaces/CollectionActionsProps.md)\>[] ; `injectCollections?`: (`collections`: [`EntityCollection`](../interfaces/EntityCollection.md)[]) => [`EntityCollection`](../interfaces/EntityCollection.md)[] } | - |
-| `collections.CollectionActions?` | `React.ComponentType`\<[`CollectionActionsProps`](../interfaces/CollectionActionsProps.md)\> \| `React.ComponentType`\<[`CollectionActionsProps`](../interfaces/CollectionActionsProps.md)\>[] | Use this component to add custom actions to the entity collections toolbar. |
-| `collections.injectCollections?` | (`collections`: [`EntityCollection`](../interfaces/EntityCollection.md)[]) => [`EntityCollection`](../interfaces/EntityCollection.md)[] | Use this method to inject collections to the CMS. You receive the current collections as a parameter, and you can return a new list of collections. **`See`** joinCollectionLists |
-| `form?` | \{ `Actions?`: `React.ComponentType`\<[`PluginFormActionProps`](../interfaces/PluginFormActionProps.md)\> ; `fieldBuilder?`: \(`props`: [`PluginFieldBuilderParams`](PluginFieldBuilderParams.md)\<`T`\>) => `React.ComponentType`\<[`FieldProps`](../interfaces/FieldProps.md)\<`T`\>\> \| ``null`` ; `fieldBuilderEnabled?`: \(`props`: [`PluginFieldBuilderParams`](PluginFieldBuilderParams.md)\<`T`\>) => `boolean` ; `provider?`: \{ `Component`: `React.ComponentType`\<`PropsWithChildren`\<`FORM_PROPS` & [`PluginFormActionProps`](../interfaces/PluginFormActionProps.md)\<`any`\>\>\> ; `props?`: `FORM_PROPS` } } | - |
-| `form.Actions?` | `React.ComponentType`\<[`PluginFormActionProps`](../interfaces/PluginFormActionProps.md)\> | - |
-| `form.fieldBuilder?` | \(`props`: [`PluginFieldBuilderParams`](PluginFieldBuilderParams.md)\<`T`\>) => `React.ComponentType`\<[`FieldProps`](../interfaces/FieldProps.md)\<`T`\>\> \| ``null`` | - |
-| `form.fieldBuilderEnabled?` | \(`props`: [`PluginFieldBuilderParams`](PluginFieldBuilderParams.md)\<`T`\>) => `boolean` | - |
-| `form.provider?` | \{ `Component`: `React.ComponentType`\<`PropsWithChildren`\<`FORM_PROPS` & [`PluginFormActionProps`](../interfaces/PluginFormActionProps.md)\<`any`\>\>\> ; `props?`: `FORM_PROPS` } | - |
-| `form.provider.Component` | `React.ComponentType`\<`PropsWithChildren`\<`FORM_PROPS` & [`PluginFormActionProps`](../interfaces/PluginFormActionProps.md)\<`any`\>\>\> | - |
-| `form.provider.props?` | `FORM_PROPS` | - |
-| `homePage?` | \{ `AdditionalCards?`: `React.ComponentType`\<[`PluginHomePageAdditionalCardsProps`](../interfaces/PluginHomePageAdditionalCardsProps.md)\> \| `React.ComponentType`\<[`PluginHomePageAdditionalCardsProps`](../interfaces/PluginHomePageAdditionalCardsProps.md)\>[] ; `CollectionActions?`: `React.ComponentType`\<[`PluginHomePageActionsProps`](../interfaces/PluginHomePageActionsProps.md)\> ; `additionalChildrenStart?`: `React.ReactNode` ; `extraProps?`: `any` ; `includeSection?`: (`props`: [`PluginGenericProps`](../interfaces/PluginGenericProps.md)) => \{ `children`: `React.ReactNode` ; `title`: `string` } } | - |
-| `homePage.AdditionalCards?` | `React.ComponentType`\<[`PluginHomePageAdditionalCardsProps`](../interfaces/PluginHomePageAdditionalCardsProps.md)\> \| `React.ComponentType`\<[`PluginHomePageAdditionalCardsProps`](../interfaces/PluginHomePageAdditionalCardsProps.md)\>[] | Add additional cards to each collection group in the home page. |
-| `homePage.CollectionActions?` | `React.ComponentType`\<[`PluginHomePageActionsProps`](../interfaces/PluginHomePageActionsProps.md)\> | Use this component to add custom actions to the navigation card in the home page. |
-| `homePage.additionalChildrenStart?` | `React.ReactNode` | - |
-| `homePage.extraProps?` | `any` | Additional props passed to `CollectionActions` |
-| `homePage.includeSection?` | (`props`: [`PluginGenericProps`](../interfaces/PluginGenericProps.md)) => \{ `children`: `React.ReactNode` ; `title`: `string` } | Include a section in the home page with a custom component and title. |
-| `loading?` | `boolean` | If this flag is set to true, no content will be shown in the CMS until the plugin is fully loaded. |
-| `name` | `string` | Name of the plugin |
-| `provider?` | \{ `Component`: `React.ComponentType`\<`PropsWithChildren`\<`PROPS` & \{ `context`: [`FireCMSContext`](FireCMSContext.md) }\>\> ; `props?`: `PROPS` } | You can use this prop to add higher order components to the CMS. The components will be added to the root of the CMS, so any component rendered underneath by this plugin will have access to the context provided by this HOC. Anyhow, this is rendered below the [FireCMSContext](FireCMSContext.md) provider, so you can use the hooks provided by the CMS. **`Param`** |
-| `provider.Component` | `React.ComponentType`\<`PropsWithChildren`\<`PROPS` & \{ `context`: [`FireCMSContext`](FireCMSContext.md) }\>\> | - |
-| `provider.props?` | `PROPS` | - |
-
-#### Defined in
-
-[packages/firecms_core/src/types/plugins.tsx:16](https://github.com/FireCMSco/firecms/blob/d45f3739/packages/firecms_core/src/types/plugins.tsx#L16)
diff --git a/website/versioned_docs/version-2.0.0/api/types/FireCMSProps.md b/website/versioned_docs/version-2.0.0/api/types/FireCMSProps.md
deleted file mode 100644
index 7cafe6bfa..000000000
--- a/website/versioned_docs/version-2.0.0/api/types/FireCMSProps.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-id: "FireCMSProps"
-title: "Type alias: FireCMSProps