From 0fdb7f1af55dfedb348267c30074a7a8c684ff71 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 6 Oct 2014 17:44:07 -0400 Subject: [PATCH] move docs into docs --- README.md | 5 +++++ compilation.md => docs/compilation.md | 0 functions.md => docs/functions.md | 0 go-interop.md => docs/go-interop.md | 0 packages.md => docs/packages.md | 0 syntax.md => docs/syntax.md | 0 6 files changed, 5 insertions(+) rename compilation.md => docs/compilation.md (100%) rename functions.md => docs/functions.md (100%) rename go-interop.md => docs/go-interop.md (100%) rename packages.md => docs/packages.md (100%) rename syntax.md => docs/syntax.md (100%) diff --git a/README.md b/README.md index 5ade803..68d1eec 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ work-in-progress, and this repo is where I'm jotting down my notes: existing go operators. * Overloading function should be used as little as possible. + +# Documentation + +See the [docs][/docs] folder for more details. Keep in mind that most of ginger +is still experimental and definitely not ready for the spotlight. diff --git a/compilation.md b/docs/compilation.md similarity index 100% rename from compilation.md rename to docs/compilation.md diff --git a/functions.md b/docs/functions.md similarity index 100% rename from functions.md rename to docs/functions.md diff --git a/go-interop.md b/docs/go-interop.md similarity index 100% rename from go-interop.md rename to docs/go-interop.md diff --git a/packages.md b/docs/packages.md similarity index 100% rename from packages.md rename to docs/packages.md diff --git a/syntax.md b/docs/syntax.md similarity index 100% rename from syntax.md rename to docs/syntax.md