Skip to content

Commit

Permalink
refactor: change the header of guide section
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz committed Jul 9, 2024
1 parent 8e6039b commit e4aaefd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
collapsed: false,
items: [
{ text: "What is Geng?", link: "/introduction" },
{ text: "Getting Started.", link: "/getting-started" },
{ text: "Getting Started", link: "/getting-started" },
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Start a project
description: Let's learn how to execute a project using Gen-G
---

# How to use?
# Folder Structure of the project

## Folder Structure of the project
## Tree of folder structure

```bash
.
Expand Down
4 changes: 2 additions & 2 deletions docs/generate-project-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Scaffold a project
description: Let's learn how to generate a project using Gen-G
---

# How to use?
# Generate a project using config

## Generate a project using config
## Let's start

Instead of using the following command.
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/generate-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Scaffold a project
description: Let's learn how to generate a project using Gen-G
---

# How to use?
# Generate a project using interactive terminal

## Generate a project
## Let's start

In order to generate a project you need to enter the following command:
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Gen-G | Generate Golang Project
description: a command line tool that helps you to initialize, develop and maintain your Go gin applications
---

# What is GenG
# What is GenG?

## Introduction

Expand Down
6 changes: 3 additions & 3 deletions docs/start-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: Start a project
description: Let's learn how to execute a project using Gen-G
---

# How to use?
# Start the project

## Start the project
## Let's start

In order to start a project just follow the given instruction which has been printed on project generation step.

Expand Down Expand Up @@ -66,7 +66,7 @@ Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-
2024-07-08T14:42:08.002Z INFO [GIN-debug] Listening and serving HTTP on :5000
```

### Info
### Run

Once you follow all the step correctly you can see your app running at port **:5000**

Expand Down

0 comments on commit e4aaefd

Please sign in to comment.