Skip to content

Commit 04bb29c

Browse files
committed
Minor tweaks
1 parent 9f6df9d commit 04bb29c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const sidebars: SidebarsConfig = {
2121
label: 'Vulkan Documentation',
2222
link: {
2323
type: "generated-index",
24+
slug: "/vulkan"
2425
},
2526
items: [
2627
{
@@ -36,6 +37,7 @@ const sidebars: SidebarsConfig = {
3637
type: 'generated-index',
3738
title: 'Miscellaneous',
3839
description: 'This section of the website contains useful miscellaneous tidbits which we think will come in handy to get the most out of your Silk.NET application! It also contains other more general information pertaining to the project.',
40+
slug: "/silk.net"
3941
},
4042
items: [
4143
{type: "doc", id: "CHANGELOG"},

eng/build/Build.Website.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,8 @@ void CreateRedirectsFromOldWebsiteUrlsToNewWebsiteUrls(AbsolutePath basePath)
254254
GetRedirect(dir.GetRelativePathTo(basePath).ToString().Replace('\\', '/'))
255255
);
256256
}
257+
258+
(basePath / "blog" / "rss.xml").Copy(basePath / "blog" / "feed.rss");
259+
(basePath / "blog" / "atom.xml").Copy(basePath / "blog" / "feed.atom");
257260
}
258261
}

0 commit comments

Comments
 (0)