diff --git a/client/src/App.tsx b/client/src/App.tsx
index 4144d70..54d4ace 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -4,7 +4,6 @@ import { QueryClientProvider } from "@tanstack/react-query";
import { Toaster } from "@/components/ui/toaster";
import { TooltipProvider } from "@/components/ui/tooltip";
import Home from "@/pages/home";
-import NotFound from "@/pages/not-found";
import Docs from "@/pages/docs";
@@ -13,21 +12,6 @@ function Router() {
- The web-based shell environment is currently unavailable. Please use
- your native terminal for the full experience.
-
- {SSH_COMMAND}
-
-
-
+ {SSH_COMMAND}
+
+
+ - Technical architecture and connection manual. + The who, what, when, where, why
When executed in your terminal, this command renders a fully interactive shell portfolio experience. Much like a digital resume or personal site, it allows you to explore my work and background - through a safe, secure, and purely text-based interface. It is - completely harmless to your system. + through a safe, secure, and purely text-based + interface.{" "} + + It is completely harmless to your system. + {" "}
User: A - passwordless, restricted user profile specifically - provisioned for public access. + passwordless, restricted user on my homeserver meant for + public access.
Domain:{" "} Points to a web record that directs your request to my - server's public gateway. + server's public IP (gateway).
Terminate the process at any time by pressing{" "} - + Ctrl + C . @@ -194,35 +199,29 @@ export default function Docs() {
- This command facilitates authenticated access to the{" "} + This command gives authenticated access to the{" "} 'portfolio'{" "} - user account on my private home infrastructure. No password is - required, as the user environment is strictly isolated. + user account on my private home server. +
+ ++ Instead of a standard bash or zsh shell, the user session + triggers a custom-coded{" "} + + C++ executable + + . This binary utilizes{" "} + FTXUI—a + sophisticated functional terminal user interface library—to + handle real-time rendering and input.
-- "The portfolio user is a specialized account with no - system-level permissions and a modified shell." -
-- Instead of a standard bash or zsh shell, the user session - triggers a custom-coded{" "} - - C++ executable - - . This binary utilizes{" "} - FTXUI—a - sophisticated functional terminal user interface library—to - handle real-time rendering and input. -
-- Note: Web shell is a simulated environment. Native terminal is - recommended for optimal performance. +
+ Note: Web shell is a simulated environment, and native terminal is + recommended
- Did you forget to add the page to the router? -
-