From fcbea3cb4458f704001eaed7732d89c0a5c11f4d Mon Sep 17 00:00:00 2001 From: Branimir Georgiev Date: Sun, 26 Apr 2026 08:19:58 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20outdated=20README=20=E2=80=94=20d?= =?UTF-8?q?omain,=20stale=20instruction,=20project=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update live site URLs from braboj.github.io to braboj.me - Remove stale instruction to copy chapters to content/docs/ - Remove content/docs/ from project structure (Astro reads chapters/ directly) Closes #157 Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f7990e..9da4da8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ On Windows, the symlink is created as a directory copy automatically. ## Usage Read the tutorial on the live site: -[braboj.github.io/tutorial-git](https://braboj.github.io/tutorial-git/) +[braboj.me/tutorial-git](https://braboj.me/tutorial-git/) Chapters can also be read directly as Markdown files in the `chapters/` directory. @@ -51,7 +51,6 @@ assets/ banners/ # Banner images astro-site/ # Astro static site src/ - content/docs/ # Chapter copies for the Astro content collection components/ # Astro components (Header, ToC, TutorialLinks) layouts/ # Page layouts pages/ # Route definitions @@ -72,9 +71,6 @@ $ npm run build # production build to dist/ $ npm run preview # preview production build ``` -After editing a chapter in `chapters/`, copy it to -`astro-site/src/content/docs/` to update the site. - ## Configuration reference | Key | Location | Description | @@ -88,7 +84,7 @@ After editing a chapter in `chapters/`, copy it to ## Links -- [Live site](https://braboj.github.io/tutorial-git/) +- [Live site](https://braboj.me/tutorial-git/) - [Contribution guide](docs/ONBOARDING.md) - [Dev journal](docs/dev-journal.md) - [Playbook](docs/PLAYBOOK.md)