🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version
0.0.301
to
0.0.302
+0
-4
dist/types/onboardingTemplate.d.ts

@@ -15,3 +15,2 @@ export type TemplateSource = {

repo: string;
path: string;
};

@@ -22,3 +21,2 @@ }, {

repo: string;
path: string;
};

@@ -29,3 +27,2 @@ }, {

repo: string;
path: string;
};

@@ -36,3 +33,2 @@ }, {

repo: string;
path: string;
};

@@ -39,0 +35,0 @@ }];

+4
-5

@@ -1,2 +0,1 @@

const TEMPLATES_MONOREPO = 'https://github.com/mintlify/templates';
const DEVELOPER_DOCS_ID = 'developer-docs';

@@ -15,15 +14,15 @@ const HELP_CENTER_ID = 'help-center';

id: HELP_CENTER_ID,
source: { repo: TEMPLATES_MONOREPO, path: 'help-center' },
source: { repo: 'https://github.com/mintlify/help-center-starter' },
},
{
id: KNOWLEDGE_BASE_ID,
source: { repo: TEMPLATES_MONOREPO, path: 'knowledge-base' },
source: { repo: 'https://github.com/mintlify/knowledge-base-starter' },
},
{
id: PRODUCT_GUIDE_ID,
source: { repo: TEMPLATES_MONOREPO, path: 'product-guide' },
source: { repo: 'https://github.com/mintlify/product-guide-starter' },
},
{
id: EMPTY_ID,
source: { repo: TEMPLATES_MONOREPO, path: 'empty' },
source: { repo: 'https://github.com/mintlify/empty-starter' },
},

@@ -30,0 +29,0 @@ ];

{
"name": "@mintlify/models",
"version": "0.0.301",
"version": "0.0.302",
"description": "Mintlify models",

@@ -62,3 +62,3 @@ "engines": {

},
"gitHead": "a80a1002ca8c971f0dbdbe2ff5090e27193708d8"
"gitHead": "d80206844c8d0459975b8f4629aadd3b0e526b32"
}

Sorry, the diff of this file is not supported yet