Documenting Your Velo Package
Wix Blocks provides an empty readme.md file for you to edit as part of the package creation process. Edit the file to provide documentation for your package users.
Tip
Learn more about the Markdown language at www.markdownguide.org.
- Click README.md in the code files panel README section.

- Write your text in the markdown file provided.
- Click Preview to see how the file is rendered.

Readme contents
Your readme should include the following sections:
- An introduction that explains what the package does and why it's useful.
- How to use the package
- Package contents and functions provided.
- Packages, such as npm packages, included in your package, along with licensing information for those packages. For example, your users should be aware that when they install a package that uses an npm package, they agree to that npm package's license agreement.
- Instructions for using the package's functions.
- Usage examples.
Did this help?
|