Skip to content

Commit 94cb1b7

Browse files
committed
Deploy staging docs for PR #326
1 parent 1d5d252 commit 94cb1b7

File tree

439 files changed

+813
-768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+813
-768
lines changed

.nojekyll

Whitespace-only changes.

staging/326/404.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>SkiaSharp Extended - Page Not Found</title>
6+
<script>
7+
// GitHub Pages SPA redirect: when a user navigates directly to a Blazor sample
8+
// sub-page, GitHub Pages serves this 404.html. If the path is under a /sample/
9+
// segment, redirect to that sample's index.html with the path encoded in the
10+
// query string so that the Blazor router can restore the correct route.
11+
(function () {
12+
var l = window.location;
13+
var pathParts = l.pathname.split('/');
14+
var sampleIdx = pathParts.indexOf('sample');
15+
if (sampleIdx !== -1 && sampleIdx < pathParts.length - 1 && pathParts[sampleIdx + 1] !== '') {
16+
var basePath = pathParts.slice(0, sampleIdx + 1).join('/');
17+
var remaining = pathParts.slice(sampleIdx + 1).join('/').replace(/&/g, '~and~');
18+
l.replace(
19+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
20+
basePath + '/?/' + remaining +
21+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
22+
l.hash
23+
);
24+
}
25+
})();
26+
</script>
27+
</head>
28+
<body>
29+
<h1>Page Not Found</h1>
30+
<p>The page you are looking for does not exist.</p>
31+
<p><a href="/SkiaSharp.Extended/">Go to the documentation</a></p>
32+
</body>
33+
</html>

staging/326/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
107107
<footer class="border-top text-secondary">
108108
<div class="container-xxl">
109109
<div class="flex-fill">
110-
source: PR #326 · ececde7
110+
source: PR #326 · bf8918d
111111
</div>
112112
</div>
113113
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKDragGestureEventArgs.-ctor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h4 class="section">Parameters</h4>
177177
<footer class="border-top text-secondary">
178178
<div class="container-xxl">
179179
<div class="flex-fill">
180-
source: PR #326 · ececde7
180+
source: PR #326 · bf8918d
181181
</div>
182182
</div>
183183
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKDragGestureEventArgs.CurrentLocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h4 class="section">Property Value</h4>
171171
<footer class="border-top text-secondary">
172172
<div class="container-xxl">
173173
<div class="flex-fill">
174-
source: PR #326 · ececde7
174+
source: PR #326 · bf8918d
175175
</div>
176176
</div>
177177
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKDragGestureEventArgs.Delta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h4 class="section">Property Value</h4>
172172
<footer class="border-top text-secondary">
173173
<div class="container-xxl">
174174
<div class="flex-fill">
175-
source: PR #326 · ececde7
175+
source: PR #326 · bf8918d
176176
</div>
177177
</div>
178178
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKDragGestureEventArgs.StartLocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h4 class="section">Property Value</h4>
171171
<footer class="border-top text-secondary">
172172
<div class="container-xxl">
173173
<div class="flex-fill">
174-
source: PR #326 · ececde7
174+
source: PR #326 · bf8918d
175175
</div>
176176
</div>
177177
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKDragGestureEventArgs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2 class="section" id="properties">Properties
224224
<footer class="border-top text-secondary">
225225
<div class="container-xxl">
226226
<div class="flex-fill">
227-
source: PR #326 · ececde7
227+
source: PR #326 · bf8918d
228228
</div>
229229
</div>
230230
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKFlingGestureEventArgs.-ctor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h4 class="section">Parameters</h4>
218218
<footer class="border-top text-secondary">
219219
<div class="container-xxl">
220220
<div class="flex-fill">
221-
source: PR #326 · ececde7
221+
source: PR #326 · bf8918d
222222
</div>
223223
</div>
224224
</footer>

staging/326/api/SkiaSharp.Extended.Gestures.SKFlingGestureEventArgs.DeltaX.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h4 class="section">Property Value</h4>
173173
<footer class="border-top text-secondary">
174174
<div class="container-xxl">
175175
<div class="flex-fill">
176-
source: PR #326 · ececde7
176+
source: PR #326 · bf8918d
177177
</div>
178178
</div>
179179
</footer>

0 commit comments

Comments
 (0)