| ... | @@ -190,6 +190,8 @@ The AwesimBranding gem contains helper methods that were available in `AwesimRai |
... | @@ -190,6 +190,8 @@ The AwesimBranding gem contains helper methods that were available in `AwesimRai |
|
|
|
|
|
|
|
##### Replace the `docs_path` with `wiki_path`
|
|
##### Replace the `docs_path` with `wiki_path`
|
|
|
|
|
|
|
|
|
If you have documentation in a `/docs` folder, rename it to `/wiki`
|
|
|
|
|
|
|
```diff
|
|
```diff
|
|
|
- <%= link_to "Tutorial", docs_path('Home') %>
|
|
- <%= link_to "Tutorial", docs_path('Home') %>
|
|
|
+ <%= link_to "Tutorial", wiki_path('Home') %>
|
|
+ <%= link_to "Tutorial", wiki_path('Home') %>
|
| ... | | ... | |