From 131726d96414aa1a35e8319db0785221e1230566 Mon Sep 17 00:00:00 2001 From: gdamore Date: Fri, 10 Jan 2025 07:46:01 +0000 Subject: deploy: 73f50e2679525e7df8734c875a3c12732565f953 --- ref/toc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ref/toc.js') diff --git a/ref/toc.js b/ref/toc.js index 134742b9..70819f7f 100644 --- a/ref/toc.js +++ b/ref/toc.js @@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement { super(); } connectedCallback() { - this.innerHTML = '
  1. Copyright
  2. Dedication
  3. Preface
  4. API Reference
    1. Initialization
    2. Messages
    3. Sockets
    4. Contexts
    5. Memory
    6. Time
    7. URLs
    8. Asynchronous I/O
    9. Synchronization
    10. Threads
    11. Logging
    12. Statistics
    13. Errors
    14. Streams
    15. Miscellaneous
    16. ID Map
    17. Arguments Parser
  5. Protocols
    1. BUS Protocol
    2. PAIR Protocol
    3. PUB Protocol
    4. PULL Protocol
    5. PUSH Protocol
    6. REP Protocol
    7. REQ Protocol
    8. RESPONDENT Protocol
    9. SUB Protocol
    10. SURVEYOR Protocol
  6. Transports
    1. Intra-Process Transport
    2. Inter-Process Transport
    3. BSD Socket (Experimental)
    4. UDP Transport (Experimental)
  7. Migration Guides
    1. Migrating from NNG 1.x
    2. Migrating from libnanomsg
  8. Index
'; + this.innerHTML = '
  1. Copyright
  2. Dedication
  3. Preface
  4. API Reference
    1. Initialization
    2. Messages
    3. Sockets
    4. Contexts
    5. Memory
    6. Time
    7. URLs
    8. Asynchronous I/O
    9. Synchronization
    10. Threads
    11. Logging
    12. Statistics
    13. Errors
    14. Streams
    15. HTTP
    16. Miscellaneous
    17. ID Map
    18. Arguments Parser
  5. Protocols
    1. BUS Protocol
    2. PAIR Protocol
    3. PUB Protocol
    4. PULL Protocol
    5. PUSH Protocol
    6. REP Protocol
    7. REQ Protocol
    8. RESPONDENT Protocol
    9. SUB Protocol
    10. SURVEYOR Protocol
  6. Transports
    1. Intra-Process Transport
    2. Inter-Process Transport
    3. BSD Socket (Experimental)
    4. UDP Transport (Experimental)
  7. Migration Guides
    1. Migrating from NNG 1.x
    2. Migrating from libnanomsg
  8. Index
'; // Set the current, active page, and reveal it if it's hidden let current_page = document.location.href.toString(); if (current_page.endsWith("/")) { -- cgit v1.2.3-70-g09d2