Skip to content

Commit d5132f9

Browse files
Fix duplicate FAQ entries by reorganizing FAQ pages
- Move general FAQ from courses/faq.md to general/faq.md - Rename courses/faq/index.md title to "Course FAQ Repository" - Update nav_order to 50 for better positioning - Add cross-links between the two FAQ pages
1 parent b9b0f82 commit d5132f9

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

courses/faq/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
2-
title: "FAQ"
2+
title: "Course FAQ Repository"
33
layout: default
4-
nav_order: 100
4+
nav_order: 50
55
has_children: false
66
parent: Courses
77
---
88

9-
# Course FAQ
9+
# Course FAQ Repository
1010

1111
The DataTalks.Club FAQ contains answers to frequently asked questions from the community. Each course has its own comprehensive FAQ covering general questions, module-specific topics, and technical issues.
1212

1313
[Visit the FAQ website](https://datatalks.club/faq/)
1414

15-
<img src="{{ '/assets/images/data-engineering-zoomcamp/launch/leaderboard.jpg' | relative_url }}" alt="DataTalks.Club FAQ" width="80%">
16-
1715
## Available Course FAQs
1816

1917
- [Data Engineering Zoomcamp FAQ](https://datatalks.club/faq/data-engineering-zoomcamp/)
@@ -31,6 +29,8 @@ Each course FAQ is organized by:
3129
- Code examples and explanations
3230
- Links to documentation and resources
3331

32+
For general questions about courses (registration, time commitment, etc.), see the [General FAQ]({{ '/general/faq/' | relative_url }}).
33+
3434
## Contributing to the FAQ
3535

3636
The FAQ is maintained by the community. If you have a question that isn't answered, you can contribute it.

courses/faq.md renamed to general/faq.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "FAQ"
3-
nav_order: 100
4-
parent: Courses
3+
layout: default
4+
nav_order: 2
5+
parent: General
56
has_children: false
67
---
78

@@ -60,15 +61,18 @@ Any modern computer with internet access will work. All coursework can be done u
6061

6162
### Where can I ask questions?
6263

63-
Join our [Slack community](https://datatalks.club/slack.html) and ask questions in the course-specific channels.
64+
Join our [Slack community](https://datatalks.club/slack) and ask questions in the course-specific channels.
6465

6566
### Is there a course FAQ?
6667

6768
Yes! Each course has a comprehensive FAQ:
68-
- [ML Zoomcamp FAQ](https://datatalks.club/faq/machine-learning-zoomcamp.html)
69-
- [Data Engineering Zoomcamp FAQ](https://datatalks.club/faq/data-engineering-zoomcamp.html)
70-
- [MLOps Zoomcamp FAQ](https://datatalks.club/faq/mlops-zoomcamp.html)
69+
- [ML Zoomcamp FAQ](https://datatalks.club/faq/machine-learning-zoomcamp/)
70+
- [Data Engineering Zoomcamp FAQ](https://datatalks.club/faq/data-engineering-zoomcamp/)
71+
- [MLOps Zoomcamp FAQ](https://datatalks.club/faq/mlops-zoomcamp/)
72+
- [LLM Zoomcamp FAQ](https://datatalks.club/faq/llm-zoomcamp/)
73+
74+
See the [Course FAQ]({{ '/courses/faq/' | relative_url }}) for information about contributing to the FAQ repository.
7175

7276
## Still Have Questions?
7377

74-
Feel free to ask in our Slack community or contact us at [info@datatalks.club](mailto:info@datatalks.club)
78+
Feel free to ask in our Slack community.

0 commit comments

Comments
 (0)