# Read the Docs
[![](https://img.shields.io/npm/v/readthedocs.svg)](https://www.npmjs.org/package/readthedocs)
[![](https://img.shields.io/npm/dt/readthedocs.svg)](https://www.npmjs.org/package/readthedocs)
[![](https://data.jsdelivr.com/v1/package/npm/readthedocs/badge)](https://cdn.jsdelivr.net/npm/readthedocs/)

Read the github'repository as documents, Homepage(demo): https://git.io/readthedocs

## Start
```html
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" source="markedjs/marked">
    <title>Demo Started</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/readthedocs@latest/dist/docs.min.css">
</head>
<body>
    <script src="https://cdn.jsdelivr.net/npm/readthedocs@latest/dist/docs.min.js"></script>
</body>
</html>
```

## Config
```html
1.Set your github repository as source
<meta charset="utf-8" source="{username}/{repository}">
```

## Avaiable command
```bash
login
touch path/to/the/file
rm    path/to/the/file
save  path/to/the/file

# "this" is avaiable, means current file
```
