Sha256: 99b8fe8279469f66a48c39626a815809ff2c4a042ef6a7c931921168377e3c98
Contents?: true
Size: 1.33 KB
Versions: 71
Compression:
Stored size: 1.33 KB
Contents
--- title: Quick how to 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
71 entries across 71 versions & 1 rubygems