https://github.com/bottlesdevs/data
Documents, layouts and other useful resources
https://github.com/bottlesdevs/data
Last synced: 3 months ago
JSON representation
Documents, layouts and other useful resources
- Host: GitHub
- URL: https://github.com/bottlesdevs/data
- Owner: bottlesdevs
- Created: 2021-07-13T06:25:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T10:19:07.000Z (over 2 years ago)
- Last Synced: 2024-12-28T07:28:22.953Z (about 1 year ago)
- Size: 6.84 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bottles' Data
This repository works as a extra repository for Bottles data.
## Contents
- Release backgrounds
- Concepts
- Notifications
## Publish notifications
Notifications are placed in `notifications.yml` file.
Example:
```yaml
2021-11-14 :
id : 2
type : info
title : "2021.11.14 Release is out!"
body : Upgrade to get latest features and bugfixes.
url : https://usebottles.com/blog/release-2021.11.14/
date : 2021-11-14
recurrent : true
before : "2021.11.14-treviso"
```
summary:
- `id`: unique identifier
- `type`: info, special, warning
- `title`: title of the notification
- `body`: body of the notification
- `url`: url of the notification
- `date`: date of when the notification is published
- `recurrent`: if the notification is recurrent (it will be displayed every first installation)
- `before`: the version of Bottles before this notification is published (e.g. in the above example, the notification will be displayed only for version before 2021.11.14-treviso)
Every New release update should overwrite the previous one but change the `id` field to a new one, to avoid Bottles from hide it.