diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b924f70..2f2e8355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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 to `manifest.json` + +### Changed +- Move README file to `/docs` ## [2.21.1] - 2019-07-03 ### Fixed 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 f2285ee1..0aa6c979 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "defaultLocale": "pt-BR", "description": "The VTEX Store Header component", "builders": { + "docs": "0.x", "react": "3.x", "store": "0.x", "messages": "1.x" @@ -32,4 +33,4 @@ "vtex.locale-switcher": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} +} \ No newline at end of file