Skip to content

Commit 5cc4832

Browse files
committed
More Notes Design and struct
1 parent b36f81a commit 5cc4832

19 files changed

Lines changed: 4867 additions & 292 deletions

CONTRIBUTING.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This is the **primary format**. See `Cpp.md` or `Java.md` as reference implement
136136
```
137137
138138
**Rules for code blocks:**
139-
- Always use fenced code blocks with the language tag: ` ```cpp `, ` ```python `, ` ```java `
139+
- Always use fenced code blocks with the language tag: ` ```c++ `, ` ```python `, ` ```java `
140140
- Include comments inside code explaining what each line does
141141
- Show both the code AND its output where relevant
142142
- Keep examples minimal but complete — they must run as-is
@@ -309,6 +309,7 @@ See `Binary Search.md` or `` as reference implementations.
309309
---
310310
311311
## Concept/Theory Format
312+
[[internal link must be inthere pera or bullte points name menastion]]
312313
313314
```
314315
# What is <Concept>?
@@ -324,11 +325,6 @@ See `Binary Search.md` or `` as reference implementations.
324325
# Real-World Applications
325326
collapsed:: true
326327

327-
# Related Concepts
328-
collapsed:: true
329-
- [[Related Page 1]]
330-
- [[Related Page 2]]
331-
332328
# More Learn
333329
```
334330
@@ -360,7 +356,7 @@ Perfect for: main implementation sections where you want Python, C++, JS, Java,
360356
# Python implementation
361357
```
362358

363-
```cpp
359+
```c++
364360
// C++ implementation
365361
```
366362

pages/Console Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ displayTitle: Console Development
139139
/platform/nx/ — Switch-specific implementations
140140
/platform/pc/ — PC-specific implementations
141141
```
142-
- ```cpp
142+
- ```c++
143143
// Platform abstraction example
144144
// Common interface:
145145
class IRenderer {

0 commit comments

Comments
 (0)