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:
aaronwu2010 2024-12-02 15:58:17 +08:00 committed by leonrayang
parent 1e6552cb23
commit c492f6c445
5 changed files with 588 additions and 0 deletions

3
.gitattributes vendored
View File

@ -2,3 +2,6 @@
* text=auto eol=lf * text=auto eol=lf
# Do not modify line endings for binary files # Do not modify line endings for binary files
*.png binary *.png binary
*.pdf binary
*.tar.gz binary
*.jpg binary

File diff suppressed because one or more lines are too long

View File

@ -62,6 +62,7 @@ module.exports = [
'design/objectnode.md', 'design/objectnode.md',
'design/client.md', 'design/client.md',
'design/authnode.md', 'design/authnode.md',
'design/kernelclient.md',
] ]
}, },
{ {

File diff suppressed because one or more lines are too long

View File

@ -62,6 +62,7 @@ module.exports = [
'design/objectnode.md', 'design/objectnode.md',
'design/client.md', 'design/client.md',
'design/authnode.md', 'design/authnode.md',
'design/kernelclient.md',
] ]
}, },
{ {