Reference Source Test

Migration to V1.0.0

esdoc2 v1.0 adopts plugin architecture. So, almost all features are provided as plugins.
Please change your config to load plugins.

Using esdoc2-standard-plugin

Main features of esdoc2 were carved out to esdoc2-standard-plugin

Please use the plugin with the following config.

npm install esdoc2-standard-plugin

{
  "source": "./src",
  "destination": "./docs",
  "plugins": [{"name": "esdoc2-standard-plugin"}]
}

The full config description is here.
Especially integration test codes and integration manual were big changed.

Using Other Plugins

The following features were carved out to each plugins. If you want to use the features, please use the plugins.