An open API service indexing awesome lists of open source software.

https://github.com/codekandis/hotdoc

`codekandis/hotdoc` is a web applictaion to render and display folder structured markdown documents as HTML documents.
https://github.com/codekandis/hotdoc

Last synced: 10 months ago
JSON representation

`codekandis/hotdoc` is a web applictaion to render and display folder structured markdown documents as HTML documents.

Awesome Lists containing this project

README

          

# codekandis/hotdoc

[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]

`codekandis/hotdoc` is a web applictaion to render and display folder structured markdown documents as HTML documents.

## Table Of Contents

* [Installation](#installation)

## Installation

Install the latest version with

```bash
$ git clone git@github.com:codekandis/hotdoc
$ git checkout master
$ composer install
```

Edit the [configurations][srclink-configurations] based on your needs.

[xtlink-version-badge]: https://img.shields.io/badge/version-0.1.2-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net

[srclink-license]: ./LICENSE
[srclink-changelog]: ./CHANGELOG.md
[srclink-configurations]: ./config