Skip to content

Commit

Permalink
Merge pull request #2060 from AndreasWeichselbaum/show-default-label-…
Browse files Browse the repository at this point in the history
…config

Expand default label configuration by default in Docs
  • Loading branch information
hipstersmoothie authored Dec 6, 2021
2 parents f61ce96 + 3774393 commit 956f88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions docs/generate-command-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,11 @@ title: "Default Labels"
layout: 'none'
---
<details>
<summary>Click here to see the default label configuration</summary>
Here is the default label configuration
\`\`\`json
${JSON.stringify(defaultLabels, null, 2)}
\`\`\`
</details>
`
);
2 changes: 2 additions & 0 deletions docs/pages/docs/configuration/autorc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ To customize your project's labels use the `labels` section in your `.autorc`.
}
```

#### Default Labels

<DefaultLabelRenderer />

#### Overriding default Labels
Expand Down

0 comments on commit 956f88a

Please sign in to comment.