@drodil/backstage-plugin-qeta
TypeScript icon, indicating that this package has built-in type declarations

2.4.2 • Public • Published

qeta

Welcome to the qeta plugin!

Qeta allows you to add Q&A section to your Backstage application. This plugin requires that you also install @drodil/backstage-plugin-qeta-backend plugin.

Adding to your application

Add the plugin to your frontend app:

cd packages/app && yarn add @drodil/backstage-plugin-qeta

Expose the questions page:

// packages/app/src/App.tsx
import { QetaPage } from '@drodil/backstage-plugin-qeta';

// ...

const AppRoutes = () => (
  <FlatRoutes>
    // ...
    <Route path="/qeta" element={<QetaPage />} />
    // ...
  </FlatRoutes>
);

An interface for Q&A is now available at /qeta.

Package Sidebar

Install

npm i @drodil/backstage-plugin-qeta

Weekly Downloads

1,403

Version

2.4.2

License

MIT

Unpacked Size

463 kB

Total Files

102

Last publish

Collaborators

  • drodil