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 7066b16a Updated New-web (#272)
7066b16a is described below

commit 7066b16ac2f154fd7257a1a31408ab3a218761ba
Author: dpdjvhxm <[email protected]>
AuthorDate: Mon Mar 25 17:47:37 2024 +0900

    Updated New-web (#272)
    
    * 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
    
    * node version changes
    
    * node changes
    
    * Update quickstart.md
    
    * Update netlify.toml
    
    * update
    
    * Update 2024/Mar/25
    
    ---------
    
    Co-authored-by: Hanbyeol Shin /  David Shin / 신한별 
<[email protected]>
---
 src/components/Layout.js              | 10 ++++--
 src/components/Navbar.js              | 67 +++++++++++++++++++----------------
 src/pages/faq/faq.md                  |  4 +--
 src/pages/getstarted/quickstart.md    | 16 +++++++--
 src/templates/styles/docs.module.scss |  1 +
 5 files changed, 60 insertions(+), 38 deletions(-)

diff --git a/src/components/Layout.js b/src/components/Layout.js
index be0afe1f..8e9df5b7 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -40,16 +40,22 @@ const TemplateWrapper = ({ children }) => {
     if (isBrowser) {
       const pathName = window.location.pathname;
       const urlToTitle = {
+        '/getstarted/quickstart' : 'Quickstart | Apache AGE',
         '/overview' : 'Overview | Apache AGE',
         '/team' : 'Team | Apache AGE',
-        '/release-notes' : 'Release Notes | Apache AGE',
+        // '/release-notes' : 'Release Notes | Apache AGE',
         '/faq' : 'FAQ | Apache AGE',
         '/joinus' : 'Community | Apache AGE',
         '/contribution/how' : 'Contribution | Apache AGE',
         '/contribution/guide' : 'Code Convention | Apache AGE',
-        '/contribution/volunteers' : 'Volunteer Guideline | Apache AGE',
+        // '/contribution/volunteers' : 'Volunteer Guideline | Apache AGE',
         '/contribution/requirements' : 'Committer Requirements | Apache AGE',
         '/contribution/process' : 'Release Process | Apache AGE',
+        'https://age.apache.org/age-manual/master/intro/overview.html' : 'Doc 
| Apache AGE',
+        'https://age.apache.org/age-manual/master/intro/setup.html' : 'Doc | 
Apache AGE',
+        'https://age.apache.org/age-manual/master/clauses/match.html' : 'Doc | 
Apache AGE',
+        
'https://age.apache.org/age-manual/master/functions/predicate_functions.html' : 
'Doc | Apache AGE',
+        
'https://age.apache.org/age-manual/master/advanced/advanced_overview.html' : 
'Doc | Apache AGE',
         '/download' : 'Download | Apache AGE',
         'https://github.com/apache/age' : 'Apache AGE Github | Apache AGE',
       }
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index bafc3fca..a6f8a50f 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -31,7 +31,6 @@ const Navbar = () => {
                   </Link>
                 </Menu.Item>
             </Menu.SubMenu>
-
             <Menu.SubMenu title="Apache AGE">
               <Menu.Item>
                 <Link className="navbar-item" to="/overview">
@@ -181,6 +180,13 @@ const Navbar = () => {
             }}
             mode="inline"
           >
+           <Menu.SubMenu title="Get Started">
+              <Menu.Item>
+                  <Link className="navbar-item" to="/getstarted/quickstart">
+                    Quick Start
+                  </Link>
+                </Menu.Item>
+            </Menu.SubMenu>
             <Menu.SubMenu title="Apache AGE">
               <Menu.Item>
                 <Link className="navbar-item" to="/overview">
@@ -192,11 +198,11 @@ const Navbar = () => {
                   Team
                 </Link>
               </Menu.Item>
-              <Menu.Item>
+              {/*<Menu.Item> 릴리스 노트 
                 <Link className="navbar-item" to="/release-notes">
                   Release Notes
                 </Link>
-              </Menu.Item>
+              </Menu.Item>*/}
               <Menu.Item>
                 <Link className="navbar-item" to="/faq">
                   F A Q
@@ -209,7 +215,7 @@ const Navbar = () => {
                   Join AGE Community
                 </Link>
               </Menu.Item>
-              <Menu.Item>
+              {/*<Menu.Item>
                 <Link
                   className="navbar-item"
                   target="_blank"
@@ -217,7 +223,7 @@ const Navbar = () => {
                 >
                   AGE Discord
                 </Link>
-              </Menu.Item>
+              </Menu.Item>*/}
               <Menu.Item>
                 <Link
                   className="navbar-item"
@@ -236,20 +242,12 @@ const Navbar = () => {
                   AGE Project
                 </Link>
               </Menu.Item>
-              <Menu.Item>
-                <Link
-                  className="navbar-item"
-                  target="_blank"
-                  to="https://github.com/apache/age-viewer/projects";
-                >
-                  AGE Viewer Project
-                </Link>
-              </Menu.Item>
+
             </Menu.SubMenu>
             <Menu.SubMenu title="Contribution">
               <Menu.Item>
                 <Link className="navbar-item" to="/contribution/how">
-                  Ways to contribute
+                  How to contribute
                 </Link>
               </Menu.Item>
               <Menu.Item>
@@ -257,11 +255,12 @@ const Navbar = () => {
                   Code Convention
                 </Link>
               </Menu.Item>
+              {/* 더 이상 운영 안함
               <Menu.Item>
                 <Link className="navbar-item" to="/contribution/volunteers">
                   Volunteer Guideline
                 </Link>
-              </Menu.Item>
+              </Menu.Item>*/}
               <Menu.Item>
                 <Link className="navbar-item" to="/contribution/requirements">
                   Committer Requirements
@@ -273,12 +272,17 @@ const Navbar = () => {
                 </Link>
               </Menu.Item>
             </Menu.SubMenu>
-            <Menu.SubMenu title="Documentation">
+            <Menu.SubMenu title="Doc">
               <Menu.Item>
                 <a 
href="https://age.apache.org/age-manual/master/intro/overview.html"; 
target="_blank" className="navbar-item">
                   Introduction
                 </a>
               </Menu.Item>
+              <Menu.Item>
+                <a 
href="https://age.apache.org/age-manual/master/intro/setup.html"; 
target="_blank" className="navbar-item">
+                  Setup
+                </a>
+              </Menu.Item>
               <Menu.Item>
                 <a 
href="https://age.apache.org/age-manual/master/clauses/match.html"; 
target="_blank" className="navbar-item">
                   Clauses
@@ -294,24 +298,25 @@ 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>
-            <Menu.SubMenu title="Apache AGE GitHub">
-              <Menu.Item>
-                <a href="https://github.com/apache/age"; target="_blank">       
           
-                  AGE
-                </a>        
+            <Menu.Item>
+                <Link
+                  className="navbar-item"
+                  target="_blank"
+                  to="/download"
+                >
+                  Downloads
+                </Link>
               </Menu.Item>
               <Menu.Item>
-                <a href="https://github.com/apache/age-viewer"; 
target="_blank">                  
-                  AGE Viewer
-                </a>        
+                <Link
+                  className="navbar-item"
+                  target="_blank"
+                  to="https://github.com/apache/age";
+                >
+                  Apache AGE GitHub
+                </Link>
               </Menu.Item>
-            </Menu.SubMenu>
           </Menu>
         </div>
 
diff --git a/src/pages/faq/faq.md b/src/pages/faq/faq.md
index 35960be1..7c2d8920 100644
--- a/src/pages/faq/faq.md
+++ b/src/pages/faq/faq.md
@@ -6,7 +6,7 @@ title: FAQ
 
 <div class="설명">
 
-# How to Contribute
-There are multiple ways you can contribute to the Apache AGE and Apache AGE 
Viewer projects. If you are interested in the project and looking for ways to 
help, consult the list of projects in the Apache AGE and AGE Viewer GitHubs, or 
ask on the Apache AGE dev mailing list. 
+# 테스트
+테스트
 
 </div>
\ No newline at end of file
diff --git a/src/pages/getstarted/quickstart.md 
b/src/pages/getstarted/quickstart.md
index 2816393b..04d1d678 100644
--- a/src/pages/getstarted/quickstart.md
+++ b/src/pages/getstarted/quickstart.md
@@ -8,14 +8,24 @@ title: Quick Start
 
 ## Run using Windows Installer
 
-The Windows installer is an installation file that packages PostgreSQL 15, 
Apache AGE 1.4.0, and Graphizer 1.1 
+The Windows installer is an installation file that contains 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.
+Graphizer is a data modeling tool that allows generating  openCypher graph 
data with table data in relational databases and CSV files for advanced data 
analysis and exploration.
 
 | Windows Installer         |
 | --------------------- |
-| [Download Windows Installer 
➚](https://agedb.io/downloads/ageplus-pg15-1.4.0-1-windows-x64.exe) |
+<a href="https://agedb.io/downloads/ageplus-pg15-1.4.0-1-windows-x64.zip"; 
onclick="gtag('event', 'click', {'event_category': 'Category', 'event_label': 
'윈도우인스톨러다운수'});">Download Windows Installer ➚</a>
 
+## Introduce Apache AGE & Graphizer
+| Apache AGE         |
+| --------------------- |
+<iframe width="600" height="300" 
src="https://www.youtube.com/embed/CgPPX_PIE9U?si=hLuu5GKdYVcAj44N"; 
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; 
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+
+| Graphizer         |
+| --------------------- |
+<iframe width="600" height="300" 
src="https://www.youtube.com/embed/asgzHSiKR9U?si=-314Oc461OHYjGHm"; 
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; 
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+
+※ The Graphizer video is a Korean. If you need another language, please click 
the subtitle button on the video to watch.
 
 ## Run using Docker
 - Get the docker image
diff --git a/src/templates/styles/docs.module.scss 
b/src/templates/styles/docs.module.scss
index dc01a82c..89c202b4 100644
--- a/src/templates/styles/docs.module.scss
+++ b/src/templates/styles/docs.module.scss
@@ -71,4 +71,5 @@
       text-align: center;
     }
   }
+ 
 }

Reply via email to