Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 81f1619

Browse files
committed
Merge branch '0.17.0'
2 parents bd6c381 + 13f3729 commit 81f1619

Some content is hidden

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

72 files changed

+37
-32083
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
.*.swp
22
/box
33
/.idea
4-
/sql/*
5-
!/sql/default.sql
64
/IP
75
/.vagrant
86
/.vscode
9-
/docs
107
/logs
11-
/scripts
8+
/sql/*
9+
!/sql/README.sql.md
10+
!/sql/provision.sql
11+
/docs
12+
!/docs/README.docs.md
1213

docs/README.docs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This `{project}/docs` directory off the root of this project is where an `mkdocs build`
2+
will generate your HTML+CSS+etc based on the markdown files in `{project}/mkdocs`.
3+
4+
If you want to change the directory where your docs are output, such as to `/www/docs`
5+
you can do that by changing `site_dir:` in `{project}/mkdocs.yml` to be `'www/docs'`
6+
instead of just `'docs'.

project.sample.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"readme": [
33
"This is just a sample.",
44
"WPLib Box will create the working project.json for you on your initial `vagrant up`.",
5-
"If you rename to project.json and modify it WPLib Box will your modifications instead.",
6-
"Find available components by typing `vagrant ssh` followed by `box component available`."
5+
"Rename this file to project.json and WPLib Box will use your modifications instead.",
6+
"Find available components by typing `vagrant ssh` followed by `box component available`.",
7+
"You can delete this `readme` section assuming it is still valid JSON after deletion."
78
],
89
"stack" : {
910
"wordpress/dbserver": "wplib/mysql:5.5.60",
File renamed without changes.

0 commit comments

Comments
 (0)