Skip to content

Commit

Permalink
Update newbeat.asciidoc to Reflect New generate.py (#9052) (#10453)
Browse files Browse the repository at this point in the history
Documentation currently shows output from previous version of `generate.py`. Update to output from newest version to avoid confusion.

(cherry picked from commit f58fe34)

Co-authored-by: Harris Lummis <lummish@gmail.com>
  • Loading branch information
jsoriano and lummish committed Jan 31, 2019
1 parent 2599fe2 commit ef7ceb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/devguide/newbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ For the `github_name`, enter your github id. The `beat` and `beat_path` are set

[source,shell]
---------
project_name [Examplebeat]: Countbeat
github_name [your-github-name]: {username}
beat_path [github.com/{github id}]:
full_name [Firstname Lastname]: {Full Name}
Beat Name [Examplebeat]: Countbeat
Your Github Name [your-github-name]: {username}
Beat Path [github.com/{github id}/{beat name}]:
Firstname Lastname: {Full Name}
---------

The Beat generator creates a directory called `countbeat` inside of your project folder.
Expand Down

0 comments on commit ef7ceb6

Please sign in to comment.