Skip to content

Commit

Permalink
docs: optmize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Apr 27, 2024
1 parent d778c75 commit 6abeebd
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 19 deletions.
32 changes: 26 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: home
title: Go 面试宝典
heroImage: /logo.svg
heroText: Go 面试宝典
tagline: Golang 面试基础,常见面试题
tagline: Golang 一站式学习网站,提供 Golang 基础、进阶、工具、框架等内容,同时提供 Golang 面试题供开发者学习和求职
actions:
- text: 指南
link: ./guide/
Expand All @@ -17,15 +17,35 @@ highlights:
- header:
features:

- title: 基本概念
icon: fluent:card-ui-20-filled
- title: Golang 知识点
icon: fa6-brands:golang
details: Golang 基本概念
link: /guide/concepts/golang
link: /guide/concepts/golang/1-keywords

- title: Golang 面试题
icon: bx:book
icon: fa6-brands:golang
details: Golang 面试题合集
link: /guide/interview/golang
link: /guide/interview/golang/basic/1-basic

- title: 计算机网络知识点
icon: pepicons-pencil:internet
details: 计算机网络知识点整理
link: /guide/concepts/network/1-network

- title: 数据库知识点
icon: material-symbols:database-outline
details: 数据库知识点整理
link: /guide/concepts/database/SQL/1-database-basic

- title: 开发工具
icon: tdesign:tools
details: 常用的开发工具讲解
link: /guide/devtools/IDE/1-goland

- title: 常用库
icon: streamline:module-puzzle-1
details: 常用的 Golang 库讲解
link: /guide/library/ORM/1-ent

copyright: false
footer: Apache2.0 协议, 版权所有 © 2024-present Go Guide
40 changes: 30 additions & 10 deletions src/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ icon: home
title: Go Guide
heroImage: /logo.svg
heroText: Go Guide
tagline: Golang interview guide
tagline: Golang one-stop learning website provides Golang relevant knowledge. It also provides Golang interview questions for developers to learn and apply for jobs.
actions:
- text: Guide
link: ./guide/
link: /en/guide/
type: primary
- text: Github ✨
link: https://github.com/suyuan32/GoGuide
Expand All @@ -17,15 +17,35 @@ highlights:
- header:
features:

- title: Basic Concepts
icon: fluent:card-ui-20-filled
details: Golang basic concepts
link: /en/guide/concepts/golang
- title: Golang knowledge points
icon: fa6-brands:golang
details: Golang basic concepts
link: /en/guide/concepts/golang/1-keywords

- title: Golang Interview Questions
icon: bx:book
details: Golang interview questions collections
link: /en/guide/interview/golang
- title: Golang interview questions
icon: fa6-brands:golang
details: Golang interview questions collection
link: /en/guide/interview/golang/basic/1-basic

- title: Computer network knowledge points
icon: pepicons-pencil:internet
details: Compilation of computer network knowledge points
link: /en/guide/concepts/network/1-network

- title: Database knowledge points
icon: material-symbols:database-outline
details: Compilation of database knowledge points
link: /en/guide/concepts/database/SQL/1-database-basic

- title: Development tools
icon: tdesign:tools
details: Explanation of commonly used development tools
link: /en/guide/devtools/IDE/1-goland

- title: Commonly used libraries
icon: streamline:module-puzzle-1
details: Explanation of commonly used Golang libraries
link: /en/guide/library/ORM/1-ent

copyright: false
footer: Apache2.0 license, Copyright © 2024-present Go Guide
11 changes: 9 additions & 2 deletions src/en/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ title: Guide
icon: mingcute:book-line
---

## Introduce

This website mainly provides Golang interview frequently asked questions and basic knowledge.
## Introduction

This section mainly provides guides related to Golang development, including but not limited to Golang basics, advanced topics, tools, and frameworks. It aims to help developers quickly grasp knowledge related to Golang development and also provides interview questions for learning and job-seeking.

::: tip Welcome to Submit PR
If you have good Golang-related knowledge points, interview questions, tools, etc., feel free to submit a pull request (PR). We will review and publish it on this site promptly.

Requirements: The content submitted in PRs must be original; direct reposts are not accepted.
:::
8 changes: 7 additions & 1 deletion src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ icon: mingcute:book-line

## 介绍

本栏目主要提供 Golang 面试常见问题。
本栏目主要提供 Golang 开发相关的指南,包括但不限于 Golang 基础、Golang 进阶、Golang 工具、Golang 框架等内容。主要用于帮助开发者快速了解 Golang 开发相关的知识点,同时提供面试题供开发者学习和求职。

::: tip 欢迎提交 PR
如果大家有好的 Golang 相关的知识点、面试题、工具等,欢迎提交 PR,我们会及时审核并发布到本站。

要求: PR 提交的内容必须是原创,不能是直接转载的内容,否则不予合并。
:::

0 comments on commit 6abeebd

Please sign in to comment.