Skip to content

Commit 43ace2b

Browse files
committed
update contrubition docs
1 parent 07ad461 commit 43ace2b

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

  • DOCUMENTATION/_settings/content/contributing

DOCUMENTATION/_settings/content/contributing/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,23 @@ You can request a new feature by submitting an [Issue](https://github.com/larado
3838

3939
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.
4040

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+
Go the `DOCUMENTATION/_settings/content` and search for the markdown file you want to edit
4242

43-
To edit the sidebar or add a new section, you need to edit this file `DOCUMENTATION/_settings/config.toml` as well.
43+
Note: Every folder represents a section in the sidebar "Menu". And every page and sidebar has a `weight` number to show it's position in the site.
4444

45-
*The site will be autogenerated in the `docs/` folder by [Travis](https://travis-ci.com/).*
45+
To update the sidebar or add a new section to it, you can edit this `DOCUMENTATION/_settings/config.toml` toml file.
46+
47+
> The site will be auto-generated in the `docs/` folder by [Travis CI](https://travis-ci.org/laradock/laradock/).
48+
49+
50+
<br>
4651

4752
### To Host the website locally
4853

49-
1. Install [Hugo](https://gohugo.io/) on your machine (easy thing).
54+
1. Install [Hugo](https://gohugo.io/) on your machine.
5055
2. Edit the `DOCUMENTATION/_settings/content`.
5156
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).
57+
4. After you finish the editing, go to `DOCUMENTATION/_settings/` and run the `hugo` command to generate the HTML docs (inside a new `/docs` folder).
5358

5459

5560

0 commit comments

Comments
 (0)