Socket
Socket
Sign inDemoInstall

@crowdstrike/ember-oss-docs

Package Overview
Dependencies
6
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

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


Version published
Maintainers
2
Created

Readme

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

FAQs

Last updated on 23 Aug 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc