Skip to content

Commit d616545

Browse files
authored
Merge pull request laradock#19 from laradock/master
Just update the fork
2 parents 57ecd6e + 1a80385 commit d616545

31 files changed

Lines changed: 386 additions & 891 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ services:
349349
build: ./selenium
350350
ports:
351351
- "4444:4444"
352+
volumes:
353+
# see https://github.com/SeleniumHQ/docker-selenium#running-the-images
354+
- /dev/shm:/dev/shm
352355

353356
### Volumes Setup ###########################################
354357

docs/_settings/config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl = "http://laradock.io/"
22
languageCode = "en-us"
33
publishDir = "../"
4-
title = "Laradock Docs"
4+
title = "Laradock"
55
theme = "hugo-material-docs"
66
metadataformat = "yaml"
77
canonifyurls = true
@@ -15,8 +15,8 @@ googleAnalytics = "UA-37514928-9"
1515
copyright = ""
1616

1717
# Repository
18-
provider = "GitHub"
19-
repo_url = "https://github.com/laradock/laradock"
18+
provider = ""
19+
repo_url = ""
2020

2121
version = ""
2222
logo = ""
@@ -32,16 +32,16 @@ googleAnalytics = "UA-37514928-9"
3232
highlight_css = ""
3333

3434
[params.palette]
35-
primary = "purple"
36-
accent = "deep-purple"
35+
primary = "deep-purple"
36+
accent = "purple"
3737

3838
[params.font]
3939
text = "Doctarine"
4040
code = "Source Code Pro"
4141

4242
[social]
4343
twitter = ""
44-
github = "laradock"
44+
github = "laradock/laradock"
4545
email = ""
4646

4747
# ------- MENU START -----------------------------------------

docs/_settings/content/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ submitting an [Issue](https://github.com/laradock/laradock/issues). Even better
1919
You can request a new feature by submitting an [Issue](https://github.com/laradock/laradock/issues) (it will be labeled as Feature Suggestion). If you would like to implement a new feature then consider submitting a Pull Request.
2020

2121

22-
## Edit the documentation
22+
## Update Documentation (Site)
2323

2424
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.
2525

@@ -30,7 +30,7 @@ Laradock uses [Hugo](https://gohugo.io/) as website generator tool, with the [Ma
3030
4. Delete everything except the `_settings` folder & the `CNAME` file.
3131
5. Open `docs/_settings` from your terminal and run `hugo serve` to host the website locally.
3232
6. Open the `docs/_settings/content` and search for the folder of the section you want to edit.
33-
7. In each secion there's an `index.md` file, that's the file you need to edit.
33+
7. In each section there's an `index.md` file, that's the file you need to edit.
3434
8. To edit the sidebar (in case you are adding new section) go to `docs/_settings/config.toml` and add the section there.
3535
9. After done editing, run the this command `hugo` to generate the updated site inside the `docs` folder.
3636
10. Go back to the project root directory, commit and push..

docs/_settings/themes/hugo-material-docs/exampleSite/config.toml

Lines changed: 0 additions & 78 deletions
This file was deleted.

docs/_settings/themes/hugo-material-docs/exampleSite/content/adding-content/index.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)