-
Notifications
You must be signed in to change notification settings - Fork 3k
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 guides on forms & structured properties #10340
Conversation
covers Custom and Structured Properties; includes screenshots
Rename Forms > Documentation Forms
@@ -0,0 +1,156 @@ | |||
import FeatureAvailability from '@site/src/components/FeatureAvailability'; | |||
|
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.
import Tabs from '@theme/Tabs'; | |
import TabItem from '@theme/TabItem'; | |
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.
@maggiehays you need to import tabs/tabitems first to use tabs
</TabItem> | ||
</Tabs> | ||
|
||
:::Note |
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.
:::Note | |
:::note |
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 think this is because the adminition is case-sensitive : https://docusaurus.io/docs/markdown-features/admonitions
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.
@yoonhyejin this first pass is ready to go!
Not a merge blocker, but I noticed the sidebar is adding these two feature guides out of ABC order and appending them to the top of the section. If it's a quick fix, let's slot it in, otherwise let's get this PR merged to unblock @anshbansal
@maggiehays just pushed a quick fix on the sidebar order! |
Maggie's open questions:
Checklist