summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-06-16 12:40:24 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-07-08 17:58:39 +0200
commit8b022dd8843f7d63d3833d40279c161c8fa2c44a (patch)
tree1094293b141bc79d9f9e8d2c191f03352b67ac67 /Documentation
parente98d72e2a31c51739fdd997022155b7178e94828 (diff)
downloadcoreboot-8b022dd8843f7d63d3833d40279c161c8fa2c44a.tar.gz
coreboot-8b022dd8843f7d63d3833d40279c161c8fa2c44a.tar.bz2
coreboot-8b022dd8843f7d63d3833d40279c161c8fa2c44a.zip
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 Change-Id: I27334ccacdb34b56946a9061132acf2808d32175 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15218 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/index.html b/Documentation/index.html
new file mode 100644
index 000000000000..69f7a9be92b4
--- /dev/null
+++ b/Documentation/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>coreboot Documentation</title>
+ </head>
+ <body>
+
+<h1>coreboot Documentation</h1>
+<ul>
+ <li><a target="_blank" href="https://www.coreboot.org/Lesson1">Lesson 1</a></li>
+ <li><a href="gerrit_guidelines.md">Gerrit Guidelines</a></li>
+ <li><a href="timestamp.md">Timestamp</a></li>
+ <li>Documentation directory<a target="_blank" href=:https://review.coreboot.org/cgit/coreboot.git/tree/Documentation">listing</a></li>
+</ul>
+
+<h1>Chipset Documentation</h1>
+<ul>
+ <li><a target="_blank" href="Intel/index.html">Intel</a></li>
+ <li><a target="_blank" href="AMD-S3.txt">AMD S3</a></li>
+</ul>
+
+
+<hr>
+<p>Modified: 17 June 2016</p>
+ </body>
+</html>