Documentation updates
This commit is contained in:
parent
8c04e84504
commit
b5668554a4
16
README.md
16
README.md
@ -167,13 +167,6 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
###Timezone
|
|
||||||
If your server does not have a default timezone set in php.ini, it may return errors when it tries to generate the last modified date/time for docs. To fix these errors, specify a timezone in your config file. Valid options are available in the [PHP Manual](http://php.net/manual/en/timezones.php).
|
|
||||||
|
|
||||||
{
|
|
||||||
"timezone": "America/Los_Angeles"
|
|
||||||
}
|
|
||||||
|
|
||||||
###Date Modified
|
###Date Modified
|
||||||
By default, daux.io will display the last modified time as reported by the system underneath the title for each document. To disable this, change the option in your config.json to false.
|
By default, daux.io will display the last modified time as reported by the system underneath the title for each document. To disable this, change the option in your config.json to false.
|
||||||
|
|
||||||
@ -183,6 +176,15 @@ By default, daux.io will display the last modified time as reported by the syste
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
###Timezone
|
||||||
|
If your server does not have a default timezone set in php.ini, it may return errors when it tries to generate the last modified date/time for docs. To fix these errors, specify a timezone in your config file. Valid options are available in the [PHP Manual](http://php.net/manual/en/timezones.php).
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"timezone": "America/Los_Angeles"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Running Remotely
|
## Running Remotely
|
||||||
|
|
||||||
Copy the files from the repo to a web server that can run PHP 5.3 or greater.
|
Copy the files from the repo to a web server that can run PHP 5.3 or greater.
|
||||||
|
@ -176,6 +176,15 @@ By default, daux.io will display the last modified time as reported by the syste
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
###Timezone
|
||||||
|
If your server does not have a default timezone set in php.ini, it may return errors when it tries to generate the last modified date/time for docs. To fix these errors, specify a timezone in your config file. Valid options are available in the [PHP Manual](http://php.net/manual/en/timezones.php).
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"timezone": "America/Los_Angeles"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Running Remotely
|
## Running Remotely
|
||||||
|
|
||||||
Copy the files from the repo to a web server that can run PHP 5.3 or greater.
|
Copy the files from the repo to a web server that can run PHP 5.3 or greater.
|
||||||
|
Loading…
Reference in New Issue
Block a user