You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-103Lines changed: 1 addition & 103 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A static site generator for DataTalks.Club course FAQs with automated AI-powered
12
12
## Project Structure
13
13
14
14
```
15
-
datatalksclub-faq/
15
+
faq/
16
16
├── _questions/ # FAQ content organized by course
17
17
│ ├── machine-learning-zoomcamp/
18
18
│ │ ├── _metadata.yaml # Course configuration
@@ -38,73 +38,8 @@ datatalksclub-faq/
38
38
39
39
## Contributing FAQ Entries
40
40
41
-
We welcome FAQ contributions! There are two ways to contribute:
42
-
43
-
### 1. Automated (Recommended)
44
-
45
-
Simply [create a new issue](https://github.com/DataTalksClub/faq/issues/new?template=faq-proposal.yml) using the "FAQ Proposal" template. Our FAQ Bot will:
46
-
47
-
1. Analyze your proposal against existing FAQs
48
-
2. Decide the best action (NEW, UPDATE, or DUPLICATE)
49
-
3. Either create a PR with your changes or provide feedback
50
-
51
41
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions.
52
42
53
-
### 2. Manual Pull Request
54
-
55
-
1. Fork this repository
56
-
2. Add/modify FAQ files in `_questions/{course}/{section}/`
57
-
3. Follow the frontmatter format (see below)
58
-
4. Create a Pull Request
59
-
60
-
## FAQ File Format
61
-
62
-
Each FAQ entry is a markdown file with YAML frontmatter:
0 commit comments