This is an automated email from the ASF dual-hosted git repository.
ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push:
new cdd92e32 Update website (#268)
cdd92e32 is described below
commit cdd92e32cf22e1c094b42e846cf5e1529ea70782
Author: dpdjvhxm <[email protected]>
AuthorDate: Fri Mar 22 19:07:42 2024 +0900
Update website (#268)
* Update index.md
* Update index.md
* Update gatsby-config.js
* Update package.json
* Add files via upload
* Add files via upload
* Add files via upload
* Update Navbar.js
* Update Footer
Update Download version and file link
Update Landing Page (News & Events)
* Update Landing page: Comparison
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Fix Google Analytics Code
* Fix Footer Link
* Update landing page and add FAQ page
* Fix double MenuToggle button issue and css
Fixing bugs with two menu buttons on the responsive screen Fixing the
phenomenon that the scrollbar obscures the menu buttons
* Update
* Update
* Updated
---------
Co-authored-by: Hanbyeol Shin / David Shin / 신한별
<[email protected]>
---
src/components/Navbar.js | 7 +------
src/pages/download/index.md | 7 +++++++
src/pages/getstarted/quickstart.md | 12 ++++++++----
src/templates/index-page.js | 11 ++++++++++-
4 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index e0dfb589..bafc3fca 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -27,7 +27,7 @@ const Navbar = () => {
<Menu.SubMenu title="Get Started">
<Menu.Item>
<Link className="navbar-item" to="/getstarted/quickstart">
- Quickstart
+ Quick Start
</Link>
</Menu.Item>
</Menu.SubMenu>
@@ -143,11 +143,6 @@ const Navbar = () => {
AGE Beyond Cypher
</a>
</Menu.Item>
- <Menu.Item>
- <a
href="https://age.apache.org/age-manual/master/contributing/run_tests.html"
target="_blank" className="navbar-item">
- Contributing
- </a>
- </Menu.Item>
</Menu.SubMenu>
{/* 블로그 페이지:임시 제외
diff --git a/src/pages/download/index.md b/src/pages/download/index.md
index a3138849..9671560e 100644
--- a/src/pages/download/index.md
+++ b/src/pages/download/index.md
@@ -62,7 +62,14 @@ title: Downloads
| [Download Apache AGE 1.4.0
➚](https://downloads.apache.org/age/PG11/1.4.0/apache-age-1.4.0-src.tar.gz) |
[CheckSum
➚](https://downloads.apache.org/age/PG11/1.4.0/apache-age-1.4.0-src.tar.gz.sha512)
& [Signature
➚](https://downloads.apache.org/age/PG11/1.4.0/apache-age-1.4.0-src.tar.gz.asc)
+<br/><br/>
+
+## Windows Installer
+The Windows installer is an installation file that packages PostgreSQL version
15, Apache AGE version 1.4.0, and Graphizer (graph visualization tool).
+| Windows Installer |
+| --------------------- |
+| [Download Windows Installer
➚](https://agedb.io/downloads/ageplus-pg15-1.4.0-1-windows-x64.exe) |
<br/><br/>
diff --git a/src/pages/getstarted/quickstart.md
b/src/pages/getstarted/quickstart.md
index 62d973a7..ec022683 100644
--- a/src/pages/getstarted/quickstart.md
+++ b/src/pages/getstarted/quickstart.md
@@ -1,17 +1,21 @@
---
templateKey: docs-template
path: /Get Started/Quickstart
-title: Quickstart
----
+title: Quick Start
+
<div class="DeveloperGuidelines">
## Run using Windows Installer
-The Windows installer is an installation file that packages PostgreSQL version
15, Apache AGE version 1.4.0, and Graphizer (graph visualization tool).
+
+The Windows installer is an installation file that packages PostgreSQL 15,
Apache AGE 1.4.0, and Graphizer 1.1
+
+Graphizer is a powerful Graph Database software that simplifies loading table
data like Relational Database and CSV files into Graph Database for advanced
data analysis and exploration.
| Windows Installer |
| --------------------- |
-| Windows Installer download will open on March 25, 2024. |
+| [Download Windows Installer
➚](https://agedb.io/downloads/ageplus-pg15-1.4.0-1-windows-x64.exe) |
+
## Run using Docker
- Get the docker image
diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index c666375e..5c91f7e4 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -69,6 +69,16 @@ export const IndexPageTemplate = ({
<div className={styles.cardRight}>
News & Events
<div className={styles.cardContent}>
+ <div><b>Apache AGE Release Windows Installer!</b></div>
+ <div>Check out our Windows Installer and give us User
feedback in our GitHub</div>
+ <div>
+
+ <a href="/getstarted/quickstart" >Read more</a>
+
+ </div>
+
+ <br></br>
+
<div><b>Apache AGE on Microsoft Azure PostgreSQL</b></div>
<div>Support the integration of Microsoft Azure PostgreSQL
with Apache AGE by casting your vote and feedback!</div>
@@ -91,7 +101,6 @@ export const IndexPageTemplate = ({
<a
href="https://github.com/apache/age/releases/tag/PG16%2Fv1.5.0-rc0"
target="_blank">Read more</a>
-
</div>
<br></br>