diff --git a/src/docs/guide/introduction.gdoc b/src/docs/guide/introduction.gdoc new file mode 100644 index 0000000..8b8166f --- /dev/null +++ b/src/docs/guide/introduction.gdoc @@ -0,0 +1,13 @@ +This is an example documentation template. The syntax format is similar to "Textile":http://textile.thresholdstate.com/. + +You can apply formatting such as *bold*, _italic_ and @code@. Bullets are possible too: + +* Bullet 1 +* Bullet 2 + +As well as numbered lists: + +# Number 1 +# Number 2 + +The documentation also handles links to [guide items|guide:introduction] as well as [reference|items] diff --git a/src/docs/guide/toc.yml b/src/docs/guide/toc.yml new file mode 100644 index 0000000..973dcf4 --- /dev/null +++ b/src/docs/guide/toc.yml @@ -0,0 +1 @@ +introduction: Introduction diff --git a/src/docs/ref/Items/reference.gdoc b/src/docs/ref/Items/reference.gdoc new file mode 100644 index 0000000..6be2c41 --- /dev/null +++ b/src/docs/ref/Items/reference.gdoc @@ -0,0 +1,17 @@ +h1. example + +h2. Purpose + +This is an example reference item. + +h2. Examples + +You can use code snippets: + +{code} +def example = new Example() +{code} + +h2. Description + +And provide a detailed description