-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
52 lines (47 loc) · 1.81 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: CS Concets Docs
repo_name: shyambista123/cs-concepts-docs
repo_url: https://github.com/shyambista123/cs-concepts-docs
theme:
name: material
palette:
primary: 'blue-grey'
accent: 'blue-grey'
features:
- navigation.expanded
- instant.search
- navigation.top
- content.code.copy
nav:
- Home: index.md
- Concepts:
- Algorithms:
- Overview: concepts/algorithms/index.md
- Searching: concepts/algorithms/searching.md
- Sorting: concepts/algorithms/sorting.md
- Cyber Security:
- Overview: concepts/cyber-security/index.md
- Cyber Security: concepts/cyber-security/cyber-security.md
- Data Structures:
- Overview: concepts/data-structures/index.md
- Binary Tree: concepts/data-structures/binary-tree.md
- Linked List: concepts/data-structures/linked-list.md
- Frameworks:
- Overview: concepts/frameworks/index.md
- Django Quickstart: concepts/frameworks/django-quickstart.md
- Spring Boot Quickstart: concepts/frameworks/spring-boot-quickstart.md
- Languages:
- Overview: concepts/languages/index.md
- JavaScript: concepts/languages/javascript.md
- Python: concepts/languages/python.md
- Machine Learning:
- Overview: concepts/machine-learning/index.md
- Machine Learning Basics : concepts/machine-learning/machine-learning.md
- Web Scraping:
- Overview: concepts/libraries/web_scraping/index.md
- Selenium: concepts/libraries/web_scraping/selenium.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/shyambista123/cs-concepts-docs
copyright: |
© 2024 <a href="https://github.com/shyambista123" target="_blank" rel="noopener">Shyam Bista</a>