Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e365706
docs:punctuation-V2
tokyojen Jul 17, 2026
dea51ae
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
47aad69
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
7f16e45
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
fe1f8ba
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
e2b0a95
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
f5f61d9
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
d8d6e4b
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
d80a24d
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
e981b09
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
8c1ffa7
Update docs/guidelines/language/support-and-resources/AI-and-UX-writi…
tokyojen Jul 17, 2026
1c870d8
Update docs/guidelines/language/punctuation.md
tokyojen Jul 17, 2026
20e0999
docs:new punctuation unicode check
tokyojen Jul 17, 2026
bdcbe1b
docs:punctuation updated curly code
tokyojen Jul 17, 2026
6e2d43b
docs:punctuation fixes
tokyojen Jul 17, 2026
8931d3f
docs:punct with proper nouns
tokyojen Jul 20, 2026
66c8d9b
Merge branch 'main' into basics_punctuation
tokyojen Jul 20, 2026
2b266b3
docs:punctuation bullets
tokyojen Jul 21, 2026
80339f7
docs: basics 2nd package update
tokyojen Jul 23, 2026
2f03f5a
docs: bascis 2 vocab
tokyojen Jul 23, 2026
e6ac6d6
Review of capitalization and proper nouns done
Susanne254 Aug 4, 2026
9fd8cba
Merge branch 'main' into basics_punctuation
Susanne254 Aug 4, 2026
885c2fa
docs:basics 2 bundle links update
tokyojen Aug 4, 2026
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
4 changes: 4 additions & 0 deletions blog/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ release:
description: 'Blog posts about new Industrial Experience design system releases'
merging:
description: 'Merging activities from other design systems at Siemens'
ux:
description: 'Posts about user experience and UX writing topics'
development:
description: 'Posts about implementation, tooling and development workflows'
1 change: 1 addition & 0 deletions docs/components/input-date-time/code.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
doc-type: 'tab-item'
formReady: true
description: 'Code examples for date time input, including states, validation, slots and min/max dates.'
---
import DatetimeInputPlayground from '@site/docs/autogenerated/playground/datetime-input.mdx';
import DatetimeInputDisabledPlayground from '@site/docs/autogenerated/playground/datetime-input-disabled.mdx';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_table_of_contents: false
doc-type: 'banner'
component-tabs: ['']
no_single_tab: true
description: "Even in industrial scenarios, users test and play with chatbots. Some ad hoc interactions can be fun and build relationships between your users and chatbots, however some can be undesirable and damaging for your brand. To mitigate this risk, it’s important to implement filters and set up clear guidelines. Companies and projects can decide if they need to implement more than a basic response and give, for example, a warning message. Either way, most chatbots respond in the same way when it comes to offensive or inappropriate user queries."
description: "Ad hoc chatbot interactions can strengthen user trust, but offensive or off-topic input can harm your brand. Use filters and response rules to keep interactions safe and on track."
---

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_table_of_contents: false
doc-type: 'banner'
component-tabs: ['']
no_single_tab: true
description: "As with any human to human interaction, there’s always an ending to give participants closure and end on a positive note. This is the same for every chatbot interaction, including industrial chatbots. Although it seems an easy communicative function, ending interactions well can achieve multiple goals that help users, chatbot teams and chatbots. It’s an opportunity to get useful feedback to train your chatbot, create a clear signal that the interaction is complete, and set the tone for the next interaction interactions."
description: "End chatbot interactions with clear closure and a positive tone. Well-designed endings confirm completion, support feedback collection and improve future interactions."
---

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_table_of_contents: false
doc-type: 'banner'
component-tabs: ['']
no_single_tab: true
description: "When talking about chatbots and the mistakes they make, it’s always talked about handling them ‘gracefully’. However, in industrial situations, they must also be handled quickly so users can move on and possibly get another support source. There are often time-sensitive actions within industrial situations that require chatbots and workers to move quickly to find solutions. If a chatbot response is inaccurate or the chatbot cannot give users the solution they need, it can be consequential and even costly."
description: "In industrial contexts, chatbot errors must be handled clearly and quickly. Give users immediate feedback, explain limits and guide them to an alternative path."
---

#
Expand Down
Loading
Loading