Browse Source

feat(docs): enabled live edit

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/153/head
Pranav C 3 years ago
parent
commit
c1f72cb35c
  1. 2
      packages/noco-blog/content/en/index.md
  2. 4
      packages/noco-blog/nuxt.config.js
  3. 4
      packages/noco-book/nuxt.config.js

2
packages/noco-blog/content/en/index.md

@ -1,6 +1,6 @@
---
title: 'NocoDB'
description: 'Simple installation - takes about three minutes!'
description: 'NocoDB'
position: 0
category: 'NocoDB'
fullscreen: true

4
packages/noco-blog/nuxt.config.js

@ -6,7 +6,5 @@ export default theme({
},
css: [
"./assets/main.css"
], content: {
liveEdit: false
}
]
})

4
packages/noco-book/nuxt.config.js

@ -6,7 +6,5 @@ export default theme({
},
css: [
"./assets/main.css"
], content: {
liveEdit: false
}
]
})

Loading…
Cancel
Save