This is an automated email from the ASF dual-hosted git repository. nixon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
commit f9463baf0c0106ce23f8fbfffbd09893b54d4cac Author: kevalbhatt <[email protected]> AuthorDate: Wed Oct 9 16:30:02 2019 +0530 ATLAS-3450: Atlas documentation output path change Signed-off-by: nixonrodrigues <[email protected]> --- docs/doczrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doczrc.js b/docs/doczrc.js index 2ad6e6f..e3af946 100644 --- a/docs/doczrc.js +++ b/docs/doczrc.js @@ -26,6 +26,7 @@ module.exports = { baseUrl:"./public", src: "./src", public: "./src/resources", + dest: '/site', menu: menu, atlasVersions: versions, theme: "theme/",
