Migration Toolkit for Applications (MTA) is a set of tools that can be used to accelerate large-scale application modernization efforts across hybrid cloud environments on Red Hat OpenShift.
This repository contains the files for MTA documentation.
This project is Apache 2.0 licensed and accepts contributions via GitHub pull requests.
See the Contributors Guide for details.
To report a Windup documentation issue, submit a Jira issue on the [Windup project page]]{JiraWindupURL} with the Component field set to Documentation.
This repository has the following directory structure:
.
├── CONTRIBUTING.adoc (Instructions on how to contribute to this repository)
├── README.md (This file)
├── topics (Symbolic link to docs/topics/)
└── docs/ (Contains all the asciidoc topics and top level content spec)
├── guide_name/
│ ├── master.adoc (Base AsciiDoc file for this guide)
│ ├── master-docinfo.xml (Metadata about this guide)
│ └── topics (Symbolic link to docs/topics/)
└── topics/
├── images/ (Contains all images)
│ ├── *.png
├── templates/ (AsciiDoc templates to be used across guides)
│ ├── document-attributes.adoc (Stores attributes used across guides)
│ ├── revision-info.adoc (Revision timestamp to be added to all guides)
└── *.adoc (AsciiDoc files used across guides)