Skip to content

Commit 5e1be0b

Browse files
committed
Initial Commit
1 parent 79214bf commit 5e1be0b

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ GEM
3939
logger
4040
faraday-net_http (3.1.1)
4141
net-http
42-
ffi (1.17.0-arm64-darwin)
43-
ffi (1.17.0-x64-mingw-ucrt)
44-
ffi (1.17.0-x86_64-linux-gnu)
42+
ffi (1.17.2-arm64-darwin)
43+
ffi (1.17.2-x64-mingw-ucrt)
44+
ffi (1.17.2-x86_64-linux-gnu)
4545
forwardable-extended (2.6.0)
4646
gemoji (4.1.0)
4747
github-pages (232)
@@ -239,11 +239,11 @@ GEM
239239
mutex_m (0.2.0)
240240
net-http (0.4.1)
241241
uri
242-
nokogiri (1.16.7-arm64-darwin)
242+
nokogiri (1.18.9-arm64-darwin)
243243
racc (~> 1.4)
244-
nokogiri (1.16.7-x64-mingw-ucrt)
244+
nokogiri (1.18.9-x64-mingw-ucrt)
245245
racc (~> 1.4)
246-
nokogiri (1.16.7-x86_64-linux)
246+
nokogiri (1.18.9-x86_64-linux-gnu)
247247
racc (~> 1.4)
248248
octokit (4.25.1)
249249
faraday (>= 1, < 3)
@@ -280,6 +280,7 @@ GEM
280280
concurrent-ruby (~> 1.0)
281281
unicode-display_width (1.8.0)
282282
uri (0.13.0)
283+
wdm (0.2.0)
283284
webrick (1.9.1)
284285
yell (2.2.2)
285286

@@ -294,6 +295,7 @@ DEPENDENCIES
294295
github-pages (= 232)
295296
html-proofer (~> 3.19.4)
296297
json
298+
wdm (>= 0.1.1)
297299
webrick (~> 1.9)
298300

299301
BUNDLED WITH
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
category: Instructor > Assignment Configuration Editor
3+
title: Configuration Editor
4+
---
5+
6+
7+
### Gradeable Autograding Configuration Text Editor
8+
9+
The gradeable configuration text editor allows for small tweaks

navtreedata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ var NAVTREE =
119119
] ],
120120
[ "Assignment Configuration", "/instructor/assignment_configuration/configuration_path", [
121121
[ "Configuration Path","/instructor/assignment_configuration/configuration_path", null],
122+
[ "Configuration Editor", "/instructor/assignment_configuration/configuration_editor", null ],
122123
[ "Notebook", "/instructor/assignment_configuration/notebook", null ]
123124
] ],
124125
[ "Autograding", "/instructor/autograding/directory_structure", [

0 commit comments

Comments
 (0)