mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
docs(kernel): Add kernel client design document
Add kernel client design and usage document. Signed-off-by: Wu Huocheng <wuhuocheng@oppo.com>
This commit is contained in:
parent
1e6552cb23
commit
c492f6c445
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -2,3 +2,6 @@
|
||||
* text=auto eol=lf
|
||||
# Do not modify line endings for binary files
|
||||
*.png binary
|
||||
*.pdf binary
|
||||
*.tar.gz binary
|
||||
*.jpg binary
|
||||
|
||||
276
docs-zh/source/design/kernelclient.md
Normal file
276
docs-zh/source/design/kernelclient.md
Normal file
File diff suppressed because one or more lines are too long
@ -62,6 +62,7 @@ module.exports = [
|
||||
'design/objectnode.md',
|
||||
'design/client.md',
|
||||
'design/authnode.md',
|
||||
'design/kernelclient.md',
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
307
docs/source/design/kernelclient.md
Normal file
307
docs/source/design/kernelclient.md
Normal file
File diff suppressed because one or more lines are too long
@ -62,6 +62,7 @@ module.exports = [
|
||||
'design/objectnode.md',
|
||||
'design/client.md',
|
||||
'design/authnode.md',
|
||||
'design/kernelclient.md',
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user