From f6d1110d6bafdf1b6d61ec120f9ddf058f3619c0 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 12 Apr 2025 23:17:26 +0200 Subject: [PATCH] Create docs --- config.toml | 2 +- content/_index.md | 5 +++-- content/{patterns => docs}/Button/iconGNOME.png | Bin .../{patterns => docs}/Button/iconWindows.png | Bin content/{patterns => docs}/Button/index.md | 7 +++---- content/{patterns => docs}/Button/labelGNOME.png | Bin .../{patterns => docs}/Button/labelIconGNOME.png | Bin .../Button/labelIconWindows.png | Bin .../{patterns => docs}/Button/labelWindows.png | Bin content/docs/{ => DetailedDocs}/index.md | 8 ++++---- .../{patterns => docs}/FlatNavigation/index.md | 7 +++---- .../FlatNavigation/primaryGNOME.png | Bin .../FlatNavigation/primaryGNOMETop.png | Bin .../FlatNavigation/primaryWindows.png | Bin .../FlatNavigation/primaryWindowsTop.png | Bin .../FlatNavigation/sidebarGNOME.png | Bin .../FlatNavigation/sidebarWindows.png | Bin .../FlatNavigation/topGNOME.png | Bin .../FlatNavigation/topWindows.png | Bin content/docs/GettingStarted/index.md | 15 +++++++++++++++ content/docs/_index.md | 11 +++++++++++ content/patterns/_index.md | 9 --------- content/tutorials/GettingStarted/index.md | 7 ------- content/tutorials/_index.md | 6 ------ themes/duckling | 2 +- 25 files changed, 41 insertions(+), 38 deletions(-) rename content/{patterns => docs}/Button/iconGNOME.png (100%) rename content/{patterns => docs}/Button/iconWindows.png (100%) rename content/{patterns => docs}/Button/index.md (93%) rename content/{patterns => docs}/Button/labelGNOME.png (100%) rename content/{patterns => docs}/Button/labelIconGNOME.png (100%) rename content/{patterns => docs}/Button/labelIconWindows.png (100%) rename content/{patterns => docs}/Button/labelWindows.png (100%) rename content/docs/{ => DetailedDocs}/index.md (81%) rename content/{patterns => docs}/FlatNavigation/index.md (97%) rename content/{patterns => docs}/FlatNavigation/primaryGNOME.png (100%) rename content/{patterns => docs}/FlatNavigation/primaryGNOMETop.png (100%) rename content/{patterns => docs}/FlatNavigation/primaryWindows.png (100%) rename content/{patterns => docs}/FlatNavigation/primaryWindowsTop.png (100%) rename content/{patterns => docs}/FlatNavigation/sidebarGNOME.png (100%) rename content/{patterns => docs}/FlatNavigation/sidebarWindows.png (100%) rename content/{patterns => docs}/FlatNavigation/topGNOME.png (100%) rename content/{patterns => docs}/FlatNavigation/topWindows.png (100%) create mode 100644 content/docs/GettingStarted/index.md create mode 100644 content/docs/_index.md delete mode 100644 content/patterns/_index.md delete mode 100644 content/tutorials/GettingStarted/index.md delete mode 100644 content/tutorials/_index.md diff --git a/config.toml b/config.toml index 3c44bbb..661d5b7 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ show_source = true [extra.nav] links = [ { url = "@/backends/_index.md", name = "Backends" }, - { url = "/patterns", name = "Patterns" }, + { url = "@/docs/GettingStarted/index.md", name = "Docs" }, { url = "https://forums.aparoksha.dev/", name = "Community" }, { url = "https://git.aparoksha.dev/aparoksha", name = "Code" }, ] diff --git a/content/_index.md b/content/_index.md index 2f2dcae..d72ee9c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -19,6 +19,7 @@ Aparoksha is easy-to-use, safe, and aparoksha, meaning that its reactive {% alert(warning=true) %} This project is currently under development and not yet ready for production. Follow the project [on the Fediverse](https://mastodon.de/@aparoksha) to stay up to date. +The most mature part is [Adwaita for Swift](/backends/adwaita/). {% end %}
@@ -29,7 +30,7 @@ Follow the project [on the Fediverse](https://mastodon.de/@aparoksha) to stay up A view is a piece of the user interface. Create your own views, such as `Avatar`, `Post`, and `Timeline`. -Combine them into pages, windows, and apps. +Combine them to create more complex views, windows, and apps.