Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed Jun 9, 2024
1 parent 6581cc6 commit e2e4345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/md-style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
# This rule doesn't seem to work
rule 'MD029', :style => 'ordered'

# What is wrong with question marks in tite ?
rule 'MD026', :punctuation => ".,;:!。,;:!"

# Longer lines, like the initial setup
rule 'MD013', :line_length => 90, :ignore_code_blocks => true, :tables => false
4 changes: 4 additions & 0 deletions docs/pages/20-development/10-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ root@debian:~# ip address show dev lo
valid_lft forever preferred_lft forever
```

!!! Warning
Now, don't forget to restart any service that is supposed to listen on external
interfaces, especially _unbound_.

## About the certificates

On the first installation, whatever the system is a real or a development one, the
Expand Down

0 comments on commit e2e4345

Please sign in to comment.