-
Notifications
You must be signed in to change notification settings - Fork 127
Add tabpane shortcode usage example to contributing guide #643
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
Conversation
Added an example usage of the tabpane shortcode to the Contributing Guide. This helps contributors understand how to implement tabbed content in documentation, which can be useful for organizing related information like platform-specific commands or language-based code examples. Signed-off-by: Ayush More <[email protected]>
✅ Deploy Preview for bejewelled-pegasus-b0ce81 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
@Ayushmore1214 I guess it should cover whole length and width
And one more thing Tab 0
Shows This is Tab1
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
@vr-varad any reccomendations on fixing the width issue ?? |
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.
Hi @Ayushmore1214! The tabs on this page (https://github.com/layer5io/docs/blob/master/content/en/kanvas/designer/understanding-tool-modes/index.md) are quite effective. It might be helpful to mimic their usage as you work on the contribute guide.
https://docs.layer5.io/kanvas/designer/understanding-tool-modes/
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Signed-off-by: Ayush More <[email protected]>
@Ayushmore1214 Add it as an agenda item to the meeting minutes, if you would :) |
|
||
{{< tab name="Example Tab 1" >}} | ||
|
||
<div class="highlight"><pre><code>This is the content inside Example Tab 1.</code></pre></div> |
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.
You don't need to use code formatting here; this is a sentence example, so plain text is fine.👍
Signed-off-by: Zihan Kuang <[email protected]>
Signed-off-by: Ayush More <[email protected]>
Added an example usage of the tabpane shortcode to the Contributing Guide. This helps contributors understand how to implement tabbed content in documentation, which can be useful for organizing related information like platform-specific commands or language-based code examples.
Notes for Reviewers
This PR fixes #504
Signed commits