Skip to content

Commit 11d38c7

Browse files
authored
Merge pull request #6 from mjunaidca/004-module-2-simulation
004 module 2 simulation
2 parents d790d54 + 64a522b commit 11d38c7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Signup → Hardware Survey → Personalized Content
174174

175175
**Exit:** ✅ 47 lessons across 2 modules with complete skill infrastructure
176176

177-
**Extensions** (moved to Phase 4):
177+
**Extensions** (moved to Phase 5):
178178
- Create Mermaid/React Flow diagrams
179179
- Add hardware-filtered sections
180180

@@ -199,8 +199,6 @@ Signup → Hardware Survey → Personalized Content
199199
| 4.3 | Embedding pipeline (content → vectors) |
200200
| 4.4 | OpenAI Agents SDK config |
201201
| 4.5 | Deploy to Cloud Run |
202-
| 4.6 | Create Mermaid/React Flow diagrams (from Phase 2) |
203-
| 4.7 | Add hardware-filtered sections (from Phase 2) |
204202

205203
**Exit:** RAG chatbot answering questions with book context + visual enhancements
206204

@@ -211,6 +209,10 @@ Signup → Hardware Survey → Personalized Content
211209
| 5.1 | ChatSidebar component |
212210
| 5.2 | Current page context injection |
213211
| 5.3 | Select-to-ask functionality |
212+
213+
214+
| 5.6 | Create Mermaid/React Flow diagrams (from Phase 2) |
215+
| 5.7 | Add hardware-filtered sections (from Phase 2) |
214216
| 5.4 | Hardware-aware responses |
215217

216218
**Exit:** Functional chat sidebar with context awareness

robolearn-interface/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const config: Config = {
2121
},
2222

2323
// Set the production url of your site here
24-
url: "https://robolearn.github.io",
24+
url: "https://mjunaidca.github.io",
2525
// Set the /<baseUrl>/ pathname under which your site is served
2626
// For GitHub pages deployment, it is often '/<projectName>/'
27-
baseUrl: "/",
27+
baseUrl: "/robolearn/",
2828

2929
// Sitemap is configured via the classic preset's sitemap option below
3030

0 commit comments

Comments
 (0)