Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/starlight/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const shouldRenderSearch =
<div class="sl-hidden md:sl-flex right-group">
<div class="sl-flex social-icons">
<a
href="/前言/"
href="/指南/"
class="text-black hover:text-gray-700 dark:text-white dark:hover:text-gray-300 no-underline"
>Docs</a
>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hero:
file: ../../assets/hero.svg
actions:
- text: Getting Started
link: /前言
link: /指南
icon: right-arrow
variant: primary
- text: 实习就业群
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/指南/contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Steps } from "@astrojs/starlight/components";
- src
- content
- docs
- 前言
- 指南
- contribution-guide.mdx

</FileTree>
Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/指南/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: 前言
description: 前言
title: 指南
description: 指南
sidebar:
badge:
text: 必看
variant: tip
---

## 前言 :badge[todo]
## 指南 :badge[todo]

wiki 目前由阮糖超甲鱼等贡献维护,欢迎大家一起参与进来,共同维护更新 ---> <a href="/前言/contribution-guide">贡献指南</a>
wiki 目前由阮糖超甲鱼等贡献维护,欢迎大家一起参与进来,共同维护更新 ---> <a href="/指南/contribution-guide">贡献指南</a>

<div class="flex justify-center">
<img
Expand Down
Loading