From adbf30f77f69a11e031ac36d9f6d2860497b64f1 Mon Sep 17 00:00:00 2001 From: C0ffeeCode Date: Thu, 11 Apr 2024 00:04:27 +0200 Subject: [PATCH] Add structure to doc --- documentation.typ | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/documentation.typ b/documentation.typ index 10e802f..71fd991 100644 --- a/documentation.typ +++ b/documentation.typ @@ -1,13 +1,39 @@ +#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices -Dockerfile build auf alpine aufbauen +#show: arkheion.with( + title: [Secret Management with rvault], + authors: ( + (name: "Samuel", email: "user@domain.com", affiliation: "HPE", orcid: "0000-0000-0000-0000"), + (name: "Philip", email: "user@domain.com", affiliation: "HPE"), + (name: "Laurenz Noffke", email: "laurenz.noffke+but-id-replace-it-with-matrikel@hpe.com", 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-04-10", +) -== Requirements += Project Requirements + +This chapter will outline the requirements +to be fulfilled by this project in regards to the DHBW. Eines der Gruppenmitglieder muss bis zum TODO folgende Dateien hier hochladen: - - Ausarbeitung als PDF + - Ausarbeitung als PDF (use dhbw template later on) - Präsentation als PDF - Textdatei mit Teilnehmern, Projekttitel und Kurzbeschreibung - Programmentwurf (komplettes Repository, was bewertet wird) als ZIP / TAR Die Prüfungsleistung muss bis spätestens zum TODO hier abgegeben werden. Spätere Abgaben sind nicht möglich. + += Project Goal + += Planning & Timeline + += API-Compliance & Testing + += Architecture + +In regards to crates, ...