Skip to content

Docs: add query version to all examples #5858

@stsrki

Description

@stsrki

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" />

Metadata

Metadata

Assignees

Labels

Area: DocumentationSomething is missing in the documentation.

Projects

Status

✔ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions