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

Architecture documentation error citing db icon instead of database #5949

Closed
HariSekhon opened this issue Oct 10, 2024 · 0 comments · Fixed by #5951
Closed

Architecture documentation error citing db icon instead of database #5949

HariSekhon opened this issue Oct 10, 2024 · 0 comments · Fixed by #5951
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@HariSekhon
Copy link

HariSekhon commented Oct 10, 2024

Description

In the new architecture diagram documentation it references the wrong icon name for database as db instead of database and this doesn't render, leaving a question market instead of the database icon.

https://mermaid.js.org/syntax/architecture.html

Steps to reproduce

service database(db)[Database] in private_api
architecture-beta
service database(db)[Database]
Loading

but this doesn't render the icon, instead leaving a question mark.

It needs to be changed to:

service database(database)[Database] in private_api
architecture-beta
service database(database)[Database]
Loading

Screenshots

No response

Code Sample

No response

Setup

Suggested Solutions

Fix the doc or perhaps add db as an alternative to load the database icon so it works.

Additional Context

No response

@HariSekhon HariSekhon added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Oct 10, 2024
@HariSekhon HariSekhon changed the title Architecture documentation error Architecture documentation error citing db icon instead of database Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant