summaryrefslogtreecommitdiff
path: root/docs/welcome.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/welcome.md')
-rw-r--r--docs/welcome.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/welcome.md b/docs/welcome.md
new file mode 100644
index 0000000..aee804c
--- /dev/null
+++ b/docs/welcome.md
@@ -0,0 +1,11 @@
+# Welcome
+
+QFace is a flexible Qt API generator. It uses a common IDL format (called qdl) to define an API. QFace comes with a set of predefined generators to generate QML Plugins. QFace can be easily extended with your own generator.
+
+
+* [API](api.md)
+* [Domain](domain.md)
+* [Extending](extending.md)
+* [Grammar](grammar.md)
+* [Usage](usage.md)
+* [Builtin](builtin.md) \ No newline at end of file