Skip to content

Commit

Permalink
Adds a note about structurizr-assistant.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jan 10, 2024
1 parent e6d97bf commit 9162b16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This repository contains the source code for the following libraries:
- [structurizr-core](structurizr-core)
- [structurizr-dsl](structurizr-dsl)
- [structurizr-export](structurizr-export)
- [structurizr-graphviz](structurizr-graphviz)
- [structurizr-import](structurizr-import)
- [structurizr-graphviz](structurizr-graphviz)
- [structurizr-assistant](structurizr-assistant)

- [Documentation](https://docs.structurizr.com)
- [Changelog](changelog.md)
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- Removes the deprecated concepts (e.g. location and enterprise.
- structurizr-core: Adds `Workspace.trim()` to trim a workspace of unused elements (i.e. those not associated with any views).
- structurizr-client: Removes `StructurizrClient` (use `WorkspaceApiClient` instead).
- structurizr-assistant: Initial version.

4 changes: 4 additions & 0 deletions structurizr-assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# structurizr-assistant

[![Maven Central](https://img.shields.io/maven-central/v/com.structurizr/structurizr-assistant.svg?label=Maven%20Central)](https://search.maven.org/artifact/com.structurizr/structurizr-assistant)

This library provides some utilities that will make recommendations on how to improve a Structurizr workspace.

- [Documentation](https://docs.structurizr.com/workspaces)

0 comments on commit 9162b16

Please sign in to comment.