Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@phase2/outline-docs

Package Overview
Dependencies
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phase2/outline-docs - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

12

index.ts

@@ -0,12 +1,14 @@

import path from 'path';
export const outlineStories = [
// Intentionally ordering welcome page first.
`${__dirname}/src/guides/welcome.mdx`,
path.join(__dirname, 'src/guides/welcome.mdx'),
// Component development guides.
`${__dirname}/src/guides/development/component-development/**/*.mdx`,
path.join(__dirname, 'src/guides/development/component-development/**/*.mdx'),
// Component usage guides.
`${__dirname}/src/guides/consumers/**/*.mdx`,
path.join(__dirname, 'src/guides/consumers/**/*.mdx'),
// QA/UAT usage guides.
`${__dirname}/src/guides/qa-uat/**/*.mdx`,
path.join(__dirname, 'src/guides/qa-uat/**/*.mdx'),
// Tooling usage guides.
`${__dirname}/src/guides/tooling/**/*.mdx`,
path.join(__dirname, 'src/guides/tooling/**/*.mdx'),
];
{
"name": "@phase2/outline-docs",
"version": "0.0.12",
"version": "0.0.13",
"description": "Outline Documentation",

@@ -27,3 +27,3 @@ "keywords": [

"scripts": {
"build": "node ../../scripts/build.js && cp -r src dist",
"build": "node ../../scripts/build.js",
"package": "yarn publish"

@@ -37,3 +37,6 @@ },

"access": "public"
},
"exports": {
".": "./index.ts"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc