GRPC and JSON Socket docs. (#859)

* Documentation for GRPC and JSON Sockets

* improve gRPC and HTTP/JSON socket documentation

* Update src/pages/client/grpc-socket.mdx

Co-authored-by: Nicolas Frati <nicofrati@gmail.com>

---------

Co-authored-by: Nicolas Frati <nicofrati@gmail.com>
This commit is contained in:
PizzaLovingNerd
2026-07-21 23:00:38 -07:00
committed by GitHub
parent 50d1699348
commit 9516423b3f
3 changed files with 483 additions and 0 deletions

View File

@@ -804,6 +804,8 @@ export const docsNavigation = [
links: [
{ title: 'Desktop App', href: '/client/desktop-app' },
{ title: 'Profiles', href: '/client/profiles' },
{ title: 'gRPC Daemon Socket', href: '/client/grpc-socket' },
{ title: 'HTTP/JSON Daemon Socket', href: '/client/json-socket' },
{ title: 'Environment Variables', href: '/client/environment-variables' },
{ title: 'MDM Integration', href: '/client/mdm-integration' },
{