init repo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Getting Started
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install rspress
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
Create your first documentation site.
|
||||
@@ -0,0 +1,7 @@
|
||||
# Introduction
|
||||
|
||||
Welcome to the documentation!
|
||||
|
||||
## Getting Started
|
||||
|
||||
This is a sample documentation page.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Code Blocks
|
||||
|
||||
Using code blocks in your documentation.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Code Block Meta
|
||||
|
||||
Meta information for code blocks.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Code Block Title
|
||||
|
||||
Adding titles to code blocks.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Using Components
|
||||
|
||||
You can use React components in MDX.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Container
|
||||
|
||||
Syntax for creating containers.
|
||||
Reference in New Issue
Block a user