22 lines
802 B
Text
22 lines
802 B
Text
#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices
|
|
|
|
#show: arkheion.with(
|
|
title: [Secret Management with rvault],
|
|
authors: (
|
|
(name: "someone", email: "", affiliation: "HPE"),
|
|
(name: "someone", email: "", affiliation: "HPE"),
|
|
(name: "(someone)", 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",
|
|
)
|
|
#show link:underline
|
|
|
|
#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"
|