Update documentation

This commit is contained in:
Patrik Svensson 2021-04-05 16:48:02 +02:00
parent a690ce4955
commit 4b37a4708f

View File

@ -11,11 +11,11 @@ namespace Docs
public static async Task<int> Main(string[] args) => public static async Task<int> Main(string[] args) =>
await Bootstrapper.Factory await Bootstrapper.Factory
.CreateWeb(args) .CreateWeb(args)
.AddSetting(Keys.Host, "spectresystems.github.io") .AddSetting(Keys.Host, "spectreconsole.github.io")
.AddSetting(Keys.LinkRoot, "/spectre.console") .AddSetting(Keys.LinkRoot, "/spectre.console")
.AddSetting(Keys.LinksUseHttps, true) .AddSetting(Keys.LinksUseHttps, true)
.AddSetting(Constants.EditLink, ConfigureEditLink()) .AddSetting(Constants.EditLink, ConfigureEditLink())
.ConfigureSite("spectresystems", "spectre.console", "main") .ConfigureSite("spectreconsole", "spectre.console", "main")
.ConfigureDeployment(deployBranch: "docs") .ConfigureDeployment(deployBranch: "docs")
.AddShortcode("Children", typeof(ChildrenShortcode)) .AddShortcode("Children", typeof(ChildrenShortcode))
.AddShortcode("ColorTable", typeof(ColorTableShortcode)) .AddShortcode("ColorTable", typeof(ColorTableShortcode))