Skip to content

Commit 6474afe

Browse files
committed
iron out quarto cofig
1 parent d7ddb57 commit 6474afe

File tree

4 files changed

+12
-11403
lines changed

4 files changed

+12
-11403
lines changed

‎nbs/_quarto.yml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
project:
22
type: website
3+
pre-render:
4+
- pysym2md --output_file apilist.txt nbdev
5+
post-render:
6+
- llms_txt2ctx llms.txt --optional true --save_nbdev_fname llms-ctx-full.txt
7+
- llms_txt2ctx llms.txt --save_nbdev_fname llms-ctx.txt
8+
resources:
9+
- "*.txt"
310
preview:
411
port: 3000
512
browser: false
@@ -58,4 +65,3 @@ website:
5865
aria-label: Fast.ai Twitter
5966

6067
metadata-files: [nbdev.yml]
61-

0 commit comments

Comments
 (0)