Skip to content

Commit 514bae6

Browse files
committed
doc: Update NuGet README
1 parent 2bc0dcc commit 514bae6

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

docs/README_nuget.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,40 @@
1-
# Umbraco.Community.FileSystemProviders.B2
1+
<!doctype html>
2+
<html lang="en" class="h-100">
23

3-
[![Documentation](https://img.shields.io/badge/Docs-Quickstart-394933?style=flat&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/main?tab=readme-ov-file#quick-start)
4-
[![Umbraco Marketplace](https://img.shields.io/badge/Umbraco-Marketplace-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/umbraco.community.filesystemproviders.b2)
5-
[![GitHub License](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.FileSystemProviders.B2?color=8AB803&label=License&logo=github)](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/blob/main/LICENSE)
6-
[![NuGet Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.FileSystemProviders.B2?color=cc9900&label=Downloads&logo=nuget)](https://www.nuget.org/packages/Umbraco.Community.FileSystemProviders.B2/)
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
8+
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
9+
<title>404</title>
10+
</head>
711

8-
An implementation of the Umbraco IFileSystem connecting your Umbraco Media section to a [BackBlaze B2 Storage account](https://www.backblaze.com/cloud-storage) and other S3 compatible storage providers.
12+
<body class="h-100">
13+
<div class="d-flex align-items-center justify-content-center h-100">
14+
<div class="">
15+
<h1>404 Not Found</h1>
16+
<p> Sorry, the page you are looking for could not be found.</p>
17+
</div>
18+
</div>
19+
20+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous" type="eb6803cd531c7b4947aa3101-text/javascript"></script>
21+
<script type="eb6803cd531c7b4947aa3101-text/javascript">
22+
const darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
23+
24+
if (darkModeMediaQuery.matches) {
25+
document.documentElement.setAttribute('data-bs-theme', 'dark');
26+
} else {
27+
document.documentElement.setAttribute('data-bs-theme', 'light');
28+
}
29+
30+
darkModeMediaQuery.addEventListener('change', (event) => {
31+
if (event.matches) {
32+
document.documentElement.setAttribute('data-bs-theme', 'dark');
33+
} else {
34+
document.documentElement.setAttribute('data-bs-theme', 'light');
35+
}
36+
});
37+
</script>
38+
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="eb6803cd531c7b4947aa3101-|49" defer></script></body>
39+
40+
</html>

0 commit comments

Comments
 (0)