You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,11 @@ DB UI Core provides robust HTML UI components, reusable visual styles, and power
30
30
31
31
## <abbrtitle="too long; didn't read">tl;dr</abbr>: "too long" Danny replied
32
32
33
-
-[Getting started](docs/getStarted.adoc)
34
-
-[GitHub - DB UI Core](https://github.com/db-ui/core/)
35
-
-[Hosted version of DB UI Core living styleguide](https://db.de/db-ui)
36
-
-[Migrating guide from version 1 of DB UI Core to version 2](docs/migrationGuide.adoc#user-content-db-ui-core-2-0-0-migration-guide)
33
+
-[Getting started](docs/getStarted.adoc)
34
+
-[GitHub - DB UI Core](https://github.com/db-ui/core/)
35
+
-[Hosted version of DB UI Core living styleguide](https://db.de/db-ui)
36
+
- Recommended for JavaScript application development: [DB UI Elements](https://db-ui.github.io/elements/)
37
+
-[Migrating guide from version 1 of DB UI Core to version 2](docs/migrationGuide.adoc#user-content-db-ui-core-2-0-0-migration-guide)
37
38
38
39
## Core principals
39
40
@@ -61,12 +62,12 @@ As [DB Design System](https://marketingportal.extranet.deutschebahn.com/de/ui-ko
61
62
62
63
Additionally we'll provide some more information over time regrading the whole ecosystem:
63
64
64
-
-[DB Design System UX Guides + Standards documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
65
-
-[Confluence / Base Wiki - "Technische Umsetzung des Enterprise UI Design Systems" (german, only available internally)](https://db.de/pu8moh)
66
-
-[Confluence - Web UI Component Library (only available internally)](https://db.de/1tyr73)
-[DB Design System UX Guides + Standards documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
66
+
-[Confluence / Base Wiki - "Technische Umsetzung des Enterprise UI Design Systems" (german, only available internally)](https://db.de/pu8moh)
67
+
-[Confluence - Web UI Component Library (only available internally)](https://db.de/1tyr73)
Copy file name to clipboardExpand all lines: docs/getStarted.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Get started as Application Developer
1
+
# Getting started as a Web Developer
2
2
3
3
## Purpose
4
4
5
-
You are an Application Developer and you want to use DB UI Core in your own application.
5
+
You're a Web Developer and you want to use DB UI Core in your own application. Especially for JavaScript application development, we're recommending to have a look at link:https://db-ui.github.io/elements/[DB UI Elements] instead.
Copy file name to clipboardExpand all lines: source/_patterns/04-pages/intro.hbs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@
34
34
<section>
35
35
{{>elements-headlinetype='2'text='How to use'}}
36
36
<p>For using DB UI Core, you need to install it as a dependency to your project and then link it within your HTML / CSS.<br>
37
-
Please have a look into the <ahref='https://github.com/db-ui/core/tree/main/docs/getStarted.adoc'target='_blank'rel='noopener noreferrer'>Docs / Get Started(docs)</a> for detailed instructions.</p>
37
+
Please have a look into the <ahref='https://github.com/db-ui/core/tree/main/docs/getStarted.adoc'target='_blank'rel='noopener noreferrer'>Docs / Get Started(docs)</a> for detailed instructions.<br>
38
+
In case that you're developing a JavaScript application, please have a look at <ahref="https://db-ui.github.io/elements/">DB UI Elements</a>, that's based on DB UI Core and provides Web Components for easier integration into this tech context.</p>
0 commit comments