Skip to content

Commit

Permalink
Move docs to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
wewei committed Mar 13, 2022
1 parent 01f34cd commit 8c24a08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[[中文](./README.zh_CN.md)]

# Observable Monad

[![build status](https://github.com/ts-monad/observable/actions/workflows/node.js.yml/badge.svg)](https://github.com/ts-monad/observable/actions/workflows/node.js.yml)
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md → README.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[[English](./README.md)]

# Observable Monad

[![build status](https://github.com/ts-monad/observable/actions/workflows/node.js.yml/badge.svg)](https://github.com/ts-monad/observable/actions/workflows/node.js.yml)
[![npm](https://img.shields.io/npm/v/@ts-monad/observable)](https://www.npmjs.com/package/@ts-monad/observable)
[![Coverage Status](https://coveralls.io/repos/github/ts-monad/observable/badge.svg?branch=master)](https://coveralls.io/github/ts-monad/observable?branch=master)

## 概念

## How to

### Create an observable
Expand Down
1 change: 0 additions & 1 deletion docs/_sidebar.md

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"clean": "rimraf dist coverage",
"lint": "eslint",
"prepack": "npm run clean; npm run lint; npm run build; npm run test",
"syncdoc": "copyfiles README.md docs",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 8c24a08

Please sign in to comment.