docs: 增加 changelog 功能

This commit is contained in:
muwoo 2021-09-23 17:50:02 +08:00
parent 0a1ba91792
commit c89ecb9c66
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
## ChangeLog
[CHANGELOG](https://github.com/clouDr-f2e/rubick/CHANGELOG.md)
[CHANGELOG](https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md)
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details.

View File

@ -100,7 +100,7 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
![image](https://user-images.githubusercontent.com/21073039/127327603-9796f246-ee4b-4950-a69d-ce3205ec9569.png)
## 更新日志
[ChangeLog](https://github.com/clouDr-f2e/rubick/CHANGELOG.md)
[ChangeLog](https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md)
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details.

View File

@ -13,7 +13,7 @@ module.exports = {
nav: [
{ text: '使用文档', link: '/guide/' },
{ text: '开发者', link: '/dev/' },
{ text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/CHANGELOG.md' },
{ text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md' },
],
sidebar: [
{