Skip to content

Commit

Permalink
[doc] Misc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 21, 2024
1 parent b44eb10 commit 7fd391c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion wiki/4-Handlers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Signal handlers process created signals to **do something with them** (analyse them, write them to console/file/queue/db, etc.).

Telemere includes a number of signal handlers out-the-box, and more may be available via the [community](./8-Community#handlers).
Telemere includes a number of signal handlers out-the-box, and more may be available via the [community](./8-Community#handlers-and-tools).

You can also easily [write your own handlers](#writing-handlers) for any output or integration you need.

Expand Down
2 changes: 1 addition & 1 deletion wiki/5-Migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Migrating from Timbre to Telemere should be straightforward **unless you depend

Where Timbre uses the term "appender", Telemere uses the more general "handler". Functionally they're the same thing.

Check which **Timbre appenders** you use, and whether a similar handler is [currently included](./4-Handlers#included-handlers) with Telemere or available via the [community](./8-Community#handlers).
Check which **Timbre appenders** you use, and whether a similar handler is [currently included](./4-Handlers#included-handlers) with Telemere or available via the [community](./8-Community#handlers-and-tools).

If not, you may need to [write something yourself](./4-Handlers#writing-handlers).

Expand Down
24 changes: 12 additions & 12 deletions wiki/8-Community.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ My plan for Telemere is to offer a **stable core of limited scope**, then to foc

If you spot issues with any linked resources, please **contact the relevant authors** to let them know! Thank you! 🙏 - [Peter](https://www.taoensso.com)

# Handlers
# Handlers and tools

Includes libraries or examples for handlers (see [Writing handlers](./4-Handlers#writing-handlers)), middleware, handler utils (e.g. formatters), etc.:
Includes libraries or examples for handlers (see [Writing handlers](./4-Handlers#writing-handlers)), middleware, handler utils (e.g. formatters), tools for analyzing signals, etc.:

| Date | Link | Description |
| :--- | :--- | :------------------------------------------------------------ |
| - | - | Your link here? [PRs](../wiki#contributions-welcome) welcome! |
| Date | Link | Type | Description |
| :--- | :--- | ---- | :------------------------------------------------------------ |
| - | - | - | Your link here? [PRs](../wiki#contributions-welcome) welcome! |

# Learning

Includes videos, tutorials, demo projects, etc.:

| Date | Link | Description |
| :--------- | :---------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- |
| - | - | Your link here? [PRs](../wiki#contributions-welcome) welcome! |
| - | [Official Slack channel](https://www.taoensso.com/telemere/slack) | For questions, support, etc. |
| - | [GitHub issues](https://github.com/taoensso/telemere/issues) | For questions, support, bug reports, PRs, etc. |
| 2024-06-12 | [YouTube](https://www.youtube.com/watch?v=uyApiNg6h7Y) | [Los Angeles Clojure Users Group](https://www.meetup.com/los-angeles-clojure-users-group/) collaborative learning session (107 mins) |
| 2024-04-18 | [YouTube](https://www.youtube.com/watch?v=-L9irDG8ysM) | Official Telemere announcement demo (24 mins) |
| Date | Link | Type | Description |
| :--------- | :---------------------------------------------------------------- | ------- | :----------------------------------------------------------------------------------------------------------------------------------- |
| - | - | - | Your link here? [PRs](../wiki#contributions-welcome) welcome! |
| - | [Official Slack channel](https://www.taoensso.com/telemere/slack) | Support | For questions, support, etc. |
| - | [GitHub issues](https://github.com/taoensso/telemere/issues) | Support | For questions, support, bug reports, PRs, etc. |
| 2024-06-12 | [YouTube](https://www.youtube.com/watch?v=uyApiNg6h7Y) | | [Los Angeles Clojure Users Group](https://www.meetup.com/los-angeles-clojure-users-group/) collaborative learning session (107 mins) |
| 2024-04-18 | [YouTube](https://www.youtube.com/watch?v=-L9irDG8ysM) | Demo | Official Telemere announcement demo (24 mins) |

0 comments on commit 7fd391c

Please sign in to comment.