yhirose преди 1 месец
родител
ревизия
b6cd71d4ff

+ 8 - 8
docs/en/cookbook/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Cookbook - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,7 +47,7 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;cookbook&#x2F;" class="nav-section-title active">Cookbook</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;cookbook&#x2F;" class="nav-section-title active">Cookbook</a>
       
     </div>
     
@@ -65,9 +65,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 7 - 7
docs/en/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>cpp-httplib - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -64,9 +64,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/01-getting-started/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Getting Started - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="active">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="active">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -190,9 +190,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/02-basic-client/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Basic Client - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="active">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="active">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -483,9 +483,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/03-basic-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Basic Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="active">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="active">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -438,9 +438,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/04-static-file-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Static File Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="active">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="active">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -261,9 +261,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/05-tls-setup/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>TLS Setup - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="active">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="active">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -185,9 +185,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/06-https-client/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>HTTPS Client - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="active">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="active">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -243,9 +243,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/07-https-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>HTTPS Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="active">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="active">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -232,9 +232,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/08-websocket/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>WebSocket - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="active">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="active">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -284,9 +284,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/09-whats-next/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>What&#x27;s Next - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="active">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="active">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -416,9 +416,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/en/tour/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>A Tour of cpp-httplib - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/en/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/en/">Home</a>
-        <a href="/en/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/en/">Home</a>
+        <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;en&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -97,9 +97,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 3 - 3
docs/index.html

@@ -5,13 +5,13 @@
 <script>
 (function() {
   var lang = localStorage.getItem('preferred-lang') || 'en';
-  window.location.replace('/' + lang + '/');
+  window.location.replace('/cpp-httplib/' + lang + '/');
 })();
 </script>
-<meta http-equiv="refresh" content="0;url=/en/">
+<meta http-equiv="refresh" content="0;url=/cpp-httplib/en/">
 <title>Redirecting...</title>
 </head>
 <body>
-<p>Redirecting to <a href="/en/">/en/</a>...</p>
+<p>Redirecting to <a href="/cpp-httplib/en/">/cpp-httplib/en/</a>...</p>
 </body>
 </html>

+ 8 - 8
docs/ja/cookbook/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Cookbook - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,7 +47,7 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;cookbook&#x2F;" class="nav-section-title active">Cookbook</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;cookbook&#x2F;" class="nav-section-title active">Cookbook</a>
       
     </div>
     
@@ -65,9 +65,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 7 - 7
docs/ja/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>cpp-httplib - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -64,9 +64,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/01-getting-started/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Getting Started - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="active">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="active">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -190,9 +190,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/02-basic-client/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Basic Client - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="active">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="active">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -483,9 +483,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/03-basic-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Basic Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="active">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="active">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -438,9 +438,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/04-static-file-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Static File Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="active">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="active">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -261,9 +261,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/05-tls-setup/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>TLS Setup - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="active">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="active">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -185,9 +185,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/06-https-client/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>HTTPS Client - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="active">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="active">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -243,9 +243,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/07-https-server/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>HTTPS Server - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="active">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="active">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -232,9 +232,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/08-websocket/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>WebSocket - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="active">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="active">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -284,9 +284,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/09-whats-next/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>What&#x27;s Next - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="active">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="active">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -416,9 +416,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 17 - 17
docs/ja/tour/index.html

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
-<html lang="ja">
+<html lang="ja" data-base-path="&#x2F;cpp-httplib">
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>A Tour of cpp-httplib - cpp-httplib</title>
-  <link rel="stylesheet" href="/css/main.css">
+  <link rel="stylesheet" href="&#x2F;cpp-httplib/css/main.css">
   <script>
     (function() {
       var t = localStorage.getItem('preferred-theme');
@@ -16,11 +16,11 @@
 <body>
   <header class="header">
     <div class="header-inner">
-      <a href="/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
+      <a href="&#x2F;cpp-httplib/ja/" class="header-title">cpp-httplib <span style="font-size:0.75em;font-weight:normal;margin-left:4px">v0.35.0</span></a>
       <div class="header-spacer"></div>
       <nav class="header-nav">
-        <a href="/ja/">Home</a>
-        <a href="/ja/tour/">Tour</a>
+        <a href="&#x2F;cpp-httplib/ja/">Home</a>
+        <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>
@@ -47,27 +47,27 @@
   <nav class="sidebar-nav">
     
     <div class="nav-section">
-      <a href="&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
+      <a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;" class="nav-section-title active">A Tour of cpp-httplib</a>
       
       <ul class="nav-list">
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;01-getting-started&#x2F;" class="">Getting Started</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;02-basic-client&#x2F;" class="">Basic Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;03-basic-server&#x2F;" class="">Basic Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;04-static-file-server&#x2F;" class="">Static File Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;05-tls-setup&#x2F;" class="">TLS Setup</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;06-https-client&#x2F;" class="">HTTPS Client</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;07-https-server&#x2F;" class="">HTTPS Server</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;08-websocket&#x2F;" class="">WebSocket</a></li>
         
-        <li><a href="&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
+        <li><a href="&#x2F;cpp-httplib&#x2F;ja&#x2F;tour&#x2F;09-whats-next&#x2F;" class="">What&#x27;s Next</a></li>
         
       </ul>
       
@@ -97,9 +97,9 @@
   </div>
 
   <footer class="footer">
-    &copy; 2025 yhirose. All rights reserved.
+    &copy; 2026 yhirose. All rights reserved.
   </footer>
 
-  <script src="/js/main.js"></script>
+  <script src="&#x2F;cpp-httplib/js/main.js"></script>
 </body>
 </html>

+ 4 - 1
docs/js/main.js

@@ -19,8 +19,11 @@
     e.preventDefault();
     var lang = link.getAttribute('data-lang');
     localStorage.setItem('preferred-lang', lang);
+    var basePath = document.documentElement.getAttribute('data-base-path') || '';
     var path = window.location.pathname;
-    var newPath = path.replace(/^\/[a-z]{2}\//, '/' + lang + '/');
+    // Strip base path prefix, replace lang, then re-add base path
+    var pathWithoutBase = path.slice(basePath.length);
+    var newPath = basePath + pathWithoutBase.replace(/^\/[a-z]{2}\//, '/' + lang + '/');
     window.location.href = newPath;
   });
 })();