Merge lp:~snappy-dev/snapcraft/docs into lp:~snappy-dev/snapcraft/core
| Status: | Merged |
|---|---|
| Approved by: | Ricardo Salveti on 2015-08-03 |
| Approved revision: | 116 |
| Merged at revision: | 118 |
| Proposed branch: | lp:~snappy-dev/snapcraft/docs |
| Merge into: | lp:~snappy-dev/snapcraft/core |
| Prerequisite: | lp:~mterry/snapcraft/arch-fixes |
| Diff against target: |
406 lines (+328/-33) 6 files modified
README.md (+7/-0) docs/flow.md (+0/-27) docs/intro.md (+92/-0) docs/tutorial.md (+223/-0) examples/webcam-webui-snap/snapcraft.yaml (+6/-2) examples/webcam-webui-snap/webcam-webui (+0/-4) |
| To merge this branch: | bzr merge lp:~snappy-dev/snapcraft/docs |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Leo Arias | 2015-07-29 | Approve on 2015-07-29 | |
|
Review via email:
|
|||
Commit Message
Add intro and tutorial docs.
The intro file explains Snappy and the general Snapcraft concepts a bit. It covers the same material as flow.md, so I dropped that file.
The tutorial file goes through crafting a webcam demo snap [1].
I want to add an installing/
This is taking over from lp:~mvo/snapcraft/docs-1 since mvo is on vacation.
[1] Very similar to https:/
Description of the Change
Add intro and tutorial docs.
The intro file explains Snappy and the general Snapcraft concepts a bit. It covers the same material as flow.md, so I dropped that file.
The tutorial file goes through crafting a webcam demo snap [1].
I want to add an installing/
This is taking over from lp:~mvo/snapcraft/docs-1 since mvo is on vacation.
[1] Very similar to https:/


Cool.