feat: [academy] 리눅스 & 서버 명령어 아카데미 페이지 추가
- 10개 섹션: 터미널 기초, 파일 탐색, 파일 조작, 권한 관리, 검색, 모니터링, 프로세스, 네트워크, 텍스트 편집, 위험 명령어 - git-policy 페이지와 동일한 레이아웃 (히어로 배너, 좌측 TOC, 도움말 풍선) - 초보자 친화적 비유와 실무 팁 포함
This commit is contained in:
@@ -97,4 +97,13 @@ public function nginxEncyclopedia(Request $request): View|Response
|
||||
|
||||
return view('academy.nginx-encyclopedia');
|
||||
}
|
||||
|
||||
public function linuxCommands(Request $request): View|Response
|
||||
{
|
||||
if ($request->header('HX-Request')) {
|
||||
return response('', 200)->header('HX-Redirect', route('academy.linux-commands'));
|
||||
}
|
||||
|
||||
return view('academy.linux-commands');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user