Documentation Example
Welcome to the documentation!
In this file, we'll demonstrate various basic elements like headings, paragraphs, lists, formatting styles, links, images, and code examples.
Paragraph
This is an example of a simple paragraph.
You can write multiple sentences here to explain your content clearly and effectively.
Image
![[object Object]](/_next/image?url=%2Fdocs.png&w=1080&q=75)
Ordered List
Here’s an example of an ordered list:
- First item
- Second item
- Third item
Unordered List
And here’s an unordered list:
- Apple
- Banana
- Cherry
Text Formatting
You can use different styles for your text:
- Italic text
- Bold text
- Underlined text
Link
Here’s a link to Next.js Documentation.
Inline Code
Sometimes you need to show inline code
like this.
Code Block
Here’s an example of a code block:
function greet(name) {console.log(`Hello, ${name}!`);}greet('World');
Check the repository for more examples: