Skip to content

BredOS/Download-Page-Assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download-Page-Assets

Format for the boards

"board_name": {
  "name": "",
  "image": "",
  "board_description": "",
  "download_links": {
    "latest": {
      "name": "",
      "link": "",
      "check_sum": ""
    }
  }
}

Board name

board_name is just a placeholder value for what board will be linked in the website. This would be easy for the javascript that will be implemented to handle and update the downloads for the website.

Name the board!!

name in the structor will be used as the title text in the info page for the downloads.

Image!

images will store the image location that you will want to display. This may be changed to device_image|String| later.

Descriptions!

board_description stores the sting of what the board is. Be mindful new lines will need the html new line tag.

Download links!

download_links is an array that holds the container for images/builds of BredOS for the board.

Latest link

Make sure latest is the latest, but dont forget to make the old latest it's own link contaner and please dont remove it if older versions are needed.

Link name

Like name in board the name in the link container will display on the site.

Checksums

The check_sum is for the image/build just in case people worry, but it's optional. Leave it an empty string if we don't have one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published