From b40baa0e84a4b2a8f9493221a04243f74e524937 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 16 Jun 2016 12:40:24 -0700 Subject: [PATCH] UPSTREAM: Documentation: Add index.html Add the initial index.html file. The web server is currently not converting .md files into html. Instead they are being downloaded in their raw .md file format. Use the index.html file to enable the web server to find and process the file. TEST=None BUG=None BRANCH=None TEST=None Change-Id: I27334ccacdb34b56946a9061132acf2808d32175 Original-Signed-off-by: Lee Leahy Original-Reviewed-on: https://review.coreboot.org/15218 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Martin Roth Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/359314 Reviewed-by: Furquan Shaikh --- Documentation/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/index.html diff --git a/Documentation/index.html b/Documentation/index.html new file mode 100644 index 0000000000..69f7a9be92 --- /dev/null +++ b/Documentation/index.html @@ -0,0 +1,26 @@ + + + + coreboot Documentation + + + +

coreboot Documentation

+ + +

Chipset Documentation

+ + + +
+

Modified: 17 June 2016

+ +