rvault/documentation.typ
2024-06-02 12:54:06 -07:00

21 lines
855 B
Text

#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices
#show: arkheion.with(
title: [Secret Management with rvault],
authors: (
(name: "Samuel", email: "inf22036@lehre.dhbw-stuttgart.de", affiliation: "HPE"),
(name: "Philip Herz", email: "inf22175@lehre.dhbw-stuttgart.de", affiliation: "HPE"),
(name: "(Laurenz Noffke)", email: "", affiliation: "HPE"),
),
// Insert your abstract after the colon, wrapped in brackets.
// Example: `abstract: [This is my abstract...]`
// abstract: [lorem(55)],
// keywords: ("First keyword", "Second keyword", "etc."),
date: "2024-06-02",
)
#include "./chapters/01-Project-Requirements.typ"
#include "./chapters/02-Project-Goal.typ"
#include "./chapters/03-Planning-and-Timeline.typ"
#include "./chapters/04-Architecture.typ"
#include "./chapters/05-API-Compliance-and-Testing.typ"