diff --git a/CHANGELOG.md b/CHANGELOG.md index 2230457..7de418f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Docs builder. ## [1.0.2] - 2019-07-09 diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/manifest.json b/manifest.json index 3d00aa5..87fa840 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,8 @@ "builders": { "react": "3.x", "store": "0.x", - "pixel": "0.x" + "pixel": "0.x", + "docs": "0.x" }, "dependencies": { "vtex.pixel-interfaces": "1.x"