standards-hub / docs

A documentation template made with Nuxt UI Pro.
https://standards-hub.github.io/docs/
0 stars 0 forks source link

Create a Documentation in OMA #102

Open FroudeDescartes opened 6 months ago

FroudeDescartes commented 6 months ago

Create a separate content folder in OMA for documenting each component, something like here. One subfolder Getting Started , other Components

Create an option for adding HTML-like comments in .md files

FroudeDescartes commented 6 months ago

Example on how to convert component to have all the necessary props and configs: Alert component Alert config

FroudeDescartes commented 6 months ago

Dejan`s part will be to insert parserer so we can use full md in key: value pairs, ex:


subtitle: |
    check out [promptly]{ .text-blue-500}```
FroudeDescartes commented 6 months ago

https://github.com/nuxt/ui/blob/dev/docs/components/content/ComponentPreset.vue

jpradocueva commented 1 month ago