You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/docs/getting-started.mdx
+52-11
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ bun dev
52
52
53
53
This will start a live preview of your documents in your browser.
54
54
55
+

56
+
55
57
## Manual Setup
56
58
If you prefer to set up htmldocs manually, follow these steps:
57
59
@@ -88,20 +90,59 @@ bun add htmldocs @htmldocs/react @htmldocs/render
88
90
89
91
3. Create document template
90
92
91
-
Create a new folder called `documents` in your project. Then, create a new file called `index.tsx` in the `documents` folder and include the following code:
93
+
Create a new folder called `documents` in your project. Then, create a new file called `Book.tsx` in the `documents` folder and include the following code:
Programming is both a science and an art. It requires logical thinking and creative problem-solving. In this book, we will explore the principles that make software development a fascinating discipline.
107
+
108
+
### 1.1 The Programming Mindset
109
+
110
+
To become an effective programmer, one must develop a particular way of thinking. This includes:
111
+
112
+
- Breaking down complex problems into manageable parts
113
+
- Thinking algorithmically about solutions
114
+
- Understanding data structures and their applications
115
+
- Embracing continuous learning and adaptation
116
+
117
+
The journey of a programmer is one of constant growth and discovery.
0 commit comments