Skip to content

Commit 2248f12

Browse files
committed
🔧 chore(concepts): replace old concepts index with course overview
- delete outdated concepts index file - add new course overview file with updated content - improve structure for better navigation and understanding
1 parent b1d88c2 commit 2248f12

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

concepts/00-index.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

concepts/index.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
sidebar_position: 1
3+
title: Course Overview
4+
---
5+
6+
import ConceptIndex from '@site/src/components/ConceptIndex';
7+
8+
# Concepts
9+
10+
Theoretical foundations and design paradigms behind algorithms and data structures.
11+
12+
## Concept Index
13+
14+
<ConceptIndex />

0 commit comments

Comments
 (0)