-
Notifications
You must be signed in to change notification settings - Fork 170
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
fix(content): intro section tidy up #1225
Conversation
Actor State Diagram |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use the file embed instead of inlining.
mermaid shortcode will probably go away.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, done!
@@ -4,7 +4,7 @@ | |||
<script> | |||
mermaid.initialize({ | |||
startOnLoad:false, | |||
theme: 'dark', | |||
theme: 'forest', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this plz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hugomrdias do you mean set it back to "dark". It looks pretty horrible in my browser with most blocks having black letters on black background. Is there a problem with the "forest" theme?
This PR deletes outdated TODOs and diagrams and includes an updated state diagram. This small updates comes while we work on a more substantial revision to the Intro section, which comes with #1168