From d2808b1b51a910a971be0eb48a619404d7d879cc Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sun, 9 Jun 2019 00:02:45 -0500 Subject: [PATCH] github pages takes an index.html Signed-off-by: Serge Hallyn --- docs/README.md | 9 --------- docs/index.html | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 docs/README.md create mode 100644 docs/index.html diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 5392afb37..000000000 --- a/docs/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Shadow utils - -## Welcome - -This is the shadow tool suite home page. - -You can find releases [here](https://github.com/shadow-maint/shadow/releases). - -Raise issues, request features, and report bugs [here](https://github.com/shadow-maint/shadow/issues). diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..126c50f77 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,15 @@ + +shadow - Welcome + + +

Welcome!

+

This is the shadow tool suite home page.

+ +

+You can find releases here. +

+ +

+Raise issues, request features, and report bugs here. +

+ -- 2.39.5