Autodocs not working

Created on 10 September 2024, 4 months ago

Problem/Motivation

When setting autodocs in a component, docs don't render.

It would be ideal to auto-import the `README.md` content to autodocs at a basic level.

Steps to reproduce

Using this template as an example:

{% stories test with {
  title: 'TEST',
  argTypes: {
    iconType: {
      control: 'select',
      defaultValue: 'Test',
      options: ["Empty","Test"],
    }
  },
  tags: ['autodocs'],
} %}
  {% story default with {
    name: 'Default',
    args: {
      iconType: 'Empty'
    },
  } %}
    
  {% endstory %}
{% endstories %}

The assumption is that autodocs will at minimum outline the args defined in the story with the ability to add additional markup.

πŸ’¬ Support request
Status

Active

Version

1.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States erier

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024