Skip to content

Commit 87eff9f

Browse files
authored
[Documentation:InstructorUI] Upload Gradeable missing navbar (#598)
The upload gradeable via json is a page under instructor/assignment_preparation but doesn't show up in the navbar it now looks like: ![image](https://github.com/Submitty/submitty.github.io/assets/12129065/06ace259-7173-4216-8034-a71b25dd2afd)
1 parent f496574 commit 87eff9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

navtreedata.js

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ var NAVTREE =
111111
[ "Team Assignments", "/instructor/assignment_preparation/team_assignments", null ],
112112
[ "Bulk PDF Upload", "/instructor/assignment_preparation/bulk_pdf_upload", null ],
113113
[ "Personalized Exam", "/instructor/assignment_preparation/personalized_exams", null ],
114+
[ "Upload Gradeable from JSON", "/instructor/assignment_preparation/upload_gradeable", null ],
114115
] ],
115116
[ "Assignment Configuration", "/instructor/assignment_configuration/configuration_path", [
116117
[ "Configuration Path","/instructor/assignment_configuration/configuration_path", null],

0 commit comments

Comments
 (0)