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 b61f79e9 Updated New-web (#271)
b61f79e9 is described below
commit b61f79e9f3d420df0d1a10897a82f63c7f3d4834
Author: dpdjvhxm <[email protected]>
AuthorDate: Sat Mar 23 00:06:12 2024 +0900
Updated New-web (#271)
* 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
---------
Co-authored-by: Hanbyeol Shin / David Shin / 신한별
<[email protected]>
---
.github/workflows/web-deploy.yml | 2 +-
netlify.toml | 2 +-
src/pages/getstarted/quickstart.md | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml
index b39ed6d3..7d043e93 100644
--- a/.github/workflows/web-deploy.yml
+++ b/.github/workflows/web-deploy.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- node-version: [20.x]
+ node-version: [16.x]
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps:
diff --git a/netlify.toml b/netlify.toml
index a66fa449..f329ceb4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "public"
command = "npm run build"
[build.environment]
- NODE_VERSION = "20.x"
+ NODE_VERSION = "16.x"
YARN_VERSION = "1.22.4"
YARN_FLAGS = "--no-ignore-optional"
diff --git a/src/pages/getstarted/quickstart.md
b/src/pages/getstarted/quickstart.md
index ec022683..2816393b 100644
--- a/src/pages/getstarted/quickstart.md
+++ b/src/pages/getstarted/quickstart.md
@@ -2,7 +2,7 @@
templateKey: docs-template
path: /Get Started/Quickstart
title: Quick Start
-
+---
<div class="DeveloperGuidelines">
@@ -106,4 +106,4 @@ FROM cypher('graph_name', $$
RETURN e
$$) as (e agtype);
```
-</div>
\ No newline at end of file
+</div>