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

Remove duplicate text on "Maps of your code" section #5

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ perhaps in the race for agility, many software development teams have lost the a

## Maps of your code

Maps of your code
The C4 model was created as a way to help software development teams describe and communicate software architecture,
both during up-front design sessions and when retrospectively documenting an existing codebase. It's a way to create
maps of your code, at various levels of detail, in the same way you would use something like Google Maps to zoom in
Expand All @@ -39,4 +38,4 @@ The goal of the C4 model is to raise the level of maturity associated with softw
![](/images/software-architecture-diagramming-maturity-model.png)

<script type="application/javascript" src="https://code.jquery.com/jquery-3.7.1.slim.min.js"></script>
<script type="application/javascript" src="/assets/c4model.js"></script>
<script type="application/javascript" src="/assets/c4model.js"></script>