-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jekyll-generator-single-source #1623
Conversation
✅ Deploy Preview for kuma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@fabianrbz can you rebase seems like there are some conflicts |
3f62a48
to
6215139
Compare
@lahabana test is failing due to a caching issue, can you clear the cache for that action? |
a670374
to
df90f88
Compare
@fabianrbz is this ready to review? |
@lahabana yes |
@fabianrbz - tests are failing, can you look into them? |
@fabianrbz are you still looking into this? |
1 similar comment
@fabianrbz are you still looking into this? |
d1f836b
to
a1d2d4a
Compare
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Remove jekyll-plugins section, list them in the jekyll config file Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Skip versions that are labelled with `dev` Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
a1d2d4a
to
4b054e8
Compare
The generators defined here should have a lower priority than the one defined in jekyll-generator-single-source. Also, medium isn't a valid priority. Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
Signed-off-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
acc3c43
to
a20ef07
Compare
Signed-off-by: Charly Molter <charly.molter@konghq.com>
Signed-off-by: Charly Molter <charly.molter@konghq.com>
Signed-off-by: Charly Molter <charly.molter@konghq.com>
Signed-off-by: Charly Molter <charly.molter@konghq.com>
This fixes: kumahq/kuma-website#2073 which is needed as we moved to the latest site-generator with: kumahq/kuma-website#1623 Signed-off-by: Charly Molter <charly.molter@konghq.com>
With kumahq/kuma-website#1623 all sites use `label:dev` so it's no longer needed to have a flag for this Signed-off-by: Charly Molter <charly.molter@konghq.com>
With kumahq/kuma-website#1623 all sites use `label:dev` so it's no longer needed to have a flag for this Signed-off-by: Charly Molter <charly.molter@konghq.com>
## Motivation This fixes: kumahq/kuma-website#2073 which is needed as we moved to the latest site-generator with: kumahq/kuma-website#1623. --------- Signed-off-by: Charly Molter <charly.molter@konghq.com>
Update the site to use the new version of
jekyll-generator-single-source
.Most notable changes:
/{{ page.release }}/
instead of/{{ page.version }}
which is more accuratedev
release changes slightly, instead of having aapp/_data/docs_nav_dev.yml
it needs to be named after the next release, e.g.app/_data/docs_nav_2.6.x.yml
. Thedev
bit is handled via theapp/_data/versions.yml
file, by addinglabel: dev
to the corresponding version.This also updates:
make clean && make run
builds and runs the site, including redirectsDid you sign your commit? Instructions
Have you read Contributing guidelines?