Uh oh!
There was an error while loading. Please reload this page.
jekyll: enable sitemap and local search for dev environment - #15250
Conversation
Uh oh!
There was an error while loading. Please reload this page.
✅ Deploy Preview for docsdocker ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
Not a regression but looks like last modification date is not populated with the
|
thaJeztah
commented
Jul 28, 2022
Hmm... looks like something is broken in general on docs.docker.com; https://docs.docker.com/sitemap.xml looks like the env-var is not being substituted; did we break that somewhere along the line? Funny thing is that the first entry actually looks to have a date set, but items following it don't? |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
41b9526 to
0859d0bComparecrazy-max
commented
Jul 28, 2022
@thaJeztah Rebased and also moved the URLs fix script from the Dockerfile to a Jekyll plugin to be aligned with other plugins and allows netlify to use it as well. |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
0859d0b to
d2fca0eCompare
thaJeztah
left a comment
There was a problem hiding this comment.
Sitemap can be viewed here; https://deploy-preview-15250--docsdocker.netlify.app/sitemap.xml
LGTM!
thaJeztah
commented
Jul 29, 2022
@usha-mandya PTAL |


closes#14784
also related to #15179 as well as follow-up #15153
To test changes for local search but also the sitemap in our lab environment we need to enable these features. Since Jekyll 4, sitemap generation as well as metadata.json is pretty well optimized and takes less than 1 second for our docs so I think we can enable them for all environments which will allow us to check if nothing is broken on netlify environments before merging PRs.
Stats for sitemap and local search disabled:
Enabled:
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com