Documentation for Mibew Messenger 2.x
Go to file
2015-04-16 10:40:43 +00:00
assets Update background color of "pre" tag 2015-04-15 15:31:18 +00:00
src Remove image from plugin's installation instructions 2015-04-16 10:40:43 +00:00
templates Use page title in the table of contents 2015-04-14 13:21:46 +00:00
.bowerrc Initial commit 2015-04-10 15:27:10 +00:00
.gitignore Initial commit 2015-04-10 15:27:10 +00:00
bower.json Add code highlighting 2015-04-11 15:33:54 +00:00
index.js Clean up building script a little 2015-04-15 10:31:12 +00:00
package.json Don't use permalinks 2015-04-15 10:13:40 +00:00
README.md Fix build instructions list 2015-04-15 10:43:56 +00:00

Mibew documentation

This repository contains documentation from https://docs.mibew.org site.

Building the docs

There are several actions one should perform to build a local copy of the docs:

  1. Install node.js and npm.
  2. Obtain a copy of the repository using git clone, download button or another way.
  3. Navigate to the downloaded repository and install npm dependencies by running npm install.
  4. Build the site by running node index.js

Finally, static documentation site will be placed in build directory.