There was an error while loading. Please reload this page.
1 parent d7ddb57 commit 6474afeCopy full SHA for 6474afe
nbs/_quarto.yml
@@ -1,5 +1,12 @@
1
project:
2
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"
10
preview:
11
port: 3000
12
browser: false
@@ -58,4 +65,3 @@ website:
58
65
aria-label: Fast.ai Twitter
59
66
60
67
metadata-files: [nbdev.yml]
61
-
0 commit comments