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/hotdoc.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/hotdoc.json (limited to 'docs/hotdoc.json') diff --git a/docs/hotdoc.json b/docs/hotdoc.json new file mode 100644 index 000000000..c9f697234 --- /dev/null +++ b/docs/hotdoc.json @@ -0,0 +1,16 @@ +{ + "extra_assets": [ + "images/" + ], + "html_extra_theme": "theme/extra/", + "include_paths": [ + "markdown/" + ], + "output": "built_docs/", + "project_name": "Meson documentation", + "project_version": "1.0", + "default-license": "CC-BY-SAv4.0", + "sitemap": "sitemap.txt", + "git_upload_repository": "git@github.com:thiblahute/jpakkane.github.io.git", + "edit_on_github_repository": "https://github.com/mesonbuild/meson/" +} -- cgit v1.2.3