From 6ec0cc5f4463ce295b234b05f1f1d0712e5e9c49 Mon Sep 17 00:00:00 2001 From: Charlotte Spencer Date: Sun, 13 Sep 2015 15:32:19 +0100 Subject: [PATCH] docs: add development tutorial on testing packages Shows someone how to test a PR within a package that is a dependency for a Hoodie App. --- _config.yml | 2 + _includes/menu-tutorials.html | 5 +++ .../development/dist/cli-instructions.png | Bin 0 -> 79085 bytes .../development/testing-branches-locally.md | 35 ++++++++++++++++++ .../development/dist/cli-instructions.png | Bin 0 -> 79085 bytes .../development/testing-branches-locally.md | 35 ++++++++++++++++++ 6 files changed, 77 insertions(+) create mode 100644 de/tutorials/development/dist/cli-instructions.png create mode 100644 de/tutorials/development/testing-branches-locally.md create mode 100644 en/tutorials/development/dist/cli-instructions.png create mode 100644 en/tutorials/development/testing-branches-locally.md diff --git a/_config.yml b/_config.yml index 8f0ddcd..dc1696a 100644 --- a/_config.yml +++ b/_config.yml @@ -37,6 +37,7 @@ locales: started : "Getting started - pt2" timetracker: "time tracker" next: "API" + testingpackages: "Testing package pull requests" menuapi: hoodie : "hoodie" account: "account" @@ -95,6 +96,7 @@ locales: started : "Starten mit - Nr2" timetracker: "Zeitstopper" next: "API" + testingpackages: "Testing package pull requests" menuapi: hoodie : "hoodie" account: "account" diff --git a/_includes/menu-tutorials.html b/_includes/menu-tutorials.html index 28cddae..aafd0fd 100644 --- a/_includes/menu-tutorials.html +++ b/_includes/menu-tutorials.html @@ -8,6 +8,11 @@
  • {{site.locales[page.locales].menututorials.timetracker}}
  • + +