Best workflow for extension documentation website that uses extension? #8579
Unanswered
jimjam-slam
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@jimjam-slam I'm using a symlink to connect If you have more than one extension, you likely want the physical |
Beta Was this translation helpful? Give feedback.
3 replies
-
Apparently symlinks are not supported at all (and are actively screened out)! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm wondering if folks (either the Quarto team or the community have opinions) on the best way to maintain a documentation website for an extension.
For Sverto, I have a
/docs
directory that contains the website, and I publish that to GitHub Pages usingquarto publish
(which iirc puts it on thegh-pages
branch).Since this website uses the
sverto
extension itself, it needs a copy of the extension inside the website directory. At the moment I just make a copy straight from the project root, but that pollutes the git repo with a lot of double handling and leads to a lot of mistakes and confusion.One solution could be to publish the website using GitHub Actions and add a step to install the extension before render. The downside is that if you looked at the website source, it wouldn't be obvious that the extension was used, but it would solve the double-handling. A symlink feels like dangerous overengineering.
Do folks have an opinion on best practice here?
Beta Was this translation helpful? Give feedback.
All reactions