From 37642723d5e5e8bb372bd3e621dbdea8d9e4eb92 Mon Sep 17 00:00:00 2001 From: Alex Reznichenko Date: Sat, 29 Aug 2026 16:28:34 +0000 Subject: [PATCH] docs: add a README so the repository is not a 404 Part of Phase 1 of the OpenAMRobot documentation audit. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01BjdEC9yD6TF3nL6nCygaYS --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..65fbad45 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Botshare Book (Legacy) + +> **Status:** Archived, read only. Superseded by [openamrobot-docs](https://github.com/openAMRobot/openamrobot-docs). + +This repository holds "Botshare Book", a MkDocs site of robotics learning material: beginner, intermediate, and advanced lesson tracks plus a tech-to-market track. It is kept for history. It is not maintained and its contents may be wrong. + +The site builds from `docs/` with `mkdocs.yml` and deploys to GitHub Pages through `.github/workflows/deploy.yml`. + +## Where the content went + +| What was here | Now lives in | +| --- | --- | +| Ecosystem and architecture documentation | [openamrobot-docs](https://github.com/openAMRobot/openamrobot-docs) | +| Getting started and user guide | [openamrobot-release](https://github.com/openAMRobot/openamrobot-release) | +| Lesson tracks and tech-to-market material | Not carried over. Read here for reference only | + +## Start here instead + +- Ecosystem overview: [openamrobot-docs](https://github.com/openAMRobot/openamrobot-docs) +- Working release: [openamrobot-release](https://github.com/openAMRobot/openamrobot-release)