From 4d969ca0c5a31293efcecc204e349e42faf1b0e5 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 28 Jan 2021 05:52:52 +0800 Subject: [PATCH] Fix toc of readme --- README.md | 4 ++-- docs/README.zh-CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d376871..b49240b 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ A minimal, sidebar, responsive web design Jekyll theme that focuses on text pres ## Table of Contents - [Features](#features) -- [Installation](#installation) - [Prerequisites](#prerequisites) +- [Installation](#installation) - [Usage](#usage) +- [Documentation](#documentation) - [Contributing](#contributing) - [Credits](#credits) - [Supporting](#supporting) @@ -102,7 +103,6 @@ $ bash tools/init.sh What it does is: 1. Remove some files or directories from your repository: - - `.travis.yml` - files under `_posts` - folder `docs` diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 3e1fae2..4836c47 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -19,6 +19,7 @@ Language: [English](https://github.com/cotes2020/jekyll-theme-chirpy#readme) | - [前提要求](#前提要求) - [安装](#安装) - [使用](#使用) +- [文档](#文档) - [参与贡献](#参与贡献) - [鸣谢](#鸣谢) - [赞助](#赞助) @@ -107,7 +108,6 @@ $ bash tools/init.sh 上述脚本完成了以下工作: 1. 从你的仓库中删除了: - - `.travis.yml` - `_posts` 下的文件 - `docs` 目录