Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookbook style documentation #40

Closed
sscarduzio opened this issue Apr 1, 2016 · 5 comments
Closed

Cookbook style documentation #40

sscarduzio opened this issue Apr 1, 2016 · 5 comments

Comments

@sscarduzio
Copy link
Owner

Write a series of wiki pages to show off various use cases, their description and their solution.
Link the recipes in the main README.md (which needs to be much smaller).

@Shifter2600
Copy link

@sscarduzio
I can help with some of this.

@sscarduzio
Copy link
Owner Author

Awesome @Shifter2600! Sent you an email with some specs

@ld57
Copy link

ld57 commented Jan 31, 2017

I m up to help too, but do not know what is the cookbook style. any direction to see an example ?

@sscarduzio
Copy link
Owner Author

Yay, more volunteers!

Basic guide lines about what I mean with cookbook style:

Structure

  • Title = description of the end result
  • Brief intro about what real business case are you solving with this solution
  • Present the shiny final result (screenshot helps)
  • List the ingredients: software versions used, state if the reader needs anything specific (i.e. a cookbook about Letsencrypt SSL would need a public IP).
  • Step by step instructions until the final result. If it's long, break the list down into phases using nested headings: i.e.
## Download and install the plugin", "Configure Kibana", etc.
bla bla
### Downloading the plugin for your version
bla bla
### Installing the plugin
bla bla

General Tips

  • People love copy-paste code snippets and screenshots. Use the triple-backticks + language name to have nice looking snippets
    i.e.
$ ls $ES_HOME

And for Yaml too:

readonlyrest:
    enable: true
    ssl:
      enable: true
  • Use the project's wiki to compose a document in Github flavored markdown. I have a templating system that mocks 100% GH markdown, it's going to look great!

@ld57
Copy link

ld57 commented Jan 31, 2017

okay , good way. I will build one.

Ld

@coutoPL coutoPL closed this as completed Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants