netlify-cms-backend-gitlab

GitLab backend for Netlify CMS

Usage no npm install needed!

<script type="module">
  import netlifyCmsBackendGitlab from 'https://cdn.skypack.dev/netlify-cms-backend-gitlab';
</script>

README

GitLab backend

An abstraction layer between the CMS and GitLab

Code structure

Implementation for File Management System API based on Api. With Editorial Workflow uses merge requests labels to track unpublished entries statuses.

Api - A wrapper for GitLab REST API.

AuthenticationPage - A component uses lib-auth to facilitate OAuth, PKCE and implicit authentication.

Look at tests or types for more info.