Skip to content

Files

Latest commit

cb37aa2 · Apr 13, 2022

History

History
 
 

netlify-cms-lib-util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Lib Util

Shared utilities to handle various netlify-cms-backend-* backends operations.

Code structure

This structure should be the same for backends.

At first, look at Implementation. This is File Management System API and has factory method for AuthComponent.

File Management System API

An abstraction layer between the CMS and Git-repository manager API.

Used as backend in cms-core.

Low-level abstractions for Git-repository manager API:

  • API - used for Entry files
  • git-lfs - used for Media files
  • and over halpful utilities