google / docsy-example

An example documentation site using the Docsy Hugo theme
https://docsy.dev
Apache License 2.0
470 stars 685 forks source link

Upgrade Docsy to 0.7.0 #207

Closed chalin closed 1 year ago

chalin commented 1 year ago

We're in the process of upgrading the docsy-example to Docsy 0.7.0. Until the upgrade is complete, use an official release of the example, rather than HEAD.

This upgrade is the final step of:

Last pre-0.7.0 preview

Prep

Tasks

/cc @geriom

deining commented 1 year ago

PR #209 will bring the example site to docsy v0.7.0. Unfortunately, several layout regressions were introduced by the upgrade to bootstrap 5.2.3, especially on the start page. Have a look at the preview on Netlify to see these quirks.

@chalin: You are the expert for bootstrap 5.2.3 and the associated upgrade issues. Can you have a look here, please?

chalin commented 1 year ago

@deining - thanks for the PR. Yes, I'll have a look as soon as I can.

tekezo commented 1 year ago

I created a PR to fix layout collapses on the start page. https://github.com/google/docsy-example/pull/220

deining commented 1 year ago

Great to see #221 merged! Can we tag HEAD of repo as v0.7.0 now and add the according release? Afterwards, the prominent warning from README.md needs to be removed.

chalin commented 1 year ago

Can we tag HEAD of repo as v0.7.0 now and add the according release?

Ok, let's do that -- provided we inform users of known issues. I've created the following issue to track the release:

I've assigned it to you. Let me know if that's ok.

Closing, as we've upgrade to Docsy 0.7.0, and are now handling followup issues.

deining commented 1 year ago

Can we tag HEAD of repo as v0.7.0 now and add the according release?

Ok, let's do that -- provided we inform users of known issues. I've created the following issue to track the release:

* [Prepare and release 0.7.0 #222](https://github.com/google/docsy-example/issues/222)

I've assigned it to you. Let me know if that's ok.

Yes. I will start working on this now.

chalin commented 1 year ago

Thanks @deining 🙏