mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
Update footer (#48)
Add more to community footer, change `More` to `Code` and add gitea.com, and remove `Docs` section that just linked back to home. Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/48 Co-authored-by: jolheiser <john.olheiser@gmail.com> Co-committed-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@@ -220,15 +220,6 @@ const config = {
|
|||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'dark',
|
||||||
links: [
|
links: [
|
||||||
{
|
|
||||||
title: 'Docs',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: 'Tutorial',
|
|
||||||
to: '/',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Community',
|
title: 'Community',
|
||||||
items: [
|
items: [
|
||||||
@@ -240,19 +231,35 @@ const config = {
|
|||||||
label: 'Discord',
|
label: 'Discord',
|
||||||
href: 'https://discord.gg/gitea',
|
href: 'https://discord.gg/gitea',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Matrix',
|
||||||
|
href: 'https://matrix.to/#/#gitea-space:matrix.org',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Discourse',
|
||||||
|
href: 'https://discourse.gitea.io/',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: 'https://twitter.com/giteaio',
|
href: 'https://twitter.com/giteaio',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Mastodon',
|
||||||
|
href: 'https://social.gitea.io/@gitea',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'More',
|
title: 'Code',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Code',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/go-gitea/gitea',
|
href: 'https://github.com/go-gitea/gitea',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Gitea',
|
||||||
|
href: 'https://gitea.com/gitea',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user