File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,16 @@ The project structure is organized as follows:
2424
2525```
2626asknot-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
3636Key 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
You can’t perform that action at this time.
0 commit comments