@@ -12,30 +12,30 @@ book:
12
12
chapters :
13
13
- index.qmd
14
14
- intro.qmd
15
- - book_en /changelog.qmd
16
- - part : book_en /contributing/index.qmd
15
+ - chapters /changelog.qmd
16
+ - part : chapters /contributing/index.qmd
17
17
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
26
26
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
30
30
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
39
39
40
40
- references.qmd
41
41
@@ -48,16 +48,17 @@ format:
48
48
49
49
babelquarto :
50
50
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' ]
57
57
title-en : title in en
58
58
title-ar : title in ar
59
59
description-en : description in en
60
60
description-ar : description in ar
61
61
author-en : author in en
62
62
author-ar : author in ar
63
63
lang : en
64
+
0 commit comments