Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Cutler authored and Barb Cutler committed Dec 12, 2023
1 parent 2a13d61 commit 535b58c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 15 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
Expand Down Expand Up @@ -273,18 +275,17 @@ GEM
unf_ext (0.0.9.1)
unf_ext (0.0.9.1-x64-mingw-ucrt)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)
yell (2.2.2)

PLATFORMS
arm64-darwin-20
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
github-pages (= 228)
html-proofer (~> 3.19.4)
wdm (>= 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Installation Troubleshooting
category: Developer > Troubleshooting
category: Developer > Development Troubleshooting
---


---

* If your install becomes stuck on ``SSH auth method: private key`` for more than three minutes,
then what you can do is open Virtual Box, navigate to your VM, and click the green "Show" button.
Having the VM's terminal GUI open can seem to keep it awake for communication. While developing on Submitty,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: System Clock Testing & Troubleshooting
category: Developer > Troubleshooting
category: Developer > Development Troubleshooting
---

---

* If the VM has a clock skew (incorrect time)

Expand Down
2 changes: 1 addition & 1 deletion _docs/sysadmin/troubleshooting/database_overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Database Overview
category: System Administrator > Troubleshooting & Other Information
category: System Administrator > SysAdmin Troubleshooting, etc.
redirect_from:
- /sysadmin/database_overview
---
Expand Down
2 changes: 1 addition & 1 deletion _docs/sysadmin/troubleshooting/log_files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Log Files
category: System Administrator > Troubleshooting & Other Information
category: System Administrator > SysAdmin Troubleshooting, etc.
redirect_from:
- /instructor/log_files
- /sysadmin/log_files
Expand Down
2 changes: 1 addition & 1 deletion _docs/sysadmin/troubleshooting/system_debugging.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Websockets / System & Debugging
category: System Administrator > Troubleshooting & Other Information
category: System Administrator > SysAdmin Troubleshooting, etc.
redirect_from:
- /sysadmin/system_debugging
---
Expand Down
2 changes: 1 addition & 1 deletion _docs/sysadmin/troubleshooting/user_access_level.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User Access Level
category: System Administrator > Troubleshooting & Other Information
category: System Administrator > SysAdmin Troubleshooting, etc.
redirect_from:
- /sysadmin/user_access_level
---
Expand Down
8 changes: 4 additions & 4 deletions navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var NAVTREE =
[ "Rainbow Grades", "/sysadmin/configuration/rainbow_grades", null ],
[ "Student Photos", "/sysadmin/configuration/student_photos", null ]
] ],
[ "Troubleshooting & Other Information", "/sysadmin/troubleshooting/database_overview", [
[ "SysAdmin Troubleshooting, etc.", "/sysadmin/troubleshooting/database_overview", [
[ "Database Overview", "/sysadmin/troubleshooting/database_overview", null ],
[ "User Access Level", "/sysadmin/troubleshooting/user_access_level", null ],
[ "Log Files", "/sysadmin/troubleshooting/log_files", null ],
Expand Down Expand Up @@ -233,9 +233,9 @@ var NAVTREE =
[ "Frontend JavaScript", "/developer/developing_the_php_site/javascript", null]
] ],
] ],
[ "Troubleshooting & Other Information", "/developer/troubleshooting/installation_troubleshooting", [
[ "Installation", "/developer/troubleshooting/installation_troubleshooting", null ],
[ "System Clock Testing", "/developer/troubleshooting/system_clock_testing_troubleshooting", null ],
[ "Development Troubleshooting", "/developer/troubleshooting/installation_troubleshooting", [
[ "Installation Troubleshooting", "/developer/troubleshooting/installation_troubleshooting", null ],
[ "System Clock Troubleshooting", "/developer/troubleshooting/system_clock_testing_troubleshooting", null ],
] ],
[ "Software and System Design", "/developer/software_and_system_design/interface_design_style_guide", [
[ "Interface Design", "/developer/software_and_system_design/interface_design_style_guide", null ],
Expand Down

0 comments on commit 535b58c

Please sign in to comment.