docsify-rtl
Version:
Docsify rtl library
35 lines (24 loc) • 596 B
Markdown
# docsify-rtl
## Install
1. Configure docsify-rtl:
```html
<script>
window.$docsify = {
rtl: {
body: "rtl",
side: "ltr",
bdo: "ltr"
}
};
</script>
```
2. Insert script into docsify document:
```html
<script src="//unpkg.com/docsify-rtl/build/index.min.js"></script>
```
## Usage
It will automatically changes the `body`, `side`, `bdo` directions
## License
This project is licensed under the [MIT license](LICENSE).
Copyright (c) KoLiBer (koliberr136a1@gmail.com)