You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/_settings/content/contributing/index.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,18 @@ You can request a new feature by submitting an [Issue](https://github.com/larado
38
38
39
39
Laradock uses [Hugo](https://gohugo.io/) as website generator tool, with the [Material Docs theme](http://themes.gohugo.io/theme/material-docs/). You might need to check their docs quickly.
40
40
41
+
Go the `DOCUMENTATION/_settings/content` and search for the markdown file you want to edit (every folder represents a section in the menu).
41
42
42
-
1. Install [Hugo](https://gohugo.io/) on your machine (easy thing).
43
-
2. Open the `DOCUMENTATION/_settings/content` and search for the markdown file you want to edit (every folder represents a section in the menu).
44
-
3. Delete the `/docs` folder from the root.
45
-
4. When you finish editing, go to `DOCUMENTATION/_settings/` and run the `hugo` command to generate the HTML docs (inside new `/docs` folder).
43
+
To edit the sidebar or add a new section, you need to edit this file `DOCUMENTATION/_settings/config.toml` as well.
44
+
45
+
*The site will be autogenerated in the `docs/` folder by [Travis](https://travis-ci.com/).*
46
46
47
47
### To Host the website locally
48
-
Go to `DOCUMENTATION/_settings` in your terminal and run `hugo serve` to host the website locally.
49
48
50
-
### Edit the sidebar
51
-
To add a new section to the sidebar or edit existing one, you need to edit this file `DOCUMENTATION/_settings/config.toml`.
49
+
1. Install [Hugo](https://gohugo.io/) on your machine (easy thing).
50
+
2. Edit the `DOCUMENTATION/_settings/content`.
51
+
3. Delete the `/docs` folder from the root.
52
+
4. When you finish editing, go to `DOCUMENTATION/_settings/` and run the `hugo` command to generate the HTML docs (inside new `/docs` folder).
0 commit comments