Commit 97d8e2c0 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

feat: add flexsearch

parent 90cea786
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
assets/js/index.js
assets/js/vendor
node_modules
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ on:
    # The branches below must be a subset of the branches above
    branches: [master]
  schedule:
    - cron: '0 22 * * 1'
    - cron: '0 11 * * 5'

jobs:
  analyze:

.markdownlint.json

0 → 100644
+10 −0
Original line number Diff line number Diff line
{
  "comment": "Hyas rules",

  "default": true,
  "line_length": false,
  "no-inline-html": false,
  "no-trailing-punctuation": false,
  "no-duplicate-heading": false,
  "no-bare-urls": false
}
 No newline at end of file

.markdownlintignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
node_modules
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
assets/scss/common/_syntax.scss
assets/scss/components/_syntax.scss
assets/scss/vendor
node_modules
 No newline at end of file
Loading