From b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 29 Mar 2017 15:03:43 -0300 Subject: docs: Import the website and wiki and build with hotdoc This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. --- docs/theme/extra/templates/brand-logo.html | 1 + docs/theme/extra/templates/extra_head.html | 3 +++ docs/theme/extra/templates/navbar_center.html | 1 + docs/theme/extra/templates/navbar_links.html | 39 +++++++++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 docs/theme/extra/templates/brand-logo.html create mode 100644 docs/theme/extra/templates/extra_head.html create mode 100644 docs/theme/extra/templates/navbar_center.html create mode 100644 docs/theme/extra/templates/navbar_links.html (limited to 'docs/theme/extra/templates') diff --git a/docs/theme/extra/templates/brand-logo.html b/docs/theme/extra/templates/brand-logo.html new file mode 100644 index 0000000..7a12347 --- /dev/null +++ b/docs/theme/extra/templates/brand-logo.html @@ -0,0 +1 @@ +Home diff --git a/docs/theme/extra/templates/extra_head.html b/docs/theme/extra/templates/extra_head.html new file mode 100644 index 0000000..012f325 --- /dev/null +++ b/docs/theme/extra/templates/extra_head.html @@ -0,0 +1,3 @@ +The MesonĀ® Build System + + diff --git a/docs/theme/extra/templates/navbar_center.html b/docs/theme/extra/templates/navbar_center.html new file mode 100644 index 0000000..9934be7 --- /dev/null +++ b/docs/theme/extra/templates/navbar_center.html @@ -0,0 +1 @@ +

The Meson Build System

diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html new file mode 100644 index 0000000..8a3f515 --- /dev/null +++ b/docs/theme/extra/templates/navbar_links.html @@ -0,0 +1,39 @@ +@require(page) + + +\ + -- cgit v1.1