docs: some fixes, analytics + typos

This commit is contained in:
Naim A 2017-10-05 22:16:18 +03:00
parent 3918242342
commit 9f0d1f495c
No known key found for this signature in database
GPG key ID: FD7948915D9EF8B9
2 changed files with 14 additions and 2 deletions

12
docs/_templates/layout.html vendored Normal file
View file

@ -0,0 +1,12 @@
{% extends "!layout.html" %}
{%- block extrahead %}
{{ super() }}
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11289087-19"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-11289087-19');
</script>
{% endblock %}

View file

@ -71,7 +71,7 @@ Sections
+---------------+---------------+-------------------+-------------------------------------------------------+
| **Key** | **Type** | **Example** | **Description** |
+---------------+---------------+-------------------+-------------------------------------------------------+
| chdir | string | /opt/udpt | The directory to chroot to when running as a daemon. |
| chdir | string | /opt/udpt | The directory to chdir to when running as a daemon. |
+---------------+---------------+-------------------+-------------------------------------------------------+
Example
@ -100,7 +100,7 @@ Example
port = 8081
threads = 2
# Daemon chroot settings
# Daemon chdir settings
[daemon]
chdir = /home/udpt/