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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ab3cc6  Add API reference pages place holder to avoid page not found 
error (#11)
7ab3cc6 is described below

commit 7ab3cc6b81b872181414fe38f4ef1db63ae367de
Author: Weibin Zeng <[email protected]>
AuthorDate: Fri Apr 12 00:01:42 2024 +0800

    Add API reference pages place holder to avoid page not found error (#11)
    
    The API references are not ready now, add place holder to avoid page not 
found.
    ---------
    
    Signed-off-by: acezen <[email protected]>
---
 static/docs/cpp/index.html     | 29 +++++++++++++++++++++++++++++
 static/docs/java/index.html    | 29 +++++++++++++++++++++++++++++
 static/docs/pyspark/index.html | 29 +++++++++++++++++++++++++++++
 static/docs/spark/index.html   | 29 +++++++++++++++++++++++++++++
 4 files changed, 116 insertions(+)

diff --git a/static/docs/cpp/index.html b/static/docs/cpp/index.html
new file mode 100644
index 0000000..4ac504a
--- /dev/null
+++ b/static/docs/cpp/index.html
@@ -0,0 +1,29 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<!DOCTYPE html>
+<html>
+<head>
+    <title>C++ API Documentation</title>
+</head>
+<body>
+    <h1>The API is coming soon.</h1>
+</body>
+</html>
diff --git a/static/docs/java/index.html b/static/docs/java/index.html
new file mode 100644
index 0000000..79a1219
--- /dev/null
+++ b/static/docs/java/index.html
@@ -0,0 +1,29 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Java API Documentation</title>
+</head>
+<body>
+    <h1>The API is coming soon.</h1>
+</body>
+</html>
diff --git a/static/docs/pyspark/index.html b/static/docs/pyspark/index.html
new file mode 100644
index 0000000..6cf9169
--- /dev/null
+++ b/static/docs/pyspark/index.html
@@ -0,0 +1,29 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Python API Documentation</title>
+</head>
+<body>
+    <h1>The API is coming soon.</h1>
+</body>
+</html>
diff --git a/static/docs/spark/index.html b/static/docs/spark/index.html
new file mode 100644
index 0000000..59dde8a
--- /dev/null
+++ b/static/docs/spark/index.html
@@ -0,0 +1,29 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Scala API Documentation</title>
+</head>
+<body>
+    <h1>The API is coming soon.</h1>
+</body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to