8
0

Editor disabled by default / updated Readme / Updated docs

Dieser Commit ist enthalten in:
Jakub Mikulas 2014-01-31 23:05:43 +01:00
Ursprung 89b807ad20
Commit 85b1ff1e4e
3 geänderte Dateien mit 26 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -87,7 +87,7 @@ Change the title bar in the docs
```
###Docs Path:
If you'd prefer to keep your docs outside of the Daux.io directory, you can provide the filepath.
If you'd prefer to keep your docs outside of the Daux.io directory, you can provide the filepath.
Note: Your `config.json` file will need to remain in `/daux.io/docs`.
@ -173,6 +173,17 @@ Include custom links in the sidebar.
}
```
###File editor:
![File editor](https://f.cloud.github.com/assets/1788727/1954191/44358884-81d1-11e3-859d-254b9fb81808.png)
Enable front-end Markdown editor. _Disabled by default_.
```json
{
"file_editor" => true
}
```
###Google Analytics:
This will embed the google analytics tracking code.
@ -226,7 +237,7 @@ By default, daux.io will display the last modified time as reported by the syste
```json
{
"date_modified": false
}
}
```
###Timezone
@ -300,7 +311,7 @@ If you have set up a local or remote IIS web site, you may need a `web.config` w
The `web.config` needs an entry for `<rewrite>` under `<system.webServer>`:
```xml
<configuration>
<configuration>
<system.webServer>
<rewrite>
<rules>

Datei anzeigen

@ -171,6 +171,15 @@ Include custom links in the sidebar.
}
```
###File editor:
Enable front-end Markdown editor. _Disabled by default_.
```json
{
"file_editor" => true
}
```
###Google Analytics:
This will embed the google analytics tracking code.
@ -224,7 +233,7 @@ By default, daux.io will display the last modified time as reported by the syste
```json
{
"date_modified": false
}
}
```
###Timezone
@ -267,7 +276,7 @@ If you have set up a local or remote IIS web site, you may need a `web.config` w
The `web.config` needs an entry for `<rewrite>` under `<system.webServer>`:
```xml
<configuration>
<configuration>
<system.webServer>
<rewrite>
<rules>

Datei anzeigen

@ -48,7 +48,7 @@ function get_options() {
'piwik_analytics_id' => 1,
'ignore' => array(),
'languages' => array(),
'file_editor' => true
'file_editor' => false
);
// Load User Config