This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit b292dc5ed7edd80504ace81e2c1310131d7d0f58
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]>
    (cherry picked from commit f9463baf0c0106ce23f8fbfffbd09893b54d4cac)
---
 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/",

Reply via email to