ckoliber / docsify-rtl

Docsify rtl plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docsify-rtl

Install

  1. Configure docsify-rtl:

    <script>
        window.$docsify = {
            rtl: {
                body: "rtl",
                side: "ltr",
                bdo: "ltr"
            }
        };
    </script>
  2. Insert script into docsify document:

    <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.
Copyright (c) KoLiBer (koliberr136a1@gmail.com)

About

Docsify rtl plugin


Languages

Language:TypeScript 90.9%Language:JavaScript 9.1%