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

Commit 73aa965

Browse files
committed
Merge branch '0.17.0'
2 parents bd6c381 + 89689ab commit 73aa965

Some content is hidden

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

73 files changed

+40
-32086
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![Latest Stable Version](https://img.shields.io/badge/stable-0.17.0-blue.svg)
22
![Latest Testing Version](https://img.shields.io/badge/testing-0.17.1-red.svg)
3-
[![License](https://poser.pugx.org/wplib/wplib-box/license)](https://packagist.org/packages/wplib/wplib-box)
3+
![License](https://poser.pugx.org/wplib/wplib-box/license)
44

55
![WPLib-Box](https://github.com/wplib/wplib.github.io/raw/master/WPLib-Box-100x.png)
66

77
# WPLib Box
88

99
**The Best Single-project Solution for Local WordPress Development**
1010

11-
But, multi-project version coming very soon...
11+
But, multi-project coming very soon...
1212

1313
## New to WPLib Box?
1414

@@ -20,7 +20,7 @@ But, multi-project version coming very soon...
2020
- [Hands-on Help](https://wplib.slack.com) via [Slack](https://slackhq.com) <em>(Join [here](https://launchpass.com/wplib))</em>
2121

2222
### A note about the `master` branch
23-
The `master` branch currently contains the contents of `0.16.2` branch as of 22 May 2018.
23+
The `master` branch currently contains the contents of `0.17.0` branch as of 06 July 2018.
2424

2525

2626
## Troubleshooting, Questions and Feedback/Bug Reports

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)