From a45d4dbeb9e9ee49092c92ed8d5496b1c2c2cc06 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 18 Dec 2016 15:52:11 +0100 Subject: [PATCH] move doc to docs (for GH pages) --- README.md | 2 +- {doc => docs}/Makefile | 0 {doc => docs}/configuration.7.md | 0 {doc => docs}/creating_wrappers.7.md | 0 {doc => docs}/helper_functions.7.md | 0 {doc => docs}/libdevuansdk.7.md | 0 {doc => docs}/nanodoc | 0 {doc => docs}/static/foot.html | 0 {doc => docs}/static/head.html | 0 {doc => docs}/workflow.7.md | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {doc => docs}/Makefile (100%) rename {doc => docs}/configuration.7.md (100%) rename {doc => docs}/creating_wrappers.7.md (100%) rename {doc => docs}/helper_functions.7.md (100%) rename {doc => docs}/libdevuansdk.7.md (100%) rename {doc => docs}/nanodoc (100%) rename {doc => docs}/static/foot.html (100%) rename {doc => docs}/static/head.html (100%) rename {doc => docs}/workflow.7.md (100%) diff --git a/README.md b/README.md index 2cd46f1..3f0dcd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ zsh debootstrap sudo kpartx cgpt xz-utils ## Documentation -Find documentation inside the `doc` directory of libdevuansdk. +Find documentation inside the `docs` directory of libdevuansdk. ## Notes diff --git a/doc/Makefile b/docs/Makefile similarity index 100% rename from doc/Makefile rename to docs/Makefile diff --git a/doc/configuration.7.md b/docs/configuration.7.md similarity index 100% rename from doc/configuration.7.md rename to docs/configuration.7.md diff --git a/doc/creating_wrappers.7.md b/docs/creating_wrappers.7.md similarity index 100% rename from doc/creating_wrappers.7.md rename to docs/creating_wrappers.7.md diff --git a/doc/helper_functions.7.md b/docs/helper_functions.7.md similarity index 100% rename from doc/helper_functions.7.md rename to docs/helper_functions.7.md diff --git a/doc/libdevuansdk.7.md b/docs/libdevuansdk.7.md similarity index 100% rename from doc/libdevuansdk.7.md rename to docs/libdevuansdk.7.md diff --git a/doc/nanodoc b/docs/nanodoc similarity index 100% rename from doc/nanodoc rename to docs/nanodoc diff --git a/doc/static/foot.html b/docs/static/foot.html similarity index 100% rename from doc/static/foot.html rename to docs/static/foot.html diff --git a/doc/static/head.html b/docs/static/head.html similarity index 100% rename from doc/static/head.html rename to docs/static/head.html diff --git a/doc/workflow.7.md b/docs/workflow.7.md similarity index 100% rename from doc/workflow.7.md rename to docs/workflow.7.md