Skip to content

Commit ac8c5b8

Browse files
committed
docs: adjust styleguide config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 9560721 commit ac8c5b8

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/components/NcGuestContent/NcGuestContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It can't be used multiple times on the same page.
1616

1717
### Usage
1818

19-
```vue static
19+
```html static
2020
<template>
2121
<NcGuestContent>
2222
<h2>Hello guest</h2>

styleguide.config.cjs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,11 @@ module.exports = async () => {
207207
{
208208
name: 'App containers',
209209
content: 'docs/app-containers.md',
210+
components: [
211+
'src/components/NcContent/NcContent.vue',
212+
'src/components/NcGuestContent/NcGuestContent.vue',
213+
],
210214
sections: [
211-
{
212-
name: 'NcContent',
213-
components: 'src/components/NcContent/NcContent.vue',
214-
},
215-
{
216-
name: 'NcGuestContent',
217-
components: 'src/components/NcGuestContent/NcGuestContent.vue',
218-
},
219215
{
220216
name: 'NcAppContent',
221217
components: 'src/components/NcAppContent/NcAppContent.vue',

0 commit comments

Comments
 (0)