Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build_pdf/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
cd $SCRIPTPATH

for book in admin_book ansible_book bash_book middlewares sed_awk_grep
for book in admin_book ansible_book bash_book middlewares sed_awk_grep nvchad_book

do
for config_file in $(ls ${SCRIPTPATH}/${book}/*.yml)
do
Expand Down
40 changes: 40 additions & 0 deletions build_pdf/nvchad_book/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
INHERIT: ../build_base.yml

# Do not modify this block
pdf-config: &pdf-config
author: Rocky Documentation Team
cover: true
cover_logo: ../assets/rocky-linux-logo.svg
cover_subtitle: A book from the Documentation Team
toc_level: 3
ordered_chapter_level: 3
verbose: false
back_cover: true

# You are free to configure here what you want
plugins:
- with-pdf:
<<: *pdf-config
cover_title: NvChad (English version)
output_path: ../pdf/NvChad.pdf

# Customize your own book
nav:
- licence.md
- nvchad/index.md
- nvchad/additional_software.md
- nvchad/install_nvim.md
- nvchad/install_nvchad.md
- nvchad/template_chadrc.md
- nvchad/nerd_fonts.md
- nvchad/vale_nvchad.md
- nvchad/marksman.md
- nvchad/nvchad_ui/builtin_plugins.md
- nvchad/nvchad_ui/plugins_manager.md
- nvchad/nvchad_ui/nvchad_ui.md
- nvchad/nvchad_ui/using_nvchad.md
- nvchad/nvchad_ui/nvimtree.md
- nvchad/nvchad/plugins/index.md
- nvchad/plugins/md_preview.md
- nvchad/plugins/projectmgr.md
40 changes: 40 additions & 0 deletions build_pdf/nvchad_book/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
INHERIT: ../build_base.yml

# Do not modify this block
pdf-config: &pdf-config
author: Rocky Documentation Team
cover: true
cover_logo: ../assets/rocky-linux-logo.svg
cover_subtitle: A book from the Documentation Team
toc_level: 3
ordered_chapter_level: 3
verbose: false
back_cover: true

# You are free to configure here what you want
plugins:
- with-pdf:
<<: *pdf-config
cover_title: NvChad (Italian version)
output_path: ../pdf/NvChad.it.pdf

# Customize your own book
nav:
- licence.it.md
- nvchad/index.it.md
- nvchad/additional_software.it.md
- nvchad/install_nvim.it.md
- nvchad/install_nvchad.it.md
- nvchad/template_chadrc.it.md
- nvchad/nerd_fonts.it.md
- nvchad/vale_nvchad.it.md
- nvchad/marksman.it.md
- nvchad/nvchad_ui/builtin_plugins.it.md
- nvchad/nvchad_ui/plugins_manager.it.md
- nvchad/nvchad_ui/nvchad_ui.it.md
- nvchad/nvchad_ui/using_nvchad.it.md
- nvchad/nvchad_ui/nvimtree.it.md
- nvchad/nvchad/plugins/index.it.md
- nvchad/plugins/md_preview.it.md
- nvchad/plugins/projectmgr.it.md
40 changes: 40 additions & 0 deletions build_pdf/nvchad_book/uk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
INHERIT: ../build_base.yml

# Do not modify this block
pdf-config: &pdf-config
author: Rocky Documentation Team
cover: true
cover_logo: ../assets/rocky-linux-logo.svg
cover_subtitle: A book from the Documentation Team
toc_level: 3
ordered_chapter_level: 3
verbose: false
back_cover: true

# You are free to configure here what you want
plugins:
- with-pdf:
<<: *pdf-config
cover_title: NvChad (Ukrainian version)
output_path: ../pdf/NvChad.uk.pdf

# Customize your own book
nav:
- licence.uk.md
- nvchad/index.uk.md
- nvchad/additional_software.uk.md
- nvchad/install_nvim.uk.md
- nvchad/install_nvchad.uk.md
- nvchad/template_chadrc.uk.md
- nvchad/nerd_fonts.uk.md
- nvchad/vale_nvchad.uk.md
- nvchad/marksman.uk.md
- nvchad/nvchad_ui/builtin_plugins.uk.md
- nvchad/nvchad_ui/plugins_manager.uk.md
- nvchad/nvchad_ui/nvchad_ui.uk.md
- nvchad/nvchad_ui/using_nvchad.uk.md
- nvchad/nvchad_ui/nvimtree.uk.md
- nvchad/nvchad/plugins/index.uk.md
- nvchad/plugins/md_preview.uk.md
- nvchad/plugins/projectmgr.uk.md