diff --git a/.vitepress/config.mts b/.vitepress/config.mts index fb85445..39e2f71 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -34,7 +34,9 @@ export default defineConfig({ { text: "Volume快照和备份", link: '/storage/volume-snapshots-and-backups'}, ] }, - { text: '镜像站使用指南', link: '/getting-started/lcpu-mirror' } + { text: '镜像站使用指南', link: '/getting-started/lcpu-mirror' }, + { text: 'FAQ', link: '/faq' }, + { text: '贡献者与致谢', link: '/contributors' } ] } ], @@ -44,7 +46,7 @@ export default defineConfig({ ], footer: { message: '由北京大学学生 Linux 俱乐部开发并维护', - copyright: '© 2024 LCPU Club' + copyright: '© 2024 LCPU Club, licensed under CC BY-SA 4.0' }, docFooter: { prev: '上一节', diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000..4e11d6f --- /dev/null +++ b/contributors.md @@ -0,0 +1,44 @@ +--- +title: 贡献者与致谢 +--- + +# 贡献者 + +这个项目能最终实现,离不开以下贡献者的辛勤付出,在这里向他们表示诚挚感谢。 + +## 开发和运维组 + +- [孙远航(发起人)](https://github.com/leavelet) +- [卫家燊](https://github.com/wjsoj) +- [霍子晗](https://github.com/holgerhuo) +- [戴嘉震](https://github.com/djdjz7) +- [卓致用](https://github.com/zhuozhiyongde) +- [张子苏](https://github.com/thezzisu) +- [徐天乐](https://github.com/xtlsoft) +- [薛昊男](https://github.com/xuehaonan27) +- [李博海](https://github.com/000lbh) +- [王卓峰](https://github.com/wzf03) + +## 测试组 + +我们感谢参与了 Alpha 测试和 Beta 上线前测试的六十多位同学,在项目试运行期间,他们提供了大量宝贵的反馈意见。 + +## 其他 + +- 前言页面头图由[周乾康](https://github.com/wszqkzqk)拍摄,并以 CC BY-SA 4.0 协议授权使用 +- 项目 Logo 由[卓致用](https://github.com/zhuozhiyongde)绘制 + +# 致谢 + +我们感谢以下组织和个人对本项目的支持,同时本项目使用了大量开源项目,我们在此对这些项目的开发者表示感谢。 + +- [OpenStack](https://www.openstack.org/):项目基础设施基于 OpenStack 构建 +- [中国科学技术大学 Vlab 实验中心](https://vlab.ustc.edu.cn): 在他们启发下,我们认为维护一个服务师生的云是可行的 +- [OpenStack Skyline](https://github.com/lcpu-club/skyline-console) 前端项目:控制台前端基于 Skyline 项目二次开发 +- [VitePress](https://vitepress.dev/): 文档站点基于 VitePress 构建 + +以及所有为本项目提供帮助的老师和同学们。 + +# 加入我们 + +如果你对项目感兴趣,欢迎加入我们!同时,欢迎加入学生 Linux 俱乐部,共同碰撞思想的火花。请发邮件至 `linuxclub@pku.edu.cn`,我们会尽快回复。 \ No newline at end of file diff --git a/faq.md b/faq.md new file mode 100644 index 0000000..2830099 --- /dev/null +++ b/faq.md @@ -0,0 +1,5 @@ +--- +title: 常见问题 +--- + +# 常见问题 \ No newline at end of file