@crowdstrike/ember-oss-docs

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


Keywords
ember-addon
License
MIT
Install
npm install @crowdstrike/ember-oss-docs@1.1.8

Documentation

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:

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.