Skip to content

Commit 004d876

Browse files
committed
Update README.md
1 parent 3b9f1f4 commit 004d876

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -84,36 +84,6 @@ Serves the production build locally for testing.
8484
- **Custom Interactive Components** - Visual elements like GroundingComparison for conceptual clarity
8585
- **GitHub Pages Deployment** - Automated deployment via GitHub Actions
8686

87-
## Content Structure
88-
89-
```
90-
website/
91-
├── docs/ # Course modules and lessons
92-
│ ├── intro.md # Course introduction
93-
│ ├── fundamentals/ # Module 1: Mental models
94-
│ │ ├── lesson-1-how-llms-work.md # Lesson 1: LLMs Demystified
95-
│ │ └── lesson-2-how-agents-work.md # Lesson 2: Agents Demystified
96-
│ ├── methodology/ # Module 2: Core techniques
97-
│ │ ├── lesson-3-high-level-methodology.md
98-
│ │ ├── lesson-4-prompting-101.md
99-
│ │ └── lesson-5-grounding.md
100-
│ └── practical-techniques/ # Module 3: Applied skills
101-
│ ├── lesson-6-project-onboarding.md
102-
│ ├── lesson-7-planning-execution.md
103-
│ ├── lesson-8-tests-as-guardrails.md
104-
│ ├── lesson-9-reviewing-code.md
105-
│ └── lesson-10-debugging.md
106-
├── src/ # Custom React components
107-
│ ├── components/
108-
│ │ ├── PresentationMode/ # Reveal.js integration
109-
│ │ └── VisualElements/ # Interactive visualizations
110-
│ └── pages/ # Custom pages
111-
├── static/ # Static assets
112-
│ ├── audio/ # Generated podcast files
113-
│ └── presentations/ # Generated slide decks (JSON)
114-
└── docusaurus.config.ts # Site configuration
115-
```
116-
11787
## Technology Stack
11888

11989
### Site Infrastructure

0 commit comments

Comments
 (0)