Merge lp:~sergiusens/snapcraft/doc-services into lp:~snappy-dev/snapcraft/core

Proposed by Sergio Schvezov
Status: Merged
Approved by: Leo Arias
Approved revision: 194
Merged at revision: 196
Proposed branch: lp:~sergiusens/snapcraft/doc-services
Merge into: lp:~snappy-dev/snapcraft/core
Diff against target: 14 lines (+2/-2)
1 file modified
docs/your-first-snap.md (+2/-2)
To merge this branch: bzr merge lp:~sergiusens/snapcraft/doc-services
Reviewer Review Type Date Requested Status
Leo Arias (community) Approve
Review via email: mp+271959@code.launchpad.net

Commit message

Update docs to reflect list to dictionary change for services example

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :

tested with the example, it generates the right package.yaml

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/your-first-snap.md'
2--- docs/your-first-snap.md 2015-09-14 20:53:28 +0000
3+++ docs/your-first-snap.md 2015-09-22 12:59:00 +0000
4@@ -268,8 +268,8 @@
5 description: Exposes your webcam over a web UI
6 icon: icon.png
7 services:
8- - name: webcam-webui
9- start: bin/webcam-webui
10+ webcam-webui:
11+ start: bin/webcam-webui
12
13 parts:
14 golang-static-http:

Subscribers

People subscribed via source and target branches