doc: remove the tour
With the release of the new cuelang.org site, the tour now lives at
https://cuelang.org/docs/tour, with the source of truth as the
cuelang.org site itself:
https://github.com/cue-lang/cuelang.org/tree/master/content/docs/tour
The original motivation for having the tour be part of the main CUE repo
was to ensure a tight coupling between changes made and the docs,
specifically that the tour was reproducible and could be tested in an
automated way.
The new preprocessor-based architecture behind cuelang.org guarantees
that and as such we don't need the tour here in the main CUE repo.
https://cuelang.org/issue/2538 captures adding support the cuelang.org
infra to automatically test against tip every time a commit lands in
this repo.
Update the README.md (renamed for consistency) to reflect the new home
and signpost people towards https://cuelang.org/docs/tour.
Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I4fb4e19619957a5c550c6393b1781b00eb1cd6f2
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1191491
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>