Skip to content

Commit 4e443ce

Browse files
authored
Merge branch 'master' into feature-intl
2 parents c62ce7d + aedc7c8 commit 4e443ce

112 files changed

Lines changed: 15219 additions & 2183 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
/logs
33
/data
4+
.env

CONTRIBUTING.md

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
baseurl = "http://laradock.io/"
2+
languageCode = "en-us"
3+
publishDir = "../../docs"
4+
title = "Laradock"
5+
theme = "hugo-material-docs"
6+
metadataformat = "yaml"
7+
canonifyurls = true
8+
# Enable Google Analytics by entering your tracking id
9+
googleAnalytics = "UA-37514928-9"
10+
11+
[params]
12+
# General information
13+
author = "Mahmoud Zalt"
14+
description = "Laradock documentations."
15+
copyright = ""
16+
17+
# Repository
18+
provider = ""
19+
repo_url = ""
20+
21+
version = ""
22+
logo = ""
23+
favicon = ""
24+
25+
permalink = "#"
26+
27+
# Custom assets
28+
custom_css = []
29+
custom_js = []
30+
31+
# Syntax highlighting theme
32+
highlight_css = ""
33+
34+
[params.palette]
35+
primary = "deep-purple"
36+
accent = "purple"
37+
38+
[params.font]
39+
text = "Doctarine"
40+
code = "Source Code Pro"
41+
42+
[social]
43+
twitter = ""
44+
github = "laradock/laradock"
45+
email = ""
46+
47+
# ------- MENU START -----------------------------------------
48+
49+
[[menu.main]]
50+
name = "Introduction"
51+
url = "introduction/"
52+
weight = 1
53+
54+
[[menu.main]]
55+
name = "Getting Started"
56+
url = "getting-started/"
57+
weight = 2
58+
59+
[[menu.main]]
60+
name = "Documentation"
61+
url = "documentation/"
62+
weight = 3
63+
64+
[[menu.main]]
65+
name = "Related Projects"
66+
url = "related-projects/"
67+
weight = 4
68+
69+
[[menu.main]]
70+
name = "Help & Questions"
71+
url = "help/"
72+
weight = 5
73+
74+
[[menu.main]]
75+
name = "Contributing"
76+
url = "contributing/"
77+
weight = 6
78+
79+
[[menu.main]]
80+
name = "License"
81+
url = "license/"
82+
weight = 7
83+
84+
# ------- MENU END -----------------------------------------
85+
86+
[blackfriday]
87+
smartypants = true
88+
fractions = true
89+
smartDashes = true
90+
plainIDAnchors = true
91+

0 commit comments

Comments
 (0)