From fdd27455b77b955f97784c414ab1cb33e9823da5 Mon Sep 17 00:00:00 2001 From: Dan Kadera Date: Wed, 9 Aug 2023 16:08:30 +0200 Subject: [PATCH] fixup docs --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 95c4db9..e19e31f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,13 +4,13 @@ Nodesockd is a NodeJS process manager intended to bridge a Nginx reverse proxy to one or more NodeJS web application workers running on the same server using Unix sockets. -- User docs +- **User docs** - [Core concepts](user/01-core-concepts.md) - [Integration](user/02-integration.md) - [Configuration](user/03-config.md) - [Deployment](user/04-deployment.md) - [CLI](user/05-cli.md) -- [FAQ for server admins](faq.md) -- Internals +- [**FAQ for server admins**](faq.md) +- **Internals** - [IPC protocol](dev/01-ipc.md) - [GitHub](https://github.com/cdn77/node-socket-daemon)