UNPKG
netlify-cms-backend-azure
Version:
beta (1.2.0-beta.0)
latest (1.3.1)
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.2.0-beta.0
1.1.2
1.1.1
1.1.0
Azure DevOps backend for Netlify CMS
github.com/netlify/netlify-cms/tree/master
netlify/netlify-cms
netlify-cms-backend-azure
/
src
/
index.ts
11 lines
(9 loc)
•
264 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
AzureBackend
from
'./implementation'
;
import
API
from
'./API'
;
import
AuthenticationPage
from
'./AuthenticationPage'
;
export
const
NetlifyCmsBackendAzure
= {
AzureBackend
,
API
,
AuthenticationPage
, };
export
{
AzureBackend
,
API
,
AuthenticationPage
};