Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into xdebug3-support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger committed Jan 18, 2021
2 parents a1fb695 + a0c51e3 commit 197557d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
master_doc = 'index'

project = 'Warden'
copyright = '2019 by David Alger.'
copyright = '2019-2021 by David Alger.'
author = 'David Alger'
version = ''
release = ''
Expand Down
4 changes: 4 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Tail the varnish activity log:

warden env exec -T varnish varnishlog

Flush varnish:

warden env exec -T varnish varnishadm 'ban req.url ~ .'

Connect to redis:

warden env exec redis redis-cli
Expand Down
8 changes: 4 additions & 4 deletions homepage/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<header class="align--center pt3">
<div class="container--lg border--bottom pb3">
<pre class="warden-mark">
_ __ __
| | / /___ __________/ /__ ____
_ __ __
| | / /___ __________/ /__ ____
| | /| / / __ `/ ___/ __ / _ \/ __ \
| |/ |/ / /_/ / / / /_/ / __/ / / /
|__/|__/\__,_/_/ \__,_/\___/_/ /_/
|__/|__/\__,_/_/ \__,_/\___/_/ /_/
</pre>
</div>
</header>
Expand Down Expand Up @@ -88,7 +88,7 @@ <h2>Feature List</h2>
<div class="container">
<div class="grid-row">
<div class="grid-column mt2 span-half order-2">
<div>Copyright &copy; 2019 by <a class="link" href="https://davidalger.com/">David Alger</a></div>
<div>Copyright &copy; 2019-2021 by <a class="link" href="https://davidalger.com/">David Alger</a></div>
<div>Licensed under the MIT license.</div>
</div>
<div class="grid-column mt2 span-half align--right align--center-on-mobile">
Expand Down

0 comments on commit 197557d

Please sign in to comment.