|
Tip
|
About writing a guide
A guide is a document offering step by step instruction to reach some goal. Guides are technical in nature and tend to make assumptions about the consumer’s environment. To help create guides that will work in most environments, please follow these ideas.
|
Have you ever wanted to use this new feature? Well look no further than this guide to get started. We will be implementing it from scratch and you will find a set of links at the bottom to continue use of the feature.
You will need the following things in place to complete this guide:
-
about 5 minutes
-
a working {pulsar-short} topic (get started here if you don’t have one)
This is the first group of tasks[1] that need to be complete before moving on to the next group. Each group provides simple starting/stopping points for the consumer as well as a good summary of whats needed to create the new feature.
-
Do this
-
Then this
-
You’ll need to do this during this step
-
And also this
-
-
Then this after that
This is the next group of tasks[2]. You get the point of task groupings.
-
This step can be done in different runtimes and uses tabs
- C#
-
var a = new Something(); Console.Write(a.thing);
- Java
-
class aa{ public aa(){} public String doSomething(){ return "a string"; } }
In this guide we created a new feature and did the basics of interacting. Now it’s time to extend the feature and become a ninja!