From 1d13b2c740a261217fefc19fef43045629f0081f Mon Sep 17 00:00:00 2001 From: Alex Karezin Date: Wed, 13 Sep 2023 10:32:58 -0400 Subject: [PATCH] Link readme.adoc to project architecture diagrams (#1667) Adding a link to the high-level diagrams including module, library dependency and others (https://sourcespy.com/github/jbangdevjbang/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project. In the spirit of transparency - I am the author of the diagrams. Hope contributors find it useful. --- readme.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 07836ccc8..7f9f94225 100644 --- a/readme.adoc +++ b/readme.adoc @@ -20,6 +20,7 @@ image:https://github.com/jbangdev/jbang/workflows/ci-build/badge.svg[Build Statu image:https://www.eclipse.org/che/contribute.svg[Che, link=https://che.openshift.io/f?url=https://github.com/jbangdev/jbang] image:https://img.shields.io/badge/Gitpod-Workspace-blue?logo=gitpodp[Gitpod, link=https://gitpod.io/#https://github.com/jbangdev/jbang] image:https://badges.gitter.im/jbangdev/community.svg[Gitter, link=https://gitter.im/jbangdev/community] +image:https://sourcespy.com/shield.svg[Gitter, link=https://sourcespy.com/github/jbangdevjbang/] image:images/jbang_logo.svg[JBang Logo, title="JBang Logo"] @@ -60,7 +61,7 @@ JBang goes beyond more than just easy scripting; you can use `jbang` to launch a == Documentation -Full documentation at https://jbang.dev/documentation +Full documentation at https://jbang.dev/documentation. For a project architecture overview refer to https://sourcespy.com/github/jbangdevjbang/[build, module, dependency and other diagrams]. == Thanks