You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to keep the current method, we could also write the entire page instead of using
A Year in the Life of The Better Docs Project
=============================================
.. datatemplate-video::
:source: /_data/2018.prague.speakers.yaml
:template: videos/video-detail.html
:key: 3
We used to generate all the video pages on the fly. And the build took ages, so we only build videos specifically if you turn it on, or on deployment.
Now we generate page stubs outside of the usual build, and commit the result. Although the stubs still load data from the YAML files. 🤷♂️
Running a clean build on my laptop without building videos:
Running a clean build on my laptop building videos:
It's slower, but is it slower enough for the extra logic? @mxsasha
The text was updated successfully, but these errors were encountered: