From 6fafaac38dda3ab5e62b267f3afe4e6cd978e722 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Wed, 8 Mar 2023 16:31:03 +0300 Subject: [PATCH] Remove GitHub pages support --- README.md | 10 +++++++++- docs/_config.yml | 3 --- docs/index.md | 9 --------- docs/notes.md => notes.md | 0 4 files changed, 9 insertions(+), 13 deletions(-) mode change 120000 => 100644 README.md delete mode 100644 docs/_config.yml delete mode 100644 docs/index.md rename docs/notes.md => notes.md (100%) diff --git a/README.md b/README.md deleted file mode 120000 index e892330..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -docs/index.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9fc6522 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# OpenIPC Composer +_A tool to compile custom OpenIPC firmware._ + +### Usage: +``` +git clone https://github.com/openipc/composer.git +cd composer +./stapler +``` diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 7572af1..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,3 +0,0 @@ -encoding: utf-8 -highlighter: rouge -markdown: kramdown diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 9fc6522..0000000 --- a/docs/index.md +++ /dev/null @@ -1,9 +0,0 @@ -# OpenIPC Composer -_A tool to compile custom OpenIPC firmware._ - -### Usage: -``` -git clone https://github.com/openipc/composer.git -cd composer -./stapler -``` diff --git a/docs/notes.md b/notes.md similarity index 100% rename from docs/notes.md rename to notes.md