Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 26, 2024
1 parent dcc4b2a commit 803762a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ nav_external_links:
url: https://join.slack.com/t/structurizr/shared_invite/enQtMzkyMjY1NzMwNTkzLTcyOGI1MTZmNDQwMDQ5YmZlMThiYmU1ZTM2ZWZiMzYwMjVhNmM0OWIwNjFlZTM1YmY3YzU0ZDY2MTA1YTk5Mjg
- title: Discord
url: https://discord.gg/Cb8V2kak
- title: Patreon
url: https://patreon.com/structurizr

gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub."
Expand Down
2 changes: 2 additions & 0 deletions dsl/14-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,8 @@ See [Architecture decision records](/dsl/adrs) for more details.
The `!components` keyword is a DSL wrapper around the [Structurizr for Java component finder](/java/component),
providing the ability to automatically discover components in a Java codebase.

See [Patreon](https://patreon.com/structurizr) for early access to the component finder documentation.

## !script

The `!script` keyword can be used to run inline or external scripts in a number of JVM compatible languages.
Expand Down
2 changes: 2 additions & 0 deletions java/component/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ From an implementation perspective, Structurizr's component finder works using a
[Apache Commons BCEL](https://commons.apache.org/proper/commons-bcel/) and [JavaParser](https://javaparser.org), using a pluggable and customisable set of matching and
filtering rules. It's available via a Java API and the Structurizr DSL [!components](/dsl/language#components) keyword.

See [Patreon](https://patreon.com/structurizr) for early access to the component finder documentation.

## Links

- [GitHub](https://github.com/structurizr/java/tree/master/structurizr-component)
Expand Down
1 change: 0 additions & 1 deletion sponsor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: default
title: Sponsor ❤️
nav_order: 20
permalink: /sponsor
---
Expand Down

0 comments on commit 803762a

Please sign in to comment.