mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 17:32:50 +08:00
Add host info to docs (skip-ci)
This commit is contained in:
parent
3a432b11c8
commit
c546835198
@ -11,6 +11,8 @@ 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/spectre.console")
|
||||||
|
.AddSetting(Keys.LinksUseHttps, true)
|
||||||
.AddSetting(Constants.EditLink, ConfigureEditLink())
|
.AddSetting(Constants.EditLink, ConfigureEditLink())
|
||||||
.ConfigureSite("spectresystems", "spectre.console", "main")
|
.ConfigureSite("spectresystems", "spectre.console", "main")
|
||||||
.ConfigureDeployment(deployBranch: "docs")
|
.ConfigureDeployment(deployBranch: "docs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user