From ba8b7c13dc79f50ff9e6e3950183343b0019f18a Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 6 Dec 2025 11:17:20 +0100 Subject: [PATCH] Update links and add deploy script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- one.org | 6 +----- onerc.el | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/one.org b/one.org index c0759c6..f2bbbbd 100644 --- a/one.org +++ b/one.org @@ -164,7 +164,7 @@ application = ProtocolTypeRouter({ - ~data-room~ on ~~ — unique identifier for WebSocket room (user-specific or shared) - ~data-controller="page"~ on ~~ — activates the Stimulus controller -We strongly recommend that you follow the [[#/tutorial/][Tutorial]] to see the installation in action. +We strongly recommend that you follow the [[#/quick-start/][Quick start]] to see the installation in action. * Handlers :PROPERTIES: @@ -803,8 +803,6 @@ This project is maintained by [[https://andros.dev][Andros Fenollosa]] in his fr Welcome to the quick start. Here you will learn how to create your first real-time SPA using Django LiveView. I assume you have a basic understanding of Django and Python. -All the steps are applied in a [[https://github.com/Django-LiveView/minimal-template][minimalist template]]. - ** Step 1: Installation #+BEGIN_SRC sh @@ -946,8 +944,6 @@ python manage.py runserver That's it! Click the button and see real-time updates. 🎉 -You can also interact with the [[https://django-liveview-demo-minimal-template.andros.dev/][online demo]]. - Congratulations! You have created your first real-time SPA using Django LiveView. * Source code diff --git a/onerc.el b/onerc.el index 21cad46..2b313a6 100644 --- a/onerc.el +++ b/onerc.el @@ -100,7 +100,7 @@ (:li.nav-main__item (:a.button.nav-main__link (@ :href "/docs/install/" :class ,(when (string= "docs" navigator-active) class-name-navigator-active)) "📚 Docs")) (:li.nav-main__item - (:a.button.nav-main__link (@ :href "/tutorial/" :class ,(when (string= "tutorial" navigator-active) class-name-navigator-active)) "🎓 Tutorial")) + (:a.button.nav-main__link (@ :href "/quick-start/" :class ,(when (string= "tutorial" navigator-active) class-name-navigator-active)) "🎓 Quick start")) (:li.nav-main__item (:a.button.nav-main__link (@ :href "/books/" :class ,(when (string= "books" navigator-active) class-name-navigator-active)) "📖 Books")) (:li.nav-main__item