summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 14:29:02 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 14:29:02 +0100
commitf78dfe80a2e4edfe93ea7b6efb4e71b15acdb37f (patch)
tree9ea10fd383d02d95fce1303146bb5185121dd2a6 /doc/index.md
parent44ac326da0c1ad8a695e26074a30909e18d70371 (diff)
Update doc/index page
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.md b/doc/index.md
new file mode 100644
index 000000000..18c4979c1
--- /dev/null
+++ b/doc/index.md
@@ -0,0 +1,12 @@
+---
+title: Grammatical Framework Documentation
+---
+
+Perhaps you're looking for one of the following:
+
+- [Tutorial](tutorial/gf-tutorial.html). This is a hands-on introduction to grammar writing in GF.
+- [Reference Manual](gf-refman.html). A full-scale reference manual of the GF language.
+- [RGL Synopsis](../lib/doc/synopsis/index.html). Documentation of the Resource Grammar Library, including the syntax API and lexical paradigms for each language.
+- [Shell Reference](gf-shell-reference.html). Describes the commands available in the interactive GF shell.
+ Also summarizes how to run GF as a batch compiler.
+- [Developers Guide](gf-developers/html). Detailed information about building and developing GF.