From 03f1a08f6e5996e5d3d7ff3952465c9c29b9f624 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 10 Oct 2024 01:35:23 +0000 Subject: docs: add eslint --- docs/vitepress.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 25d9e36..735401d 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -22,8 +22,8 @@ export default defineConfig({ logo: "/icon.svg", footer: { - message: 'Released under the LGPL v2.1 License', - copyright: 'Logo is created by VDawg' + message: "Released under the LGPL v2.1 License", + copyright: "Logo is created by VDawg", }, nav: [ @@ -43,7 +43,7 @@ export default defineConfig({ { text: "Contributing", link: github("/blob/main/CONTRIBUTING.md") }, { text: "Changelog", link: github("/blob/main/CHANGELOG.md") }, ], - } + }, ], sidebar: [ @@ -110,6 +110,6 @@ export default defineConfig({ search: { provider: "local", - } + }, }, }) -- cgit v1.2.3 From 800af1021c67ffe0ddcaed37ab09179d33102e35 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 10 Oct 2024 15:11:46 +0000 Subject: docs: gobject, variable, binding page --- docs/vitepress.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 25d9e36..a9c6ab9 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -20,6 +20,7 @@ export default defineConfig({ themeConfig: { logo: "/icon.svg", + outline: "deep", footer: { message: 'Released under the LGPL v2.1 License', @@ -67,8 +68,10 @@ export default defineConfig({ { text: "Theming", link: "/theming" }, { text: "CLI and App", link: "/cli-app" }, { text: "Widget", link: "/widget" }, - { text: "Utilities", link: "/utilities" }, { text: "Variable", link: "/variable" }, + { text: "Binding", link: "/binding" }, + { text: "GObject", link: "/gobject" }, + { text: "Utilities", link: "/utilities" }, { text: "FAQ", link: "/faq" }, ], }, -- cgit v1.2.3 From ede8890a08b3fbbb1f6df3b8c277ab6424d1befd Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 15 Oct 2024 01:22:24 +0000 Subject: docs: better explain ags --- docs/vitepress.config.ts | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 47ed81e..843d3d3 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -59,8 +59,8 @@ export default defineConfig({ ], }, { - text: "AGS", - base: "/guide/ags", + text: "TypeScript", + base: "/guide/typescript", collapsed: false, items: [ { text: "Installation", link: "/installation" }, @@ -75,12 +75,23 @@ export default defineConfig({ { text: "FAQ", link: "/faq" }, ], }, + { + text: "Lua", + base: "/guide/lua", + collapsed: false, + items: [ + { text: "Installation", link: "/installation" }, + { text: "First Widgets", link: "/first-widgets" }, + ], + }, { text: "Libraries", collapsed: true, items: [ { text: "References", link: "/guide/libraries/references" }, - { text: "Astal", link: "https://aylur.github.io/libastal" }, + { text: "AstalIO", link: "https://aylur.github.io/libastal/astal-io" }, + { text: "Astal3", link: "https://aylur.github.io/libastal/astal3" }, + { text: "Astal4", link: "https://aylur.github.io/libastal/astal4" }, { text: "Apps", link: "/guide/libraries/apps" }, { text: "Auth", link: "/guide/libraries/auth" }, { text: "Battery", link: "/guide/libraries/battery" }, -- cgit v1.2.3 From fe11c037bad45697451b7264ff93fa37f1fac78f Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 15 Oct 2024 11:55:53 +0000 Subject: docs: recommend /usr prefix by default --- docs/vitepress.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 843d3d3..2880477 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -89,9 +89,9 @@ export default defineConfig({ collapsed: true, items: [ { text: "References", link: "/guide/libraries/references" }, - { text: "AstalIO", link: "https://aylur.github.io/libastal/astal-io" }, + { text: "IO", link: "https://aylur.github.io/libastal/io" }, { text: "Astal3", link: "https://aylur.github.io/libastal/astal3" }, - { text: "Astal4", link: "https://aylur.github.io/libastal/astal4" }, + // { text: "Astal4", link: "https://aylur.github.io/libastal/astal4" }, { text: "Apps", link: "/guide/libraries/apps" }, { text: "Auth", link: "/guide/libraries/auth" }, { text: "Battery", link: "/guide/libraries/battery" }, -- cgit v1.2.3 From 8306ec0789854f9e04bc1708c4a7dc2afc1b4c90 Mon Sep 17 00:00:00 2001 From: Kevin <119447307+tokyob0t@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:50:00 -0300 Subject: docs: lua docs (#50) --- docs/vitepress.config.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 2880477..2df3eea 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -61,7 +61,7 @@ export default defineConfig({ { text: "TypeScript", base: "/guide/typescript", - collapsed: false, + collapsed: true, items: [ { text: "Installation", link: "/installation" }, { text: "First Widgets", link: "/first-widgets" }, @@ -78,10 +78,18 @@ export default defineConfig({ { text: "Lua", base: "/guide/lua", - collapsed: false, + collapsed: true, items: [ { text: "Installation", link: "/installation" }, { text: "First Widgets", link: "/first-widgets" }, + { text: "Theming", link: "/theming" }, + { text: "CLI and App", link: "/cli-app" }, + { text: "Widget", link: "/widget" }, + { text: "Variable", link: "/variable" }, + { text: "Binding", link: "/binding" }, + // { text: "GObject", link: "/gobject" }, + { text: "Utilities", link: "/utilities" }, + // { text: "FAQ", link: "/faq" }, ], }, { -- cgit v1.2.3