Skip to content

Commit 6cbc03f

Browse files
committed
nbdev_proc_nbs
1 parent fc14913 commit 6cbc03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nbs/explanations/docs.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,14 +496,14 @@
496496
"\n",
497497
":::{.callout-important}\n",
498498
"\n",
499-
"#### Call `nbdev_docs` and publish from the `_proc/` directory\n",
499+
"#### Call `nbdev_proc_nbs` and publish from the `_proc/` directory\n",
500500
"\n",
501-
"To use `quarto publish` with nbdev, you must run the `nbdev_docs` command to pre-process your notebooks before publishing your docs. As a reminder, `nbdev_doc` creates the directory `_proc/` at the root of your project that Quarto uses to render your site.\n",
501+
"To use `quarto publish` with nbdev, you must run the `nbdev_proc_nbs` command to pre-process your notebooks before publishing your docs. As a reminder, `nbdev_proc_nbs` creates the directory `_proc/` at the root of your project that Quarto uses to render your site.\n",
502502
"\n",
503503
"For example, to publish a site to Netlify you can run the following command from the root of your repo:\n",
504504
"\n",
505505
"```bash\n",
506-
"nbdev_docs && cd _proc && quarto publish netlify\n",
506+
"nbdev_proc_nbs && cd _proc && quarto publish netlify\n",
507507
"```\n",
508508
"\n",
509509
":::\n",

0 commit comments

Comments
 (0)