Skip to content

Commit 5a496ba

Browse files
committed
move _guides to the documentation
1 parent 3a7e6e4 commit 5a496ba

47 files changed

Lines changed: 1832 additions & 307 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DOCUMENTATION/_settings/config.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,29 @@ googleAnalytics = "UA-37514928-9"
6262
weight = 3
6363

6464
[[menu.main]]
65-
name = "Related Projects"
66-
url = "related-projects/"
65+
name = "Giudes"
66+
url = "guides/"
6767
weight = 4
6868

6969
[[menu.main]]
7070
name = "Help & Questions"
7171
url = "help/"
7272
weight = 5
7373

74+
[[menu.main]]
75+
name = "Related Projects"
76+
url = "related-projects/"
77+
weight = 6
78+
7479
[[menu.main]]
7580
name = "Contributing"
7681
url = "contributing/"
77-
weight = 6
82+
weight = 7
7883

7984
[[menu.main]]
8085
name = "License"
8186
url = "license/"
82-
weight = 7
87+
weight = 8
8388

8489
# ------- MENU END -----------------------------------------
8590

DOCUMENTATION/_settings/content/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Contributing
33
type: index
4-
weight: 6
4+
weight: 7
55
---
66

77

0 commit comments

Comments
 (0)