2 | {% if cover_logo is defined %}
3 |
6 | {% else %}
7 |
8 | {% endif %}
9 |
10 |
{{ cover_title | e }}
11 | {{ cover_subtitle | e }}
12 | Version : {{ version | string | default('custom') }}
13 |
14 |
15 |
16 | {% if author is defined %}
17 | {{ author | e }}
18 | {% endif %}
19 | {% if copyright is defined %}
20 | {{ copyright | e }}
21 | {% endif %}
22 |
23 |
24 |
--------------------------------------------------------------------------------
/crowdin.yml:
--------------------------------------------------------------------------------
1 | files:
2 | - source: /docs/**/*.md
3 | ignore:
4 | - '*.af.md'
5 | - '*.de.md'
6 | - '*.cs.md'
7 | - '*.en.md'
8 | - '*.es.md'
9 | - '*.fr.md'
10 | - '*.hi.md'
11 | - '*.id.md'
12 | - '*.it.md'
13 | - '*.ja.md'
14 | - '*.ko.md'
15 | - '*.pl.md'
16 | - '*.pt.md'
17 | - '*.pt-BR.md'
18 | - '*.ru.md'
19 | - '*.sv.md'
20 | - '*.tr.md'
21 | - '*.uk.md'
22 | - '*.zh.md'
23 | - '/docs/release_notes/8.5.md'
24 | translation: /%original_path%/%file_name%.%two_letters_code%.%file_extension%
25 | update_option: update_as_unapproved
26 |
--------------------------------------------------------------------------------
/docs/.pages:
--------------------------------------------------------------------------------
1 | ---
2 | nav:
3 | - ... | index*.md
4 | - Guides: guides
5 | - Books: books
6 | - Labs: labs
7 | - Gemstones: gemstones
8 | - Desktop: desktop
9 | - Release Notes: release_notes
10 | - Rocky Insights: rocky_insights
11 |
--------------------------------------------------------------------------------
/docs/assets/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocky-linux/documentation/bec9c45fcfe16cfa236a617e9472990bb6be7e5e/docs/assets/favicon.png
--------------------------------------------------------------------------------
/docs/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rocky-linux/documentation/bec9c45fcfe16cfa236a617e9472990bb6be7e5e/docs/assets/logo.png
--------------------------------------------------------------------------------
/docs/assets/rocky-linux-logo.svg:
--------------------------------------------------------------------------------
1 |