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
2 changes: 1 addition & 1 deletion build_pdf/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 nvchad_book
for book in admin_book ansible_book bash_book disa_stig lxd_server middlewares rsync_book sed_awk_grep nvchad_book

do
for config_file in $(ls ${SCRIPTPATH}/${book}/*.yml)
Expand Down
2 changes: 1 addition & 1 deletion build_pdf/build_en.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 nvchad_book
for book in admin_book ansible_book bash_book disa_stig lxd_server middlewares rsync_book sed_awk_grep nvchad_book

do
for config_file in $(ls ${SCRIPTPATH}/${book}/en.yml)
Expand Down
27 changes: 27 additions & 0 deletions build_pdf/disa_stig/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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: DISA STIG On Rocky Linux 8 (English version)
output_path: ../pdf/Disa_stig_rocky_linux.pdf

# Customize your own book
nav:
- licence.md
- disa_stig/disa_stig_part1.md
- disa_stig/disa_stig_part2.md
- disa_stig/disa_stig_part3.md
27 changes: 27 additions & 0 deletions build_pdf/disa_stig/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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: DISA STIG On Rocky Linux 8 (Italian version)
output_path: ../pdf/Disa_stig_rocky_linux.it.pdf

# Customize your own book
nav:
- licence.md
- disa_stig/disa_stig_part1.it.md
- disa_stig/disa_stig_part2.it.md
- disa_stig/disa_stig_part3.it.md
27 changes: 27 additions & 0 deletions build_pdf/disa_stig/uk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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: DISA STIG On Rocky Linux 8 (Ukrainian version)
output_path: ../pdf/Disa_stig_rocky_linux.uk.pdf

# Customize your own book
nav:
- licence.md
- disa_stig/disa_stig_part1.uk.md
- disa_stig/disa_stig_part2.uk.md
- disa_stig/disa_stig_part3.uk.md
36 changes: 36 additions & 0 deletions build_pdf/lxd_server/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
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: Creating a full LXD server On Rocky Linux (English version)
output_path: ../pdf/lxd_server_rocky_linux.pdf

# Customize your own book
nav:
- licence.md
- lxd_server/00-toc.md
- lxd_server/01-install.md
- lxd_server/02-zfs_setup.md
- lxd_server/03-lxdinit.md
- lxd_server/04-firewall.md
- lxd_server/05-lxd_images.md
- lxd_server/06-profiles.md
- lxd_server/07-configurations.md
- lxd_server/08-snapshots.md
- lxd_server/09-snapshot_server.md
- lxd_server/10-automating.md
- lxd_server/30-appendix_a.md
36 changes: 36 additions & 0 deletions build_pdf/lxd_server/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
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: Creating a full LXD server On Rocky Linux (Italian version)
output_path: ../pdf/lxd_server_rocky_linux.it.pdf

# Customize your own book
nav:
- licence.md
- lxd_server/00-toc.it.md
- lxd_server/01-install.it.md
- lxd_server/02-zfs_setup.it.md
- lxd_server/03-lxdinit.it.md
- lxd_server/04-firewall.it.md
- lxd_server/05-lxd_images.it.md
- lxd_server/06-profiles.it.md
- lxd_server/07-configurations.it.md
- lxd_server/08-snapshots.it.md
- lxd_server/09-snapshot_server.it.md
- lxd_server/10-automating.it.md
- lxd_server/30-appendix_a.it.md
36 changes: 36 additions & 0 deletions build_pdf/lxd_server/uk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
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: Creating a full LXD server On Rocky Linux (Ukrainian version)
output_path: ../pdf/lxd_server_rocky_linux.uk.pdf

# Customize your own book
nav:
- licence.md
- lxd_server/00-toc.uk.md
- lxd_server/01-install.uk.md
- lxd_server/02-zfs_setup.uk.md
- lxd_server/03-lxdinit.uk.md
- lxd_server/04-firewall.uk.md
- lxd_server/05-lxd_images.uk.md
- lxd_server/06-profiles.uk.md
- lxd_server/07-configurations.uk.md
- lxd_server/08-snapshots.uk.md
- lxd_server/09-snapshot_server.uk.md
- lxd_server/10-automating.uk.md
- lxd_server/30-appendix_a.uk.md
31 changes: 31 additions & 0 deletions build_pdf/rsync_book/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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: Learning Rsync On Rocky Linux (English version)
output_path: ../pdf/learning_rsync_rocky_linux.pdf

# Customize your own book
nav:
- licence.md
- learning_rsync/01_rsync_overview.md
- learning_rsync/02_rsync_demo01.md
- learning_rsync/03_rsync_demo02.md
- learning_rsync/04_rsync_configure.md
- learning_rsync/05_rsync_authentication-free_login.md
- learning_rsync/06_rsync_inotify.md
- learning_rsync/07_rsync_unison_use.md
31 changes: 31 additions & 0 deletions build_pdf/rsync_book/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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: Learning Rsync On Rocky Linux (Italian version)
output_path: ../pdf/learning_rsync_rocky_linux.it.pdf

# Customize your own book
nav:
- licence.md
- learning_rsync/01_rsync_overview.it.md
- learning_rsync/02_rsync_demo01.it.md
- learning_rsync/03_rsync_demo02.it.md
- learning_rsync/04_rsync_configure.it.md
- learning_rsync/05_rsync_authentication-free_login.it.md
- learning_rsync/06_rsync_inotify.it.md
- learning_rsync/07_rsync_unison_use.it.md
31 changes: 31 additions & 0 deletions build_pdf/rsync_book/uk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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: Learning Rsync On Rocky Linux (Ukrainian version)
output_path: ../pdf/learning_rsync_rocky_linux.uk.pdf

# Customize your own book
nav:
- licence.md
- learning_rsync/01_rsync_overview.uk.md
- learning_rsync/02_rsync_demo01.uk.md
- learning_rsync/03_rsync_demo02.uk.md
- learning_rsync/04_rsync_configure.uk.md
- learning_rsync/05_rsync_authentication-free_login.uk.md
- learning_rsync/06_rsync_inotify.uk.md
- learning_rsync/07_rsync_unison_use.uk.md
18 changes: 18 additions & 0 deletions docs/books/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ Our books can be downloaded in PDF format for offline reading.
* [English](https://rocky-linux.github.io/documentation/LearningBashWithRocky.pdf)
* [Italian](https://rocky-linux.github.io/documentation/LearningBashWithRocky.it.pdf)

### DISA Stig

* [English](https://rocky-linux.github.io/documentation/Disa_stig_rocky_linux.pdf)
* [Italian](https://rocky-linux.github.io/documentation/Disa_stig_rocky_linux.it.pdf)
* [Ukrainian](https://rocky-linux.github.io/documentation/Disa_stig_rocky_linux.uk.pdf)

### LXD Server

* [English](https://rocky-linux.github.io/documentation/lxd_server_rocky_linux.pdf)
* [Italian](https://rocky-linux.github.io/documentation/lxd_server_rocky_linux.it.pdf)
* [Ukrainian](https://rocky-linux.github.io/documentation/lxd_server_rocky_linux.uk.pdf)

### NvChad

* [English](https://rocky-linux.github.io/documentation/NvChad.pdf)
Expand All @@ -42,6 +54,12 @@ Our books can be downloaded in PDF format for offline reading.
* [English](https://rocky-linux.github.io/documentation/RockyLinuxMiddlewaresGuide.pdf)
* [Italian](https://rocky-linux.github.io/documentation/RockyLinuxMiddlewaresGuide.it.pdf)

### Learning RSync

* [English](https://rocky-linux.github.io/documentation/learning_rsync_rocky_linux.pdf)
* [Italian](https://rocky-linux.github.io/documentation/learning_rsync_rocky_linux.it.pdf)
* [Ukrainian](https://rocky-linux.github.io/documentation/learning_rsync_rocky_linux.uk.pdf)

### Sed, Awk, Grep: TheTreeSwordsmen

* [English](https://rocky-linux.github.io/documentation/Sed_Awk_Grep_TheTreeSwordsmen.pdf)