mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-15 07:46:56 +08:00
docs: 增加 changelog 功能
This commit is contained in:
parent
69626ed69e
commit
3bd9271403
@ -98,6 +98,9 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
|
||||

|
||||
|
||||
|
||||
## ChangeLog
|
||||
[CHANGELOG](https://github.com/clouDr-f2e/rubick/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.
|
||||
|
||||
|
@ -99,6 +99,8 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
|
||||
|
||||

|
||||
|
||||
## 更新日志
|
||||
[ChangeLog](https://github.com/clouDr-f2e/rubick/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.
|
||||
|
@ -13,6 +13,7 @@ module.exports = {
|
||||
nav: [
|
||||
{ text: '使用文档', link: '/guide/' },
|
||||
{ text: '开发者', link: '/dev/' },
|
||||
{ text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/CHANGELOG.md' },
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user