mirror of
https://github.com/Vonng/ddia.git
synced 2026-07-29 17:49:57 +08:00
add v2 stub
This commit is contained in:
32
hugo.yaml
32
hugo.yaml
@@ -26,17 +26,23 @@ languages:
|
||||
contentDir: content/zh
|
||||
weight: 1
|
||||
title: 设计数据密集型应用
|
||||
v2:
|
||||
languageName: 第二版
|
||||
languageCode: v2
|
||||
contentDir: content/v2
|
||||
weight: 2
|
||||
title: 设计数据密集型应用(第二版)
|
||||
tw:
|
||||
languageName: 繁体中文
|
||||
languageCode: tw
|
||||
contentDir: content/tw
|
||||
weight: 2
|
||||
weight: 3
|
||||
title: 設計資料密集型應用
|
||||
en:
|
||||
languageName: English
|
||||
languageCode: en
|
||||
contentDir: content/en
|
||||
weight: 3
|
||||
weight: 4
|
||||
title: Designing Data-Intensive Applications
|
||||
|
||||
|
||||
@@ -68,7 +74,7 @@ menu:
|
||||
sidebar:
|
||||
|
||||
- identifier: ver
|
||||
name: Version
|
||||
name: 语言版本
|
||||
weight: 1
|
||||
params:
|
||||
type: separator
|
||||
@@ -76,39 +82,43 @@ menu:
|
||||
name: "简体中文 ↗"
|
||||
url: "/"
|
||||
weight: 2
|
||||
- identifier: simplified-chinese2
|
||||
name: "第二版 ↗"
|
||||
url: "/v2"
|
||||
weight: 3
|
||||
- identifier: traditional-chinese
|
||||
name: "繁體中文 ↗"
|
||||
url: "/tw"
|
||||
weight: 3
|
||||
weight: 4
|
||||
- identifier: english
|
||||
name: "English ↗"
|
||||
url: "/en"
|
||||
weight: 4
|
||||
weight: 5
|
||||
|
||||
- identifier: more
|
||||
name: 参考链接
|
||||
params:
|
||||
type: separator
|
||||
weight: 5
|
||||
weight: 6
|
||||
- identifier: pgint
|
||||
name: "PG Internal 中文版 ↗"
|
||||
url: "https://pgint.vonng.com/"
|
||||
weight: 6
|
||||
weight: 7
|
||||
- identifier: pgint14
|
||||
name: "PG Internal 14 中文版 ↗"
|
||||
url: "https://postgres-internals.cn/"
|
||||
weight: 7
|
||||
weight: 8
|
||||
- identifier: pigsty
|
||||
name: "Pigsty Docs ↗"
|
||||
url: "https://pgsty.com"
|
||||
weight: 8
|
||||
weight: 9
|
||||
- identifier: pgext
|
||||
name: "PG Extensions ↗"
|
||||
url: "https://ext.pgsty.com"
|
||||
weight: 9
|
||||
weight: 10
|
||||
|
||||
params:
|
||||
description: DDIA 中文版翻译,设计数据密集型应用是一本关于数据系统设计的书籍,作者是 Martin Kleppmann。它深入探讨了数据密集型应用的架构和设计原则,涵盖了分布式系统、数据存储、消息传递等主题。
|
||||
description: DDIA 中文版翻译,设计数据密集型应用是一本关于数据系统设计的书籍,它深入探讨了数据密集型应用的架构和设计原则,涵盖了分布式系统、数据存储、消息传递等主题。
|
||||
|
||||
navbar:
|
||||
displayTitle: true
|
||||
|
||||
Reference in New Issue
Block a user