Skip to content

Commit

Permalink
Fixed docs ordering in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Sep 27, 2023
1 parent ac6bc36 commit ef2d409
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/_default/hyas/doks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions content/docs/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menu:
docs:
parent: ""
identifier: "example-6a1a6be4373e933280d78ea53de6158e"
weight: 810
weight: 10
toc: true
---

Expand All @@ -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
~~~
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/docs/guides/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menu:
docs:
parent: ""
identifier: "use-bf4b53392022f27679db6b35edaf0280"
weight: 999
weight: 20
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-manual/comps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menu:
docs:
parent: ""
identifier: "comps-83666302c7be7b5900da187f2f091dfb"
weight: 999
weight: 40
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-manual/dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menu:
docs:
parent: ""
identifier: "dom-9657ccdf8d8ff79591ead875f79bda0d"
weight: 999
weight: 50
toc: true
---

Expand Down
4 changes: 2 additions & 2 deletions content/docs/user-manual/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Overview"
title: "An Overview"
description: ""
summary: ""
date: 2023-09-21T22:21:06+05:30
Expand All @@ -10,7 +10,7 @@ menu:
docs:
parent: ""
identifier: "overview-dd753204b3ce9c6d00851c11017c93d4"
weight: 999
weight: 30
toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion themes/my-doks-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="h4">Using Quick-FTXUI</h2>
</div>
<div class="col-lg-5">
<h2 class="h4">Understanding Quick-FTXUI</h2>
<p>Refer to the <a href="/docs/user-manual/overview">user manual</a> for understanding the working of the language</p>
<p>Refer to the <a href="/docs/user-manual/an-overview">user manual</a> for understanding the working of the language</p>
</div>
</div>
</div>
Expand Down

0 comments on commit ef2d409

Please sign in to comment.