diff --git a/docs/how_to/install_this_plugin.md b/docs/how_to/install_this_plugin.md
index 9f1b71d..d3ea71c 100644
--- a/docs/how_to/install_this_plugin.md
+++ b/docs/how_to/install_this_plugin.md
@@ -127,7 +127,3 @@ To run the test notebooks, create a jupyter kernel using your venv:
python -m ipykernel install --user --name=nomad_utility_workflows
```
-## Main contributors
-| Name | E-mail |
-|------|------------|
-| Joseph F. Rudzinski | [joseph.rudzinski@physik.hu-berlin.de](mailto:joseph.rudzinski@physik.hu-berlin.de)
diff --git a/docs/index.md b/docs/index.md
index dd3bf35..69dcfeb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -16,21 +16,9 @@ How-to guides provide step-by-step instructions for a wide range of tasks, with
- [Install this plugin](how_to/install_this_plugin.md)
- [Use API functions](how_to/use_api_functions.md)
-
-
+- [Create Custom Workflows](how_to/create_custom_workflows.md)
+- [Add Custom Tasks](how_to/add_custom_tasks.md)
-
-
-
-
-### Examples
-
-The following examples are available for demonstration purposes:
-
-- [Workflows - Proof of Concept](examples/workflow_proof_of_concept.md)
-- [Workflows - Simulation Protocol](examples/workflow_simulation_protocol.md)
-- [Workflows - Adding Custom Tasks](examples/workflow_custom_tasks.md)
@@ -53,3 +41,8 @@ The reference section includes specifications for the relevant user-callable fun
+
+## Main contributors
+| Name | E-mail |
+|------|------------|
+| Joseph F. Rudzinski | [joseph.rudzinski@physik.hu-berlin.de](mailto:joseph.rudzinski@physik.hu-berlin.de)
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 1e08d19..11a3c4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
]
name = "nomad-utility-workflows"
description = "A module with utilities for interacting with NOMAD via, e.g., a workflow manager."
-version = "0.0.1"
+dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.9"
authors = [