-
Notifications
You must be signed in to change notification settings - Fork 202
/
pdf.yaml
52 lines (44 loc) · 1.18 KB
/
pdf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# This file is used to split config and docs navigation
# Project information
site_name: DaoCloud Enterprise
site_url: https://docs.daocloud.io/
site_author: DaoCloud
site_description: >-
DaoCloud Enterprise 5.0 下一代容器化平台集大成者,引领云原生浪潮,推动数字化转型。
# copyright
copyright: Copyright © 2016 - 2024 DaoCloud
# Repository
repo_name: DaoCloud/DaoCloud-docs
# Configuration
theme:
name: material
custom_dir: "theme"
include_search_page: false
search_index_only: false
include_homepage_in_sidebar: false
docs_dir: docs/storage
# Plugins
plugins:
# - pdf-export:
# combined: true
# verbose: true
# media_type: print
- extra-sass
- with-pdf:
cover_subtitle: DaoCloud Enterprise Product Documentation
back_cover: true
toc_level: 2
ordered_chapter_level: 2
two_columns_level: 0 # disable, range 1-3
heading_shift: true
render_js: false
headless_chrome_path: /opt/homebrew/bin/chromium
output_path: ../attachments/storage.pdf
enabled_if_env: ENABLE_PDF_EXPORT
show_anchors: true
verbose: true
extra:
# comments
comments:
enabled: false