-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
docs: add content to get started page #57
Conversation
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
pnpm add mode-watcher | ||
``` | ||
|
||
<Step>Add the ModeWatcher component</Step> |
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.
I could not get backticks/monspace font to work on the ModeWatcher
in this step title here. not sure if that's intended
sites/docs/content/get-started.md
Outdated
|
||
Add the `<ModeWatcher />` component to your root `+layout.svelte` file. | ||
|
||
```svelte {2,5}#add |
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.
not sure about indentation here... are we supposed to indent after using <Steps>
?
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.
if I try to indent it's reverted by prettier it seems
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.
Indentations in markdown are treated as code blocks if there is a line between the component and the plaintext!
No description provided.