diff --git a/README.md b/README.md
index 99f1085..1be275e 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ A LatticeJSON file for a FODO lattice:
[](https://github.com/andreasfelix/latticejson/actions?query=workflow%3ACI)
This repository also contains a Python based command-line tool which is able validate
-and convert LatticeJSON files into other common lattice file formats and vice versa.
+and convert LatticeJSON files to other common lattice file formats
+(e.g. elegant and MAD) and vice versa.
You can install and update it using pip or pipenv:
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..54dee3f
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,2 @@
+.temp
+node_modules
diff --git a/docs/.vuepress/components/Definition.vue b/docs/.vuepress/components/Definition.vue
new file mode 100644
index 0000000..9e755a2
--- /dev/null
+++ b/docs/.vuepress/components/Definition.vue
@@ -0,0 +1,36 @@
+
+