This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new da82cece81 Update .asf.yaml to publish docs to datafusion.apache.org
(#10190)
da82cece81 is described below
commit da82cece8181d5af0d38243229ecb2b4722cb4a9
Author: Phillip LeBlanc <[email protected]>
AuthorDate: Tue Apr 23 19:36:31 2024 +0900
Update .asf.yaml to publish docs to datafusion.apache.org (#10190)
* Update .asf.yaml to publish to root
* Update website to have top-level ASF links
---
.asf.yaml | 5 ++---
docs/README.md | 8 ++++----
docs/source/index.rst | 11 +++++++++++
3 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 2c8a74080e..8e939c695d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,7 +27,7 @@ notifications:
jira_options: link label worklog
github:
description: "Apache DataFusion SQL Query Engine"
- homepage: https://arrow.apache.org/datafusion
+ homepage: https://datafusion.apache.org/
labels:
- arrow
- big-data
@@ -50,7 +50,6 @@ github:
required_approving_review_count: 1
# publishes the content of the `asf-site` branch to
-# https://arrow.apache.org/datafusion/
+# https://datafusion.apache.org/
publish:
whoami: asf-site
- subdir: datafusion
diff --git a/docs/README.md b/docs/README.md
index 32fe98466c..acf3cb754c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -21,7 +21,7 @@
This folder contains the source content of the [User
Guide](./source/user-guide)
and [Contributor Guide](./source/contributor-guide). These are both published
to
-https://arrow.apache.org/datafusion/ as part of the release process.
+https://datafusion.apache.org/ as part of the release process.
## Dependencies
@@ -55,7 +55,7 @@ automatically updated.
## Release Process
-This documentation is hosted at https://arrow.apache.org/datafusion/
+This documentation is hosted at https://datafusion.apache.org/
When the PR is merged to the `main` branch of the DataFusion
repository, a [github
workflow](https://github.com/apache/datafusion/blob/main/.github/workflows/docs.yaml)
which:
@@ -63,7 +63,7 @@ repository, a [github
workflow](https://github.com/apache/datafusion/blob/main/.
1. Builds the html content
2. Pushes the html content to the
[`asf-site`](https://github.com/apache/datafusion/tree/asf-site) branch in this
repository.
-The Apache Software Foundation provides https://arrow.apache.org/,
+The Apache Software Foundation provides https://datafusion.apache.org/,
which serves content based on the configuration in
[.asf.yaml](https://github.com/apache/datafusion/blob/main/.asf.yaml),
-which specifies the target as https://arrow.apache.org/datafusion/.
+which specifies the target as https://datafusion.apache.org/.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 41cd7d9aee..5944d346ca 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -50,6 +50,17 @@ Please see the `developer’s guide`_ for contributing and
`communication`_ for
.. _developer’s guide: contributor-guide/index.html#developer-s-guide
.. _communication: contributor-guide/communication.html
+.. _toc.asf-links:
+.. toctree::
+ :maxdepth: 1
+ :caption: ASF Links
+
+ Apache Software Foundation <https://apache.org>
+ License <https://www.apache.org/licenses/>
+ Donate <https://www.apache.org/foundation/sponsorship.html>
+ Thanks <https://www.apache.org/foundation/thanks.html>
+ Security <https://www.apache.org/security/>
+
.. _toc.links:
.. toctree::
:maxdepth: 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]