mirror of
https://gitea.invidious.io/iv-org/invidious.io.git
synced 2024-08-15 00:53:27 +00:00
config: update for doks v0.2.2
This commit is contained in:
parent
eb6f019e2e
commit
03f51d5fd1
3 changed files with 4 additions and 20 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,15 +0,0 @@
|
||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
||||||
|
|
||||||
### 0.2.2 (2021-03-26)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* add doks as a node module ([cfed05e](https://github.com/h-enk/doks/commit/cfed05efaf7b4191b2bdca4c91405c6cabc8396c))
|
|
||||||
|
|
||||||
|
|
||||||
### Dependencies
|
|
||||||
|
|
||||||
* bump versions to latest ([997a7dd](https://github.com/h-enk/doks/commit/997a7dd7250b3dc0fe23c92ebf83ed21c9ba2d6b))
|
|
|
@ -48,7 +48,7 @@ editPage = false
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
lazySizes = true
|
lazySizes = true
|
||||||
clipBoard = false
|
clipBoard = true
|
||||||
instantPage = true
|
instantPage = true
|
||||||
flexSearch = true
|
flexSearch = true
|
||||||
darkMode = true
|
darkMode = true
|
||||||
|
|
|
@ -22,11 +22,10 @@ module.exports = {
|
||||||
'td',
|
'td',
|
||||||
...whitelister([
|
...whitelister([
|
||||||
'./node_modules/@hyas/doks/assets/scss/common/_variables.scss',
|
'./node_modules/@hyas/doks/assets/scss/common/_variables.scss',
|
||||||
|
'./node_modules/@hyas/doks/assets/scss/components/_doks.scss',
|
||||||
'./node_modules/@hyas/doks/assets/scss/components/_code.scss',
|
'./node_modules/@hyas/doks/assets/scss/components/_code.scss',
|
||||||
'./assets/scss/components/_doks.scss',
|
'./node_modules/@hyas/doks/assets/scss/components/_search.scss',
|
||||||
'./assets/scss/components/_code.scss',
|
'./node_modules/@hyas/doks/assets/scss/common/_dark.scss',
|
||||||
'./assets/scss/components/_search.scss',
|
|
||||||
'./assets/scss/common/_dark.scss',
|
|
||||||
'./node_modules/katex/dist/katex.css',
|
'./node_modules/katex/dist/katex.css',
|
||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue