Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

doctasia

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doctasia

**Doctasia** is a straightforward static website generator for Markdown documentation.

  • 0.0.6
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Doctasia is a straightforward static website generator for Markdown documentation.

Features

  • multi pages
  • customizable style
  • hassle free

Quick start

  npm install -g doctasia
  doctasia

Configuration

You can configure how Doctasia generates your documentation with a manifest file. By default doctasia looks for a file named documentation.json in the cwd. All paths are relative to the cwd

{
    "title": "Doctasia", /* the website title */
    "prettify": "tomorrow-night-eighties"
    "pages": [
        {
            "title": "Home", /* the name given to the page */
            "path": "README.md", /* that path to the markdown file for thid page's content */
            "menuLevel": 3 /* how many menu levels should this page's menu contain */
        },
        {
            "title": "Example",
            "path": "EXAMPLE.md",
            "menuLevel": 5
        }, {
            "title": "License",
            "path": "LICENSE.md",
            "menuLevel": 0 /* no left menu will be displayed */
        }
    ]
}

In the pipeline

  • color highlighting of code snippets
  • better UI

FAQs

Package last updated on 13 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc