diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2017-05-24 22:58:01 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-25 23:04:36 +0200 |
commit | 04edaefad7ed4f9dce9281a25480c1c6eb9e303d (patch) | |
tree | f5d167a4e6fbec4b0d6cb25619371a31069d0b54 /Documentation/index.html | |
parent | 9ec25f7678f7f3fc1ce35f833d1168e605ad0f94 (diff) |
util/hugo: Add framework to build www.coreboot.org/Documentation
www.coreboot.org/Documentation is now built with hugo (www.gohugo.io)
based on files in this repo's /Documentation directory.
Also clarify that new additions to Documentation are under CC-BY 4.0 terms.
Change-Id: I000e15b29a182bb88b40de3d0178bf8cc54ba8af
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: https://review.coreboot.org/19881
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'Documentation/index.html')
-rw-r--r-- | Documentation/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Documentation/index.html b/Documentation/index.html deleted file mode 100644 index 69f7a9be92..0000000000 --- a/Documentation/index.html +++ /dev/null @@ -1,26 +0,0 @@ -<!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> |