Skip to content

Commit 07f6581

Browse files
committed
rename book_en to chapters
1 parent 6c50325 commit 07f6581

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

_quarto.yml

+28-27
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ book:
1212
chapters:
1313
- index.qmd
1414
- intro.qmd
15-
- book_en/changelog.qmd
16-
- part: book_en/contributing/index.qmd
15+
- chapters/changelog.qmd
16+
- part: chapters/contributing/index.qmd
1717
chapters:
18-
- book_en/contributing/project_structure.qmd
19-
- book_en/contributing/raising_issues.qmd
20-
- book_en/contributing/raising_pr.qmd
21-
- book_en/contributing/adding_a_course.qmd
22-
- book_en/contributing/api_project_structure.qmd
23-
- book_en/contributing/improving_documentation.qmd
24-
- book_en/environment_setup.qmd
25-
- part: book_en/localization/index.qmd
18+
- chapters/contributing/project_structure.qmd
19+
- chapters/contributing/raising_issues.qmd
20+
- chapters/contributing/raising_pr.qmd
21+
- chapters/contributing/adding_a_course.qmd
22+
- chapters/contributing/api_project_structure.qmd
23+
- chapters/contributing/improving_documentation.qmd
24+
- chapters/environment_setup.qmd
25+
- part: chapters/localization/index.qmd
2626
chapters:
27-
- book_en/localization/client.qmd
28-
- book_en/localization/backend.qmd
29-
- part: book_en/technical_guide/index.qmd
27+
- chapters/localization/client.qmd
28+
- chapters/localization/backend.qmd
29+
- part: chapters/technical_guide/index.qmd
3030
chapters:
31-
- book_en/technical_guide/api_guide/api_structure.qmd
32-
- book_en/technical_guide/api_guide/api_authentication_flow.qmd
33-
- book_en/technical_guide/api_guide/jwt_token_management.qmd
34-
- book_en/technical_guide/api_guide/rbac_handler_flow.qmd
35-
- book_en/technical_guide/ci_workflow.qmd
36-
- book_en/technical_guide/deployment_guide.qmd
37-
- book_en/technical_guide/reviewing_pr.qmd
38-
- book_en/technical_guide/secrets_and_security.qmd
31+
- chapters/technical_guide/api_guide/api_structure.qmd
32+
- chapters/technical_guide/api_guide/api_authentication_flow.qmd
33+
- chapters/technical_guide/api_guide/jwt_token_management.qmd
34+
- chapters/technical_guide/api_guide/rbac_handler_flow.qmd
35+
- chapters/technical_guide/ci_workflow.qmd
36+
- chapters/technical_guide/deployment_guide.qmd
37+
- chapters/technical_guide/reviewing_pr.qmd
38+
- chapters/technical_guide/secrets_and_security.qmd
3939

4040
- references.qmd
4141

@@ -48,16 +48,17 @@ format:
4848

4949
babelquarto:
5050
languagecodes:
51-
- name: en
52-
text: "Version in en"
53-
- name: ar
54-
text: "Version in ar"
55-
mainlanguage: "en"
56-
languages: ["ar"]
51+
- name: en
52+
text: "Version in en"
53+
- name: ar
54+
text: "Version in ar"
55+
mainlanguage: 'en'
56+
languages: ['ar']
5757
title-en: title in en
5858
title-ar: title in ar
5959
description-en: description in en
6060
description-ar: description in ar
6161
author-en: author in en
6262
author-ar: author in ar
6363
lang: en
64+

0 commit comments

Comments
 (0)