diff --git a/developer/README.md b/developer/README.md index 9770369..00b779e 100644 --- a/developer/README.md +++ b/developer/README.md @@ -8,5 +8,6 @@ Developing with NATS is a combination of distributed application techniques, com | [nats.java](https://github.com/nats-io/nats.java) | [javadoc](https://javadoc.io/doc/io.nats/jnats) | | [nats.net](https://github.com/nats-io/nats.net) | [doxygen](http://nats-io.github.io/nats.net/) | | [nats.rb](https://github.com/nats-io/nats.rb) | [yard](https://www.rubydoc.info/gems/nats) | +| [nats.ts](https://github.com/nats-io/nats.ts) | [ts-doc](https://nats-io.github.io/nats.ts) | Not all libraries contain this separate doc, depending on the language community, but be sure to check out the client libraries README for more information. \ No newline at end of file diff --git a/nats_admin/README.md b/nats_admin/README.md index e59b497..dd1ece3 100644 --- a/nats_admin/README.md +++ b/nats_admin/README.md @@ -1 +1,7 @@ -# Managing a NATS Server \ No newline at end of file +# Managing a NATS Server + +Managing a NATS server is simple, typical lifecycle operations include: + +- [Sending signals](signals.md) to a server to reload a configuration or rotate log files +- [Upgrading](upgrading_cluster.md) a server (or cluster) +- Understanding [slow consumers](slow_consumers.md) \ No newline at end of file diff --git a/nats_server/securing_nats.md b/nats_server/securing_nats.md index d292a0b..2df578c 100644 --- a/nats_server/securing_nats.md +++ b/nats_server/securing_nats.md @@ -2,6 +2,6 @@ The nats-server provides several forms of security: -- [Connections can be _encrypted_ with TLS](tls.md) -- Client connections can require _authentication_ -- Clients can require _authorization_ for subjects the publish or subscribe to +- Connections can be [_encrypted_ with TLS](tls.md) +- Client connections can require [_authentication_](auth_intro.md) +- Clients can require [_authorization_](authorization.md) for subjects the publish or subscribe to