From 03f264158a867dc9522145dbc98f2de2c22ce205 Mon Sep 17 00:00:00 2001 From: guardrail website builder Date: Sun, 17 Dec 2023 21:50:03 +0000 Subject: [PATCH] Updating docsify --- java/dropwizard/generating-a-server.html | 14 ++++++++++++++ java/dropwizard/generating-clients.html | 14 ++++++++++++++ java/dropwizard/index.html | 14 ++++++++++++++ java/dropwizard/installation.html | 14 ++++++++++++++ java/dropwizard/sample-api-specification.html | 14 ++++++++++++++ java/dropwizard/what-is-guardrail.html | 14 ++++++++++++++ java/index.html | 14 ++++++++++++++ java/spring-mvc/index.html | 14 ++++++++++++++ scala/akka-http/dtos.html | 14 ++++++++++++++ scala/akka-http/generating-a-server.html | 14 ++++++++++++++ scala/akka-http/generating-clients.html | 14 ++++++++++++++ scala/akka-http/guardrail-extensions.html | 14 ++++++++++++++ scala/akka-http/index.html | 14 ++++++++++++++ scala/akka-http/installation.html | 14 ++++++++++++++ scala/akka-http/sample-api-specification.html | 14 ++++++++++++++ scala/akka-http/what-is-guardrail.html | 14 ++++++++++++++ scala/dropwizard/index.html | 14 ++++++++++++++ scala/http4s/dtos.html | 14 ++++++++++++++ scala/http4s/generating-a-server.html | 14 ++++++++++++++ scala/http4s/generating-clients.html | 14 ++++++++++++++ scala/http4s/guardrail-extensions.html | 14 ++++++++++++++ scala/http4s/index.html | 14 ++++++++++++++ scala/http4s/installation.html | 14 ++++++++++++++ scala/http4s/sample-api-specification.html | 14 ++++++++++++++ scala/http4s/what-is-guardrail.html | 14 ++++++++++++++ scala/index.html | 14 ++++++++++++++ 26 files changed, 364 insertions(+) create mode 100644 java/dropwizard/generating-a-server.html create mode 100644 java/dropwizard/generating-clients.html create mode 100644 java/dropwizard/index.html create mode 100644 java/dropwizard/installation.html create mode 100644 java/dropwizard/sample-api-specification.html create mode 100644 java/dropwizard/what-is-guardrail.html create mode 100644 java/index.html create mode 100644 java/spring-mvc/index.html create mode 100644 scala/akka-http/dtos.html create mode 100644 scala/akka-http/generating-a-server.html create mode 100644 scala/akka-http/generating-clients.html create mode 100644 scala/akka-http/guardrail-extensions.html create mode 100644 scala/akka-http/index.html create mode 100644 scala/akka-http/installation.html create mode 100644 scala/akka-http/sample-api-specification.html create mode 100644 scala/akka-http/what-is-guardrail.html create mode 100644 scala/dropwizard/index.html create mode 100644 scala/http4s/dtos.html create mode 100644 scala/http4s/generating-a-server.html create mode 100644 scala/http4s/generating-clients.html create mode 100644 scala/http4s/guardrail-extensions.html create mode 100644 scala/http4s/index.html create mode 100644 scala/http4s/installation.html create mode 100644 scala/http4s/sample-api-specification.html create mode 100644 scala/http4s/what-is-guardrail.html create mode 100644 scala/index.html diff --git a/java/dropwizard/generating-a-server.html b/java/dropwizard/generating-a-server.html new file mode 100644 index 000000000..2316952a3 --- /dev/null +++ b/java/dropwizard/generating-a-server.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/dropwizard/generating-clients.html b/java/dropwizard/generating-clients.html new file mode 100644 index 000000000..b9d919b3f --- /dev/null +++ b/java/dropwizard/generating-clients.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/dropwizard/index.html b/java/dropwizard/index.html new file mode 100644 index 000000000..bebb8dd10 --- /dev/null +++ b/java/dropwizard/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/dropwizard/installation.html b/java/dropwizard/installation.html new file mode 100644 index 000000000..0c88802e2 --- /dev/null +++ b/java/dropwizard/installation.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/dropwizard/sample-api-specification.html b/java/dropwizard/sample-api-specification.html new file mode 100644 index 000000000..c90f02ec7 --- /dev/null +++ b/java/dropwizard/sample-api-specification.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/dropwizard/what-is-guardrail.html b/java/dropwizard/what-is-guardrail.html new file mode 100644 index 000000000..c0c867ba1 --- /dev/null +++ b/java/dropwizard/what-is-guardrail.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/index.html b/java/index.html new file mode 100644 index 000000000..c2afc991f --- /dev/null +++ b/java/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/java/spring-mvc/index.html b/java/spring-mvc/index.html new file mode 100644 index 000000000..bde8dfb99 --- /dev/null +++ b/java/spring-mvc/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/dtos.html b/scala/akka-http/dtos.html new file mode 100644 index 000000000..568fd767a --- /dev/null +++ b/scala/akka-http/dtos.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/generating-a-server.html b/scala/akka-http/generating-a-server.html new file mode 100644 index 000000000..b344164f8 --- /dev/null +++ b/scala/akka-http/generating-a-server.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/generating-clients.html b/scala/akka-http/generating-clients.html new file mode 100644 index 000000000..bedd7a180 --- /dev/null +++ b/scala/akka-http/generating-clients.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/guardrail-extensions.html b/scala/akka-http/guardrail-extensions.html new file mode 100644 index 000000000..01bc86aab --- /dev/null +++ b/scala/akka-http/guardrail-extensions.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/index.html b/scala/akka-http/index.html new file mode 100644 index 000000000..9b08813c3 --- /dev/null +++ b/scala/akka-http/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/installation.html b/scala/akka-http/installation.html new file mode 100644 index 000000000..3906f083e --- /dev/null +++ b/scala/akka-http/installation.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/sample-api-specification.html b/scala/akka-http/sample-api-specification.html new file mode 100644 index 000000000..c90f02ec7 --- /dev/null +++ b/scala/akka-http/sample-api-specification.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/akka-http/what-is-guardrail.html b/scala/akka-http/what-is-guardrail.html new file mode 100644 index 000000000..c0c867ba1 --- /dev/null +++ b/scala/akka-http/what-is-guardrail.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/dropwizard/index.html b/scala/dropwizard/index.html new file mode 100644 index 000000000..3a2f00dc4 --- /dev/null +++ b/scala/dropwizard/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/dtos.html b/scala/http4s/dtos.html new file mode 100644 index 000000000..568fd767a --- /dev/null +++ b/scala/http4s/dtos.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/generating-a-server.html b/scala/http4s/generating-a-server.html new file mode 100644 index 000000000..d10858255 --- /dev/null +++ b/scala/http4s/generating-a-server.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/generating-clients.html b/scala/http4s/generating-clients.html new file mode 100644 index 000000000..b40c26dcf --- /dev/null +++ b/scala/http4s/generating-clients.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/guardrail-extensions.html b/scala/http4s/guardrail-extensions.html new file mode 100644 index 000000000..13c89fa98 --- /dev/null +++ b/scala/http4s/guardrail-extensions.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/index.html b/scala/http4s/index.html new file mode 100644 index 000000000..791fd16ac --- /dev/null +++ b/scala/http4s/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/installation.html b/scala/http4s/installation.html new file mode 100644 index 000000000..3906f083e --- /dev/null +++ b/scala/http4s/installation.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/sample-api-specification.html b/scala/http4s/sample-api-specification.html new file mode 100644 index 000000000..c8f88a8ac --- /dev/null +++ b/scala/http4s/sample-api-specification.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/http4s/what-is-guardrail.html b/scala/http4s/what-is-guardrail.html new file mode 100644 index 000000000..c0c867ba1 --- /dev/null +++ b/scala/http4s/what-is-guardrail.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + + diff --git a/scala/index.html b/scala/index.html new file mode 100644 index 000000000..75767dcf7 --- /dev/null +++ b/scala/index.html @@ -0,0 +1,14 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this link to example. + +