isaqb-org / glossary

An extensive glossary of software architecture (and development) terminology. Explains the terms used and referenced in the iSAQB foundation and advanced level curricula.
https://leanpub.com/isaqbglossary
35 stars 16 forks source link

convert md terms to adoc #129

Closed gernotstarke closed 1 year ago

gernotstarke commented 1 year ago

We have approx 200 terms to convert. Here's what you can do to help:

before you start: git fetch/pull

  1. convert md to adoc (suggestion: use IntelliJ, that converts with right-click)
  2. include the newly migrated term in 00-structure.adoc
  3. increase heading level from === to ====
  4. Add anchor to chapter at the very top of the file (e.g. [#term-abstraction] in term-abstraction.adoc), before the first // tag::EN[]
  5. add // end::DE[] at the end of every file
  6. replace D> with admonition
  7. watch out for image includes and fix those
  8. watch out for links/urls that have not been properly converted

git commit/push

DON'T CLOSE THIS ISSUE until further notice

gernotstarke commented 1 year ago

I performed Nr 4 (add // end::DE[] with a little shell script...

gernotstarke commented 1 year ago

thanx to the awesome contribution from @ichsteffen , this migration is finished, weeks earlier than expected.