Sha256: bc742248bbe933cc23254f3d48fc30bdad39f8195f49a691d4fe78a31419d59d
Contents?: true
Size: 1.33 KB
Versions: 23
Compression:
Stored size: 1.33 KB
Contents
--- title: Quick howto on a simple thing navigation_weight: 5 --- # How to do this simple thing This section introduces what the code snippet does. Bear in mind a user could land here from a search result so we may need to add a little context, redefine abbreviations, or otherwise help them orient themselves. ## Example Introduce the example, what are we about to do or see? Before diving into the code samples, define the placeholders used by the code samples that will follow. These should follow our [guidelines for placeholders](/contribute/guides/code-examples#placeholders) used throughout Nexmo Developer. Key | Description -- | -- `NEXMO_NUMBER` | Nexmo Number to call. ```code_snippets source: '_examples/concepts/sample-code-snippet' application: name: 'Example Application' ``` Note the `application` section of the `building_blocks` construct is optional. If not used there will be no prerequisite section in the rendered block. ## Try it out What did the user just build? How should they use it? Add the instructions for how to demo the masterpiece the user has just created. ## Further reading Add resources for a user such as: * A tutorial where this technique is used. * Reference to either our own or external tools that might be handy. * A guide for a similar topic (especially if that guide links to this code snippet).
Version data entries
23 entries across 23 versions & 1 rubygems