diff --git a/docs/index.html b/docs/index.html index df878901..3f4a42a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@

Classes

CompilerInterfacesIBlockICompilerICompilerOptionsIFileIHeadingNodeIHeadingTagIKssExampleIKssModifierIKssPluginDataIMarkdownPluginDataIMarkdownPluginOptionsIMetadataINavigableINpmPackageINpmPluginDataINpmPluginOptionsIPageDataIPageNodeIPluginIPluginEntryITagITsCallableITsClassITsConstructorITsDefaultValueITsDocBaseITsEnumITsEnumMemberITsFlagsITsInterfaceITsMethodITsObjectDefinitionITsParameterITsPropertyITsSignatureITsTypeAliasITypescriptPluginDataITypescriptPluginOptions

Enums

Kind

Aliases

StringOrTag -

v1.4.0 +

v1.4.1

@@ -59,7 +59,7 @@

Node

-

class Documentalist #

+

class Documentalist #

Constructor

@@ -152,7 +152,7 @@

Plugins

-

interface IPlugin #

A Documentalist plugin is an object with a compile(files, compiler) function +

interface IPlugin #

A Documentalist plugin is an object with a compile(files, compiler) function that returns a data object (or a promise for that object).

A common pattern is to define a class that implements this interface and use the constructor to accept options.

@@ -203,7 +203,7 @@

License

@@ -258,7 +258,7 @@

Methods

@@ -337,7 +337,7 @@

Methods

@@ -401,7 +401,7 @@

Methods

@@ -508,7 +508,7 @@

Methods

@@ -539,7 +539,7 @@

Methods

@@ -2643,7 +2643,7 @@

Properties

@@ -2689,7 +2689,7 @@

Properties

@@ -2717,7 +2717,7 @@

Properties

@@ -2810,7 +2810,7 @@

Properties

diff --git a/package.json b/package.json index abf5c218..af693a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "documentalist", - "version": "1.4.0", + "version": "1.4.1", "description": "A sort-of-static site generator optimized for living documentation of software projects", "main": "dist/index.js", "types": "dist/index.d.ts",