We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4e8b1 commit e918da3Copy full SHA for e918da3
1 file changed
packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem/index.tsx
@@ -39,7 +39,7 @@ export interface Props {
39
40
const getEnumDescriptionMarkdown = (enumDescriptions?: [string, string][]) => {
41
if (enumDescriptions?.length) {
42
- return `| Enum Value | Description |
+ return `| Enum Value | Description!!! |
43
| ---- | ----- |
44
${enumDescriptions
45
.map((desc) => {
0 commit comments