Randy Merrill
Randy Merrill
We will probably be working on pagination soon. Before I start working on the design doc for it @maznu did you have a proposal to look at?
Hi @lgiordani ! Unfortunately with grow we didn't add in any way of extending out the main document formats, as you can see in the code that you linked to....
@jeremydw were you thinking about something with keeping translations in sync recently?
For a document, it does need to be a dictionary... what kind of document is it trying to extract? or is it more of a data file?
I still want to rework how the extraction is done... when we do we could look at making the extraction process more lenient with the data format.
Thanks for the idea! Specifically you are trying to list out localized versions of the docs, correct? So that you don't have to go through each doc's localized version to...
Thanks for noting this. It is actually not disabling them, but it tries to use threading to speed up the rendering... but for larger sites this backfires a bit since...
i have a feeling that it taking so long is also caused by some kind of deadlock in the threading, but I haven't been able to find which part would...
Thanks, We'll test things out with your site to see if we can find where it is deadlocking.
You need to take out the extra space at the end: `[url('/content/pages/archive.md')]` The docs mention this: `# Remove the extra space after ).` Sorry for the trouble, but it parses...