Generates a starter documentation website powered by Gatsby.
npm install @adobe/aio-cli-plugin-docGenerates a starter documentation website powered by Gatsby.






doc commands for the Adobe I/O CLI
* Adobe I/O CLI Documentation Website Plugin
* Usage
* Commands
sh-session
$ aio plugins:install @adobe/aio-cli-plugin-doc
$ # OR
$ aio discover -i
$ aio doc --help
`Commands
* [aio doc:clean [PATH]](#aio-docclean-path)
* [aio doc:generate [PATH]](#aio-docgenerate-path)
* [aio doc:init [PATH]](#aio-docinit-path)
* [aio doc:run [PATH]](#aio-docrun-path)aio doc:clean [PATH]Clean the documentation site
`
USAGE
$ aio doc:clean [PATH]ARGUMENTS
PATH [default: .] Path to the doc directory
`_See code: src/commands/doc/clean.js_
aio doc:generate [PATH]Generate the production docs
`
USAGE
$ aio doc:generate [PATH]ARGUMENTS
PATH [default: .] Path to the doc directory
`_See code: src/commands/doc/generate.js_
aio doc:init [PATH]Create a new Adobe I/O doc site
`
USAGE
$ aio doc:init [PATH]ARGUMENTS
PATH [default: .] Path to the doc directory
OPTIONS
-t, --template=template the template to install (url to a git repo)
`_See code: src/commands/doc/init.js_
aio doc:run [PATH]Run a development version of the docs locally
`
USAGE
$ aio doc:run [PATH]ARGUMENTS
PATH [default: .] Path to the doc directory
``_See code: src/commands/doc/run.js_
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.