From af41af223a3ac2439d6ac77af230bfaa52dabbc9 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 17 Jun 2024 10:17:07 +0300 Subject: [PATCH] Update site docs --- docs/404.html | 6 +- docs/index.html | 8 +- docs/nrepl/1.0/about/changelog.html | 5 + docs/nrepl/1.0/about/compatibility.html | 5 + docs/nrepl/1.0/about/contributing.html | 5 + docs/nrepl/1.0/about/history.html | 5 + docs/nrepl/1.0/about/license.html | 5 + docs/nrepl/1.0/about/release_policy.html | 5 + docs/nrepl/1.0/about/support.html | 5 + docs/nrepl/1.0/about/team.html | 5 + docs/nrepl/1.0/additional_resources.html | 5 + docs/nrepl/1.0/alternatives.html | 5 + docs/nrepl/1.0/beyond_clojure.html | 5 + docs/nrepl/1.0/building_clients.html | 5 + docs/nrepl/1.0/building_middleware.html | 5 + docs/nrepl/1.0/building_servers.html | 5 + docs/nrepl/1.0/design/handlers.html | 5 + docs/nrepl/1.0/design/middleware.html | 5 + docs/nrepl/1.0/design/overview.html | 5 + docs/nrepl/1.0/design/transports.html | 5 + docs/nrepl/1.0/extensions.html | 5 + docs/nrepl/1.0/faq.html | 5 + docs/nrepl/1.0/hacking_on_nrepl.html | 5 + docs/nrepl/1.0/index.html | 5 + docs/nrepl/1.0/installation.html | 5 + docs/nrepl/1.0/ops.html | 5 + docs/nrepl/1.0/troubleshooting.html | 5 + docs/nrepl/1.0/usage/clients.html | 5 + docs/nrepl/1.0/usage/misc.html | 5 + docs/nrepl/1.0/usage/server.html | 5 + docs/nrepl/1.1/about/changelog.html | 5 + docs/nrepl/1.1/about/compatibility.html | 5 + docs/nrepl/1.1/about/contributing.html | 5 + docs/nrepl/1.1/about/history.html | 5 + docs/nrepl/1.1/about/license.html | 5 + docs/nrepl/1.1/about/release_policy.html | 5 + docs/nrepl/1.1/about/support.html | 5 + docs/nrepl/1.1/about/team.html | 5 + docs/nrepl/1.1/additional_resources.html | 5 + docs/nrepl/1.1/alternatives.html | 5 + docs/nrepl/1.1/beyond_clojure.html | 5 + docs/nrepl/1.1/building_clients.html | 5 + docs/nrepl/1.1/building_middleware.html | 5 + docs/nrepl/1.1/building_servers.html | 5 + docs/nrepl/1.1/design/handlers.html | 5 + docs/nrepl/1.1/design/middleware.html | 5 + docs/nrepl/1.1/design/overview.html | 5 + docs/nrepl/1.1/design/transports.html | 5 + docs/nrepl/1.1/extensions.html | 5 + docs/nrepl/1.1/faq.html | 5 + docs/nrepl/1.1/hacking_on_nrepl.html | 5 + docs/nrepl/1.1/index.html | 5 + docs/nrepl/1.1/installation.html | 5 + docs/nrepl/1.1/ops.html | 5 + docs/nrepl/1.1/troubleshooting.html | 5 + docs/nrepl/1.1/usage/clients.html | 5 + docs/nrepl/1.1/usage/misc.html | 5 + docs/nrepl/1.1/usage/server.html | 5 + docs/nrepl/1.1/usage/tls.html | 5 + docs/nrepl/1.2/_images/logo-w1280.png | Bin 0 -> 122160 bytes docs/nrepl/1.2/about/changelog.html | 282 +++++++ docs/nrepl/1.2/about/compatibility.html | 437 +++++++++++ docs/nrepl/1.2/about/contributing.html | 448 +++++++++++ docs/nrepl/1.2/about/history.html | 370 +++++++++ docs/nrepl/1.2/about/license.html | 284 +++++++ docs/nrepl/1.2/about/release_policy.html | 318 ++++++++ docs/nrepl/1.2/about/support.html | 333 ++++++++ docs/nrepl/1.2/about/team.html | 351 +++++++++ docs/nrepl/1.2/additional_resources.html | 358 +++++++++ docs/nrepl/1.2/alternatives.html | 563 ++++++++++++++ docs/nrepl/1.2/beyond_clojure.html | 348 +++++++++ docs/nrepl/1.2/building_clients.html | 595 +++++++++++++++ docs/nrepl/1.2/building_middleware.html | 553 ++++++++++++++ docs/nrepl/1.2/building_servers.html | 418 ++++++++++ docs/nrepl/1.2/design/handlers.html | 327 ++++++++ docs/nrepl/1.2/design/middleware.html | 890 ++++++++++++++++++++++ docs/nrepl/1.2/design/overview.html | 405 ++++++++++ docs/nrepl/1.2/design/transports.html | 546 ++++++++++++++ docs/nrepl/1.2/extensions.html | 436 +++++++++++ docs/nrepl/1.2/faq.html | 394 ++++++++++ docs/nrepl/1.2/hacking_on_nrepl.html | 550 ++++++++++++++ docs/nrepl/1.2/index.html | 377 +++++++++ docs/nrepl/1.2/installation.html | 456 +++++++++++ docs/nrepl/1.2/ops.html | 922 +++++++++++++++++++++++ docs/nrepl/1.2/troubleshooting.html | 383 ++++++++++ docs/nrepl/1.2/usage/clients.html | 543 +++++++++++++ docs/nrepl/1.2/usage/misc.html | 703 +++++++++++++++++ docs/nrepl/1.2/usage/server.html | 847 +++++++++++++++++++++ docs/nrepl/1.2/usage/tls.html | 486 ++++++++++++ docs/nrepl/about/changelog.html | 5 + docs/nrepl/about/compatibility.html | 10 + docs/nrepl/about/contributing.html | 5 + docs/nrepl/about/history.html | 5 + docs/nrepl/about/license.html | 5 + docs/nrepl/about/release_policy.html | 5 + docs/nrepl/about/support.html | 5 + docs/nrepl/about/team.html | 5 + docs/nrepl/additional_resources.html | 5 + docs/nrepl/alternatives.html | 5 + docs/nrepl/beyond_clojure.html | 5 + docs/nrepl/building_clients.html | 118 +-- docs/nrepl/building_middleware.html | 5 + docs/nrepl/building_servers.html | 7 +- docs/nrepl/design/handlers.html | 5 + docs/nrepl/design/middleware.html | 99 +-- docs/nrepl/design/overview.html | 5 + docs/nrepl/design/transports.html | 5 + docs/nrepl/extensions.html | 5 + docs/nrepl/faq.html | 5 + docs/nrepl/hacking_on_nrepl.html | 5 + docs/nrepl/index.html | 5 + docs/nrepl/installation.html | 5 + docs/nrepl/ops.html | 76 +- docs/nrepl/troubleshooting.html | 5 + docs/nrepl/usage/clients.html | 5 + docs/nrepl/usage/misc.html | 5 + docs/nrepl/usage/server.html | 5 + docs/nrepl/usage/tls.html | 5 + docs/sitemap.xml | 288 ++++--- 119 files changed, 14587 insertions(+), 353 deletions(-) create mode 100644 docs/nrepl/1.2/_images/logo-w1280.png create mode 100644 docs/nrepl/1.2/about/changelog.html create mode 100644 docs/nrepl/1.2/about/compatibility.html create mode 100644 docs/nrepl/1.2/about/contributing.html create mode 100644 docs/nrepl/1.2/about/history.html create mode 100644 docs/nrepl/1.2/about/license.html create mode 100644 docs/nrepl/1.2/about/release_policy.html create mode 100644 docs/nrepl/1.2/about/support.html create mode 100644 docs/nrepl/1.2/about/team.html create mode 100644 docs/nrepl/1.2/additional_resources.html create mode 100644 docs/nrepl/1.2/alternatives.html create mode 100644 docs/nrepl/1.2/beyond_clojure.html create mode 100644 docs/nrepl/1.2/building_clients.html create mode 100644 docs/nrepl/1.2/building_middleware.html create mode 100644 docs/nrepl/1.2/building_servers.html create mode 100644 docs/nrepl/1.2/design/handlers.html create mode 100644 docs/nrepl/1.2/design/middleware.html create mode 100644 docs/nrepl/1.2/design/overview.html create mode 100644 docs/nrepl/1.2/design/transports.html create mode 100644 docs/nrepl/1.2/extensions.html create mode 100644 docs/nrepl/1.2/faq.html create mode 100644 docs/nrepl/1.2/hacking_on_nrepl.html create mode 100644 docs/nrepl/1.2/index.html create mode 100644 docs/nrepl/1.2/installation.html create mode 100644 docs/nrepl/1.2/ops.html create mode 100644 docs/nrepl/1.2/troubleshooting.html create mode 100644 docs/nrepl/1.2/usage/clients.html create mode 100644 docs/nrepl/1.2/usage/misc.html create mode 100644 docs/nrepl/1.2/usage/server.html create mode 100644 docs/nrepl/1.2/usage/tls.html diff --git a/docs/404.html b/docs/404.html index 0e61bf4..bcfdf76 100644 --- a/docs/404.html +++ b/docs/404.html @@ -67,6 +67,9 @@
  • default
  • +
  • + 1.2 +
  • 1.1
  • @@ -83,6 +86,7 @@
    @@ -90,7 +94,7 @@

    Page Not Found

    -

    The page you’re looking for does not exist. It may have been moved. You can follow one of the links in the navigation to the left.

    +

    The page you’re looking for does not exist. It may have been moved. You can return to the start page, or follow one of the links in the navigation to the left.

    If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. diff --git a/docs/index.html b/docs/index.html index 83f8422..60de785 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,9 +1,9 @@ - - - + + + Redirect Notice

    Redirect Notice

    -

    The page you requested has been relocated to https://nrepl.org/nrepl/1.1/index.html.

    +

    The page you requested has been relocated to https://nrepl.org/nrepl/1.2/index.html.

    diff --git a/docs/nrepl/1.0/about/changelog.html b/docs/nrepl/1.0/about/changelog.html index 067a958..14d42ca 100644 --- a/docs/nrepl/1.0/about/changelog.html +++ b/docs/nrepl/1.0/about/changelog.html @@ -188,6 +188,9 @@

    nREPL

  • default
  • +
  • + 1.2 +
  • 1.1
  • @@ -204,6 +207,7 @@

    nREPL