-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nl-design-system-unstable/archimate": major | ||
--- | ||
|
||
Eerste release van de NL Design System Archimate bestanden. De architectuur is nu nog leeg, dit is het begin van de changelog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# NL Design System architectuur | ||
|
||
Het kernteam van NL Design System gaat aan de slag om de architectuur vast te leggen in Archimate, een interoperable XML-bestandsformaat. | ||
|
||
Met deze npm package publiceren we nieuwe releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<archimate:model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:archimate="http://www.archimatetool.com/archimate" name="NL Design System" id="id-4068db283597462692f71d365ef5b9ea" version="5.0.0"> | ||
<folder name="Strategy" id="id-d30475ee78c54cdcac62598109514159" type="strategy"/> | ||
<folder name="Business" id="id-309ecf810be74114b70da43bc3c5099e" type="business"/> | ||
<folder name="Application" id="id-c1d2e75ff7da47ffbdc91d18d42cdcc3" type="application"/> | ||
<folder name="Technology & Physical" id="id-23c6eec27f8c49dd8fb253613904f943" type="technology"/> | ||
<folder name="Motivation" id="id-9c99c19548ad46359509e325ee7d4759" type="motivation"/> | ||
<folder name="Implementation & Migration" id="id-ff2cee76af514379ad024733fec480d3" type="implementation_migration"/> | ||
<folder name="Other" id="id-1f7c131fbf6b4e4aba02646a7339010c" type="other"/> | ||
<folder name="Relations" id="id-af9b6e3bf4984f6cbea5267965ed4e88" type="relations"/> | ||
<folder name="Views" id="id-87385d693b4947ebaebd4ab3c673100f" type="diagrams"> | ||
<element xsi:type="archimate:ArchimateDiagramModel" name="Default View" id="id-2a55549bc16f4fae95ea3a869478c067"/> | ||
</folder> | ||
</archimate:model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "0.0.0", | ||
"author": "Community for NL Design System", | ||
"description": "Architecture of NL Design System", | ||
"license": "EUPL-1.2", | ||
"name": "@nl-design-system-unstable/archimate", | ||
"keywords": [ | ||
"nl-design-system", | ||
"archimate", | ||
"architecture", | ||
"xml" | ||
], | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git+ssh", | ||
"url": "[email protected]:nl-design-system/archimate.git", | ||
"directory": "packages/archimate" | ||
}, | ||
"scripts": {} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.