From 3f62cf0ac36b017f98fb31ec6501d9657903e294 Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Thu, 31 Oct 2024 17:21:46 -0300 Subject: [PATCH] Add hierarchy to contents in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08e8209..1e93a49 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ If, however, no one is able to submit a valid exploit until a certain deadline, ## Documentation - [Dependencies](docs/dependencies.md) -- [Back-end](docs/backend.md) -- [Front-end](docs/frontend.md) -- [Tests](docs/tests.md) -- [Bug Buster CLI](docs/cli.md) -- [Populating the state](docs/populate.md) -- [Debugging](docs/debug.md) +- Running + - [Back-end](docs/backend.md) + - [Populate script](docs/populate.md) + - [Front-end](docs/frontend.md) +- Contributing + - [Tests](docs/tests.md) + - [Bug Buster CLI](docs/cli.md) + - [Debugging](docs/debug.md) - [Future work](docs/future.md)