mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 07:56:49 +00:00
docs(noco-docs-prev): init commit
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
11
packages/noco-docs-prev/nuxt.config.js
Normal file
11
packages/noco-docs-prev/nuxt.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import theme from '@nuxt/content-theme-docs'
|
||||
|
||||
export default theme({
|
||||
docs: {
|
||||
primaryColor: '#3282ff'
|
||||
},
|
||||
css: [
|
||||
"./assets/main.css"
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user