how to use dark theme, translation and searching on docsify.js?

280 Views Asked by At

source here: https://github.com/VladKochetov007/quick_trade.github.io

docsify: https://docsify.js.org/#/

my tree:

project
 └── quick_trade.github.io
      ├── docs
      │    ├── .nojekyll
      │    ├── index.html
      │    └── README.md
      └── README.md
1

There are 1 best solutions below

0
On BEST ANSWER

in index.html:


<head>
  ...
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
  ...
</head>

or other dark theme on https://docsify.js.org/#/themes