Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 1.01 KB

ADD_CASE_STUDY.md

File metadata and controls

19 lines (19 loc) · 1.01 KB

How to add new case study

Please follow these steps to add your case-study to Falco endusers:

  1. Fork Falco repository
  2. Add your case-study image to the static/img folder. Use svg, preferably horizontal format, e.g. your_case_study.svg
  3. Add your author image to the static/img folder. Use svg, preferably rounded image, e.g. author_name.svg
  4. Add an entry at the end of quotes file after the previous ones using the template below and replace next fields with your data
---
- text: description
  logoUrl: /img/your_case_study.svg
  authorImgUrl: /img/author_name.svg
  authorName: Author Name
  authorPosition: Author Position
  1. Create pull request to the Falco repository with your changes