adjust sidebar links

This commit is contained in:
Feng Ruohang 2025-07-31 08:08:57 +08:00
parent c197b92a65
commit 6ec7c3452c
2 changed files with 15 additions and 10 deletions

View File

@ -1,9 +1,14 @@
default: dev
default: doc
d:dev
dev:
hugo serve
# serve document with docsify (or python)
doc:
bin/doc
b:build
build:
hugo build
.PHONY: default d dev b build
# generate zh-tw version
translate:

View File

@ -101,20 +101,20 @@ menu:
type: separator
weight: 6
- identifier: pgint
name: "PG Internal 中文版 ↗"
name: "PostgreSQL 内幕探索 ↗"
url: "https://pgint.vonng.com/"
weight: 7
- identifier: pgint14
name: "PG Internal 14 中文版 ↗"
name: "PostgreSQL 内参 ↗"
url: "https://postgres-internals.cn/"
weight: 8
- identifier: pigsty
name: "Pigsty Docs ↗"
url: "https://pgsty.com"
name: "Pigsty 文档 ↗"
url: "https://pgsty.com/zh"
weight: 9
- identifier: pgext
name: "PG Extensions ↗"
url: "https://ext.pgsty.com"
name: "PG 扩展目录 ↗"
url: "https://ext.pgsty.com/zh"
weight: 10
params: