Update documentation to Django LiveView v2.0.0

- Complete rewrite of documentation for v2.0.0 API
- Updated from old actions/ structure to new @liveview_handler decorator
- Renamed Tutorials to Tutorial with inline content
- Added emojis to navigation and homepage
- Updated footer: removed Jabber/XMPP, 3-column layout on desktop
- Updated header: Source code links to GitHub
- All content translated to English
- Updated hero subtitle and README
- Removed Demo button from navigation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andros Fenollosa
2025-11-21 09:10:36 +01:00
parent d13a0c24cf
commit 86508a948b
4 changed files with 704 additions and 1214 deletions

View File

@@ -381,12 +381,13 @@ a:hover,
.footer_nav {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
list-style: none;
padding: 0;
gap: var(--gap-m);
}
@media (width < 600px) {
@media (width < 768px) {
.footer_nav {
grid-template-columns: 1fr;
}