Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 11, 2024
1 parent 856ea1a commit ab67a0e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Expand Up @@ -6,19 +6,13 @@

## 40ANTS-SLYNK ASDF System Details

* Version: 0.1.0

* Description: Utilities to start `SLYNK` if needed and to track active connections.

* Licence: Unlicense

* Author: Alexander Artemenko <svetlyak.40wt@gmail.com>

* Homepage: [https://40ants.com/slynk/][fe84]

* Bug tracker: [https://github.com/40ants/slynk/issues][f5e4]

* Source control: [GIT][1ed5]
* Depends on: [40ants-logging][422a], [global-vars][07be], [log4cl][7f8b], [slynk][b440], [slynk-macrostep][e044], [slynk-named-readtables][433f]

[![](https://github-actions.40ants.com/40ants/slynk/matrix.svg?only=ci.run-tests)][e83d]

Expand All @@ -43,7 +37,6 @@ This library provides a little helper, used in `40A`nts webservices.
it does two things:

* Starts Slynk server in there is `SLYNK`_`PORT` env variable.

* Setup logging for connected Slynk connection. It uses [`40ants-logging`][970f] system for configuration.

<a id="x-2840ANTS-SLYNK-DOCS-2FINDEX-3A-3A-40API-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
Expand All @@ -52,13 +45,13 @@ it does two things:

<a id="x-2840ANTS-SLYNK-3A-2ACONNECTIONS-2A-20-28VARIABLE-29-29"></a>

### [variable](01a9) `40ants-slynk:*connections*` nil
### [variable](9cbd) `40ants-slynk:*connections*` nil

Here we'll store all Slynk connections.

<a id="x-2840ANTS-SLYNK-3ASTART-SLYNK-IF-NEEDED-20FUNCTION-29"></a>

### [function](9ce8) `40ants-slynk:start-slynk-if-needed`
### [function](0e2b) `40ants-slynk:start-slynk-if-needed`

Use this function before starting the backend server.

Expand All @@ -71,9 +64,15 @@ To change an interface, set `SLYNK`_`INTERFACE` environment variable.
[fe84]: https://40ants.com/slynk/
[1ed5]: https://github.com/40ants/slynk
[e83d]: https://github.com/40ants/slynk/actions
[01a9]: https://github.com/40ants/slynk/blob/9f5cf0883c964143c33dbbd3b68b4899fc65ad21/src/core.lisp#L23
[9ce8]: https://github.com/40ants/slynk/blob/9f5cf0883c964143c33dbbd3b68b4899fc65ad21/src/core.lisp#L63
[9cbd]: https://github.com/40ants/slynk/blob/856ea1acdfba75e0c8523c7426f6aa4a354e199f/src/core.lisp#L23
[0e2b]: https://github.com/40ants/slynk/blob/856ea1acdfba75e0c8523c7426f6aa4a354e199f/src/core.lisp#L63
[f5e4]: https://github.com/40ants/slynk/issues
[422a]: https://quickdocs.org/40ants-logging
[07be]: https://quickdocs.org/global-vars
[7f8b]: https://quickdocs.org/log4cl
[b440]: https://quickdocs.org/slynk
[e044]: https://quickdocs.org/slynk-macrostep
[433f]: https://quickdocs.org/slynk-named-readtables

* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]

0 comments on commit ab67a0e

Please sign in to comment.