Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(docs-custom): add overview field #928

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

rwaskiewicz
Copy link
Member

@rwaskiewicz rwaskiewicz commented Oct 25, 2022

this commit adds the 'overview' field on the JsonDocsComponent model, introduced in ionic-team/stencil#3766. it also updates the description of the 'docs' field in the same model to better reflect its functionality
Screen Shot 2022-10-25 at 1 43 27 PM

this commit adds the 'overview' field on the `JsonDocsComponent` model,
introduced in ionic-team/stencil#3766. it also
updates the description of the 'docs' field in the same model to better
reflect its functionality
@vercel
Copy link

vercel bot commented Oct 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
stencil-site ✅ Ready (Inspect) Visit Preview Oct 25, 2022 at 5:46PM (UTC)

@@ -62,8 +62,9 @@ The generated docs JSON data will in the type of `JsonDocs` which consists of ma
| `encapsulation` | Component `encapsulation` type. Possible values are `shadow`, `scoped`, `none` |
| `tag` | Component tag described in `.tsx` file |
| `readme` | Component readme file first line content |
| `docs` | Description written in top of `@Component` e.g. /** Documentation Example */ |
| `docs` | Description written in top of `@Component` e.g. /** Documentation Example */. If no JSDoc is present, default to any manually written text in the component's markdown file. Empty otherwise. |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't try too hard on formatting here, since I'm rewriting the documentation generation docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants