0.1.4 • Published 4 years ago

docsify-rtl v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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)