Remove ribbon, add "Edit on Github" links, fixes #398
This commit is contained in:
17
docs/01_Features/Edit_on_GitHub_links.md
Normal file
17
docs/01_Features/Edit_on_GitHub_links.md
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
As you can see on the top of this page, you can add "Edit on Github" links to your pages, this feature can be enabled with a single parameter.
|
||||
|
||||
The value has to be the path to the root of your documentation folder in your repository.
|
||||
|
||||
In the value you see below, Daux's documentation is in the `docs` folder in the `master` branch.
|
||||
|
||||
Daux.io will handle the rest
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"html": {
|
||||
"edit_on_github": "justinwalsh/daux.io/blob/master/docs"
|
||||
}
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user