elasticsearch. community

Contributing to the Site

There are many places where the elasticsearch community (you!) would love for people to contribute, one of them is enhancing the knowledge base around elasticsearch. The site itself is hosted on github and adding content to it is just a fork away.

Interesting places to start is to write a tutorial about your usage of elasticsearch, or maybe record a short video showing how you use it. Another is to fix and enhance the elasticsearch guide.

Once the repo is forked / cloned, writing content is pretty simple with many examples already there. For example, if you are writing a tutorial, just start from an existing one. Don’t worry about getting everything right, the content is what matters, we are here to help with the rest.

If you want to “build” the site, jekyll is used to generate it. Once you installed it, just run jekyll --server to get the site running and head over to localhost:4000.

 
Fork me on GitHub