Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 460 Bytes

docs.md

File metadata and controls

8 lines (7 loc) · 460 Bytes

Contributing to docs

  1. Fork airbnb/lottie
  2. Make desired changes to markdown docs. Each platform is in one markdown file.
    • The sidebar will automatically be populated by the H1 titles.
  3. Install the docsify cli with npm i docsify-cli -g
  4. Run docsify serve docs to run a local webserver to test your docs. Modify docs as needed.
  5. Put up a pull request on airbnb/lottie.