Skip to content

Commit

Permalink
Fix footer
Browse files Browse the repository at this point in the history
- Make a "News" category
- Complete the "Docs" category
- Change (main) "Blog" to "Solus Homepage" under "More"
  • Loading branch information
davidjharder committed Jan 30, 2024
1 parent 3a9c1f3 commit cb18f36
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 9 deletions.
23 changes: 20 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,26 @@ const config = {
title: "Docs",
items: [
{
label: "Welcome",
label: "Users",
to: "/docs/user/intro",
},
{
label: "Packaging",
to: "/docs/packaging",
},
],
},
{
title: "News",
items: [
{
label: "Solus Blog",
to: "https://getsol.us/blog",
},
{
label: "Solus Devlog",
to: "blog",
},
],
},
{
Expand All @@ -149,8 +166,8 @@ const config = {
title: "More",
items: [
{
label: "Blog",
to: "https://getsol.us/blog",
label: "Solus Homepage",
to: "https://getsol.us/",
},
{
label: "GitHub",
Expand Down
28 changes: 22 additions & 6 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"message": "Docs",
"description": "The title of the footer links column with title=Docs in the footer"
},
"link.title.News": {
"message": "News",
"description": "The title of the footer links column with title=News in the footer"
},
"link.title.Community": {
"message": "Community",
"description": "The title of the footer links column with title=Community in the footer"
Expand All @@ -11,9 +15,21 @@
"message": "More",
"description": "The title of the footer links column with title=More in the footer"
},
"link.item.label.Welcome": {
"message": "Welcome",
"description": "The label of footer link with label=Welcome linking to /docs/user/intro"
"link.item.label.Users": {
"message": "Users",
"description": "The label of footer link with label=Users linking to /docs/user/intro"
},
"link.item.label.Packaging": {
"message": "Packaging",
"description": "The label of footer link with label=Packaging linking to /docs/user/packaging"
},
"link.item.label.SolusBlog": {
"message": "SolusBlog",
"description": "The label of footer link with label=SolusBlog linking to https://getsol.us/blog"
},
"link.item.label.SolusDevlog": {
"message": "Solus Devlog",
"description": "The label of footer link with label=Users linking to /blog"
},
"link.item.label.Forums": {
"message": "Forums",
Expand All @@ -27,9 +43,9 @@
"message": "Mastodon",
"description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@Solus"
},
"link.item.label.Blog": {
"message": "Blog",
"description": "The label of footer link with label=Blog linking to https://getsol.us/blog"
"link.item.label.SolusHomepage": {
"message": "Solus Homepage",
"description": "The label of footer link with label=SolusHomepage linking to https://getsol.us/"
},
"link.item.label.GitHub": {
"message": "GitHub",
Expand Down

0 comments on commit cb18f36

Please sign in to comment.