Detalhes do pacote

docpress-core

docpress1.8kMIT0.10.1

Metalsmith plugin to generate Docpress site data from a project. Part of the [Docpress] project.

readme (leia-me)

docpress-core

Metalsmith plugin to generate Docpress site data from a project. Part of the Docpress project.

Last version Build Status Coverage Status Dependency status Dev Dependencies Status NPM Status

What it does

This plugin generates bare HTML files (just rendered from Markdown) from a project. It also creates a _docpress.json with table of contents and index. This is usually used with docpress-base, which will then prettify those pages into a full-fleged website.

API

You get these modules:

  • docpress-core The main Metalsmith middleware.
  • docpress-core/ms - Metalsmith instance generator.

In a bare Metalsmith site, you use them together like so:

var app = require('docpress-core/ms')(cwd)
  .use(require('docpress-core')())
  .use(require('docpress-base')())

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.1 (2019-12-01)

Features

  • modify parameters format to array for markdown-it plugin (#204) (3af155a)

0.10.0 (2019-11-01)

⚠ BREAKING CHANGES

  • drops node 6 support

Bug Fixes

  • drop node 6 (3876c59)
  • update dev deps, and some non dev, and auto fix styles (2babf3b)

0.9.1 (2019-11-01)

Bug Fixes

0.9.0 (2018-11-06)

Bug Fixes

Features

0.8.0 (2018-04-16)

Bug Fixes

  • update marked for security (3cc193c)

Features

0.7.1 (2016-10-01)

0.7.0 (2016-10-01)

  • Add badge (240f4e7)
  • Add bumped file (eb5f8ab)
  • Add editorconfig (f4e8d88)
  • Delete unnecessary test (67f5833)
  • Fix linter (0d4e52e)
  • Fix lodash call (1a4fb41)
  • Fix test typo (a94793e)
  • Improve caching implementation using lru-cache (244a2af)
  • Rebuild scripts (cbcdccb)
  • Rename sectionTitle to pageTitle from #107 (#109) (9512f1d)
  • Update deps (c8006e3)
  • Use site title in page titles (#107) (65383f2)
  • chore(package): update highlight.js to version 9.7.0 (67709df)
  • chore(package): update istanbul to version 0.4.5 (#103) (515791e)
  • chore(package): update markdown-it to version 7.0.1 (#102) (38be06a)
  • chore(package): update markdown-it to version 8.0.0 (6d562e4)
  • chore(package): update metalsmith to version 2.2.0 (#101) (e64fd35)
  • chore(package): update mocha to version 3.1.0 (8e8646f)

0.6.13 (2016-08-02)

  • Ignore node_modules for metalsmith (6527ee7)
  • Internal docs: update tocify comments (fa2facb)
  • Release v0.6.13 (c7dac71)
  • Update for lint errors (c8c49e8)
  • Use dist for build location (eab8b4e)
  • chore(package): update expect to version 1.20.2 (b93d5bc)
  • chore(package): update highlight.js to version 9.2.0 (d2827a8)
  • chore(package): update highlight.js to version 9.5.0 (7ad9493)
  • chore(package): update istanbul to version 0.4.3 (1f08c50)
  • chore(package): update markdown-it to version 6.0.0 (06ab167)
  • chore(package): update markdown-it to version 7.0.0 (cd17220)
  • chore(package): update standard to version 6.0.8 (252b81f)

0.6.1 (2016-02-03)

  • Allow emails (290b4f0)
  • Release v0.6.1 (c639866)
  • chore(package): update cheerio to version 0.20.0 (6f3f7f6)
  • chore(package): update dependencies (6606c18)
  • chore(package): update expect to version 1.13.3 (7420af9)
  • chore(package): update expect to version 1.13.4 (fc1d06a)
  • chore(package): update expect to version 1.14.0 (29c4835)
  • chore(package): update highlight.js to version 9.1.0 (ac8bd3c)
  • chore(package): update markdown-it to version 5.0.3 (8f831d8)
  • chore(package): update markdown-it to version 5.1.0 (709d632)
  • chore(package): update markdown-it-decorate to version 1.2.1 (2937ee2)
  • chore(package): update mocha to version 2.4.2 (56e32d7)
  • chore(package): update mocha to version 2.4.4 (bda9bff)

0.6.0 (2015-10-20)

0.5.2 (2015-10-15)

  • Add decorate as an officially-supported Markdown plugin (10bc17b)
  • Release v0.5.2 (4ffd5f6)
  • Remove extra markdown-it-decorate (88f1dc6)

0.4.0 (2015-10-15)

  • Add tests for Markdown plugins (5240813)
  • Allow markdown options (6123fc0)
  • Make module loading more reliable (404c567)
  • Move markdown plugins config to markdown.plugins (b09fd2d)
  • Release v0.4.0 (99b60ec)
  • Update to do (bcb53bc)

0.3.3 (2015-10-14)

0.3.1 (2015-10-13)

  • Fix regression with multiple anchors (f6f9d1d)
  • Release v0.3.1 (eef6ca4)

0.3.0 (2015-10-13)

0.2.0 (2015-10-11)

0.1.0 (2015-10-11)