Skip to content
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 query version to all examples #5858

Closed
stsrki opened this issue Nov 19, 2024 · 2 comments
Closed

Docs: add query version to all examples #5858

stsrki opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
Area: Documentation Something is missing in the documentation.
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Nov 19, 2024

We need to add the version to the examples. This has benefit that caching will be working properly, and users will be aware of its importance.

From

<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
<link href="_content/Blazorise.FluentUI2/reboot.css" rel="stylesheet" />
<link href="_content/Blazorise.FluentUI2/blazorise.fluentui2.css" rel="stylesheet" />

To

<link href="_content/Blazorise/blazorise.css?v=1.7.0.0" rel="stylesheet" />
<link href="_content/Blazorise.FluentUI2/reboot.css?v=1.7.0.0" rel="stylesheet" />
<link href="_content/Blazorise.FluentUI2/blazorise.fluentui2.css?v=1.7.0.0" rel="stylesheet" />
@stsrki stsrki added the Area: Documentation Something is missing in the documentation. label Nov 19, 2024
@stsrki stsrki added this to the 1.7 support milestone Nov 19, 2024
@stsrki stsrki added this to Support Nov 19, 2024
@github-project-automation github-project-automation bot moved this to 🔙 Backlog in Support Nov 19, 2024
@tesar-tech
Copy link
Collaborator

You mean to edit the .snippet files for every provider, like this one, right?

@stsrki
Copy link
Collaborator Author

stsrki commented Nov 28, 2024

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Something is missing in the documentation.
Projects
Status: ✔ Done
Development

Successfully merging a pull request may close this issue.

2 participants