readocs-core

0.0.2 • Public • Published

This repository contains the core code of the Readocs framework. If you want to use Readocs, please visit the main Readocs repository.

Readocs Core provides a framework of sorts for creating static site generators in Nodejs. It uses Markdown files as the basis for content structure and uses Lunr.js to provde full-text search functionality.

Install

npm install readocs-core

Usage

var readocs = require('readocs-core');
readocs.getPage('path/to/a-file.md');

Credits

Readocs was created by Readocs from Released under the MIT license.

Package Sidebar

Install

npm i readocs-core

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • vaggosifa