You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following are the folders relevant to pages on the website:
42
42
├── routes.json # has all the navigation bar data
43
43
├── collapse-script.jl # script that adds collapsible sections to tutorials
44
44
├── deploy.jl # deployment script
45
-
└── Project.toml # For the project's environment
45
+
└── Project.toml # environment for dev operations, eg. deploy.jl
46
46
```
47
47
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/).
0 commit comments