-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Examples: Introduce <skip>
for our examples + Add some Stackblitz examples + undupe code + homogenize our design for the examples in the doc
#38933
Conversation
Haven't looked at it in detail, but love it so far! This is neat! More StackBlitz and less (and probably get rid of) |
Can you please fix your PR title and commits to be more descriptive please? |
<skip>
for our examples + Add some Stackblitz examples + undupe code + homogenize our design for the examples in the doc
</div> | ||
</div> | ||
</div> | ||
``` | ||
{{< /example >}} |
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.
indentation is off, there might be more places
@@ -109,7 +109,7 @@ You can replace the text within the `.navbar-brand` with an `<img>`. | |||
<nav class="navbar bg-body-tertiary"> | |||
<div class="container"> | |||
<a class="navbar-brand" href="#"> | |||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="30" height="24"> | |||
<img src="https://getbootstrap.com/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="30" height="24"> |
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.
This kind of changes should be reverted. We need the files locally referenced.
Please split this kind of PRs into smaller ones. You have all kinds of different changes. I also left some comments from a very quick review. |
9278923
to
625ca18
Compare
Most of the PR has been split. |
Description
First part is #39328. Rebase once merged.
Rewrite examples shortcodes. -> #39328.
Homogenize the examples over the doc. -> #39328.
Add some missing use cases in docsref page. -> #39328.
Change the CSS for example. -> #39328.
Some proposals to better the doc, meaning having some more Stackblitz examples.
Avoid having some dupe code to maintain
Introduce the use of
<skip>
for example shortcode (not visible from anywhere for end-user). -> #39747.More details about the files changed
Changes that happen in the doc
New working StackBlitz example
Still some issues on them
Motivation & Context
Homogenize handling of our examples
Propose some missing examples to Stackblitz
Type of changes
Checklist
npm run lint
)Live previews
Some examples of implementation
Check that the rendering of this page look good.
Related issues
Might close #36391.