diff --git a/config/_default/hyas/doks.toml b/config/_default/hyas/doks.toml index b034dd8..091508a 100644 --- a/config/_default/hyas/doks.toml +++ b/config/_default/hyas/doks.toml @@ -46,7 +46,7 @@ docsVersioning = false # false (default) or true docsVersion = "1.0" # UX -headerBar = false # false (default) or true +headerBar = true # false (default) or true backgroundDots = true # true (default) or false # Homepage diff --git a/content/docs/guides/quick-start.md b/content/docs/guides/quick-start.md index 07d0dfe..5cef40d 100644 --- a/content/docs/guides/quick-start.md +++ b/content/docs/guides/quick-start.md @@ -10,7 +10,7 @@ menu: docs: parent: "" identifier: "example-6a1a6be4373e933280d78ea53de6158e" -weight: 810 +weight: 10 toc: true --- @@ -20,7 +20,7 @@ This page will guide you through setting up Quick-FTXUI's repository & running t First, clone the repository in your system -~~~bash +~~~sh git clone https://github.com/vrnimje/quick-ftxui.git cd quick-ftxui ~~~ @@ -51,4 +51,4 @@ For QF examples (`.qf` files), execute the following command ## Further reading -- Read the [docs](/docs/) for understanding the Quick-FTXUI language +Read the [docs](/docs/user-manual) for understanding the Quick-FTXUI language diff --git a/content/docs/guides/use.md b/content/docs/guides/use.md index f52f7c1..d6bade7 100644 --- a/content/docs/guides/use.md +++ b/content/docs/guides/use.md @@ -10,7 +10,7 @@ menu: docs: parent: "" identifier: "use-bf4b53392022f27679db6b35edaf0280" -weight: 999 +weight: 20 toc: true --- diff --git a/content/docs/user-manual/comps.md b/content/docs/user-manual/comps.md index 4801204..87806d5 100644 --- a/content/docs/user-manual/comps.md +++ b/content/docs/user-manual/comps.md @@ -10,7 +10,7 @@ menu: docs: parent: "" identifier: "comps-83666302c7be7b5900da187f2f091dfb" -weight: 999 +weight: 40 toc: true --- diff --git a/content/docs/user-manual/dom.md b/content/docs/user-manual/dom.md index 087a5e0..1ecd130 100644 --- a/content/docs/user-manual/dom.md +++ b/content/docs/user-manual/dom.md @@ -10,7 +10,7 @@ menu: docs: parent: "" identifier: "dom-9657ccdf8d8ff79591ead875f79bda0d" -weight: 999 +weight: 50 toc: true --- diff --git a/content/docs/user-manual/overview.md b/content/docs/user-manual/overview.md index b9053e7..b52c233 100644 --- a/content/docs/user-manual/overview.md +++ b/content/docs/user-manual/overview.md @@ -1,5 +1,5 @@ --- -title: "Overview" +title: "An Overview" description: "" summary: "" date: 2023-09-21T22:21:06+05:30 @@ -10,7 +10,7 @@ menu: docs: parent: "" identifier: "overview-dd753204b3ce9c6d00851c11017c93d4" -weight: 999 +weight: 30 toc: true --- diff --git a/themes/my-doks-theme/layouts/index.html b/themes/my-doks-theme/layouts/index.html index bdab488..56990cd 100644 --- a/themes/my-doks-theme/layouts/index.html +++ b/themes/my-doks-theme/layouts/index.html @@ -29,7 +29,7 @@

Using Quick-FTXUI

Understanding Quick-FTXUI

-

Refer to the user manual for understanding the working of the language

+

Refer to the user manual for understanding the working of the language