Skip to content

Commit

Permalink
連絡先とフッターの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yukyu30 committed Aug 25, 2023
1 parent 0e57ff8 commit 90a30ed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
7 changes: 3 additions & 4 deletions docs/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ sidebar_position: 3
## 管理者
- yukyu(悠久)
TwitterのDM、またはBoothのお問い合わせフォームからご連絡をお願いします。
Twitter:https://twitter.com/yukyu30
Twitter:https://twitter.com/YukyuKonpekiDou
Booth:https://uq-konpeki-dou.booth.pm/
- Twitter:https://twitter.com/yukyu30
- Booth:https://uq-konpeki-dou.booth.pm/

:::note
お問い合わせの前に[よくある質問](https://yukyu30.github.io/yukyu-document/docs/faq/)もご覧ください。
:::
:::
52 changes: 27 additions & 25 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
position: 'left',
label: 'Docs',
},
{to: 'blog', label: 'Blog', position: 'left'},
{ to: 'blog', label: 'Blog', position: 'left' },
],
},
footer: {
Expand All @@ -33,31 +33,31 @@ module.exports = {
title: 'Docs',
items: [
{
label: '利用規約',
to: '/docs/term-of-use',
label: '利用規約',
to: '/docs/term-of-use',
},
{
label: 'よくある質問',
to: '/docs/faq',
label: 'よくある質問',
to: '/docs/faq',
},
{
label: '連絡先',
to: '/docs/contact',
label: '連絡先',
to: '/docs/contact',
},
],
},
{
title:'Community',
items:[
{
label: 'Blog',
to: '/blog',
},
{
label: 'Github Repo',
href: 'https://github.com/yukyu30/yukyu-document/',
}
]
title: 'Community',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'Github Repo',
href: 'https://github.com/yukyu30/yukyu-document/',
},
],
},
{
title: 'SNS',
Expand All @@ -71,17 +71,21 @@ module.exports = {
{
title: 'Other Site',
items: [
{
label: 'SUZURI',
href: 'https://suzuri.jp/yukyu30',
},
{
label: 'Booth',
href: 'https://uq-konpeki-dou.booth.pm/',
},
{
label:'pixiv fanbox',
label: 'pixiv fanbox',
href: 'https://yukyu30.fanbox.cc/',
},
{
label: 'hub.yukyu.net',
href:'https://hub.yukyu.net',
label: 'yukyu.net',
href: 'https://yukyu.net',
},
{
label: 'GitHub',
Expand All @@ -100,14 +104,12 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/yukyu30/yukyu-document/edit/master',
editUrl: 'https://github.com/yukyu30/yukyu-document/edit/master',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/yukyu30/yukyu-document/edit/master/',
editUrl: 'https://github.com/yukyu30/yukyu-document/edit/master/',
},
theme: {
customCss: require.resolve('./src/css/custom.scss'),
Expand Down

0 comments on commit 90a30ed

Please sign in to comment.