Skip to content

Commit

Permalink
minor fixes throughout the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leszke committed Dec 1, 2020
1 parent a7f638c commit 16e6b95
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 54 deletions.
2 changes: 1 addition & 1 deletion doc/authentication-methods/pki.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ These include:

## Configuration options

None
None.
2 changes: 1 addition & 1 deletion doc/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ img#mim-readme-logo {
}

:root {
--md-primary-fg-color: #459bb6;
--md-primary-fg-color: #459bb6;
--md-accent-fg-color: #0554b8;
}
2 changes: 1 addition & 1 deletion doc/migrations/3.7.0_4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If modified the code, e.g. by adding a custom extension module, you might want t

## OTP Logger as the logging framework

We've transitioned from [lager](lager) to [Logger](Logger) as our logging framework.
We've transitioned from [lager][lager] to [Logger][Logger] as our logging framework.
No internal changes were introduced, and the default handlers still implement the same behaviour,
but the configuration is different, though still done in the same place.
To know more, please refer to each framework's documentation.
Expand Down
4 changes: 3 additions & 1 deletion doc/modules/mod_blocking.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Module Description

This module implements [XEP-0191: Blocking command](http://xmpp.org/extensions/xep-0191.html).
The extension allows blocking the whole communication with a user (or a group of users) with a single command.
The protocol is much simpler than privacy lists.

## Options

none
None.

## Example Configuration

```toml
[modules.mod_blocking]
```
Expand Down
Loading

0 comments on commit 16e6b95

Please sign in to comment.