From 4ecf0d69f7b983722f5b0024992e9b510bea5a2f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 27 Aug 2017 11:58:36 -0400 Subject: - Integrated documentation into the main repo (powered by mkdocs). --- luxdoc/project.clj | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 luxdoc/project.clj (limited to 'luxdoc/project.clj') diff --git a/luxdoc/project.clj b/luxdoc/project.clj new file mode 100644 index 000000000..f2e960afb --- /dev/null +++ b/luxdoc/project.clj @@ -0,0 +1,11 @@ +(defproject luxdoc "0.5.0" + :description "Documentation generator for the Lux programming language's ." + :url "https://github.com/LuxLang/luxdoc" + :license {:name "Mozilla Public License (Version 2.0)" + :url "https://www.mozilla.org/en-US/MPL/2.0/"} + :plugins [[com.github.luxlang/lein-luxc "0.5.0"]] + :dependencies [] + :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] + ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]] + :source-paths ["source"] + :lux {:program "program"}) -- cgit v1.2.3