Skip to content

Commit a1bbd2d

Browse files
committed
move skiasharp pages
1 parent 80e7ccc commit a1bbd2d

File tree

9 files changed

+5
-1
lines changed

9 files changed

+5
-1
lines changed

website/content/skiasharp/quickstart-console/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "SkiaSharp Console Quickstart"
33
description: "Draw Graphics with SkiaSharp in a C# Console App"
44
date: 2022-03-10 8:08:00
5+
weight: 10
56
---
67

78
This article describes how to draw graphics from a C# console application and save the output as an image file using SkiaSharp.

website/static/.htaccess

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
ErrorDocument 404 /csdv/404/index.html
1+
ErrorDocument 404 /csdv/404/index.html
2+
Redirect 302 /csdv/platforms/skiasharp/ /csdv/skiasharp/skiasharp/
3+
Redirect 302 /csdv/platforms/skiasharp-opengl/ /csdv/skiasharp/skiasharp-opengl/
4+
Redirect 302 /csdv/platforms/skiasharp-opengl-starfield/ /csdv/skiasharp/skiasharp-opengl-starfield/

0 commit comments

Comments
 (0)