Git Product home page Git Product logo

docs's Introduction

Docs

Build Status Build status Coverage Status License Version

Docs is a simple documentation written in Scala. Docs is inspired by MdBook and MkDocs, and it is not difficult to port documentation to Docs.

Examples

Usage

Library

Use the following definition to use Docs in your Maven project:

<repository>
  <id>hyperreal</id>
  <url>https://dl.bintray.com/edadma/maven</url>
</repository>

<dependency>
  <groupId>xyz.hyperreal</groupId>
  <artifactId>docs</artifactId>
  <version>0.1</version>
</dependency>

Add the following to your build.sbt file to use Docs in your SBT project:

resolvers += "Hyperreal Repository" at "https://dl.bintray.com/edadma/maven"

libraryDependencies += "xyz.hyperreal" %% "docs" % "0.1"

Executable

An executable can be downloaded from here. You do not need the Scala library for it to work because the JAR already contains all dependencies. You just need Java 8+ installed.

Run it as a normal Java executable JAR with the command java -jar docs-0.1.jar init <path> in the folder where you downloaded the file, where path is the path to the documentation project folder.

Building

Requirements

  • Java 8
  • SBT 1.1.6+
  • Scala 2.12.6+

Clone and Assemble Executable

git clone git://github.com/edadma/docs.git
cd docs
sbt assembly

The command sbt assembly also runs all the unit tests.

License

ISC © 2018 Edward A. Maxedon, Sr.

docs's People

Contributors

edadma avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.