Skip to content

Commit 6d6b5b7

Browse files
committed
GitHub links need user path added.
Also commit back files required to run local (Grav will not auto-create.)
1 parent 5e220be commit 6d6b5b7

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ _book
3636
!/plugins/.gitkeep
3737
/themes/*
3838
!/themes/.gitkeep
39+
/user/data/*
40+
!/user/data/.gitkeep
3941
/cache
40-
/logs
42+
/logs/*
43+
!/logs/.gitkeep
44+
/assets/*
45+
!/assets/.gitkeep
4146

4247
# OS Generated
4348
.DS_Store*

assets/.gitkeep

Whitespace-only changes.

logs/.gitkeep

Whitespace-only changes.

user/data/.gitkeep

Whitespace-only changes.

user/themes/commerce/commerce.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ google_analytics_code: # Enter your `UA-XXXXXXXX-X`
55
home_url: # http://getgrav.org
66
github:
77
position: bottom # top | bottom | off
8-
tree: https://github.com/drupalcommerce/commerce-docs/blob/master/
8+
tree: https://github.com/drupalcommerce/commerce-docs/blob/master/user/
99
commits: https://github.com/drupalcommerce/commerce-docs/commits/master

0 commit comments

Comments
 (0)