You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,31 @@
1
1
2
-
# Windup Documentation
2
+
# MTA documentation
3
3
4
-
This repository contains the files for Windup documentation.
4
+
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.
5
5
6
-
[Windup](https://github.com/windup/windup) is an automated application migration and assessment tool.
6
+
This repository contains the files for MTA documentation.
7
7
8
-
For developer-focused documentation, see the [Windup wiki](https://github.com/windup/windup/wiki).
8
+
## Contributing to MTA documentation
9
9
10
-
## Contributing to Windup documentation
11
-
12
-
This project is [Apache 2.0 licensed](LICENSE) and accepts contributions via
13
-
GitHub pull requests.
10
+
This project is [Apache 2.0 licensed](LICENSE) and accepts contributions via GitHub pull requests.
14
11
15
12
See the [Contributors Guide](CONTRIBUTING.adoc) for details.
16
13
17
14
## Reporting a documentation bug
18
15
19
16
To report a Windup documentation issue, submit a Jira issue on the [Windup project page]]{JiraWindupURL} with the *Component* field set to *Documentation*.
20
17
21
-
## Repository Structure
18
+
## Repository structure
22
19
23
-
This repository uses the following directory structure:
20
+
This repository has the following directory structure:
24
21
25
22
```
26
23
.
27
-
├── CONTRIBUTING.adoc (Guide for how to contribute to this repository)
24
+
├── CONTRIBUTING.adoc (Instructions on how to contribute to this repository)
28
25
├── README.md (This file)
29
26
├── topics (Symbolic link to docs/topics/)
30
27
└── docs/ (Contains all the asciidoc topics and top level content spec)
31
-
├── GUIDE_NAME/
28
+
├── guide_name/
32
29
│ ├── master.adoc (Base AsciiDoc file for this guide)
33
30
│ ├── master-docinfo.xml (Metadata about this guide)
34
31
│ └── topics (Symbolic link to docs/topics/)
@@ -39,7 +36,7 @@ This repository uses the following directory structure:
39
36
│ ├── document-attributes.adoc (Stores attributes used across guides)
40
37
│ ├── revision-info.adoc (Revision timestamp to be added to all guides)
0 commit comments