Skip to content

Commit a831fea

Browse files
update readme
1 parent 08cf2f7 commit a831fea

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@ The project structure is organized as follows:
2424

2525
```
2626
asknot-rocky/
27-
├── src/ # Source files
28-
├── components/ # React components
29-
├── layouts/ # Page layouts
30-
├── pages/ # Page components
31-
── styles/ # CSS and styling files
32-
── public/ # Static assets
33-
── data/ # Configuration and content data
27+
├── src/ # Source files
28+
│ ├── components/ # React and Astro components
29+
│ ├── layouts/ # Page layouts
30+
│ ├── pages/ # Astro pages
31+
── questions/ # Question tree data
32+
│ └── styles/ # Global styles
33+
── public/ # Static assets
3434
```
3535

3636
Key files and directories:
3737
- `src/pages/index.astro` – Main entry point and landing page
38-
- `data/questions.json` – Question tree configuration
39-
- `src/components/question-node.tsx` – Core question navigation logic
40-
- `src/styles/global.css` – Global styles and theming
38+
- `questions/default.json` – Question tree configuration
39+
- `src/components/QuestionNode.tsx` – Core question navigation logic

0 commit comments

Comments
 (0)