Skip to content

Commit

Permalink
docs: filled in missing reference pages. (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Oct 30, 2024
1 parent 2820372 commit 1a4156c
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 2 deletions.
12 changes: 12 additions & 0 deletions website/data/literature.data.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import fs from 'node:fs'
import { parse } from 'yaml'

export default {
watch: ['./literature/papers.yaml'],

load (files) {
const contents = fs.readFileSync(files[0], 'utf-8')

return parse(contents)
}
}
Loading

0 comments on commit 1a4156c

Please sign in to comment.