From 9dec69104d2a1ec9c06d0953b020ac52e0331425 Mon Sep 17 00:00:00 2001 From: gdamore Date: Mon, 28 Jul 2025 21:27:00 +0000 Subject: deploy: cdcf4934610a2673727b4efad93b82191c3379eb --- ref/404.html | 18 +++++++++++---- ref/api/aio.html | 18 +++++++++++---- ref/api/args.html | 18 +++++++++++---- ref/api/ctx.html | 18 +++++++++++---- ref/api/errors.html | 18 +++++++++++---- ref/api/http.html | 18 +++++++++++---- ref/api/id_map.html | 18 +++++++++++---- ref/api/index.html | 18 +++++++++++---- ref/api/init.html | 18 +++++++++++---- ref/api/logging.html | 18 +++++++++++---- ref/api/memory.html | 18 +++++++++++---- ref/api/misc.html | 18 +++++++++++---- ref/api/msg.html | 20 ++++++++++++----- ref/api/pipe.html | 18 +++++++++++---- ref/api/sock.html | 18 +++++++++++---- ref/api/stats.html | 18 +++++++++++---- ref/api/stream.html | 18 +++++++++++---- ref/api/synch.html | 18 +++++++++++---- ref/api/thread.html | 18 +++++++++++---- ref/api/time.html | 18 +++++++++++---- ref/api/url.html | 18 +++++++++++---- ref/book.js | 45 +++++++++++++++++++++++++++---------- ref/copyright.html | 18 +++++++++++---- ref/css/chrome.css | 28 +++++++++++++++++++++-- ref/css/general.css | 5 +++-- ref/css/variables.css | 1 + ref/dedication.html | 18 +++++++++++---- ref/index.html | 18 +++++++++++---- ref/indexing.html | 18 +++++++++++---- ref/migrate/index.html | 18 +++++++++++---- ref/migrate/nanomsg.html | 18 +++++++++++---- ref/migrate/nng1.html | 18 +++++++++++---- ref/preface.html | 18 +++++++++++---- ref/print.html | 20 ++++++++++++----- ref/proto/bus.html | 18 +++++++++++---- ref/proto/index.html | 18 +++++++++++---- ref/proto/pair.html | 18 +++++++++++---- ref/proto/pub.html | 18 +++++++++++---- ref/proto/pull.html | 18 +++++++++++---- ref/proto/push.html | 18 +++++++++++---- ref/proto/rep.html | 18 +++++++++++---- ref/proto/req.html | 18 +++++++++++---- ref/proto/respondent.html | 18 +++++++++++---- ref/proto/sub.html | 18 +++++++++++---- ref/proto/surveyor.html | 18 +++++++++++---- ref/searcher.js | 57 ++++++++++++++++++++++++++++++++++------------- ref/searchindex.js | 2 +- ref/tran/index.html | 18 +++++++++++---- ref/tran/inproc.html | 18 +++++++++++---- ref/tran/ipc.html | 18 +++++++++++---- ref/tran/socket.html | 18 +++++++++++---- ref/tran/udp.html | 18 +++++++++++---- 52 files changed, 751 insertions(+), 219 deletions(-) diff --git a/ref/404.html b/ref/404.html index 9c0e48cc..6bef9947 100644 --- a/ref/404.html +++ b/ref/404.html @@ -38,6 +38,7 @@ const path_to_root = ""; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "searchindex.js"; @@ -94,10 +95,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar);