/ ├── categories/ │ ├── [category-slug]/ │ │ ├── topics/[topic-slug]/ │ │ │ ├── articles/[slug] # Articles specific to the topic │ │ │ ├── guides/[slug] # Guides specific to the topic │ │ │ ├── tutorials/[series-slug]/ │ │ │ │ ├── chapters/[chapter-n...
ankuragrawal.hashnode.dev24 min readNo responses yet.