Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@crowdstrike/ember-oss-docs

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crowdstrike/ember-oss-docs

Common components for authoring docs for CrowdStrike's Ember OSS projects

latest
Source
npmnpm
Version
1.1.8
Version published
Weekly downloads
44
-95.76%
Maintainers
2
Weekly downloads
 
Created
Source

ember-oss-docs

Generally not for usage in non-CrowdStrike projects, as documentation for this addon may be light, and is highly coupled to the Toucan design system.

This library does not provide any semver guarantees.

Using Tailwind

Use this guide to setup Tailwind: https://discuss.emberjs.com/t/ember-modern-css/19614

// tailwind.config.js
'use strict';

const { tailwindConfig } = require('@crowdstrike/ember-oss-docs/tailwind');

module.exports = tailwindConfig(__dirname);

Includes:

  • watches addons' files for JIT
  • preconfigured to handle html/js/ts/gjs/gts/hbs files
  • preconfigured theme safelist
  • uses the @crowdstrike/tailwind-toucan-base preset

Compatibility

  • Ember.js v3.28 or above
  • Embroider or ember-auto-import v2

Installation

ember install @crowdstrike/ember-oss-docs

Usage

[Longer description of how to use the addon in apps.]

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 15 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts