From 9cc49aad5251c06b5b0e09c8c88ae7ee61305da9 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Thu, 20 Jul 2023 11:01:34 +0000 Subject: [PATCH] Remove unfinished doc Signed-off-by: Gabriel Adrian Samfira --- doc/quickstart.md | 2 +- doc/the_boring_details.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 doc/the_boring_details.md diff --git a/doc/quickstart.md b/doc/quickstart.md index fae47a0e..23fc89b7 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -279,7 +279,7 @@ Email: root@localhost The init command also created a local CLI profile for your new GARM server: ```bash -ubuntu@garm:~# garm-cli profile list +ubuntu@garm:~$ garm-cli profile list +----------------------+--------------------------+ | NAME | BASE URL | +----------------------+--------------------------+ diff --git a/doc/the_boring_details.md b/doc/the_boring_details.md deleted file mode 100644 index 12d1bc39..00000000 --- a/doc/the_boring_details.md +++ /dev/null @@ -1,4 +0,0 @@ -# GARM implementation details and design decissions - -This document attempts to offer an in-depth look at the implementation details and design decisions that went into the creation of GARM. It is not meant to be a user guide, but rather a technical document for those interested in the inner workings of the application. -