File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ $(EXAMPLE_INTERLINKS)/test.md: $(EXAMPLE_INTERLINKS)/test.qmd _extensions/interl
19
19
20
20
examples/% /_site : examples/% /_quarto.yml
21
21
cd examples/$* \
22
- && quarto add --no-prompt ../.. \
23
- && quarto add --no-prompt quarto-ext/shinylive
22
+ && quarto add --no-prompt ../..
24
23
cd examples/$* && quartodoc build _quarto.yml --verbose
25
24
cd examples/$* && quartodoc interlinks
26
25
quarto render $(dir $< )
@@ -30,7 +29,7 @@ docs/examples/%: examples/%/_site
30
29
rm -rf docs/examples/$*
31
30
cp -rv $< $@
32
31
33
- docs-build-examples : docs/examples/single-page docs/examples/pkgdown
32
+ docs-build-examples : docs/examples/single-page docs/examples/pkgdown docs/examples/auto-package
34
33
35
34
docs-build : docs-build-examples
36
35
cd docs && quarto add --no-prompt ..
Original file line number Diff line number Diff line change 4
4
resources :
5
5
- examples/single-page
6
6
- examples/pkgdown
7
+ - examples/auto-package
7
8
8
9
metadata-files :
9
10
- api/_sidebar.yml
Original file line number Diff line number Diff line change
1
+ project :
2
+ type : website
3
+ resources :
4
+ - objects.json
5
+
6
+ website :
7
+ title : pkgdown example
8
+ navbar :
9
+ left :
10
+ - href : https://machow.github.io/quartodoc/
11
+ text : quartodoc home
12
+ - file : reference/index.qmd
13
+ text : " Reference"
14
+ right :
15
+ - icon : github
16
+ href : https://github.com/machow/quartodoc/tree/main/examples/pkgdown
17
+
18
+ format :
19
+ html :
20
+ toc : true
21
+
22
+ quartodoc :
23
+ style : pkgdown
24
+ dir : reference
25
+ package : quartodoc
You can’t perform that action at this time.
0 commit comments