mirror of
https://github.com/Vonng/ddia.git
synced 2025-09-26 23:09:18 +08:00
adjust sidebar links
This commit is contained in:
parent
c197b92a65
commit
6ec7c3452c
13
Makefile
13
Makefile
@ -1,9 +1,14 @@
|
|||||||
|
default: dev
|
||||||
|
|
||||||
default: doc
|
d:dev
|
||||||
|
dev:
|
||||||
|
hugo serve
|
||||||
|
|
||||||
# serve document with docsify (or python)
|
b:build
|
||||||
doc:
|
build:
|
||||||
bin/doc
|
hugo build
|
||||||
|
|
||||||
|
.PHONY: default d dev b build
|
||||||
|
|
||||||
# generate zh-tw version
|
# generate zh-tw version
|
||||||
translate:
|
translate:
|
||||||
|
12
hugo.yaml
12
hugo.yaml
@ -101,20 +101,20 @@ menu:
|
|||||||
type: separator
|
type: separator
|
||||||
weight: 6
|
weight: 6
|
||||||
- identifier: pgint
|
- identifier: pgint
|
||||||
name: "PG Internal 中文版 ↗"
|
name: "PostgreSQL 内幕探索 ↗"
|
||||||
url: "https://pgint.vonng.com/"
|
url: "https://pgint.vonng.com/"
|
||||||
weight: 7
|
weight: 7
|
||||||
- identifier: pgint14
|
- identifier: pgint14
|
||||||
name: "PG Internal 14 中文版 ↗"
|
name: "PostgreSQL 内参 ↗"
|
||||||
url: "https://postgres-internals.cn/"
|
url: "https://postgres-internals.cn/"
|
||||||
weight: 8
|
weight: 8
|
||||||
- identifier: pigsty
|
- identifier: pigsty
|
||||||
name: "Pigsty Docs ↗"
|
name: "Pigsty 文档 ↗"
|
||||||
url: "https://pgsty.com"
|
url: "https://pgsty.com/zh"
|
||||||
weight: 9
|
weight: 9
|
||||||
- identifier: pgext
|
- identifier: pgext
|
||||||
name: "PG Extensions ↗"
|
name: "PG 扩展目录 ↗"
|
||||||
url: "https://ext.pgsty.com"
|
url: "https://ext.pgsty.com/zh"
|
||||||
weight: 10
|
weight: 10
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
Loading…
Reference in New Issue
Block a user