GithubHelp home page GithubHelp logo

eclipse-tractusx.github.io.largefiles's Introduction

Large files storage for eclipse-tractusx.github.io

To publish bigger files through GitHub pages or distribute them, GitHub suggests to use gits large file support: about-large-files-on-github.

Naming convention

allowed file names KITorCOMPONENT_TITLE_VERSION (e.g., ECOPASS_VIDEO_v1)

  • KIT / COMPONENT: ECOPASS, EDC, BPDM, PORTAL, ...
  • TITLE: VIDEO, MANUAL, ...
  • VERSION: v1, v2, ...

How to use

Please read up on how to use git lfs. You can also follow the guide provided by GitHub and the git-lfs installation guide.

How to add files

To add files to this repository, you need to install git lfs first see How-to-use. Then you can add files to the repository like this:

# add your desired files based on their extension eg. *.zip, this will update the .gitattributes file
git lfs track "*.zip"
# add the .gitattributes file and changed files to your branch
git add .gitattributes "*.zip"
# commit and push to your desired branch
git commit -m "added extension for .zip files"
# push lfs files to the lfs server to your desired branch, replace BRANCHNAME with your branch name
git lfs push --all origin BRANCHNAME
git push
# now you can generate a PR to merge your branch into main

How to link static files

To link this repository files you need to use the raw link to the file. You can get this link by clicking on the file in the repository and then clicking on the Raw button. This will open the file in a new tab, and you can copy the link from the address bar. For our Docusaurus Page it is described in Docusaurus documentation, for Markdown you can use the Markdown documentation and general documentation information from GitHub can be found here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.