Skip to content

Commit 79c588a

Browse files
committed
docs: added acknowledgements sections
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
1 parent 8980dcc commit 79c588a

4 files changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,13 @@ The detailed resources it creates, and the relationships between them are shown
142142

143143
- Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
144144
- More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
145+
146+
## Acknowledgements
147+
148+
Gratefully thanks to the following projects and their authors, contributors:
149+
150+
- [Ollama](https://github.com/ollama/ollama)
151+
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
152+
- [Kubebuilder](https://book.kubebuilder.io/introduction.html)
153+
154+
It is because of their hard work and contributions that this program exists.

docs/.vitepress/config.mts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ export default defineConfig({
7272
{ text: 'CRD definition', link: '/pages/en/references/crd' },
7373
{ text: 'Architectural Design', link: '/pages/en/references/architectural-design' },
7474
]
75+
},
76+
{
77+
text: 'Acknowledgements',
78+
link: '/pages/en/acknowledgements'
7579
}
7680
],
7781
sidebar: [
@@ -89,6 +93,10 @@ export default defineConfig({
8993
{ text: 'CRD definition', link: '/pages/en/references/crd' },
9094
{ text: 'Architectural Design', link: '/pages/en/references/architectural-design' },
9195
]
96+
},
97+
{
98+
text: 'Acknowledgements',
99+
link: '/pages/en/acknowledgements'
92100
}
93101
]
94102
},
@@ -115,6 +123,10 @@ export default defineConfig({
115123
{ text: 'CRD 定义', link: '/pages/zh-CN/references/crd' },
116124
{ text: '架构设计', link: '/pages/zh-CN/references/architectural-design' },
117125
]
126+
},
127+
{
128+
text: '致谢',
129+
link: '/pages/zh-CN/acknowledgements'
118130
}
119131
],
120132
sidebar: [
@@ -132,6 +144,10 @@ export default defineConfig({
132144
{ text: 'CRD 定义', link: '/pages/zh-CN/references/crd' },
133145
{ text: '架构设计', link: '/pages/zh-CN/references/architectural-design' },
134146
]
147+
},
148+
{
149+
text: '致谢',
150+
link: '/pages/zh-CN/acknowledgements'
135151
}
136152
]
137153
},

docs/pages/en/acknowledgements.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Acknowledgements
2+
3+
Gratefully thanks to the following projects and their authors, contributors:
4+
5+
- [Ollama](https://github.com/ollama/ollama)
6+
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
7+
- [Kubebuilder](https://book.kubebuilder.io/introduction.html)
8+
9+
It is because of their hard work and contributions that this program exists.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 致谢
2+
3+
非常感谢以下项目的作者和贡献者:
4+
5+
- [Ollama](https://github.com/ollama/ollama)
6+
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
7+
- [Kubebuilder](https://book.kubebuilder.io/introduction.html)
8+
9+
正是因为他们的努力付出与贡献,这个项目才得以存在。

0 commit comments

Comments
 (0)