mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:46:08 +00:00
feat: update docs
This commit is contained in:
parent
ad4929e48b
commit
90b2f1e859
@ -1,4 +1,7 @@
|
||||
version: "3"
|
||||
networks:
|
||||
nocobase:
|
||||
driver: bridge
|
||||
services:
|
||||
app:
|
||||
image: nocobase/nocobase:main
|
||||
@ -25,3 +28,5 @@ services:
|
||||
POSTGRES_USER: nocobase
|
||||
POSTGRES_DB: nocobase
|
||||
POSTGRES_PASSWORD: nocobase
|
||||
networks:
|
||||
- nocobase
|
@ -155,6 +155,7 @@ export default {
|
||||
'/development/client/index',
|
||||
{
|
||||
title: 'UI 设计器',
|
||||
'title.zh-CN': 'UI 设计器',
|
||||
'title.TR-TR': 'Kullanıcı Arayüz Tasarımcısı',
|
||||
type: 'subMenu',
|
||||
children: [
|
||||
|
Loading…
Reference in New Issue
Block a user