@nearform/docsify-theme-nearform
v2.0.1
Published
A NearForm theme for docsify
Downloads
59
Keywords
Readme
docsify-theme-nearform
Usage
Import the docsify-themeable defaults and this theme.
<link
rel="stylesheet"
href="//unpkg.com/docsify-themeable@0/dist/css/theme-defaults.css"
/>
<link
rel="stylesheet"
href="//unpkg.com/@nearform/docsify-theme-nearform/theme-nearform.min.css"
/>
Contributing
We try to do all styling via the css variables that are exposed by docsify-themeable, their documentation lists the available options.
If it's not possible to do something with the vars then we write css, this should be kept to a minimum.
Please use a version of
npm
version greater than 5.7.0 forrelease
to work.
To publish a new release please run npm run release
. You will be guided through selecting a version and it will automatically tag the commit etc.