Skip to content

Commit 1cc38d0

Browse files
Remove notes about older version numbers.
1 parent c966035 commit 1cc38d0

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

dsl/06-archetypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /dsl/archetypes
88

99
# Archetypes
1010

11-
The archetypes feature (from v4.0.0) provides a way to create user defined types that extend the basic element/relationship types
11+
The archetypes feature provides a way to create user defined types that extend the basic element/relationship types
1212
and optionally add some defaults for descriptions, technology, tags, properties, and perspectives.
1313
The key benefits are as follows:
1414

dsl/71-language.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ Permitted children:
7676
- [element](#element)
7777
- [-> (relationship)](#relationship)
7878

79-
## enterprise
80-
81-
__This concept has been removed in v2.0 - please use [group](#group) instead.__
82-
8379
## group
8480

8581
The `group` keyword provides a way to define a named grouping of elements, which will be rendered as a boundary around those elements.
@@ -99,7 +95,7 @@ Groups can only be used to group elements of the same type (i.e. the same level
9995
| Software System | Containers |
10096
| Container | Components |
10197

102-
The `group` keyword can also be used to set the group name of a component (available from v4.0.0):
98+
The `group` keyword can also be used to set the group name of a component:
10399

104100
```
105101
component "Component Name" {
@@ -216,7 +212,7 @@ Permitted children:
216212
- [url](#url)
217213
- [properties](#properties)
218214
- [perspectives](#perspectives)
219-
- [group](#group) (available from v4.0.0)
215+
- [group](#group)
220216
- [-> (relationship)](#relationship)
221217

222218
## deploymentEnvironment
@@ -953,7 +949,7 @@ The wildcard identifier (`*`) operates differently depending upon the type of di
953949
- Dynamic view: (not applicable)
954950
- Deployment view: Include all deployment nodes, infrastructure nodes, and container instances defined within the deployment environment and (optional) software system in scope.
955951

956-
The wildcard identifier can also be made reluctant (`*?`) for system context, container, and component diagrams: (available from v4.0.0)
952+
The wildcard identifier can also be made reluctant (`*?`) for system context, container, and component diagrams:
957953

958954
- System Context view: As above, but only adds relationships to/from the scoped software system.
959955
- Container view: As above, but only adds relationships to/from the containers in the scoped software system.

0 commit comments

Comments
 (0)