This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch justinmclean-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git
commit 865eec79667dbd1ae04322dc656d326f0ff0c4bf Author: Justin Mclean <[email protected]> AuthorDate: Wed Apr 3 17:43:22 2024 +1100 Update README.md The first mention and title should be in the form "Apache Amoro" --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 492e4af..b409bc5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ - under the License. --> -# Amoro Documentation Site +# Apache Amoro Documentation Site -This repository contains the documentation for [Amoro](https://github.com/apache/incubator-amoro). +This repository contains the documentation for [Apache Amoro](https://github.com/apache/incubator-amoro). It's built with [Hugo](https://gohugo.io/) and hosted at https://amoro.apche.org. # Structure @@ -28,7 +28,7 @@ The Amoro documentation site is actually constructed from two hugo sites. The fi is the documentation site which contains the full Amoro documentation. The site page and documentation sites are completely self-contained in the `./amoro-site` and `./amoro-docs` directories, respectively. -## Relationship to the Amoro Repository +## Relationship to the Apache Amoro Repository All markdown pages that are specific to an Amoro version are maintained in the incubator-amoro repository. All pages common across all version releases are kept here in the incubator-amoro-site repo. @@ -115,4 +115,4 @@ hugo -b http://localhost:5500/docs/latest/ -d ../public/docs/latest You should then have both sites deployed to the `public` directory which you can launch using your live server. -**Note:** The examples above use port `5500`. Be sure to change the port number if your local live server uses a different port. \ No newline at end of file +**Note:** The examples above use port `5500`. Be sure to change the port number if your local live server uses a different port.
