0.0.1 • Published 9 years ago

apim-docs v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

apim-docs

This module will generate html files from markdown files inside md directory; User doesn't need to have any knowledge about HTML, one just need to know a few simple basic tags - Markdown language;

###How to use this module

  • keep all the markdown files in md directory, then module will auto generate html files corresponding to .md files as well as index.html which contains every links to each html files.

  • How to call apim-docs module in app

    install apim-docs module using command line: npm install apim-docs then using the below codes in app

        var apimdocs  = require('apim-docs');
    
        apimdocs.InitDocs('api');
    *where api must be under root directory which we need to store html files - [appName]/api/docs/html*

###How does it work?

  • module reads each markdown files in md directory and converts them into html files correspondent, the html files will be kept in the destination directory of app for example api; The structure of the documents will be api/docs/html; Each html file shares the same template which is located inside lib/layout.html.

  • module will also create index.html which contains all links to each html on the fly, it is kept inside api/docs; Index.html uses template which is located inside lib/indexLayout.html.

Note:

We need to follow some rules for naming markdown file: 1. name must be separated by - depending on how you want to display it index.html file, for example: if you want to display the link as my first link, please name markdown file as my-first-link-.md 2. name must be ended by - and with extension md

0.0.1

9 years ago

0.1.0

9 years ago

1.3.12

9 years ago

1.3.11

9 years ago

1.3.10

9 years ago

1.3.9

9 years ago

1.3.8

9 years ago

1.3.7

9 years ago

1.3.6

9 years ago

1.3.5

9 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.2.13

9 years ago

1.2.12

9 years ago

1.2.11

9 years ago

1.2.10

9 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago