certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
963 stars 295 forks source link

Redirect old readthedocs to new documentation page #2518

Open sebix opened 1 month ago

sebix commented 1 month ago

migrated from https://github.com/certtools/intelmq/issues/2517:

People still end up at the wrong documentation site (readthedocs!) Can we automatically redirect them to docs.intelmq.org ?

aaronkaplan commented 1 month ago

how would we do that? make a job for readthedocs which only contains an explanation that folks should go to docs.intelmq.org?

sebix commented 3 weeks ago

The first question is, how can we upload data to readthedocs without changing the current and actual documentation here in this repo? One possibility is to create a second docs-folder here in that repo, or we could create a separate repository and set that one as the source for intelmq.readthedocs.io. As the first option could be a source of even more confusion, I'm in favor of the second one.

The new docs in that separate repo then need to contain all the previously existing pages (to not throw 404s) and redirect them all to docs.intelmq.org.