slachiewicz opened a new pull request, #151:
URL: https://github.com/apache/maven-shared-jar/pull/151
Converts the site documentation under `src/site/apt` to Markdown. APT is a
format only
Doxia understands; Markdown is already supported by `maven-site-plugin` out
of the box,
so no POM change is needed.
Converted with `doxia-converter` and then cleaned up by hand: `<<<code>>>`
becomes
backticks, `<<bold>>` becomes `**bold**`, `{{{url}text}}` becomes
`[text](url)`, and the
ASF licence header becomes a single block HTML comment. The page needed no
Velocity, so
it is a plain `.md` with its title spelled out.
The change is split into two commits: a pure rename, so that `git log
--follow` and
`git blame` still reach the page's history, and then the conversion itself.
Please merge
or rebase rather than squash, or the rename is collapsed and that history is
lost again.
Verified by building the site before and after the change and comparing the
generated
page: the visible text and the link targets are unchanged.
Part of the wider migration tracked in
https://github.com/apache/maven-doxia-converter/issues/139
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]