Fix syntax highlighitng in documentation
This commit is contained in:
parent
f532918681
commit
0052d0306a
@ -170,9 +170,11 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi
|
|||||||
###Disabling clean URLs
|
###Disabling clean URLs
|
||||||
By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls:
|
By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls:
|
||||||
|
|
||||||
{
|
```json
|
||||||
|
{
|
||||||
"clean_urls": false
|
"clean_urls": false
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Running Remotely
|
## Running Remotely
|
||||||
|
|
||||||
|
@ -170,9 +170,11 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi
|
|||||||
###Disabling clean URLs
|
###Disabling clean URLs
|
||||||
By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls:
|
By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls:
|
||||||
|
|
||||||
{
|
```json
|
||||||
|
{
|
||||||
"clean_urls": false
|
"clean_urls": false
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Running Remotely
|
## Running Remotely
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user