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.