https://github.com/rive-app/assets-for-api-docs
Static assets referenced by Rive documentation.
https://github.com/rive-app/assets-for-api-docs
Last synced: 5 months ago
JSON representation
Static assets referenced by Rive documentation.
- Host: GitHub
- URL: https://github.com/rive-app/assets-for-api-docs
- Owner: rive-app
- Created: 2019-12-31T00:39:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T06:27:23.000Z (over 6 years ago)
- Last Synced: 2025-07-26T12:54:05.684Z (11 months ago)
- Size: 68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assets-for-api-docs
This repo is used to host and serve static assets referenced by Rive documenation.
Assets committed to this repo and pushed to GitHub are immediately
available for linking and reference.
## URL structure
Reference the assets with this URL structure:
`https://rive-app.github.io/assets-for-api-docs/assets//`
For example, an image named `tree.png` about `TreeView` from the
tree-widget-flutter library would go in the `assets/tree-widget-flutter/` directory and be at
`https://rive-app.github.io/assets-for-api-docs/assets/tree-widget-flutter/extra_spacing.png`.
All asset files should be under the `assets` directory in an appropriate
subdirectory.
## Shortener
We have a simple url shortener available to keep the links tidy in your source code. Replace ```https://rive-app.github.io/assets-for-api-docs/assets/``` with ```http://assets.rvcd.in/```.
### Full Length
```
https://rive-app.github.io/assets-for-api-docs/assets/tree-widget-flutter/extra_spacing.png
```
### Shortened
```
https://assets.rvcd.in/tree-widget-flutter/extra_spacing.png
```
## Credit
Inspired from Flutter's assets-for-api-docs.