Skip to content

Reorganize handbook content

Warren Gifford requested to merge jeanduplessis/content-reorg into main

Created by: jeanduplessis

This PR moves all handbook content outside of the /handbook/ directory into it and updates the URLs in the content to the new location.

Why?

  • This helps new teammates clearly identify what content is in the handbook and what is not
  • It aids maintainability in that it makes it easier to reason about splitting up the two sites in the future if needed (e.g. about.sourcegraph.com/handbook/ to -> handbook.sourcegraph.com) or if we wanted to switch to a new tech stack for the handbook

Redirects are put in place to ensure old URLs resolve to the new path:

  • /company/* -> /handbook/company/*
  • /community/* -> /handbook/community/*
  • /direction/* -> /handbook/direction/*
  • /retrospectives/* -> /handbook/retrospectives/*
  • /workflow/* -> /handbook/workflow/*

Merge request reports

Loading