This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0c7ab0e  Publish
0c7ab0e is described below

commit 0c7ab0e47957b4c3f5dfaeda1906304301adabf8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 29 00:05:38 2023 +0000

    Publish
---
 .asf.yaml                           |  4 ++--
 devel/_sources/configuration.md.txt |  4 ++--
 devel/_sources/index.md.txt         |  7 +++----
 devel/_sources/install.md.txt       | 14 +++++++-------
 devel/_sources/release-notes.md.txt |  2 +-
 devel/_static/switcher.json         | 30 +++++++++++++++---------------
 devel/searchindex.js                |  2 +-
 index.html                          |  7 +++----
 8 files changed, 34 insertions(+), 36 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6043b67..84deac3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,9 +30,9 @@ github:
     issues: true
 
 notifications:
-  commits:      [email protected]
+  commits: [email protected]
   issues_status: [email protected]
-  issues:       [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
 
 publish:
diff --git a/devel/_sources/configuration.md.txt 
b/devel/_sources/configuration.md.txt
index ae220b9..49b586e 100644
--- a/devel/_sources/configuration.md.txt
+++ b/devel/_sources/configuration.md.txt
@@ -50,7 +50,7 @@ Note that you also need to setup client side. For example, 
see the
 following documentations for the C++ implementation of Apache Arrow
 Flight SQL client:
 
-* [Enable TLS][arrow-flight-tls]
+- [Enable TLS][arrow-flight-tls]
 
 ```{note}
 mTLS (mutual-TLS) isn't implemented yet. If you're interested in mTLS,
@@ -72,7 +72,7 @@ automatically.
 
 The maximum number of rows per record batch.
 
-The default is 1 * 1024 * 1024 rows.
+The default is 1 \* 1024 \* 1024 rows.
 
 If this value is small, total data exchange time will be slower.
 
diff --git a/devel/_sources/index.md.txt b/devel/_sources/index.md.txt
index fedc6db..ca70714 100644
--- a/devel/_sources/index.md.txt
+++ b/devel/_sources/index.md.txt
@@ -32,9 +32,8 @@ configuration.md
 client.md
 ```
 
-
 ## Indices and tables
 
-* {ref}`genindex`
-* {ref}`modindex`
-* {ref}`search`
+- {ref}`genindex`
+- {ref}`modindex`
+- {ref}`search`
diff --git a/devel/_sources/install.md.txt b/devel/_sources/install.md.txt
index 4daa30e..b716a7b 100644
--- a/devel/_sources/install.md.txt
+++ b/devel/_sources/install.md.txt
@@ -23,8 +23,8 @@
 
 Supported versions:
 
-* Debian GNU/Linux bookworm
-* Ubuntu 22.04 LTS
+- Debian GNU/Linux bookworm
+- Ubuntu 22.04 LTS
 
 Enable the PostgreSQL APT repository:
 
@@ -63,11 +63,11 @@ See {doc}`configuration` how to configure Apache Arrow 
Flight SQL adapter for Po
 You need to install the followings before you build Apache Arrow
 Flight SQL adapter for PostgreSQL:
 
-* PostgreSQL: https://www.postgresql.org/download/
-* Apache Arrow C++ with Flight SQL support: https://arrow.apache.org/install/
-* Meson: https://mesonbuild.com/
-* Ninja: https://ninja-build.org/
-* C++ compiler such as `g++` and `clang++
+- PostgreSQL: https://www.postgresql.org/download/
+- Apache Arrow C++ with Flight SQL support: https://arrow.apache.org/install/
+- Meson: https://mesonbuild.com/
+- Ninja: https://ninja-build.org/
+- C++ compiler such as `g++` and `clang++
 
 Here are command lines to build Apache Arrow Flight SQL adapter for
 PostgreSQL:
diff --git a/devel/_sources/release-notes.md.txt 
b/devel/_sources/release-notes.md.txt
index f3159e3..3f9dd1a 100644
--- a/devel/_sources/release-notes.md.txt
+++ b/devel/_sources/release-notes.md.txt
@@ -23,4 +23,4 @@
 
 ### Improvements
 
-  * The initial release!
+- The initial release!
diff --git a/devel/_static/switcher.json b/devel/_static/switcher.json
index 5d13223..f0f778b 100644
--- a/devel/_static/switcher.json
+++ b/devel/_static/switcher.json
@@ -1,17 +1,17 @@
 [
-       {
-               "name": "devel",
-               "url": "https://arrow.apache.org/flight-sql-postgresql/devel/";,
-               "version": "devel"
-       },
-       {
-               "name": "current",
-               "url": 
"https://arrow.apache.org/flight-sql-postgresql/current/";,
-               "version": "current"
-       },
-       {
-               "name": "0.1.0",
-               "url": "https://arrow.apache.org/flight-sql-postgresql/0.1.0/";,
-               "version": "0.1.0"
-       }
+  {
+    "name": "devel",
+    "url": "https://arrow.apache.org/flight-sql-postgresql/devel/";,
+    "version": "devel"
+  },
+  {
+    "name": "current",
+    "url": "https://arrow.apache.org/flight-sql-postgresql/current/";,
+    "version": "current"
+  },
+  {
+    "name": "0.1.0",
+    "url": "https://arrow.apache.org/flight-sql-postgresql/0.1.0/";,
+    "version": "0.1.0"
+  }
 ]
diff --git a/devel/searchindex.js b/devel/searchindex.js
index 30876e2..21b21b9 100644
--- a/devel/searchindex.js
+++ b/devel/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["client", "configuration", "index", "install", 
"overview", "release-notes"], "filenames": ["client.md", "configuration.md", 
"index.md", "install.md", "overview.md", "release-notes.md"], "titles": 
["Client", "Configuration", "Apache Arrow Flight SQL adapter for PostgreSQL", 
"Install", "Overview", "Release notes"], "terms": {"you": [0, 1, 3, 4], "must": 
[0, 1], "specifi": 0, "postgresql": [0, 1, 3, 4], "user": 0, "databas": [0, 4], 
"apach": [0, 1, 3, 4], "arro [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["client", "configuration", "index", "install", 
"overview", "release-notes"], "filenames": ["client.md", "configuration.md", 
"index.md", "install.md", "overview.md", "release-notes.md"], "titles": 
["Client", "Configuration", "Apache Arrow Flight SQL adapter for PostgreSQL", 
"Install", "Overview", "Release notes"], "terms": {"you": [0, 1, 3, 4], "must": 
[0, 1], "specifi": 0, "postgresql": [0, 1, 3, 4], "user": 0, "databas": [0, 4], 
"apach": [0, 1, 3, 4], "arro [...]
\ No newline at end of file
diff --git a/index.html b/index.html
index b1fa92d..382d778 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -19,8 +19,7 @@
 -->
 <html>
   <head>
-    <meta http-equiv="Refresh" content="0; url=current/">
+    <meta http-equiv="Refresh" content="0; url=current/" />
   </head>
-  <body>
-  </body>
+  <body></body>
 </html>

Reply via email to