You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by na...@apache.org on 2019/03/04 11:07:07 UTC

[incubator-amaterasu] branch master updated (f88be0a -> 035748b)

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

nadavha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git.


    from f88be0a  Merge pull request #42 from roadan/AMATERASU-8
     new 95acab1  added the setup guide to the docs
     new b55363e  Merge remote-tracking branch 'upstream/master' into AMATERASU-25
     new a5dcd4f  removed the irrelevant architecture diagram
     new 4225536  added deployments documentation
     new 94f7fff  created initial documetation starture
     new 4e17e33  Completed the documentation for deployments except python deps
     new 6df9249  Started the documentation for configuration managment
     new 385195b  frameworks structure created
     new e5fa532  frameworks structure created
     new 88a4c9e  Merge branch 'master' into AMATERASU-25
     new 035748b  Merge pull request #45 from roadan/AMATERASU-25

The 583 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   5 +-
 docs/Makefile                                      |  20 ---
 docs/conf.py                                       | 164 --------------------
 docs/docs/config.md                                |  79 ++++++++++
 docs/docs/deployments.md                           | 165 +++++++++++++++++++++
 docs/docs/frameworks.md                            |  53 +++++++
 docs/docs/images/amaterasu-logo-web.png            | Bin 0 -> 32062 bytes
 docs/docs/index.md                                 |  88 +++++++++++
 docs/index.md                                      | 124 ----------------
 docs/make.bat                                      |  36 -----
 .../src/step2/test/job.yml => docs/mkdocs.yml      |   8 +-
 project/build.properties                           |   2 +-
 12 files changed, 397 insertions(+), 347 deletions(-)
 delete mode 100644 docs/Makefile
 delete mode 100644 docs/conf.py
 create mode 100644 docs/docs/config.md
 create mode 100644 docs/docs/deployments.md
 create mode 100644 docs/docs/frameworks.md
 create mode 100644 docs/docs/images/amaterasu-logo-web.png
 create mode 100755 docs/docs/index.md
 delete mode 100755 docs/index.md
 delete mode 100644 docs/make.bat
 copy leader-common/src/test/resources/test_repo/src/step2/test/job.yml => docs/mkdocs.yml (79%)