milestone 14: build, package, sign and publish releases
This commit is contained in:
@@ -16,6 +16,7 @@ pub const howto_measure_performance_md = @embedFile("how-to/measure-performance.
|
||||
pub const howto_set_up_admin_authentication_md = @embedFile("how-to/set-up-admin-authentication.md");
|
||||
pub const howto_troubleshoot_md = @embedFile("how-to/troubleshoot.md");
|
||||
pub const howto_upgrade_md = @embedFile("how-to/upgrade.md");
|
||||
pub const howto_verify_a_release_md = @embedFile("how-to/verify-a-release.md");
|
||||
|
||||
pub const Page = struct {
|
||||
/// Repo-relative path, so a failing assertion names the file to edit.
|
||||
@@ -38,6 +39,7 @@ pub const pages: []const Page = &.{
|
||||
.{ .path = "docs/how-to/set-up-admin-authentication.md", .text = howto_set_up_admin_authentication_md },
|
||||
.{ .path = "docs/how-to/troubleshoot.md", .text = howto_troubleshoot_md },
|
||||
.{ .path = "docs/how-to/upgrade.md", .text = howto_upgrade_md },
|
||||
.{ .path = "docs/how-to/verify-a-release.md", .text = howto_verify_a_release_md },
|
||||
};
|
||||
|
||||
/// The pages that paste a transcript naming the running binary's version. Each
|
||||
|
||||
Reference in New Issue
Block a user