Files
rerun/.gitattributes
Jan Procházka 1ba7daa8b5 Import landing
* Part of RR-3385 and RR-3330

This is a straightforward import of https://github.com/rerun-io/landing

After this PR, anyone can run `pixi run landing-serve` to serve docs
locally.

Follow-ups planned:
- Make docs/examples live-reload
- Depend on local `web-viewer` version
- Should be a debug version, to ensure `wasm-opt` doesn't run constantly
and the rebuild is relatively fast
  - Upon `web-viewer` rebuild, `vite` should reload the page
- This may cause weirdness if the file has only been partially written,
so it may require ensuring files are updated atomically
- Optionally depend on locally-built example and snippet `.rrd`s
- Build `rerun.io` on CI in the monorepo:
- PR previews as before, but without the redeploy hacks, instead using
the `vercel` CLI on CI
  - Production builds off of `main`
- Builds happen on our CI runners, not on Vercel. Vercel only receives
prebuilt artifacts. This means we can also show build failures as CI
failures more easily.
- Versioned docs:
- First, split `landing` into landing (search, examples, blog, team) and
docs page (search, docs)
- Ensure docs can be built using `adapter-static`, it must not use any
server-side code
- Upload docs for each commit/pr/version, like we do for other assets
(e.g. web viewer)
  - Keep a version index up-to-date with dev and each release
  - Show a version selector dropdown on each version of the docs

Source-Ref: 773097044d992dfd62b457767edb7d5982d06088
2026-03-12 11:06:34 +00:00

19 lines
779 B
Plaintext

* text=auto eol=lf
*.zip -text diff
Cargo.lock linguist-generated=false
pixi.lock linguist-generated=true
# git-lfs:
**/*.urdf filter=lfs diff=lfs merge=lfs -text
**/*.stl filter=lfs diff=lfs merge=lfs -text
**/*.STL filter=lfs diff=lfs merge=lfs -text
**/*.mcap filter=lfs diff=lfs merge=lfs -text
**/snapshots/**/*.png filter=lfs diff=lfs merge=lfs -text
**/*.h264 filter=lfs diff=lfs merge=lfs -text
**/*.mp4 filter=lfs diff=lfs merge=lfs -text
landing/**/*.jpg filter=lfs diff=lfs merge=lfs -text
landing/**/*.jpeg filter=lfs diff=lfs merge=lfs -text
landing/**/*.png filter=lfs diff=lfs merge=lfs -text
landing/**/*.gif filter=lfs diff=lfs merge=lfs -text
landing/**/*.webp filter=lfs diff=lfs merge=lfs -text
examples/assets/example.rrd filter=lfs diff=lfs merge=lfs -text