Documentation updates
This commit is contained in:
parent
c2059e4df8
commit
8c04e84504
@ -174,6 +174,14 @@ If your server does not have a default timezone set in php.ini, it may return er
|
|||||||
"timezone": "America/Los_Angeles"
|
"timezone": "America/Los_Angeles"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###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.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"date_modified": false
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Running Remotely
|
## Running Remotely
|
||||||
|
|
||||||
|
@ -167,6 +167,15 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###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.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"date_modified": false
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## 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