From 4fb35427969ba79f8d950f6dd5c1613ae711c06d Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Thu, 16 May 2024 01:00:11 +0900 Subject: [PATCH] Writing #68: reverse home menu --- README.md | 2 +- website/pages/docs/_meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eae98a4..b81c227 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Check out the document in the [website](https://tgrid.com/docs): ### 🏠 Home - [Introduction](https://tgrid.com/docs) - - [Setup](https://tgrid.com/docs/setup) - [Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call) + - [Setup](https://tgrid.com/docs/setup) ### 📖 Tutorial - Features diff --git a/website/pages/docs/_meta.json b/website/pages/docs/_meta.json index 2f34765..8e847a4 100644 --- a/website/pages/docs/_meta.json +++ b/website/pages/docs/_meta.json @@ -1,7 +1,7 @@ { "index": "🙋🏻‍♂️ Introduction", - "setup": "📦 Setup", "remote-procedure-call": "📡 Remote Procedure Call", + "setup": "📦 Setup", "-- tutorial": { "type": "separator", "title": "📖 Tutorial"