-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (40 loc) · 1.9 KB
/
mkdocs.yml
File metadata and controls
42 lines (40 loc) · 1.9 KB
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
site_name: Jayant's Academy
nav:
- Home: index.md
- About: about.md
- "Programming in C":
- "01. Introduction": "c/01-intro.md"
- "02. History and First Program": "c/02-history-and-first-program.md"
- "03. Printing": "c/03-printing-on-screen.md"
- "04. Variables": "c/04-variables.md"
- "05. More on Variables": "c/05-more-on-variables.md"
- "06. Operators": "c/06-operators.md"
- "07. More on Operators": "c/07-more-on-operators.md"
- "08. Arrays": "c/08-arrays.md"
- "09. Control Statements": "c/09-control-statements.md"
- "10. More on Control Statements": "c/10-more-on-control-structures.md"
- "11. Functions": "c/11-functions.md"
- "12. Pointers": "c/12-pointers.md"
- "13. More on Functions": "c/13-more-on-functions.md"
- "14. Preprocessor Directives": "c/14-preprocessor-directives.md"
- "15. More on Preprocessor": "c/15-more-on-preprocessor.md"
- "16. Built in Functions": "c/16-built-in-functions.md"
- "17. Reference Guide": "c/17-reference-guide.md"
- "18. Functions with Pointers": "c/18-functions-with-pointers.md"
- "19. Built in Char Functions": "c/19-built-in-char-functions.md"
- "20. Structures": "c/20-structures.md"
- "21. File Handling": "c/21-file-handling.md"
- "22. Interesting Facts": "c/22-interesting-facts.md"
- "Data Structures":
- "01. Introduction": "dsa/01-introduction.md"
- "02. OS Stack": "dsa/02-os-stack.md"
- "C Plus Plus":
- "01. Basics": "cpp/lesson-01.md"
- "02. Conditionals, Arrays, Vectors, Strings, Loops": "cpp/lesson-02.md"
- "03. Vectors, Loops, Functions, Pointers, Arrays": "cpp/lesson-03.md"
- "04. While, Do..while, Exception Handling": "cpp/lesson-04.md"
- "05. Math and String Functions": "cpp/lesson-05.md"
- "Projects":
- "01. Project 1": "projects/project1.md"
theme:
name: "material"