umbraco / OurUmbraco

MIT License
96 stars 171 forks source link

Remove 9+10 from search and change major docs version to 8 #798

Closed sofietoft closed 1 year ago

sofietoft commented 2 years ago

Don't merge this just yet!

This PR should go together with a PR that changes the UmbracoDocs branch used to fetch our. The new branch that should be used is: https://github.com/umbraco/UmbracoDocs/tree/legacy-docs

This PR will make Umbraco 8 the new main version in the Documentation section on Our.

This PR will remove version 9 and 10 from the docs search. It also removes (current) from the versioning box, as it does not make sense to say that Umbraco 8 is current.

The following AppSetting key in the Umbraco.Site web.config needs to be updated: <add key="Documentation:CurrentMajorVersion" value="10"/> The value needs to be changed from 10 to 8. (I couldn't do that through the PR for some reason - looks like the file is added to the .gitignore)

More work might need to be done to ensure that Our "forgets" all about 9 and 10.

nul800sebastiaan commented 1 year ago

I couldn't push to your PR, so I'll close this one and the new one is: https://github.com/umbraco/OurUmbraco/pull/800/