Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..90d7612
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,15 @@
+site_name: qtlua
+theme : simplex
+repo_url : https://github.com/torch/qtlua
+use_directory_urls : false
+markdown_extensions: [extra]
+docs_dir : doc
+pages:
+- [index.md, Home]
+- [qt.md, Global Qt System]
+- [qtcore.md, Core Interface]
+- [qtgui.md, Graphical User Interface]
+- [qtuiloader.md, Qt Designer UI Files Loader]
+- [qtide.md, Integrated Development Environment]
+- [qtsvg.md, SVG Support]
+- [qtwidget.md, Widgets and Events]