From cda9680cdcb4d84a2de04cd1ca67246272a4c950 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 1 Mar 2026 23:12:45 -0500 Subject: [PATCH] Update document site --- docs/css/main.css | 2 +- docs/en/cookbook/index.html | 5 ++++- docs/en/index.html | 5 ++++- docs/en/tour/01-getting-started/index.html | 5 ++++- docs/en/tour/02-basic-client/index.html | 5 ++++- docs/en/tour/03-basic-server/index.html | 5 ++++- docs/en/tour/04-static-file-server/index.html | 5 ++++- docs/en/tour/05-tls-setup/index.html | 5 ++++- docs/en/tour/06-https-client/index.html | 5 ++++- docs/en/tour/07-https-server/index.html | 5 ++++- docs/en/tour/08-websocket/index.html | 5 ++++- docs/en/tour/09-whats-next/index.html | 5 ++++- docs/en/tour/index.html | 5 ++++- docs/favicon.svg | 6 +++--- docs/ja/cookbook/index.html | 5 ++++- docs/ja/index.html | 5 ++++- docs/ja/tour/01-getting-started/index.html | 5 ++++- docs/ja/tour/02-basic-client/index.html | 5 ++++- docs/ja/tour/03-basic-server/index.html | 5 ++++- docs/ja/tour/04-static-file-server/index.html | 5 ++++- docs/ja/tour/05-tls-setup/index.html | 5 ++++- docs/ja/tour/06-https-client/index.html | 5 ++++- docs/ja/tour/07-https-server/index.html | 5 ++++- docs/ja/tour/08-websocket/index.html | 5 ++++- docs/ja/tour/09-whats-next/index.html | 5 ++++- docs/ja/tour/index.html | 5 ++++- 26 files changed, 100 insertions(+), 28 deletions(-) diff --git a/docs/css/main.css b/docs/css/main.css index edfa9a9..0f2ded0 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -101,7 +101,7 @@ a:hover { .header-tools { display: flex; align-items: center; - gap: 8px; + gap: 2px; } .lang-selector { diff --git a/docs/en/cookbook/index.html b/docs/en/cookbook/index.html index 47bd867..1d41ea8 100644 --- a/docs/en/cookbook/index.html +++ b/docs/en/cookbook/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/index.html b/docs/en/index.html index 09cfb72..c783d82 100644 --- a/docs/en/index.html +++ b/docs/en/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/01-getting-started/index.html b/docs/en/tour/01-getting-started/index.html index 15053b4..5be340b 100644 --- a/docs/en/tour/01-getting-started/index.html +++ b/docs/en/tour/01-getting-started/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/02-basic-client/index.html b/docs/en/tour/02-basic-client/index.html index 992c281..daf74bf 100644 --- a/docs/en/tour/02-basic-client/index.html +++ b/docs/en/tour/02-basic-client/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/03-basic-server/index.html b/docs/en/tour/03-basic-server/index.html index 12fd602..b41ba90 100644 --- a/docs/en/tour/03-basic-server/index.html +++ b/docs/en/tour/03-basic-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/04-static-file-server/index.html b/docs/en/tour/04-static-file-server/index.html index ab20a2e..01f15bc 100644 --- a/docs/en/tour/04-static-file-server/index.html +++ b/docs/en/tour/04-static-file-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/05-tls-setup/index.html b/docs/en/tour/05-tls-setup/index.html index 111f70f..1b076b6 100644 --- a/docs/en/tour/05-tls-setup/index.html +++ b/docs/en/tour/05-tls-setup/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/06-https-client/index.html b/docs/en/tour/06-https-client/index.html index 31798a3..e24b08a 100644 --- a/docs/en/tour/06-https-client/index.html +++ b/docs/en/tour/06-https-client/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/07-https-server/index.html b/docs/en/tour/07-https-server/index.html index 5599279..c12165a 100644 --- a/docs/en/tour/07-https-server/index.html +++ b/docs/en/tour/07-https-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/08-websocket/index.html b/docs/en/tour/08-websocket/index.html index d8e56f6..641e8f7 100644 --- a/docs/en/tour/08-websocket/index.html +++ b/docs/en/tour/08-websocket/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/09-whats-next/index.html b/docs/en/tour/09-whats-next/index.html index 8932048..5b3a215 100644 --- a/docs/en/tour/09-whats-next/index.html +++ b/docs/en/tour/09-whats-next/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/en/tour/index.html b/docs/en/tour/index.html index 715d239..f87256e 100644 --- a/docs/en/tour/index.html +++ b/docs/en/tour/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/favicon.svg b/docs/favicon.svg index 52b8858..9e824c2 100644 --- a/docs/favicon.svg +++ b/docs/favicon.svg @@ -1,4 +1,4 @@ - - - D + + + diff --git a/docs/ja/cookbook/index.html b/docs/ja/cookbook/index.html index d6bf037..55c1cf4 100644 --- a/docs/ja/cookbook/index.html +++ b/docs/ja/cookbook/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/index.html b/docs/ja/index.html index 022a9b9..3c457e2 100644 --- a/docs/ja/index.html +++ b/docs/ja/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/01-getting-started/index.html b/docs/ja/tour/01-getting-started/index.html index f38137d..3ff5d0f 100644 --- a/docs/ja/tour/01-getting-started/index.html +++ b/docs/ja/tour/01-getting-started/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/02-basic-client/index.html b/docs/ja/tour/02-basic-client/index.html index e437c66..a571442 100644 --- a/docs/ja/tour/02-basic-client/index.html +++ b/docs/ja/tour/02-basic-client/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/03-basic-server/index.html b/docs/ja/tour/03-basic-server/index.html index d6828bb..138f746 100644 --- a/docs/ja/tour/03-basic-server/index.html +++ b/docs/ja/tour/03-basic-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/04-static-file-server/index.html b/docs/ja/tour/04-static-file-server/index.html index 076ba01..7b7aa77 100644 --- a/docs/ja/tour/04-static-file-server/index.html +++ b/docs/ja/tour/04-static-file-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/05-tls-setup/index.html b/docs/ja/tour/05-tls-setup/index.html index 045ff7c..49e44ab 100644 --- a/docs/ja/tour/05-tls-setup/index.html +++ b/docs/ja/tour/05-tls-setup/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/06-https-client/index.html b/docs/ja/tour/06-https-client/index.html index f1bb5fc..23b6d14 100644 --- a/docs/ja/tour/06-https-client/index.html +++ b/docs/ja/tour/06-https-client/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/07-https-server/index.html b/docs/ja/tour/07-https-server/index.html index 02cda74..afd4a63 100644 --- a/docs/ja/tour/07-https-server/index.html +++ b/docs/ja/tour/07-https-server/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/08-websocket/index.html b/docs/ja/tour/08-websocket/index.html index a43ea4d..82429d9 100644 --- a/docs/ja/tour/08-websocket/index.html +++ b/docs/ja/tour/08-websocket/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/09-whats-next/index.html b/docs/ja/tour/09-whats-next/index.html index 130bf8f..66dd805 100644 --- a/docs/ja/tour/09-whats-next/index.html +++ b/docs/ja/tour/09-whats-next/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour + diff --git a/docs/ja/tour/index.html b/docs/ja/tour/index.html index e2b709f..46ee92b 100644 --- a/docs/ja/tour/index.html +++ b/docs/ja/tour/index.html @@ -26,7 +26,10 @@ - Tour + + + Tour +