Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concepts documentation #11

Open
de-jcup opened this issue Jun 25, 2019 · 0 comments
Open

Concepts documentation #11

de-jcup opened this issue Jun 25, 2019 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation ongoing

Comments

@de-jcup
Copy link
Owner

de-jcup commented Jun 25, 2019

Convert *.adoc files by using ASP

image

PlantUML code:

component Client as client
component "ASP server" as aspServer
aspServer <- Alice  :start (1)
client <- Alice
aspServer <- client : connect, define path to asciidoctor file to render (2)
aspServer -> client :delivers path to output (e.g.PDF/HTML..) (3)
@de-jcup de-jcup self-assigned this Jun 25, 2019
@de-jcup de-jcup added documentation Improvements or additions to documentation ongoing labels Jun 25, 2019
de-jcup added a commit that referenced this issue Jul 8, 2019
- ExternalProcessAsciidoctorJServerLauncher provides now
  possibility to show server output or not
- because of race condition problems different testclasses are now
  using different ports
- Added another example code snippet and linked it inside
  documentation and README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ongoing
Projects
None yet
Development

No branches or pull requests

1 participant