Skip to content

Commit d5f34c3

Browse files
ShGKmesusnux
authored andcommitted
docs(NcAppContent): remove NcAppContentDetailsToggle from the docs
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 320e5d2 commit d5f34c3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/components/NcAppContent/NcAppContentDetailsToggle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import ArrowLeft from 'vue-material-design-icons/ArrowLeft.vue'
2727
import NcButton from '../NcButton/index.js'
2828
2929
export default {
30-
name: 'NcAppDetailsToggle',
30+
name: 'NcAppContentDetailsToggle',
3131
3232
components: {
3333
ArrowRight,

styleguide.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ module.exports = async () => {
217217
{
218218
name: 'App containers',
219219
components: [
220-
'src/components/NcContent/*.vue',
220+
'src/components/NcAppContent/NcAppContent.vue',
221+
'src/components/NcContent/NcContent.vue',
221222
],
222223
sections: [
223224
{
@@ -230,12 +231,6 @@ module.exports = async () => {
230231
'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue',
231232
],
232233
},
233-
{
234-
name: 'NcAppContent',
235-
components: [
236-
'src/components/NcAppContent*/*.vue',
237-
],
238-
},
239234
{
240235
name: 'NcAppSidebar',
241236
components: [

0 commit comments

Comments
 (0)