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