Manual Reference Source Test

Migration to V1.0.0

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

Using esdoc-standard-plugin

Main features of ESDoc were carved out to esdoc-standard-plugin

Please use the plugin with the following config.

npm install esdoc-standard-plugin

{
  "source": "./src",
  "destination": "./docs",
  "plugins": [{"name": "esdoc-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.