diff --git a/build_pdf/build_all.sh b/build_pdf/build_all.sh index 2027279425..d8375637f2 100755 --- a/build_pdf/build_all.sh +++ b/build_pdf/build_all.sh @@ -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 diff --git a/build_pdf/nvchad_book/en.yml b/build_pdf/nvchad_book/en.yml new file mode 100644 index 0000000000..3580223e97 --- /dev/null +++ b/build_pdf/nvchad_book/en.yml @@ -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 diff --git a/build_pdf/nvchad_book/it.yml b/build_pdf/nvchad_book/it.yml new file mode 100644 index 0000000000..6060b226ff --- /dev/null +++ b/build_pdf/nvchad_book/it.yml @@ -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 diff --git a/build_pdf/nvchad_book/uk.yml b/build_pdf/nvchad_book/uk.yml new file mode 100644 index 0000000000..d8cca7ad6b --- /dev/null +++ b/build_pdf/nvchad_book/uk.yml @@ -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