From e5361c7b20b12f3cf233a4bdffd316d225284e32 Mon Sep 17 00:00:00 2001 From: Essam Date: Wed, 17 Apr 2024 00:17:08 +0200 Subject: [PATCH] Update README.md Co-authored-by: Anthony Blaom, PhD --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d846d96b..f12fdce5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ The following are the folders relevant to pages on the website: ├── routes.json # has all the navigation bar data ├── collapse-script.jl # script that adds collapsible sections to tutorials ├── deploy.jl # deployment script -├── Manifest.toml └── Project.toml # For the project's environment ``` To understand the rest of the structure which could help you change styles with CSS or add interaction with JavaScript read the relevant page on [Franklin's documentation](https://franklinjl.org/workflow/).