Full Code of misskey-dev/misskey-hub-next for AI

master 66d3b68df50d cached
2349 files
6.3 MB
1.8M tokens
146 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (10,449K chars total). Download the full file to get everything.
Repository: misskey-dev/misskey-hub-next
Branch: master
Commit: 66d3b68df50d
Files: 2349
Total size: 6.3 MB

Directory structure:
gitextract_z999s_ga/

├── .editorconfig
├── .gitattributes
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 01_visitor-bug-report-ja.yml
│   │   ├── 02_visitor-bug-report-en.yml
│   │   ├── 03_developer-bug-report.yml
│   │   ├── 04_feature-request.yml
│   │   └── config.yml
│   └── workflows/
│       ├── deploy.yml
│       └── on-misskey-release.yml
├── .gitignore
├── .npmrc
├── .nuxtignore
├── LICENSE
├── README.md
├── app/
│   ├── router.options.ts
│   └── spa-loading-template-base.html
├── app.config.ts
├── app.vue
├── assets/
│   ├── css/
│   │   ├── bootstrap-forms.scss
│   │   ├── global.css
│   │   ├── mfm.scss
│   │   └── nprogress.css
│   ├── data/
│   │   ├── features.ts
│   │   ├── forks.ts
│   │   ├── locales.ts
│   │   ├── nav.ts
│   │   ├── old-hub-redirects.ts
│   │   ├── team-members.ts
│   │   └── toolsNav.ts
│   └── js/
│       ├── mi/
│       │   ├── aid.ts
│       │   ├── aidx.ts
│       │   ├── clone.ts
│       │   ├── collapsed.ts
│       │   ├── gen-identicon.ts
│       │   ├── io-emojis.ts
│       │   ├── io-media-proxy.ts
│       │   └── io-meta.ts
│       ├── misc/
│       │   ├── get-issue-url.ts
│       │   ├── index.ts
│       │   └── uwu.ts
│       ├── scroll-to/
│       │   └── index.ts
│       ├── vFadeIn.ts
│       └── vTextUnderline.ts
├── components/
│   ├── about-us/
│   │   └── TeamMember.vue
│   ├── brand-assets/
│   │   └── ImgPreview.vue
│   ├── charts/
│   │   └── CircGraph.vue
│   ├── content/
│   │   ├── AiModeB.vue
│   │   ├── ApiPermissions.vue
│   │   ├── Badge.vue
│   │   ├── Danger.vue
│   │   ├── Fukidashi.vue
│   │   ├── GDetails.vue
│   │   ├── MfmPreview.vue
│   │   ├── MiWebEmbed.vue
│   │   ├── MkIndex.vue
│   │   ├── ProseA.vue
│   │   ├── ProseImg.vue
│   │   ├── ProseTable.vue
│   │   ├── Tip.vue
│   │   ├── Warning.vue
│   │   ├── X__Blog__2023-12-19-mac202319__Figure1.vue
│   │   ├── X__Docs__mi-card__Calculator.vue
│   │   └── X__Docs__mi-card__InteractiveView.vue
│   ├── docs/
│   │   ├── AsideNav.vue
│   │   ├── PrevNext.vue
│   │   ├── ReadersNav.vue
│   │   ├── SteppedGuide.vue
│   │   └── TocLinks.vue
│   ├── g/
│   │   ├── AiChan.vue
│   │   ├── BsCopyButton.vue
│   │   ├── Button.vue
│   │   ├── Dots.vue
│   │   ├── Footer.vue
│   │   ├── Hero.vue
│   │   ├── LargeLinks.vue
│   │   ├── Links.vue
│   │   ├── LocalNav.vue
│   │   ├── Marquee.vue
│   │   ├── MisskeyGateway.vue
│   │   ├── Nav.vue
│   │   ├── NoScript.server.vue
│   │   ├── NuxtLink.vue
│   │   └── SocialShare.vue
│   ├── index/
│   │   ├── GetStarted.vue
│   │   ├── Sponsors.vue
│   │   ├── desktop.vue
│   │   ├── hero/
│   │   │   ├── Bg.vue
│   │   │   ├── Mi3d.vue
│   │   │   ├── NodesAnim.vue
│   │   │   ├── Particles.vue
│   │   │   ├── calc.ts
│   │   │   ├── ease.ts
│   │   │   └── particles-worker.ts
│   │   └── mobile.vue
│   ├── misc/
│   │   └── AiSign.vue
│   ├── mk/
│   │   ├── AnimBg.vue
│   │   ├── CustomEmoji.vue
│   │   ├── Google.vue
│   │   ├── Loading.vue
│   │   ├── Mention.vue
│   │   ├── Mfm.ts
│   │   ├── Sparkle.vue
│   │   └── Time.vue
│   ├── servers/
│   │   ├── Finder.vue
│   │   ├── Item.vue
│   │   └── StatsViewer.vue
│   └── tools/
│       ├── AsideNavSection.vue
│       └── mocks/
│           ├── MkNote.vue
│           └── MkProf.vue
├── composables/
│   ├── useGAsyncData.ts
│   ├── useGLocalPath.ts
│   ├── useGSwitchLocalePath.ts
│   └── useScrollSpy.ts
├── content/
│   ├── .README.md
│   ├── blog/
│   │   ├── 2021-09-11-hello-to-misskey-hub.md
│   │   ├── 2021-11-05-mac2021.md
│   │   ├── 2021-12-01-inside-misskey-hub.md
│   │   ├── 2022-02-11-inside-mfm.md
│   │   ├── 2022-11-28-media-k-tai.md
│   │   ├── 2023-02-08-contribute-to-earn.md
│   │   ├── 2023-02-13-gihyo.md
│   │   ├── 2023-02-13-media-k-tai.md
│   │   ├── 2023-03-04-media-itmedia.md
│   │   ├── 2023-03-22-gihyo.md
│   │   ├── 2023-04-08-media-nikkei-linux.md
│   │   ├── 2023-05-15-gihyo.md
│   │   ├── 2023-06-14-gihyo.md
│   │   ├── 2023-07-01-interview.md
│   │   ├── 2023-07-10-interview.md
│   │   ├── 2023-07-12-trademark.md
│   │   ├── 2023-07-14-skeb.md
│   │   ├── 2023-07-14-xserver.md
│   │   ├── 2023-07-16-media-nikkei.md
│   │   ├── 2023-07-18-shindanmaker.md
│   │   ├── 2023-07-19-gihyo.md
│   │   ├── 2023-08-08-misskeyhq.md
│   │   ├── 2023-08-30-conoha.md
│   │   ├── 2023-09-04-media-nlab.md
│   │   ├── 2023-09-07-hatenablog.md
│   │   ├── 2023-09-09-interview.md
│   │   ├── 2023-09-11-gihyo.md
│   │   ├── 2023-09-12-sakuravps.md
│   │   ├── 2023-09-24-release.md
│   │   ├── 2023-10-10-release.md
│   │   ├── 2023-10-24-gihyo.md
│   │   ├── 2023-10-27-xserver.md
│   │   ├── 2023-11-05-mac2023.md
│   │   ├── 2023-11-05-release.md
│   │   ├── 2023-11-14-gihyo.md
│   │   ├── 2023-11-17-release.md
│   │   ├── 2023-12-01-2023recap.md
│   │   ├── 2023-12-03-inside-misskey-hub-next.md
│   │   ├── 2023-12-12-gihyo.md
│   │   ├── 2023-12-19-mac202319.md
│   │   ├── 2023-12-23-release.md
│   │   ├── 2024-02-16-gihyo.md
│   │   ├── 2024-02-17-release.md
│   │   ├── 2024-02-27-wp-cocoon-share.md
│   │   ├── 2024-03-01-release.md
│   │   ├── 2024-03-26-gihyo.md
│   │   ├── 2024-04-11-gihyo.md
│   │   ├── 2024-05-31-release.md
│   │   ├── 2024-06-04-pepabo.md
│   │   ├── 2024-06-11-historical-materials.md
│   │   ├── 2024-06-11-mi-card.md
│   │   ├── 2024-06-17-gihyo.md
│   │   ├── 2024-07-19-gihyo.md
│   │   ├── 2024-07-31-release.md
│   │   ├── 2024-08-18-release.md
│   │   ├── 2024-08-19-gihyo.md
│   │   ├── 2024-09-20-gihyo.md
│   │   ├── 2024-09-29-release.md
│   │   ├── 2024-10-09-release.md
│   │   ├── 2024-10-15-release.md
│   │   ├── 2024-10-28-10kstars.md
│   │   ├── 2024-11-10-mac2024.md
│   │   ├── 2024-11-13-gihyo.md
│   │   ├── 2024-11-22-release.md
│   │   ├── 2024-12-20-gihyo.md
│   │   ├── 2024-12-31-2024recap.md
│   │   ├── 2025-01-28-release.md
│   │   ├── 2025-02-05-release.md
│   │   ├── 2025-02-27-release.md
│   │   ├── 2025-03-06-release.md
│   │   ├── 2025-03-09-release.md
│   │   ├── 2025-03-17-xfolio.md
│   │   ├── 2025-04-09-release.md
│   │   ├── 2025-04-22-gihyo.md
│   │   ├── 2025-04-30-release.md
│   │   ├── 2025-05-07-release.md
│   │   ├── 2025-05-31-release.md
│   │   ├── 2025-06-02-release.md
│   │   ├── 2025-06-16-release.md
│   │   ├── 2025-07-18-release.md
│   │   ├── 2025-08-31-release.md
│   │   ├── 2025-09-08-release.md
│   │   ├── 2025-10-06-gihyo.md
│   │   ├── 2025-10-08-release.md
│   │   ├── 2025-10-24-release.md
│   │   ├── 2025-10-27-release.md
│   │   ├── 2025-11-01-mac2025.md
│   │   ├── 2025-11-16-release.md
│   │   ├── 2025-11-28-release.md
│   │   ├── 2025-12-02-announce.md
│   │   ├── 2025-12-06-release.md
│   │   ├── 2025-12-14-release.md
│   │   ├── 2025-12-15-gihyo.md
│   │   ├── 2025-12-20-2025recap.md
│   │   ├── 2025-12-22-release.md
│   │   ├── 2026-01-26-gihyo.md
│   │   ├── 2026-03-05-release.md
│   │   ├── 2026-03-09-release.md
│   │   ├── 2026-03-10-gihyo.md
│   │   ├── 2026-03-31-release.md
│   │   ├── 2026-05-02-release.md
│   │   └── 2026-05-06-release.md
│   ├── ca/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── index.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── cn/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── de/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── en/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── es/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── fr/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── id/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── it/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── docker.md
│   │   │   │   ├── manual.md
│   │   │   │   └── ubuntu-manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ja/
│   │   ├── .docs-legacy/
│   │   │   └── api/
│   │   │       ├── common.json5
│   │   │       ├── endpoints/
│   │   │       │   ├── admin/
│   │   │       │   │   ├── abuse-user-reports.json5
│   │   │       │   │   ├── accounts/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── ad/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── announcements/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── delete-account.json5
│   │   │       │   │   ├── delete-all-files-of-a-user.json5
│   │   │       │   │   ├── drive/
│   │   │       │   │   │   ├── clean-remote-files.json5
│   │   │       │   │   │   ├── cleanup.json5
│   │   │       │   │   │   ├── files.json5
│   │   │       │   │   │   └── show-file.json5
│   │   │       │   │   ├── drive-capacity-override.json5
│   │   │       │   │   ├── emoji/
│   │   │       │   │   │   ├── add-aliases-bulk.json5
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   ├── copy.json5
│   │   │       │   │   │   ├── delete-bulk.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list-remote.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   ├── remove-aliases-bulk.json5
│   │   │       │   │   │   ├── set-aliases-bulk.json5
│   │   │       │   │   │   ├── set-category-bulk.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── federation/
│   │   │       │   │   │   ├── delete-all-files.json5
│   │   │       │   │   │   ├── refresh-remote-instance-metadata.json5
│   │   │       │   │   │   ├── remove-all-following.json5
│   │   │       │   │   │   └── update-instance.json5
│   │   │       │   │   ├── get-index-stats.json5
│   │   │       │   │   ├── get-table-stats.json5
│   │   │       │   │   ├── get-user-ips.json5
│   │   │       │   │   ├── invite.json5
│   │   │       │   │   ├── meta.json5
│   │   │       │   │   ├── moderators/
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   └── remove.json5
│   │   │       │   │   ├── promo/
│   │   │       │   │   │   └── create.json5
│   │   │       │   │   ├── queue/
│   │   │       │   │   │   ├── clear.json5
│   │   │       │   │   │   ├── deliver-delayed.json5
│   │   │       │   │   │   ├── inbox-delayed.json5
│   │   │       │   │   │   └── stats.json5
│   │   │       │   │   ├── relays/
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── remove.json5
│   │   │       │   │   ├── reset-password.json5
│   │   │       │   │   ├── resolve-abuse-user-report.json5
│   │   │       │   │   ├── send-email.json5
│   │   │       │   │   ├── server-info.json5
│   │   │       │   │   ├── show-moderation-logs.json5
│   │   │       │   │   ├── show-user.json5
│   │   │       │   │   ├── show-users.json5
│   │   │       │   │   ├── silence-user.json5
│   │   │       │   │   ├── suspend-user.json5
│   │   │       │   │   ├── unsilence-user.json5
│   │   │       │   │   ├── unsuspend-user.json5
│   │   │       │   │   ├── update-meta.json5
│   │   │       │   │   ├── update-user-note.json5
│   │   │       │   │   └── vacuum.json5
│   │   │       │   ├── announcements.json5
│   │   │       │   ├── antennas/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── ap/
│   │   │       │   │   ├── get.json5
│   │   │       │   │   └── show.json5
│   │   │       │   ├── app/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   └── show.json5
│   │   │       │   ├── auth/
│   │   │       │   │   └── session/
│   │   │       │   │       ├── generate.json5
│   │   │       │   │       ├── show.json5
│   │   │       │   │       └── userkey.json5
│   │   │       │   ├── blocking/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   └── list.json5
│   │   │       │   ├── channels/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── follow.json5
│   │   │       │   │   ├── followed.json5
│   │   │       │   │   ├── owned.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── timeline.json5
│   │   │       │   │   ├── unfollow.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── charts/
│   │   │       │   │   ├── active-users.json5
│   │   │       │   │   ├── ap-request.json5
│   │   │       │   │   ├── drive.json5
│   │   │       │   │   ├── federation.json5
│   │   │       │   │   ├── hashtag.json5
│   │   │       │   │   ├── instance.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── user/
│   │   │       │   │   │   ├── drive.json5
│   │   │       │   │   │   ├── following.json5
│   │   │       │   │   │   ├── notes.json5
│   │   │       │   │   │   └── reactions.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── clips/
│   │   │       │   │   ├── add-note.json5
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── remove-note.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── drive/
│   │   │       │   │   ├── files/
│   │   │       │   │   │   ├── attached-notes.json5
│   │   │       │   │   │   ├── check-existence.json5
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── find-by-hash.json5
│   │   │       │   │   │   ├── find.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   ├── update.json5
│   │   │       │   │   │   └── upload-from-url.json5
│   │   │       │   │   ├── files.json5
│   │   │       │   │   ├── folders/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── find.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── folders.json5
│   │   │       │   │   └── stream.json5
│   │   │       │   ├── drive.json5
│   │   │       │   ├── email-address/
│   │   │       │   │   └── available.json5
│   │   │       │   ├── endpoint.json5
│   │   │       │   ├── endpoints.json5
│   │   │       │   ├── federation/
│   │   │       │   │   ├── followers.json5
│   │   │       │   │   ├── following.json5
│   │   │       │   │   ├── instances.json5
│   │   │       │   │   ├── show-instance.json5
│   │   │       │   │   ├── stats.json5
│   │   │       │   │   ├── update-remote-user.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── fetch-rss.json5
│   │   │       │   ├── following/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── invalidate.json5
│   │   │       │   │   └── requests/
│   │   │       │   │       ├── accept.json5
│   │   │       │   │       ├── cancel.json5
│   │   │       │   │       ├── list.json5
│   │   │       │   │       └── reject.json5
│   │   │       │   ├── gallery/
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── popular.json5
│   │   │       │   │   ├── posts/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── like.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   ├── unlike.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   └── posts.json5
│   │   │       │   ├── get-online-users-count.json5
│   │   │       │   ├── hashtags/
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── trend.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── i/
│   │   │       │   │   ├── favorites.json5
│   │   │       │   │   ├── gallery/
│   │   │       │   │   │   ├── likes.json5
│   │   │       │   │   │   └── posts.json5
│   │   │       │   │   ├── get-word-muted-notes-count.json5
│   │   │       │   │   ├── notifications.json5
│   │   │       │   │   ├── page-likes.json5
│   │   │       │   │   ├── pages.json5
│   │   │       │   │   ├── pin.json5
│   │   │       │   │   ├── read-all-messaging-messages.json5
│   │   │       │   │   ├── read-all-unread-notes.json5
│   │   │       │   │   ├── read-announcement.json5
│   │   │       │   │   ├── unpin.json5
│   │   │       │   │   ├── update.json5
│   │   │       │   │   └── webhooks/
│   │   │       │   │       ├── create.json5
│   │   │       │   │       ├── delete.json5
│   │   │       │   │       ├── list.json5
│   │   │       │   │       ├── show.json5
│   │   │       │   │       └── update.json5
│   │   │       │   ├── i.json5
│   │   │       │   ├── messaging/
│   │   │       │   │   ├── history.json5
│   │   │       │   │   ├── messages/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   └── read.json5
│   │   │       │   │   └── messages.json5
│   │   │       │   ├── meta.json5
│   │   │       │   ├── mute/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   └── list.json5
│   │   │       │   ├── my/
│   │   │       │   │   └── apps.json5
│   │   │       │   ├── notes/
│   │   │       │   │   ├── children.json5
│   │   │       │   │   ├── clips.json5
│   │   │       │   │   ├── conversation.json5
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── favorites/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── global-timeline.json5
│   │   │       │   │   ├── hybrid-timeline.json5
│   │   │       │   │   ├── local-timeline.json5
│   │   │       │   │   ├── mentions.json5
│   │   │       │   │   ├── polls/
│   │   │       │   │   │   ├── recommendation.json5
│   │   │       │   │   │   └── vote.json5
│   │   │       │   │   ├── reactions/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── reactions.json5
│   │   │       │   │   ├── renotes.json5
│   │   │       │   │   ├── replies.json5
│   │   │       │   │   ├── search-by-tag.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── state.json5
│   │   │       │   │   ├── thread-muting/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── timeline.json5
│   │   │       │   │   ├── translate.json5
│   │   │       │   │   ├── unrenote.json5
│   │   │       │   │   ├── user-list-timeline.json5
│   │   │       │   │   └── watching/
│   │   │       │   │       ├── create.json5
│   │   │       │   │       └── delete.json5
│   │   │       │   ├── notes.json5
│   │   │       │   ├── notifications/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── mark-all-as-read.json5
│   │   │       │   │   └── read.json5
│   │   │       │   ├── pages/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── like.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── unlike.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── ping.json5
│   │   │       │   ├── pinned-users.json5
│   │   │       │   ├── promo/
│   │   │       │   │   └── read.json5
│   │   │       │   ├── request-reset-password.json5
│   │   │       │   ├── reset-db.json5
│   │   │       │   ├── reset-password.json5
│   │   │       │   ├── server-info.json5
│   │   │       │   ├── stats.json5
│   │   │       │   ├── sw/
│   │   │       │   │   ├── register.json5
│   │   │       │   │   └── unregister.json5
│   │   │       │   ├── test.json5
│   │   │       │   ├── username/
│   │   │       │   │   └── available.json5
│   │   │       │   ├── users/
│   │   │       │   │   ├── clips.json5
│   │   │       │   │   ├── followers.json5
│   │   │       │   │   ├── following.json5
│   │   │       │   │   ├── gallery/
│   │   │       │   │   │   └── posts.json5
│   │   │       │   │   ├── get-frequently-replied-users.json5
│   │   │       │   │   ├── lists/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   ├── pull.json5
│   │   │       │   │   │   ├── push.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── pages.json5
│   │   │       │   │   ├── reactions.json5
│   │   │       │   │   ├── recommendation.json5
│   │   │       │   │   ├── relation.json5
│   │   │       │   │   ├── report-abuse.json5
│   │   │       │   │   ├── search-by-username-and-host.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── stats.json5
│   │   │       │   └── users.json5
│   │   │       └── index.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ko/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── advanced/
│   │   │   │   ├── aiscript.md
│   │   │   │   ├── create-plugin.md
│   │   │   │   ├── develop-bot.md
│   │   │   │   └── plugin-api-reference.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   ├── libraries.md
│   │   │   │   ├── permission.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── apps.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── hashtag.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── play.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── roles.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash-v140.md
│   │   │   │   ├── bash-v165.md
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   ├── manual.md
│   │   │   │   └── ubuntu-manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ns.md
│   ├── pl/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── th/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   └── tw/
│       ├── contact-faq/
│       │   ├── 0.cannot-create-account.md
│       │   ├── 1.cannot-login-to-the-account.md
│       │   ├── 2.delete-account.md
│       │   ├── 3.server-wide-content-mod.md
│       │   ├── 4.copyright-infringement.md
│       │   ├── 5.client-not-working.md
│       │   └── 6.mention-spam.md
│       └── docs/
│           ├── 1.about-misskey.md
│           ├── 2.for-users/
│           │   ├── 1.index.md
│           │   ├── 2.onboarding/
│           │   │   ├── 0.index.md
│           │   │   ├── 1.warning.md
│           │   │   ├── 2.get-started.md
│           │   │   ├── 3.join-server.md
│           │   │   └── 4.things-to-know.md
│           │   ├── 3.features/
│           │   │   ├── 1.index.md
│           │   │   ├── ads.md
│           │   │   ├── antenna.md
│           │   │   ├── charts.md
│           │   │   ├── clip.md
│           │   │   ├── custom-emoji.md
│           │   │   ├── deck.md
│           │   │   ├── dev-mode.md
│           │   │   ├── drive.md
│           │   │   ├── embed.md
│           │   │   ├── favorite.md
│           │   │   ├── follow.md
│           │   │   ├── hashtag.md
│           │   │   ├── mention.md
│           │   │   ├── mfm.md
│           │   │   ├── mute-and-block.md
│           │   │   ├── note.md
│           │   │   ├── online-status.md
│           │   │   ├── pages.md
│           │   │   ├── plugin.md
│           │   │   ├── poll.md
│           │   │   ├── reaction.md
│           │   │   ├── safemode.md
│           │   │   ├── share-form.md
│           │   │   ├── silence.md
│           │   │   ├── theme.md
│           │   │   ├── thread-mute.md
│           │   │   ├── timeline.md
│           │   │   ├── webhook.md
│           │   │   ├── widgets.md
│           │   │   └── word-mute.md
│           │   ├── 4.resources/
│           │   │   ├── 1.troubleshooting.md
│           │   │   ├── _dir.yml
│           │   │   ├── apps.md
│           │   │   ├── faq.md
│           │   │   ├── glossary.md
│           │   │   ├── misskey-hub.md
│           │   │   └── self-xss.md
│           │   ├── 5.stepped-guides/
│           │   │   ├── 1.index.md
│           │   │   ├── _dir.yml
│           │   │   ├── how-to-delete-account.yml
│           │   │   ├── how-to-enable-2fa.yml
│           │   │   └── how-to-use-pwa.yml
│           │   └── _dir.yml
│           ├── 3.for-admin/
│           │   ├── _dir.yml
│           │   ├── features/
│           │   │   ├── 1.index.md
│           │   │   ├── abuse-report.md
│           │   │   ├── announcement.md
│           │   │   ├── cli.md
│           │   │   ├── federation.md
│           │   │   ├── ftt.md
│           │   │   ├── managing-emojis.md
│           │   │   ├── role.md
│           │   │   └── search.md
│           │   ├── install/
│           │   │   ├── _dir.yml
│           │   │   ├── guides/
│           │   │   │   ├── 1.index.md
│           │   │   │   ├── 2.service.md
│           │   │   │   ├── bash.md
│           │   │   │   ├── docker.md
│           │   │   │   ├── kubernetes.md
│           │   │   │   ├── manual.md
│           │   │   │   └── ubuntu-manual.md
│           │   │   └── resources/
│           │   │       ├── _dir.yml
│           │   │       ├── cdn.md
│           │   │       ├── forking.md
│           │   │       ├── nginx.md
│           │   │       ├── push-docker-hub.md
│           │   │       ├── scale-out.md
│           │   │       └── troubleshooting.md
│           │   └── moderation-tips/
│           │       ├── _dir.yml
│           │       └── disable-timelines.md
│           ├── 4.for-developers/
│           │   ├── _dir.yml
│           │   ├── aiscript.md
│           │   ├── api/
│           │   │   ├── 1.index.md
│           │   │   ├── endpoints.md
│           │   │   ├── libraries.md
│           │   │   ├── permission.md
│           │   │   ├── streaming/
│           │   │   │   ├── 1.index.md
│           │   │   │   ├── channel/
│           │   │   │   │   ├── 1.index.md
│           │   │   │   │   ├── global-timeline.md
│           │   │   │   │   ├── home-timeline.md
│           │   │   │   │   ├── hybrid-timeline.md
│           │   │   │   │   ├── local-timeline.md
│           │   │   │   │   └── main.md
│           │   │   │   └── note-capture-events.md
│           │   │   └── token/
│           │   │       ├── 1.index.md
│           │   │       ├── 2.miauth.md
│           │   │       ├── 3.oauth.md
│           │   │       └── 50.app.md
│           │   ├── bot/
│           │   │   └── 1.index.md
│           │   ├── plugin/
│           │   │   ├── _dir.yml
│           │   │   ├── create-play.md
│           │   │   ├── create-plugin.md
│           │   │   └── plugin-api-reference.md
│           │   └── publish-on-your-website.md
│           ├── 5.releases.md
│           ├── 6.donate.md
│           ├── 7.become-a-sponsor.md
│           ├── 8.mi-card.md
│           └── 9.misskey-and-misskey-servers.md
├── crowdin.yml
├── error.vue
├── i18n/
│   └── i18n.config.ts
├── layouts/
│   ├── blank.vue
│   ├── default.vue
│   ├── docs.vue
│   ├── landing.vue
│   ├── slim.vue
│   └── tools.vue
├── locales/
│   ├── README.md
│   ├── ca-ES.yml
│   ├── de-DE.yml
│   ├── en-US.yml
│   ├── es-ES.yml
│   ├── fr-FR.yml
│   ├── id-ID.yml
│   ├── it-IT.yml
│   ├── ja-JP.yml
│   ├── ja-KS.yml
│   ├── ko-KR.yml
│   ├── pl-PL.yml
│   ├── th-TH.yml
│   ├── zh-CN.yml
│   └── zh-TW.yml
├── mdc.config.ts
├── nuxt.config.ts
├── package.json
├── pages/
│   ├── about-us/
│   │   ├── history.vue
│   │   ├── index.vue
│   │   └── team.vue
│   ├── blog/
│   │   ├── [slug].vue
│   │   └── index.vue
│   ├── brand-assets.vue
│   ├── contact.vue
│   ├── docs/
│   │   ├── [...slug].vue
│   │   └── index.vue
│   ├── index.vue
│   ├── learn-more.vue
│   ├── mi-web.client.vue
│   ├── ns.vue
│   ├── servers/
│   │   ├── index.vue
│   │   └── stats.vue
│   ├── share.client.vue
│   ├── test.vue
│   └── tools/
│       ├── aid-converter.vue
│       ├── avatar-decoration-preview.vue
│       ├── custom-emoji-preview.vue
│       ├── hub-servers-preview.vue
│       ├── identicon-generator.vue
│       ├── index.vue
│       ├── mfm-playground.vue
│       ├── share-link-generator.vue
│       └── tools-template-ignore.vue
├── public/
│   ├── _headers
│   ├── _redirects_template
│   ├── fonts/
│   │   ├── GenJyuuGothicX-Bold/
│   │   │   └── GenJyuuGothicX-Bold.css
│   │   ├── GenJyuuGothicX-P-Bold/
│   │   │   └── GenJyuuGothicX-P-Bold.css
│   │   ├── GenJyuuGothicX-P-Regular/
│   │   │   └── GenJyuuGothicX-P-Regular.css
│   │   ├── GenJyuuGothicX-Regular/
│   │   │   └── GenJyuuGothicX-Regular.css
│   │   ├── LICENSE
│   │   └── fonts.css
│   ├── gltf/
│   │   ├── mi.glb
│   │   └── micard.glb
│   ├── hdr/
│   │   └── micard.hdr
│   ├── header-mask.afdesign
│   ├── img/
│   │   ├── docs/
│   │   │   └── fukidashi/
│   │   │       └── README.md
│   │   ├── sponsors/
│   │   │   └── LICENSE
│   │   └── uwu/
│   │       └── LICENSE
│   └── section-mask.afdesign
├── scripts/
│   ├── changelog-auto-updater/
│   │   ├── package.json
│   │   ├── src/
│   │   │   └── index.ts
│   │   ├── tsconfig.json
│   │   └── vite.config.ts
│   ├── fetch-crowdin.ts
│   ├── gen-locales.ts
│   ├── gen-old-hub-redirects.ts
│   ├── gen-spa-loading-template.ts
│   ├── get-old-hub-redirects.ts
│   ├── get-static-endpoints.ts
│   ├── markdown-fixer/
│   │   ├── index.js
│   │   └── package.json
│   └── vercel-branch-deploy-config.sh
├── server/
│   ├── plugins/
│   │   ├── appendComment.ts
│   │   └── i18nRedirector.ts
│   └── tsconfig.json
├── tsconfig.json
├── types/
│   ├── content.ts
│   ├── instances-info.ts
│   ├── misc.d.ts
│   ├── others.ts
│   └── router.d.ts
├── uno.config.ts
└── vercel.json

================================================
FILE CONTENTS
================================================

================================================
FILE: .editorconfig
================================================
root = true

[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
end_of_line = lf

[*.yml]
indent_style = space


================================================
FILE: .gitattributes
================================================
public/fonts/** linguist-documentation

================================================
FILE: .github/ISSUE_TEMPLATE/01_visitor-bug-report-ja.yml
================================================
name: 🐛 【閲覧者】バグ報告 (Japanese)
description: サイトの誤作動があった場合はこちらにご報告ください。
labels: ["bug?", "maybe non-developer"]

body:
  - type: markdown
    attributes:
      value: |
        ご報告ありがとうございます!実際に問題を報告する前に、以下をお試しください:

        - **ブラウザのキャッシュ・Cookieを削除**してみましたか?
        - **時間を開けて再度アクセス**してみましたか?
        - **URLが正しいか**お確かめになりましたか?

        また、以下のことにもご注意ください。

        - **このフォームはバグ報告専用です。** 機能リクエストは[こちら](https://github.com/misskey-dev/misskey-hub-next/issues/new?assignees=&labels=feature&projects=&template=04_feature-request.yml)からお願いします。

        以上のことを試してもまだ問題が解決しない場合は、以下に症状をできるだけ詳しく記入してください。**貴重なお時間を使ってご報告いただきありがとうございます!**

  - type: textarea
    attributes:
      label: 💡 概要
      description: どのような問題が起こっているかを簡潔にお書きください。
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🥰 期待されるふるまい
      description: 本当はどういうことがしたかったのかをお書きください。
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🤬 実際のふるまい
      description: |
        実際には何が起きたのかをお書きください。
        可能であれば、スクリーンショットやエラーログなども添付いただけますと幸いです。
    validations:
      required: true

  - type: textarea
    attributes:
      label: 📝 再現方法
      description: その問題が起こるまでにどのような操作をしたかを、手順別に詳細にお書きください。
      placeholder: |
        1.
        2.
        3.
    validations:
      required: false

  - id: environment
    type: textarea
    attributes:
      label: 💻 動作環境
      description: |
        この問題が起きた環境をお教えください(既に埋まっている場合は記入不要です)。

        例:
          * Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
          * Browser: Chrome 113.0.5672.126
      value: |
        * Model and OS of the device(s):
        * Browser:
      render: markdown
    validations:
      required: false

  - type: checkboxes
    attributes:
      label: 【開発者向け】自分でこのバグに対処しますか?
      description: これが何かわからない場合は、チェックボックスを開けたままにして、そのままフォームを送信してください。
      options:
        - label: はい、私はこのバグに自分で対処して、このリポジトリにPull Requestを送信する予定です。


================================================
FILE: .github/ISSUE_TEMPLATE/02_visitor-bug-report-en.yml
================================================
name: 🐛 [For visitors] Bug Report (English)
description: If you encounter any malfunction on the site, please report it here.
labels: ["bug?", "maybe non-developer"]

body:
  - type: markdown
    attributes:
      value: |
        Thank you for your report! Before reporting an issue, please try the following:

        - Have you tried **clearing your browser cache and cookies**?
        - Have you **waited for some time and tried accessing again**?
        - Have you confirmed that the **URL is correct**?

        Please also note the following:

        - **This form is for bug reports only**. For feature requests, please [click here](https://github.com/misskey-dev/misskey-hub-next/issues/new?assignees=&labels=feature&projects=&template=04_feature-request.yml).

        If the issue persists after trying the above, please provide details of the symptoms below. **Thank you for taking the time to report the issue!**

  - type: textarea
    attributes:
      label: 💡 Summary
      description: Please briefly describe the issue.
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🥰 Expected Behavior
      description: Please describe what you expected to happen.
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🤬 Actual Behavior
      description: |
        Please describe what actually happened.
        If possible, attaching screenshots or error logs would be appreciated.
    validations:
      required: true

  - type: textarea
    attributes:
      label: 📝 Steps to Reproduce
      description: Please provide detailed steps on how to reproduce the issue.
      placeholder: |
        1.
        2.
        3.
    validations:
      required: false

  - id: environment
    type: textarea
    attributes:
      label: 💻 Environment
      description: |
        Please provide information about the environment where the issue occurred (fill in if not already provided).

        Example:
          * Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
          * Browser: Chrome 113.0.5672.126
      value: |
        * Model and OS of the device(s):
        * Browser:
      render: markdown
    validations:
      required: false

  - type: checkboxes
    attributes:
      label: (For developer) Do you want to address this bug yourself?
      description: If you do not know what this is, please leave the checkbox open and submit the form as is.
      options:
        - label: Yes, I will patch the bug myself and send a pull request


================================================
FILE: .github/ISSUE_TEMPLATE/03_developer-bug-report.yml
================================================
name: 🐛 [For developers] Bug Report
description: Create a report to help us improve
labels: ["bug?"]

body:
  - type: markdown
    attributes:
      value: |
        Thank you for your report! 
        First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.

        **IMPORTANT NOTE**: This program is designed to run on the infrastructure used by the Misskey Project and is not intended to be used in other environments. 
        Failure to work in other environments (e.g., your server or hosting service) is not likely to be addressed.

  - type: textarea
    attributes:
      label: 💡 Summary
      description: Tell us what the bug is
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🥰 Expected Behavior
      description: Tell us what should happen
    validations:
      required: true

  - type: textarea
    attributes:
      label: 🤬 Actual Behavior
      description: |
        Tell us what happens instead of the expected behavior.
        Please include errors from the developer console and/or server log files if you have access to them.
    validations:
      required: true

  - type: textarea
    attributes:
      label: 📝 Steps to Reproduce
      placeholder: |
        1.
        2.
        3.
    validations:
      required: false

  - type: textarea
    attributes:
      label: 💻 Environment
      description: |
        Please provide information about the environment where the issue occurred.
        You can use `npx nuxi info` to fill this section.

        Example:
          * Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
          * Browser: Chrome 113.0.5672.126
      value: |
        * Model and OS of the device(s):
        * Browser:
      render: markdown
    validations:
      required: false

  - type: checkboxes
    attributes:
      label: Do you want to address this bug yourself?
      options:
        - label: Yes, I will patch the bug myself and send a pull request


================================================
FILE: .github/ISSUE_TEMPLATE/04_feature-request.yml
================================================
name: ✨ Feature Request
description: Suggest an idea for this project
labels: ["feature"]

body:
  - type: textarea
    attributes:
      label: Summary
      description: Tell us what the suggestion is
    validations:
      required: true
  - type: textarea
    attributes:
      label: Purpose
      description: Describe the specific problem or need you think this feature will solve, and who it will help.
    validations:
      required: true
  - type: checkboxes
    attributes:
      label: Do you want to implement this feature yourself?
      options:
        - label: Yes, I will implement this by myself and send a pull request


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
contact_links:
  - name: 💬 Bug reports and feature requests for Misskey itself
    url: https://github.com/misskey-dev/misskey/issues
    about: Misskey本体に関するバグ報告・機能リクエストはこちらから
  - name: 🖥 Bug reports and feature requests for Server List API
    url: https://github.com/joinmisskey/api/issues
    about: サーバー一覧ページで使用している「サーバー一覧API」に関するバグ報告・機能リクエストはこちらから


================================================
FILE: .github/workflows/deploy.yml
================================================
name: Deploy

on:
  # Runs on pushes targeting the default branch
  push:
    branches: ["master"]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
  group: "pages"
  cancel-in-progress: false

permissions:
  contents: read
  pages: write
  id-token: write

jobs:
  # Build job
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Setup pnpm
        uses: pnpm/action-setup@v4

      - name: Setup Node.js
        uses: actions/setup-node@v4
        with:
          cache: pnpm
          node-version: "22"

      - name: Install dependencies
        run: pnpm install

      - name: Build website
        run: pnpm generate
        env:
          NODE_ENV: production
          CROWDIN_INTG_API: ${{ secrets.CROWDIN_INTG_API }}
          SERVER_LIST_API_BASE_URL: ${{ secrets.SERVER_LIST_API_BASE_URL }}

      # - name: Upload with ftp
      #   uses: SamKirkland/FTP-Deploy-Action@v4.3.6
      #   with:
      #     server: ${{ secrets.FTP_SERVER }}
      #     username: ${{ secrets.FTP_USERNAME }}
      #     password: ${{ secrets.FTP_PASSWORD }}
      #     local-dir: ./.output/public/
      #     server-dir: ${{ secrets.FTP_SERVER_DIR }}

      - name: Upload artifact
        uses: actions/upload-pages-artifact@v4
        with:
          path: ./.output/public/

  # Deploy job
  deploy:
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    runs-on: ubuntu-latest
    needs: build
    steps:
      - name: Deploy to GitHub Pages
        id: deployment
        uses: actions/deploy-pages@v4

  # Purge Cloudflare Cache
  purge-cache:
    needs: deploy
    runs-on: ubuntu-latest
    steps:
      - name: Purge Cloudflare Cache
        run: |
          curl -X POST "https://api.cloudflare.com/client/v4/zones/${{ secrets.CF_ZONE_ID }}/purge_cache" \
          -H "Authorization: Bearer ${{ secrets.CF_API_TOKEN }}" \
          -H "Content-Type: application/json" \
          --data '{"hosts":["misskey-hub.net"]}'
        continue-on-error: true


================================================
FILE: .github/workflows/on-misskey-release.yml
================================================
name: On Misskey Release (Update Release Notes)

on:
  repository_dispatch:
    types: [misskey_release]
  workflow_dispatch:
    inputs:
      version:
        description: 'Latest version of Misskey'
        required: false
      releaseDate:
        description: 'Release date (YYYY-MM-DD)'
        required: false

env:
  TZ: Asia/Tokyo
  VERSION: ${{ github.event.client_payload.version || github.event.inputs.version }}
  RELEASE_DATE: ${{ github.event.client_payload.releaseDate || github.event.inputs.releaseDate }}

jobs:
  update-release-notes:
    runs-on: ubuntu-latest
    permissions:
      contents: write
      pull-requests: write
    steps:
      - uses: actions/checkout@v4
      
      - name: Setup pnpm
        uses: pnpm/action-setup@v4
  
      - name: Setup Node.js
        uses: actions/setup-node@v4
        with:
          cache: 'pnpm'

      - run: corepack enable

      - run: pnpm install

      - run: pnpm install
        working-directory: scripts/changelog-auto-updater
      
      - run: pnpm start
        working-directory: scripts/changelog-auto-updater

      - name: Check diff
        id: diff
        run: |
          git add .
          git reset HEAD pnpm-lock.yaml scripts/changelog-auto-updater/pnpm-lock.yaml
          git diff --staged --name-only --exit-code
        continue-on-error: true

      - name: Commit changes
        if: steps.diff.outcome == 'failure'
        run: |
          set -x
          git checkout -b update-release-notes-${{ env.VERSION || 'latest' }}
          git config user.name github-actions[bot]
          git config user.email 41898282+github-actions[bot]@users.noreply.github.com
          git add .
          git reset HEAD pnpm-lock.yaml scripts/changelog-auto-updater/pnpm-lock.yaml
          git commit -m "docs: Update release notes for ${{ env.VERSION || 'latest' }} release"
          git push -u origin HEAD

      - name: Create Pull Request
        if: steps.diff.outcome == 'failure'
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        run: |
          gh pr create --draft --title "Update release notes (${{ env.VERSION != null && env.VERSION || 'latest' }})" --body "【自動生成】マージ後は必ずブランチを削除してください。" --base master --head update-release-notes-${{ env.VERSION != null && env.VERSION || 'latest' }}


================================================
FILE: .gitignore
================================================
# Nuxt dev/build outputs
.output
.nuxt
.nitro
.cache
.vercel
dist

# Node dependencies
node_modules

# Logs
logs
*.log

# Misc
.DS_Store
.fleet
.idea

# Local env files
.env
.env.*
!.env.example

# Locale build outputs
locales_dist
i18n/locales_dist

# Crowdin Members Result
assets/data/i18n-members.ts

# SPA Loading Template (Dynamically Generated)
app/spa-loading-template.html

# CF Pages Redirect
public/_redirects
.favorites.json


================================================
FILE: .npmrc
================================================
shamefully-hoist=true
strict-peer-dependencies=false


================================================
FILE: .nuxtignore
================================================
pages/**/*-ignore.vue
locales
__misc
scripts/changelog-auto-updater


================================================
FILE: LICENSE
================================================
                    GNU AFFERO GENERAL PUBLIC LICENSE
                       Version 3, 19 November 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.

  A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate.  Many developers of free software are heartened and
encouraged by the resulting cooperation.  However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.

  The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community.  It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server.  Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.

  An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals.  This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU Affero General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Remote Network Interaction; Use with the GNU General Public License.

  Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software.  This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time.  Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source.  For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code.  There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

================================================
FILE: README.md
================================================
# Misskey Hub (Next)

![Screenshot of Misskey Hub](./public/img/og/misskey-hub-screenshot-dr.png)

Website for Misskey, built with [Nuxt](https://nuxt.com/).

## お知らせの文言のいじり方

`app.config.ts` から指定できます。

## Docsの書き方

**必ず [`/content/.README.md`](./content/.README.md) をご覧ください**

## NuxtLinkについて

内部リンク・外部リンクに関する処理を強化した[`<GNuxtLink>`](./components/g/NuxtLink.vue)を使用していますので、**リンクを追加する際は`<NuxtLink>`ではなく`<GNuxtLink>`を使用してください。**

また、Nuxtのルーティングストラテジに、ホスティング環境に適した設定を適用するため、動的リンクの作成に使用する`useLocalePath`をラップしたコンポーサブル関数`useGLocalePath`を使うようにしています。

### Misskey Webへのリンクについて

GNuxtLinkおよび各種Docsで、アドレスに `x-mi-web://` から始め、続けてMisskeyの相対パスを入力すると、Misskey Webへのリンクに置き換えられます。

例: `/play` → `x-mi-web://play`

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```

## Production

> [!NOTE]
> 
> <img src="./public/img/misc/works-on-my-machine.png" align="right" height="130px"/>
> 
> このプログラムはMisskey Projectの使用するインフラストラクチャで動作するように設計されており、その他の環境で使用することは想定されていません。
> 
> This program is designed to run on the infrastructure used by the Misskey Project and is not intended to be used in other environments.

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## (おまけ) デプロイ時のオートメーションプログラム

`/__misc/gas/` に、Misskey Hubデプロイ時に自動実行しているプログラムを同梱しています。

Google Apps Scriptで動作します。

## License

GNU Affero General Public License v3.0

(c) 2023-2025 syuilo, kakkokari-gtyih and Misskey Project


================================================
FILE: app/router.options.ts
================================================
import type { RouterConfig } from '@nuxt/schema'

export default <RouterConfig> {
    scrollBehavior(to) {
        if (to.meta.layout && to.hash) {
            const width = window ? window.innerWidth : 0;

            switch (to.meta.layout) {
                case 'blank':
                    return { el: to.hash };

                case 'docs':
                    if (width < 1024) {
                        return { top: 128, el: to.hash };
                    } else {
                        return { top: 80, el: to.hash };
                    }

                case 'slim':
                case 'tools':
                    return { top: 80, el: to.hash };
                
                default:
                    if (width < 1024) {
                        return { top: 80, el: to.hash };
                    } else {
                        return { top: 96, el: to.hash };
                    }
            }
        }

        return { top: 0 };
    },
}


================================================
FILE: app/spa-loading-template-base.html
================================================
<!-- script -->

<div id="splash">
    <img id="splashIcon" src="/img/icons/icon-128x128.png">
    <div id="splashSpinner"><svg class="spinner bg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
            <g transform="matrix(1,0,0,1,12,12)">
                <circle cx="64" cy="64" r="64" style="fill:none;stroke:currentColor;stroke-width:24px;" />
            </g>
        </svg>
        <svg class="spinner fg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
            <g transform="matrix(1,0,0,1,12,12)">
                <path d="M128,64C128,28.654 99.346,0 64,0C99.346,0 128,28.654 128,64Z" style="fill:none;stroke:currentColor;stroke-width:24px;" />
            </g>
        </svg>
    </div>
</div>

<style>
    #splash {
        background-color: #f9f9f9;
        cursor: wait;
        height: 100vh;
        left: 0;
        opacity: 1;
        position: fixed;
        top: 0;
        transition: opacity .5s ease;
        width: 100vw;
        z-index: 10000
    }

    #splashIcon {
        height: 64px;
        pointer-events: none;
        width: 64px
    }

    #splashIcon,
    #splashSpinner {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0
    }

    #splashSpinner {
        color: #86b300;
        display: inline-block;
        height: 28px;
        transform: translateY(70px);
        width: 28px
    }

    #splashSpinner>.spinner {
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
        fill-rule: evenodd;
        clip-rule: evenodd;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 1.5
    }

    #splashSpinner>.spinner.bg {
        opacity: .275
    }

    #splashSpinner>.spinner.fg {
        animation: splashSpinner .5s linear infinite
    }

    @keyframes splashSpinner {
        0% {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(1turn)
        }
    }
</style>


================================================
FILE: app.config.ts
================================================
export default defineAppConfig({
    notice: {
        title: {
            ja: 'v2026.5.1 をリリースしました!',
            en: 'v2026.5.1 is out now!',
        },
        to: "/docs/releases/",
    },
});


================================================
FILE: app.vue
================================================
<script setup lang="ts">
import TopIco from 'bi/chevron-up.svg';
import { locales } from '@/assets/data/locales';
import { uwu } from '@/assets/js/misc/uwu';
import NProgress from 'nprogress';
import type { Graph, Thing } from 'schema-dts';
import type { Meta } from '@unhead/schema';
import { cleanDoubleSlashes, joinURL, parseURL, stringifyParsedURL, withTrailingSlash } from 'ufo';

const nuxtApp = useNuxtApp();

const { t, locale } = useI18n();
const route = useRoute();
const router = useRouter();
const colorMode = useColorMode();
const baseUrl = useRuntimeConfig().public.baseUrl as string;

// #region NProgress
router.beforeEach((to, from) => {
	if (to.path === from.path) return;
	if (!NProgress.isStarted()) {
		NProgress.start();
	}
})

nuxtApp.hook('page:loading:end', () => {
	nextTick(() => {
		setTimeout(() => {
			NProgress.done();
		}, 100);
	});    
});
// #endregion

// #region uwu
const isUwu = useState<boolean>('miHub_uwu');
if (import.meta.client) {
    isUwu.value = uwu();
}
// #endregion

// #region SEO
const getDescription = (): string => {
	if (route.meta.description != null && route.meta.description != "") {
		return route.meta.description;
	} else {
		return t('_seo.defaultDescription');
	}
}
const getTitle = () => route.meta.title ? `${route.meta.title} | Misskey` : t('_seo.siteNameLong');
const getLdJson = (additionalGraphes: Thing[] = []): string => {
	const ldJson: Graph = {
		"@context": "https://schema.org",
		"@graph": [
			{
				"@type": "Organization",
				"@id": `${baseUrl}/#Organization`,
				"name": "Misskey",
				"url": `${baseUrl}/`,
				"sameAs": [
					"https://ja.wikipedia.org/wiki/Misskey",
				],
				"logo": {
					"@type": "ImageObject",
					"url": `${baseUrl}/img/icons/icon-256x256.png`
				}
			},
			{
				"@type": "WebSite",
				"@id": `${baseUrl}/#WebPage`,
				"name": locale.value.includes('ja') ? '【Misskeyプロジェクト公式】Misskey Hub' : 'Misskey',
				"inLanguage": locale.value,
				"url": `${baseUrl}${route.path}`,
				"publisher": {
						"@type": "Organization",
						"@id": `${baseUrl}/#Organization`
				},
				"headline": getTitle(),
				"description": getDescription()
			},
		]
	};
	ldJson['@graph'] = ldJson['@graph'].concat(additionalGraphes);
	return JSON.stringify(ldJson);
};
const currentLocaleIso = computed(() => locales.find((e) => e?.code === locale.value)?.language);

const head = useLocaleHead({
	seo: true,
});

const i18nLinks = computed(() => head.value.link?.map((e: any) => {
	if (e.rel === 'alternate') {
		let href = e.href;
		const url = parseURL(href);
		if (typeof e.hreflang === 'string' && (e.hreflang.includes('ja') || e.hreflang === 'x-default') && e.hreflang !== 'ja-KS') {
				url.pathname = joinURL('/ja/', url.pathname);
		}
		url.search = '';
		href = cleanDoubleSlashes(withTrailingSlash(stringifyParsedURL(url)));
		return { ...e, rel: e.rel, href, hreflang: e.hreflang };
	} else if (e.rel === 'canonical' && locale.value === 'ja') {
		let href = e.href;
		const url = parseURL(href);
		url.pathname = joinURL('/ja/', url.pathname);
		url.search = '';
		href = cleanDoubleSlashes(withTrailingSlash(stringifyParsedURL(url)));
		return { ...e, rel: e.rel, href, hreflang: e.hreflang };
	}

	return e;
}));

/** 
 * 中国大陸で Google Fonts を使う裏技
 * fonts.googleapis.com → fonts.googleapis.cn
 **/
const cnHead = (locale.value === 'cn') ? [
	{ rel: 'preconnect', href: 'https://fonts.googleapis.cn' },
	{ rel: 'preconnect', href: 'https://fonts.gstatic.cn' },
	{ rel: 'stylesheet', href: 'https://fonts.googleapis.cn/css2?family=Capriola&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap' }
] : [
	{ rel: 'preconnect', href: 'https://fonts.googleapis.com' },
	{ rel: 'preconnect', href: 'https://fonts.gstatic.com' },
	{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Capriola&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap' },
];

useHead(() => ({
	htmlAttrs: {
		lang: currentLocaleIso.value,
		'data-bs-theme': colorMode.value,
	},
	title: getTitle(),
	meta: [
		{
			name: "description",
			content: getDescription(),
		},
		{
			property: "og:title",
			content: getTitle(),
		},
		{
			property: "og:site_name",
			content: 'Misskey',
		},
		{
			property: "og:description",
			content: getDescription(),
		},
		{
			property: "og:image",
			// TODO
			content: () => route.meta.thumbnail ? route.meta.thumbnail : `${baseUrl}/img/og/misskey-hub-screenshot-l.png`,
		},
		...(head.value.meta?.map((e: Meta) => ({ property: e.property, content: e.content, })) || []),
	],
	link: [
		...(i18nLinks.value || []),
		...cnHead,
	],
	script: [
		{ type: "application/ld+json", children: getLdJson(route.meta.graph) },
	],
}));
// #endregion

/** サイト全体でひとつのScroll Posiitionを使う */
const scrollPos = useState('miHub_global_scrollPos', () => 0);

async function updatePos() {
	scrollPos.value = document.body.getBoundingClientRect().y;
}

if (import.meta.client) {
	window.addEventListener('scroll', updatePos, { passive: true });
	window.addEventListener('resize', updatePos, { passive: true });
	updatePos();
}

onUnmounted(() => {
	if (import.meta.client) {
		window.removeEventListener('scroll', updatePos);
		window.removeEventListener('resize', updatePos);
	}
});

const hideFrom = computed(() => route.meta.scrollButton ? route.meta.scrollButton?.hideFrom ?? -45 : -45);
const sbPositionX = computed(() => route.meta.scrollButton ? route.meta.scrollButton?.customPosition?.x ?? '32px' : '32px');
const sbPositionY = computed(() => route.meta.scrollButton ? route.meta.scrollButton?.customPosition?.y ?? '32px' : '32px');

function scrollToTop() {
	if (!import.meta.client) return;
	window.scrollTo({
		top: 0,
		behavior: 'smooth',
	});
}
</script>

<template>
<div :class="$style.root">
	<NuxtIsland name="GNoScript" />
	<NuxtLayout>
		<NuxtPage />
	</NuxtLayout>
	<ClientOnly>
		<LazyGAiChan />
	</ClientOnly>
	<button
		v-if="$route.meta.scrollButton !== false"
		class="_plainButton"
		:class="[
			(hideFrom >= scrollPos) ? 'opacity-75 hover:opacity-100' : 'opacity-0 pointer-events-none',
			$route.meta.scrollButton?.customClass ?? '',
			$style.scrollToTopButton,
		]"
		@click="scrollToTop"
	><TopIco style="width: 20px; height: 20px;" /></button>
</div>
</template>

<style module>
.scrollToTopButton {
	display: grid;
	place-content: center;
	position: fixed;
	z-index: 9999;
	bottom: v-bind(sbPositionY);
	right: v-bind(sbPositionX);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #9ad11b;
	color: #000;
}
</style>


================================================
FILE: assets/css/bootstrap-forms.scss
================================================
@import "bootstrap/scss/mixins/banner";
@include bsBanner("Forms & Buttons");

//$primary: #4a4c94;
$primary: #86b300;

// scss-docs-start import-stack
// Configuration
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";
@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";

// Layout & components
@import "bootstrap/scss/root";

// Breaking down form components
@import "bootstrap/scss/forms/labels";
@import "bootstrap/scss/forms/form-control";
@import "bootstrap/scss/forms/form-select";
@import "bootstrap/scss/forms/form-range";
@import "bootstrap/scss/forms/form-check";
@import "bootstrap/scss/forms/form-text";
@import "bootstrap/scss/forms/input-group";

// button
@import "bootstrap/scss/buttons";
@import "bootstrap/scss/button-group";

// Overrides
.btn-outline-primary {
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff;
}

================================================
FILE: assets/css/global.css
================================================
:root {
	--THEME-bg: #eee;
	--THEME-fg: #222;

	background: var(--THEME-bg);
	color: var(--THEME-fg);
}
:root.dark {
	--THEME-bg: #1a1a1a;
	--THEME-fg: #eee;
}

::selection {
	color: #fff;
	background-color: #86b300;
}

html, body {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
	scroll-padding: 100px; /* ヘッダーなどが干渉するため */
	min-height: 100vh;
	-webkit-tap-highlight-color: transparent;
}

html:not(.landing) {
    @apply font-sans;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before,
.bi {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi {
	width: 1em;
	height: 1em;
}

._hoverRubber:hover {
    animation: .75s linear 0s 1 normal both running mfm-rubberBand;
}

._hoverTada:hover {
    animation: .75s linear 0s 1 normal both running tada;
}

._plainButton {
	display: inline-block;
	appearance: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
	touch-action: manipulation;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	font-size: 1em;
	font-family: inherit;
	line-height: inherit;
	max-width: 100%;
}

._plainLink {
	color: inherit;
	text-decoration: none;
}

.__v_textUnderline {
    background-image: linear-gradient(90deg, rgba(134, 179, 0, 0), rgba(74, 179, 0, 0), rgba(74, 179, 0, 0));
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: 0% calc(100% + 2px);
    transition: background-size 0.5s ease, background-image 0.5s ease;
    transition-delay: 0.3s;
}
.__v_textUnderline_out {
    background-image: linear-gradient(90deg, rgba(134, 179, 0, 0), rgba(74, 179, 0, 0), rgba(74, 179, 0, 0));
	background-size: 0% 6px;
}
.__v_textUnderline_in {
    background-image: linear-gradient(90deg, #86b300, #4ab300, #4ab300);
	background-size: 100% 6px;
}

/* Github Markdown Css Override */
html.dark .markdown-body {
	color-scheme: dark;
    --focus-outlineColor: #1f6feb;
    --fgColor-default: #e6edf3;
    --fgColor-muted: #8d96a0;
    --fgColor-accent: #4493f8;
    --fgColor-success: #3fb950;
    --fgColor-attention: #d29922;
    --fgColor-danger: #f85149;
    --fgColor-done: #ab7df8;
    --bgColor-default: #0d1117;
    --bgColor-muted: #161b22;
    --bgColor-neutral-muted: #6e768166;
    --bgColor-attention-muted: #bb800926;
    --borderColor-default: #30363d;
    --borderColor-muted: #30363db3;
    --borderColor-neutral-muted: #6e768166;
    --borderColor-accent-emphasis: #1f6feb;
    --borderColor-success-emphasis: #238636;
    --borderColor-attention-emphasis: #9e6a03;
    --borderColor-danger-emphasis: #da3633;
    --borderColor-done-emphasis: #8957e5;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
}


html.light .markdown-body {
	color-scheme: light;
    --focus-outlineColor: #0969da;
    --fgColor-default: #1f2328;
    --fgColor-muted: #636c76;
    --fgColor-accent: #0969da;
    --fgColor-success: #1a7f37;
    --fgColor-attention: #9a6700;
    --fgColor-danger: #d1242f;
    --fgColor-done: #8250df;
    --bgColor-default: #ffffff;
    --bgColor-muted: #f6f8fa;
    --bgColor-neutral-muted: #afb8c133;
    --bgColor-attention-muted: #fff8c5;
    --borderColor-default: #d0d7de;
    --borderColor-muted: #d0d7deb3;
    --borderColor-neutral-muted: #afb8c133;
    --borderColor-accent-emphasis: #0969da;
    --borderColor-success-emphasis: #1a7f37;
    --borderColor-attention-emphasis: #bf8700;
    --borderColor-danger-emphasis: #cf222e;
    --borderColor-done-emphasis: #8250df;
    --color-prettylights-syntax-comment: #57606a;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-prettylights-syntax-entity: #6639ba;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
}

.markdown-body {
	@apply !font-content-sans;
	--bgColor-default: transparent!important;
	min-height: 0!important;
}

.markdown-body > h1 > a[href^='#'],
.markdown-body :not(.ignore) h1 > a[href^='#'],
.markdown-body > h2 > a[href^='#'],
.markdown-body :not(.ignore) h2 > a[href^='#'],
.markdown-body > h3 > a[href^='#'],
.markdown-body :not(.ignore) h3 > a[href^='#'],
.markdown-body > h4 > a[href^='#'],
.markdown-body :not(.ignore) h4 > a[href^='#'],
.markdown-body > h5 > a[href^='#'],
.markdown-body :not(.ignore) h5 > a[href^='#'],
.markdown-body > h6 > a[href^='#'] ,
.markdown-body :not(.ignore) h6 > a[href^='#'] {
	color: var(--color-fg-default);
	cursor: pointer;
}

.markdown-body > h1 > a[href^='#']:hover,
.markdown-body :not(.ignore) h1 > a[href^='#']:hover,
.markdown-body > h2 > a[href^='#']:hover,
.markdown-body :not(.ignore) h2 > a[href^='#']:hover,
.markdown-body > h3 > a[href^='#']:hover,
.markdown-body :not(.ignore) h3 > a[href^='#']:hover,
.markdown-body > h4 > a[href^='#']:hover,
.markdown-body :not(.ignore) h4 > a[href^='#']:hover,
.markdown-body > h5 > a[href^='#']:hover,
.markdown-body :not(.ignore) h5 > a[href^='#']:hover,
.markdown-body > h6 > a[href^='#']:hover ,
.markdown-body :not(.ignore) h6 > a[href^='#']:hover {
	text-decoration: none;
}

.markdown-body > ul ,
.markdown-body :not(.ignore) ul {
    list-style: disc;
}
.markdown-body > ol ,
.markdown-body :not(.ignore) ol {
    list-style: decimal;
}

.markdown-body u {
	text-decoration: underline;
	text-underline-offset: .2em;
}

.markdown-body .footnotes {
	padding-top: 16px;
}

.markdown-body > p,
.markdown-body :not(.ignore) p:not(.truncate-box),
.markdown-body li {
	line-height: 1.75;
}

.markdown-body video {
	@apply rounded-lg;
}


================================================
FILE: assets/css/mfm.scss
================================================
@charset "utf-8";

/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
 
/* MFM */
@keyframes blink {
	0% { opacity: 1; transform: scale(1); }
	30% { opacity: 1; transform: scale(1); }
	90% { opacity: 0; transform: scale(0.5); }
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

._anime_bounce {
	will-change: transform;
  animation: mk-bounce ease 0.7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}
._anime_bounce_ready {
	will-change: transform;
	transform:  scaleX(0.90) scaleY(0.90) ;
}
._anime_bounce_standBy {
	transition: transform 0.1s ease;
}

@keyframes mk-bounce {
  0% {
    transform:  scaleX(0.90) scaleY(0.90) ;
  }
  19% {
    transform:  scaleX(1.10) scaleY(1.10) ;
  }
  48% {
    transform:  scaleX(0.95) scaleY(0.95) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}

// MFM -----------------------------

._mfm_blur_ {
	filter: blur(6px);
	transition: filter 0.3s;

	&:hover {
		filter: blur(0px);
	}
}

.mfm-x2 {
	--mfm-zoom-size: 200%;
}

.mfm-x3 {
	--mfm-zoom-size: 400%;
}

.mfm-x4 {
	--mfm-zoom-size: 600%;
}

.mfm-x2, .mfm-x3, .mfm-x4 {
	font-size: var(--mfm-zoom-size);

	.mfm-x2, .mfm-x3, .mfm-x4 {
		/* only half effective */
		font-size: calc(var(--mfm-zoom-size) / 2 + 50%);

		.mfm-x2, .mfm-x3, .mfm-x4 {
			/* disabled */
			font-size: 100%;
		}
	}
}

@keyframes mfm-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes mfm-spinX {
	0% { transform: perspective(128px) rotateX(0deg); }
	100% { transform: perspective(128px) rotateX(360deg); }
}

@keyframes mfm-spinY {
	0% { transform: perspective(128px) rotateY(0deg); }
	100% { transform: perspective(128px) rotateY(360deg); }
}

@keyframes mfm-jump {
	0% { transform: translateY(0); }
	25% { transform: translateY(-16px); }
	50% { transform: translateY(0); }
	75% { transform: translateY(-8px); }
	100% { transform: translateY(0); }
}

@keyframes mfm-bounce {
	0% { transform: translateY(0) scale(1, 1); }
	25% { transform: translateY(-16px) scale(1, 1); }
	50% { transform: translateY(0) scale(1, 1); }
	75% { transform: translateY(0) scale(1.5, 0.75); }
	100% { transform: translateY(0) scale(1, 1); }
}

// const val = () => `translate(${Math.floor(Math.random() * 20) - 10}px, ${Math.floor(Math.random() * 20) - 10}px)`;
// let css = '';
// for (let i = 0; i <= 100; i += 5) { css += `${i}% { transform: ${val()} }\n`; }
@keyframes mfm-twitch {
	0% { transform: translate(7px, -2px) }
	5% { transform: translate(-3px, 1px) }
	10% { transform: translate(-7px, -1px) }
	15% { transform: translate(0px, -1px) }
	20% { transform: translate(-8px, 6px) }
	25% { transform: translate(-4px, -3px) }
	30% { transform: translate(-4px, -6px) }
	35% { transform: translate(-8px, -8px) }
	40% { transform: translate(4px, 6px) }
	45% { transform: translate(-3px, 1px) }
	50% { transform: translate(2px, -10px) }
	55% { transform: translate(-7px, 0px) }
	60% { transform: translate(-2px, 4px) }
	65% { transform: translate(3px, -8px) }
	70% { transform: translate(6px, 7px) }
	75% { transform: translate(-7px, -2px) }
	80% { transform: translate(-7px, -8px) }
	85% { transform: translate(9px, 3px) }
	90% { transform: translate(-3px, -2px) }
	95% { transform: translate(-10px, 2px) }
	100% { transform: translate(-2px, -6px) }
}

// const val = () => `translate(${Math.floor(Math.random() * 6) - 3}px, ${Math.floor(Math.random() * 6) - 3}px) rotate(${Math.floor(Math.random() * 24) - 12}deg)`;
// let css = '';
// for (let i = 0; i <= 100; i += 5) { css += `${i}% { transform: ${val()} }\n`; }
@keyframes mfm-shake {
	0% { transform: translate(-3px, -1px) rotate(-8deg) }
	5% { transform: translate(0px, -1px) rotate(-10deg) }
	10% { transform: translate(1px, -3px) rotate(0deg) }
	15% { transform: translate(1px, 1px) rotate(11deg) }
	20% { transform: translate(-2px, 1px) rotate(1deg) }
	25% { transform: translate(-1px, -2px) rotate(-2deg) }
	30% { transform: translate(-1px, 2px) rotate(-3deg) }
	35% { transform: translate(2px, 1px) rotate(6deg) }
	40% { transform: translate(-2px, -3px) rotate(-9deg) }
	45% { transform: translate(0px, -1px) rotate(-12deg) }
	50% { transform: translate(1px, 2px) rotate(10deg) }
	55% { transform: translate(0px, -3px) rotate(8deg) }
	60% { transform: translate(1px, -1px) rotate(8deg) }
	65% { transform: translate(0px, -1px) rotate(-7deg) }
	70% { transform: translate(-1px, -3px) rotate(6deg) }
	75% { transform: translate(0px, -2px) rotate(4deg) }
	80% { transform: translate(-2px, -1px) rotate(3deg) }
	85% { transform: translate(1px, -3px) rotate(-10deg) }
	90% { transform: translate(1px, 0px) rotate(3deg) }
	95% { transform: translate(-2px, 0px) rotate(-3deg) }
	100% { transform: translate(2px, 1px) rotate(2deg) }
}

@keyframes mfm-rubberBand {
	from { transform: scale3d(1, 1, 1); }
	30% { transform: scale3d(1.25, 0.75, 1); }
	40% { transform: scale3d(0.75, 1.25, 1); }
	50% { transform: scale3d(1.15, 0.85, 1); }
	65% { transform: scale3d(0.95, 1.05, 1); }
	75% { transform: scale3d(1.05, 0.95, 1); }
	to { transform: scale3d(1, 1, 1); }
}

@keyframes mfm-rainbow {
	0% { filter: hue-rotate(0deg) contrast(150%) saturate(150%); }
	100% { filter: hue-rotate(360deg) contrast(150%) saturate(150%); }
}

================================================
FILE: assets/css/nprogress.css
================================================
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #4ab300;

    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #4ab300, 0 0 5px #4ab300;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}


================================================
FILE: assets/data/features.ts
================================================
type FeatureItem = {
	img?: string;
	title: string;
	description: string;
};

export const features = [{
	img: '/img/top-features/top-features-note.png',
	title: '_landing._features._note.title',
	description: '_landing._features._note.description',
}, {
	img: '/img/top-features/top-features-reaction.png',
	title: '_landing._features._reaction.title',
	description: '_landing._features._reaction.description',
}, {
	img: '/img/top-features/customEmojis.webp',
	title: '_landing._features._customEmojis.title',
	description: '_landing._features._customEmojis.description',
}, {
	title: '_landing._features._channel.title',
	description: '_landing._features._channel.description',
}, {
	title: '_landing._features._antenna.title',
	description: '_landing._features._antenna.description',
}, {
	img: '/img/top-features/role.webp',
	title: '_landing._features._roles.title',
	description: '_landing._features._roles.description',
}, {
	img: '/img/top-features/top-features-charts.png',
	title: '_landing._features._charts.title',
	description: '_landing._features._charts.description',
}, {
	title: '_landing._features._privacy.title',
	description: '_landing._features._privacy.description',
}, {
	title: '_landing._features._multiPurpose.title',
	description: '_landing._features._multiPurpose.description',
}, {
	img: '/img/top-features/oss.webp',
	title: '_landing._features._oss.title',
	description: '_landing._features._oss.description',
}, {
	img: '/img/top-features/top-features-federation.png',
	title: '_landing._features._federation.title',
	description: '_landing._features._federation.description',
}, {
	img: '/img/top-features/top-features-drive.png',
	title: '_landing._features._drive.title',
	description: '_landing._features._drive.description',
}, {
	img: '/img/top-features/2fa.webp',
	title: '_landing._features._2fa.title',
	description: '_landing._features._2fa.description',
}, {
	img: '/img/top-features/branding.webp',
	title: '_landing._features._branding.title',
	description: '_landing._features._branding.description',
}, {
	img: '/img/top-features/moderation.webp',
	title: '_landing._features._moderation.title',
	description: '_landing._features._moderation.description',
}, {
	title: '_landing._features._monetization.title',
	description: '_landing._features._monetization.description',
}, {
	img: '/img/top-features/since2014.webp',
	title: '_landing._features._battleTested.title',
	description: '_landing._features._battleTested.description',
}] satisfies FeatureItem[];

export const featuresServer = [{
	title: '_landing._featuresServer._easyInstall.title',
	description: '_landing._featuresServer._easyInstall.description',
}, {
	title: '_landing._featuresServer._easySetup.title',
	description: '_landing._featuresServer._easySetup.description',
}, {
	img: '/img/top-features/nodejs.webp',
	title: '_landing._featuresServer._nodejs.title',
	description: '_landing._featuresServer._nodejs.description',
}, {
	title: '_landing._featuresServer._postgresql.title',
	description: '_landing._featuresServer._postgresql.description',
}, {
	img: '/img/top-features/scalable.webp',
	title: '_landing._featuresServer._scalable.title',
	description: '_landing._featuresServer._scalable.description',
}, {
	img: '/img/top-features/jobQueue.webp',
	title: '_landing._featuresServer._jobQueue.title',
	description: '_landing._featuresServer._jobQueue.description',
}, {
	title: '_landing._featuresServer._seo.title',
	description: '_landing._featuresServer._seo.description',
}, {
	title: '_landing._featuresServer._cdn.title',
	description: '_landing._featuresServer._cdn.description',
}, {
	img: '/img/top-features/api.webp',
	title: '_landing._featuresServer._api.title',
	description: '_landing._featuresServer._api.description',
}, {
	title: '_landing._featuresServer._relay.title',
	description: '_landing._featuresServer._relay.description',
}, {
	img: '/img/top-features/ftt.webp',
	title: '_landing._featuresServer._ftt.title',
	description: '_landing._featuresServer._ftt.description',
}, {
	img: '/img/top-features/rbt.webp',
	title: '_landing._featuresServer._rbt.title',
	description: '_landing._featuresServer._rbt.description',
}, {
	title: '_landing._featuresServer._fullTextSearch.title',
	description: '_landing._featuresServer._fullTextSearch.description',
}, {
	img: '/img/top-features/ml.webp',
	title: '_landing._featuresServer._ml.title',
	description: '_landing._featuresServer._ml.description',
}, {
	img: '/img/top-features/sentry.webp',
	title: '_landing._featuresServer._sentry.title',
	description: '_landing._featuresServer._sentry.description',
}] satisfies FeatureItem[];

export const featuresClient = [{
	img: '/img/top-features/responsive.webp',
	title: '_landing._featuresClient._responsive.title',
	description: '_landing._featuresClient._responsive.description',
}, {
	img: '/img/top-features/theme.webp',
	title: '_landing._featuresClient._theme.title',
	description: '_landing._featuresClient._theme.description',
}, {
	img: '/img/top-features/mfm.webp',
	title: '_landing._featuresClient._mfm.title',
	description: '_landing._featuresClient._mfm.description',
}, {
	img: '/img/top-features/deck.webp',
	title: '_landing._featuresClient._deck.title',
	description: '_landing._featuresClient._deck.description',
}, {
	title: '_landing._featuresClient._realtimeMode.title',
	description: '_landing._featuresClient._realtimeMode.description',
}, {
	title: '_landing._featuresClient._pushNotification.title',
	description: '_landing._featuresClient._pushNotification.description',
}, {
	img: '/img/top-features/multiAccounts.webp',
	title: '_landing._featuresClient._multiAccounts.title',
	description: '_landing._featuresClient._multiAccounts.description',
}, {
	title: '_landing._featuresClient._watermark.title',
	description: '_landing._featuresClient._watermark.description',
}, {
	title: '_landing._featuresClient._imageEditing.title',
	description: '_landing._featuresClient._imageEditing.description',
}, {
	img: '/img/top-features/widgets.webp',
	title: '_landing._featuresClient._widgets.title',
	description: '_landing._featuresClient._widgets.description',
}, {
	img: '/img/top-features/settings.webp',
	title: '_landing._featuresClient._settingsManagement.title',
	description: '_landing._featuresClient._settingsManagement.description',
}, {
	title: '_landing._featuresClient._achievements.title',
	description: '_landing._featuresClient._achievements.description',
}, {
	img: '/img/top-features/plugin.webp',
	title: '_landing._featuresClient._plugin.title',
	description: '_landing._featuresClient._plugin.description',
}, {
	title: '_landing._featuresClient._embed.title',
	description: '_landing._featuresClient._embed.description',
}, {
	title: '_landing._featuresClient._pwa.title',
	description: '_landing._featuresClient._pwa.description',
}, {
	img: '/img/top-features/i18n.webp',
	title: '_landing._featuresClient._i18n.title',
	description: '_landing._featuresClient._i18n.description',
}] satisfies FeatureItem[];


================================================
FILE: assets/data/forks.ts
================================================
export const forkedSoftwares = [
    'firefish',
    'calckey',
    'iceshrimp',
    'meisskey',
    'ebisskey',
    'foundkey',
    'sharkey',
    'cherrypick'
];

================================================
FILE: assets/data/locales.ts
================================================
import type { LocaleObject } from '@nuxtjs/i18n';

export const localesConst = [
	{ files: [ 'ja-JP.json' ], code: 'ja', language: 'ja-JP', name: '日本語' },
	{ files: [ 'en-US.json' ], code: 'en', language: 'en-US', name: 'English' },
	{ files: [ 'id-ID.json' ], code: 'id', language: 'id-ID', name: 'Bahasa Indonesia' },
	{ files: [ 'ko-KR.json' ], code: 'ko', language: 'ko-KR', name: '한국어' },
	{ files: [ 'it-IT.json' ], code: 'it', language: 'it-IT', name: 'Italiano' },
	{ files: [ 'pl-PL.json' ], code: 'pl', language: 'pl-PL', name: 'Polski' },
	{ files: [ 'fr-FR.json' ], code: 'fr', language: 'fr-FR', name: 'Français' },
	{ files: [ 'th-TH.json' ], code: 'th', language: 'th-TH', name: 'ภาษาไทย' },
	{ files: [ 'es-ES.json' ], code: 'es', language: 'es-ES', name: 'Español' },
	{ files: [ 'de-DE.json' ], code: 'de', language: 'de-DE', name: 'Deutsch' },
	{ files: [ 'zh-CN.json' ], code: 'cn', language: 'zh-CN', name: '简体中文' },
	{ files: [ 'zh-TW.json' ], code: 'tw', language: 'zh-TW', name: '繁体中文' },
	{ files: [ 'ja-KS.json' ], code: 'ja-ks', language: 'ja-KS', name: '🐙' },
] as const satisfies LocaleObject[];

export type LocaleCodes = typeof localesConst[number]['code'];

export const localePathRegex = new RegExp(`^/(${localesConst.map((v) => v.code).join('|')})/`);

export const locales = localesConst as unknown as LocaleObject[];


================================================
FILE: assets/data/nav.ts
================================================
import type { Component } from "#app/compat/capi";
import GHIcon from "bi/github.svg";

export type NavSection = {
    /** セクションタイトル 翻訳キー */
    title: string;
    /** アイテム */
    items: NavItem[];
};

/** ナビゲーションバー アイテム */
export type NavItem = {
    /** 翻訳キー */
    i18n: string;
    /** 説明文 翻訳キー */
    description?: string;
    /** リンク先 */
    to: string;
} | {
    /** アイコン(svgをインポートして貼り付け) */
    icon: Component | string;
    /** リンク先 */
    to: string;
};

/** ナビゲーションバー コンテンツ */
export default <{
    /** ナビゲーションの真ん中のリンク */
    center: NavItem[];
    /** 
     * ナビゲーションの右端のリンク
     * (SNSとかGithubのリンクとか)
     */
    right: NavItem[];
}> {
    center: [
        {
            i18n: '_nav.docs',
            to: '/docs/',
        },
        {
            i18n: '_nav.news',
            to: '/blog/',
        },
				{
            i18n: '_nav.servers',
            to: '/servers/',
        },
        {
            i18n: '_nav.other',
            to: '/learn-more/',
        }
    ],
    right: [
        {
            icon: GHIcon,
            to: 'https://github.com/misskey-dev/misskey',
        },
    ]
};


================================================
FILE: assets/data/old-hub-redirects.ts
================================================
export const redirects: [string, string][] = [
    [
        "/docs/api/",
        "/docs/for-developers/api/"
    ],
    [
        "/docs/features/",
        "/docs/for-users/features/"
    ],
    [
        "/docs/api/streaming/",
        "/docs/for-developers/api/streaming/"
    ],
    [
        "/docs/api/streaming/channel/",
        "/docs/for-developers/api/streaming/channel/"
    ],
    [
        "/docs/api/streaming/channel/global-timeline.html",
        "/docs/for-developers/api/streaming/channel/global-timeline/"
    ],
    [
        "/docs/api/streaming/channel/global-timeline.md",
        "/docs/for-developers/api/streaming/channel/global-timeline/"
    ],
    [
        "/docs/api/streaming/channel/home-timeline.html",
        "/docs/for-developers/api/streaming/channel/home-timeline/"
    ],
    [
        "/docs/api/streaming/channel/home-timeline.md",
        "/docs/for-developers/api/streaming/channel/home-timeline/"
    ],
    [
        "/docs/api/streaming/channel/hybrid-timeline.html",
        "/docs/for-developers/api/streaming/channel/hybrid-timeline/"
    ],
    [
        "/docs/api/streaming/channel/hybrid-timeline.md",
        "/docs/for-developers/api/streaming/channel/hybrid-timeline/"
    ],
    [
        "/docs/api/streaming/channel/index.html",
        "/docs/api/streaming/channel/"
    ],
    [
        "/docs/api/streaming/channel/index.md",
        "/docs/api/streaming/channel/"
    ],
    [
        "/docs/api/streaming/channel/local-timeline.html",
        "/docs/for-developers/api/streaming/channel/local-timeline/"
    ],
    [
        "/docs/api/streaming/channel/local-timeline.md",
        "/docs/for-developers/api/streaming/channel/local-timeline/"
    ],
    [
        "/docs/api/streaming/channel/main.html",
        "/docs/for-developers/api/streaming/channel/main/"
    ],
    [
        "/docs/api/streaming/channel/main.md",
        "/docs/for-developers/api/streaming/channel/main/"
    ],
    [
        "/docs/api/streaming/index.html",
        "/docs/for-developers/api/streaming/"
    ],
    [
        "/docs/api/streaming/index.md",
        "/docs/for-developers/api/streaming/"
    ],
    [
        "/docs/api/streaming/note-capture-events.html",
        "/docs/for-developers/api/streaming/note-capture-events/"
    ],
    [
        "/docs/api/streaming/note-capture-events.md",
        "/docs/for-developers/api/streaming/note-capture-events/"
    ],
    [
        "/docs/api/endpoints.html",
        "/docs/for-developers/api/endpoints/"
    ],
    [
        "/docs/api/endpoints.md",
        "/docs/for-developers/api/endpoints/"
    ],
    [
        "/docs/admin/cdn.html",
        "/docs/for-admin/install/resources/cdn/"
    ],
    [
        "/docs/admin/cdn.md",
        "/docs/for-admin/install/resources/cdn/"
    ],
    [
        "/docs/admin/nginx.html",
        "/docs/for-admin/install/resources/nginx/"
    ],
    [
        "/docs/admin/nginx.md",
        "/docs/for-admin/install/resources/nginx/"
    ],
    [
        "/docs/admin/push-docker-hub.html",
        "/docs/for-admin/install/resources/push-docker-hub/"
    ],
    [
        "/docs/admin/push-docker-hub.md",
        "/docs/for-admin/install/resources/push-docker-hub/"
    ],
    [
        "/docs/admin/troubleshooting.html",
        "/docs/for-admin/install/resources/troubleshooting/"
    ],
    [
        "/docs/admin/troubleshooting.md",
        "/docs/for-admin/install/resources/troubleshooting/"
    ],
    [
        "/docs/advanced/aiscript.html",
        "/docs/for-developers/aiscript/"
    ],
    [
        "/docs/advanced/aiscript.md",
        "/docs/for-developers/aiscript/"
    ],
    [
        "/docs/advanced/create-plugin.html",
        "/docs/for-developers/plugin/create-plugin/"
    ],
    [
        "/docs/advanced/create-plugin.md",
        "/docs/for-developers/plugin/create-plugin/"
    ],
    [
        "/docs/advanced/develop-bot.html",
        "/docs/for-developers/bot/"
    ],
    [
        "/docs/advanced/develop-bot.md",
        "/docs/for-developers/bot/"
    ],
    [
        "/docs/advanced/plugin-api-reference.html",
        "/docs/for-developers/plugin/plugin-api-reference/"
    ],
    [
        "/docs/advanced/plugin-api-reference.md",
        "/docs/for-developers/plugin/plugin-api-reference/"
    ],
    [
        "/docs/advanced/publish-on-your-website.html",
        "/docs/for-developers/publish-on-your-website/"
    ],
    [
        "/docs/advanced/publish-on-your-website.md",
        "/docs/for-developers/publish-on-your-website/"
    ],
    [
        "/docs/api/app.html",
        "/docs/for-developers/api/app/"
    ],
    [
        "/docs/api/app.md",
        "/docs/for-developers/api/app/"
    ],
    [
        "/docs/api/index.html",
        "/docs/for-developers/api/"
    ],
    [
        "/docs/api/index.md",
        "/docs/for-developers/api/"
    ],
    [
        "/docs/api/libraries.html",
        "/docs/for-developers/api/libraries/"
    ],
    [
        "/docs/api/libraries.md",
        "/docs/for-developers/api/libraries/"
    ],
    [
        "/docs/api/permission.html",
        "/docs/for-developers/api/permission/"
    ],
    [
        "/docs/api/permission.md",
        "/docs/for-developers/api/permission/"
    ],
    [
        "/docs/features/ads.html",
        "/docs/for-users/features/ads/"
    ],
    [
        "/docs/features/ads.md",
        "/docs/for-users/features/ads/"
    ],
    [
        "/docs/features/antenna.html",
        "/docs/for-users/features/antenna/"
    ],
    [
        "/docs/features/antenna.md",
        "/docs/for-users/features/antenna/"
    ],
    [
        "/docs/features/charts.html",
        "/docs/for-users/features/charts/"
    ],
    [
        "/docs/features/charts.md",
        "/docs/for-users/features/charts/"
    ],
    [
        "/docs/features/clip.html",
        "/docs/for-users/features/clip/"
    ],
    [
        "/docs/features/clip.md",
        "/docs/for-users/features/clip/"
    ],
    [
        "/docs/features/custom-emoji.html",
        "/docs/for-users/features/custom-emoji/"
    ],
    [
        "/docs/features/custom-emoji.md",
        "/docs/for-users/features/custom-emoji/"
    ],
    [
        "/docs/features/deck.html",
        "/docs/for-users/features/deck/"
    ],
    [
        "/docs/features/deck.md",
        "/docs/for-users/features/deck/"
    ],
    [
        "/docs/features/drive.html",
        "/docs/for-users/features/drive/"
    ],
    [
        "/docs/features/drive.md",
        "/docs/for-users/features/drive/"
    ],
    [
        "/docs/features/favorite.html",
        "/docs/for-users/features/favorite/"
    ],
    [
        "/docs/features/favorite.md",
        "/docs/for-users/features/favorite/"
    ],
    [
        "/docs/features/follow.html",
        "/docs/for-users/features/follow/"
    ],
    [
        "/docs/features/follow.md",
        "/docs/for-users/features/follow/"
    ],
    [
        "/docs/features/hashtag.html",
        "/docs/for-users/features/hashtag/"
    ],
    [
        "/docs/features/hashtag.md",
        "/docs/for-users/features/hashtag/"
    ],
    [
        "/docs/features/index.html",
        "/docs/features/"
    ],
    [
        "/docs/features/index.md",
        "/docs/features/"
    ],
    [
        "/docs/features/mention.html",
        "/docs/for-users/features/mention/"
    ],
    [
        "/docs/features/mention.md",
        "/docs/for-users/features/mention/"
    ],
    [
        "/docs/features/mfm.html",
        "/docs/for-users/features/mfm/"
    ],
    [
        "/docs/features/mfm.md",
        "/docs/for-users/features/mfm/"
    ],
    [
        "/docs/features/mute-and-block.html",
        "/docs/for-users/features/mute-and-block/"
    ],
    [
        "/docs/features/mute-and-block.md",
        "/docs/for-users/features/mute-and-block/"
    ],
    [
        "/docs/features/note.html",
        "/docs/for-users/features/note/"
    ],
    [
        "/docs/features/note.md",
        "/docs/for-users/features/note/"
    ],
    [
        "/docs/features/online-status.html",
        "/docs/for-users/features/online-status/"
    ],
    [
        "/docs/features/online-status.md",
        "/docs/for-users/features/online-status/"
    ],
    [
        "/docs/features/pages.html",
        "/docs/for-users/features/pages/"
    ],
    [
        "/docs/features/pages.md",
        "/docs/for-users/features/pages/"
    ],
    [
        "/docs/features/plugin.html",
        "/docs/for-users/features/plugin/"
    ],
    [
        "/docs/features/plugin.md",
        "/docs/for-users/features/plugin/"
    ],
    [
        "/docs/features/reaction.html",
        "/docs/for-users/features/reaction/"
    ],
    [
        "/docs/features/reaction.md",
        "/docs/for-users/features/reaction/"
    ],
    [
        "/docs/features/share-form.html",
        "/docs/for-users/features/share-form/"
    ],
    [
        "/docs/features/share-form.md",
        "/docs/for-users/features/share-form/"
    ],
    [
        "/docs/features/silence.html",
        "/docs/for-users/features/silence/"
    ],
    [
        "/docs/features/silence.md",
        "/docs/for-users/features/silence/"
    ],
    [
        "/docs/features/theme.html",
        "/docs/for-users/features/theme/"
    ],
    [
        "/docs/features/theme.md",
        "/docs/for-users/features/theme/"
    ],
    [
        "/docs/features/thread-mute.html",
        "/docs/for-users/features/thread-mute/"
    ],
    [
        "/docs/features/thread-mute.md",
        "/docs/for-users/features/thread-mute/"
    ],
    [
        "/docs/features/timeline.html",
        "/docs/for-users/features/timeline/"
    ],
    [
        "/docs/features/timeline.md",
        "/docs/for-users/features/timeline/"
    ],
    [
        "/docs/features/webhook.html",
        "/docs/for-users/features/webhook/"
    ],
    [
        "/docs/features/webhook.md",
        "/docs/for-users/features/webhook/"
    ],
    [
        "/docs/features/widgets.html",
        "/docs/for-users/features/widgets/"
    ],
    [
        "/docs/features/widgets.md",
        "/docs/for-users/features/widgets/"
    ],
    [
        "/docs/features/word-mute.html",
        "/docs/for-users/features/word-mute/"
    ],
    [
        "/docs/features/word-mute.md",
        "/docs/for-users/features/word-mute/"
    ],
    [
        "/docs/install/bash.html",
        "/docs/for-admin/install/guides/bash/"
    ],
    [
        "/docs/install/bash.md",
        "/docs/for-admin/install/guides/bash/"
    ],
    [
        "/docs/install/docker.html",
        "/docs/for-admin/install/guides/docker/"
    ],
    [
        "/docs/install/docker.md",
        "/docs/for-admin/install/guides/docker/"
    ],
    [
        "/docs/install/kubernetes.html",
        "/docs/for-admin/install/guides/kubernetes/"
    ],
    [
        "/docs/install/kubernetes.md",
        "/docs/for-admin/install/guides/kubernetes/"
    ],
    [
        "/docs/install/manual.html",
        "/docs/for-admin/install/guides/manual/"
    ],
    [
        "/docs/install/manual.md",
        "/docs/for-admin/install/guides/manual/"
    ],
    [
        "/docs/install/ubuntu-manual.html",
        "/docs/for-admin/install/guides/ubuntu-manual/"
    ],
    [
        "/docs/install/ubuntu-manual.md",
        "/docs/for-admin/install/guides/ubuntu-manual/"
    ],
    [
        "/docs/tips/disable-timelines.html",
        "/docs/for-admin/moderation-tips/disable-timelines/"
    ],
    [
        "/docs/tips/disable-timelines.md",
        "/docs/for-admin/moderation-tips/disable-timelines/"
    ],
    [
        "/docs/tips/scale-out.html",
        "/docs/for-admin/install/resources/scale-out/"
    ],
    [
        "/docs/tips/scale-out.md",
        "/docs/for-admin/install/resources/scale-out/"
    ],
    [
        "/appendix/assets.html",
        "/brand-assets/"
    ],
    [
        "/appendix/assets.md",
        "/brand-assets/"
    ],
    [
        "/docs/apps.html",
        "/docs/for-users/resources/apps/"
    ],
    [
        "/docs/apps.md",
        "/docs/for-users/resources/apps/"
    ],
    [
        "/docs/donate.html",
        "/docs/donate/"
    ],
    [
        "/docs/donate.md",
        "/docs/donate/"
    ],
    [
        "/docs/faq.html",
        "/docs/for-users/resources/faq/"
    ],
    [
        "/docs/faq.md",
        "/docs/for-users/resources/faq/"
    ],
    [
        "/docs/getting-started.html",
        "/docs/for-users/onboarding/"
    ],
    [
        "/docs/getting-started.md",
        "/docs/for-users/onboarding/"
    ],
    [
        "/docs/glossary.html",
        "/docs/for-users/resources/glossary/"
    ],
    [
        "/docs/glossary.md",
        "/docs/for-users/resources/glossary/"
    ],
    [
        "/docs/index.md",
        "/docs/"
    ],
    [
        "/docs/install.html",
        "/docs/for-admin/install/guides/"
    ],
    [
        "/docs/install.md",
        "/docs/for-admin/install/guides/"
    ],
    [
        "/docs/misskey-hub.html",
        "/docs/for-users/resources/misskey-hub/"
    ],
    [
        "/docs/misskey-hub.md",
        "/docs/for-users/resources/misskey-hub/"
    ],
    [
        "/docs/misskey.html",
        "/docs/about-misskey/"
    ],
    [
        "/docs/misskey.md",
        "/docs/about-misskey/"
    ],
    [
        "/docs/notes.html",
        "/docs/for-users/onboarding/warning/"
    ],
    [
        "/docs/notes.md",
        "/docs/for-users/onboarding/warning/"
    ],
    [
        "/docs/releases.html",
        "/docs/releases/"
    ],
    [
        "/docs/releases.md",
        "/docs/releases/"
    ],
    [
        "/docs/troubleshooting.html",
        "/docs/for-users/resources/troubleshooting/"
    ],
    [
        "/docs/troubleshooting.md",
        "/docs/for-users/resources/troubleshooting/"
    ],
    [
        "/blog/2021-09-11-hello-to-misskey-hub.html",
        "/ja/blog/2021-09-11-hello-to-misskey-hub/"
    ],
    [
        "/blog/2021-09-11-hello-to-misskey-hub.md",
        "/ja/blog/2021-09-11-hello-to-misskey-hub/"
    ],
    [
        "/blog/2021-11-05-mac2021.html",
        "/ja/blog/2021-11-05-mac2021/"
    ],
    [
        "/blog/2021-11-05-mac2021.md",
        "/ja/blog/2021-11-05-mac2021/"
    ],
    [
        "/blog/2021-12-01-inside-misskey-hub.html",
        "/ja/blog/2021-12-01-inside-misskey-hub/"
    ],
    [
        "/blog/2021-12-01-inside-misskey-hub.md",
        "/ja/blog/2021-12-01-inside-misskey-hub/"
    ],
    [
        "/blog/2022-02-11-inside-mfm.html",
        "/ja/blog/2022-02-11-inside-mfm/"
    ],
    [
        "/blog/2022-02-11-inside-mfm.md",
        "/ja/blog/2022-02-11-inside-mfm/"
    ],
    [
        "/blog/2022-11-28-media-k-tai.html",
        "/ja/blog/2022-11-28-media-k-tai/"
    ],
    [
        "/blog/2022-11-28-media-k-tai.md",
        "/ja/blog/2022-11-28-media-k-tai/"
    ],
    [
        "/blog/2023-02-08-contribute-to-earn.html",
        "/ja/blog/2023-02-08-contribute-to-earn/"
    ],
    [
        "/blog/2023-02-08-contribute-to-earn.md",
        "/ja/blog/2023-02-08-contribute-to-earn/"
    ],
    [
        "/blog/2023-02-13-gihyo.html",
        "/ja/blog/2023-02-13-gihyo/"
    ],
    [
        "/blog/2023-02-13-gihyo.md",
        "/ja/blog/2023-02-13-gihyo/"
    ],
    [
        "/blog/2023-02-13-media-k-tai.html",
        "/ja/blog/2023-02-13-media-k-tai/"
    ],
    [
        "/blog/2023-02-13-media-k-tai.md",
        "/ja/blog/2023-02-13-media-k-tai/"
    ],
    [
        "/blog/2023-03-04-media-itmedia.html",
        "/ja/blog/2023-03-04-media-itmedia/"
    ],
    [
        "/blog/2023-03-04-media-itmedia.md",
        "/ja/blog/2023-03-04-media-itmedia/"
    ],
    [
        "/blog/2023-03-22-gihyo.html",
        "/ja/blog/2023-03-22-gihyo/"
    ],
    [
        "/blog/2023-03-22-gihyo.md",
        "/ja/blog/2023-03-22-gihyo/"
    ],
    [
        "/blog/2023-04-08-media-nikkei-linux.html",
        "/ja/blog/2023-04-08-media-nikkei-linux/"
    ],
    [
        "/blog/2023-04-08-media-nikkei-linux.md",
        "/ja/blog/2023-04-08-media-nikkei-linux/"
    ],
    [
        "/blog/2023-05-15-gihyo.html",
        "/ja/blog/2023-05-15-gihyo/"
    ],
    [
        "/blog/2023-05-15-gihyo.md",
        "/ja/blog/2023-05-15-gihyo/"
    ],
    [
        "/blog/2023-06-14-gihyo.html",
        "/ja/blog/2023-06-14-gihyo/"
    ],
    [
        "/blog/2023-06-14-gihyo.md",
        "/ja/blog/2023-06-14-gihyo/"
    ],
    [
        "/blog/2023-07-01-interview.html",
        "/ja/blog/2023-07-01-interview/"
    ],
    [
        "/blog/2023-07-01-interview.md",
        "/ja/blog/2023-07-01-interview/"
    ],
    [
        "/blog/2023-07-10-interview.html",
        "/ja/blog/2023-07-10-interview/"
    ],
    [
        "/blog/2023-07-10-interview.md",
        "/ja/blog/2023-07-10-interview/"
    ],
    [
        "/blog/2023-07-12-trademark.html",
        "/ja/blog/2023-07-12-trademark/"
    ],
    [
        "/blog/2023-07-12-trademark.md",
        "/ja/blog/2023-07-12-trademark/"
    ],
    [
        "/blog/2023-07-14-skeb.html",
        "/ja/2023-07-14-skeb/"
    ],
    [
        "/blog/2023-07-14-skeb.md",
        "/ja/2023-07-14-skeb/"
    ],
    [
        "/blog/2023-07-14-xserver.html",
        "/ja/blog/2023-07-14-xserver/"
    ],
    [
        "/blog/2023-07-14-xserver.md",
        "/ja/blog/2023-07-14-xserver/"
    ],
    [
        "/blog/2023-07-16-media-nikkei.html",
        "/ja/blog/2023-07-16-media-nikkei/"
    ],
    [
        "/blog/2023-07-16-media-nikkei.md",
        "/ja/blog/2023-07-16-media-nikkei/"
    ],
    [
        "/blog/2023-07-18-shindanmaker.html",
        "/ja/blog/2023-07-18-shindanmaker/"
    ],
    [
        "/blog/2023-07-18-shindanmaker.md",
        "/ja/blog/2023-07-18-shindanmaker/"
    ],
    [
        "/blog/2023-07-19-gihyo.html",
        "/ja/blog/2023-07-19-gihyo/"
    ],
    [
        "/blog/2023-07-19-gihyo.md",
        "/ja/blog/2023-07-19-gihyo/"
    ],
    [
        "/blog/2023-08-08-misskeyhq.html",
        "/ja/blog/2023-08-08-misskeyhq/"
    ],
    [
        "/blog/2023-08-08-misskeyhq.md",
        "/ja/blog/2023-08-08-misskeyhq/"
    ],
    [
        "/blog/2023-08-30-conoha.html",
        "/ja/blog/2023-08-30-conoha/"
    ],
    [
        "/blog/2023-08-30-conoha.md",
        "/ja/blog/2023-08-30-conoha/"
    ],
    [
        "/blog/2023-09-04-media-nlab.html",
        "/ja/blog/2023-09-04-media-nlab/"
    ],
    [
        "/blog/2023-09-04-media-nlab.md",
        "/ja/blog/2023-09-04-media-nlab/"
    ],
    [
        "/blog/2023-09-07-hatenablog.html",
        "/ja/blog/2023-09-07-hatenablog/"
    ],
    [
        "/blog/2023-09-07-hatenablog.md",
        "/ja/blog/2023-09-07-hatenablog/"
    ],
    [
        "/blog/2023-09-09-interview.html",
        "/ja/blog/2023-09-09-interview/"
    ],
    [
        "/blog/2023-09-09-interview.md",
        "/ja/blog/2023-09-09-interview/"
    ],
    [
        "/blog/2023-09-11-gihyo.html",
        "/ja/blog/2023-09-11-gihyo/"
    ],
    [
        "/blog/2023-09-11-gihyo.md",
        "/ja/blog/2023-09-11-gihyo/"
    ],
    [
        "/blog/2023-09-12-sakuravps.html",
        "/ja/blog/2023-09-12-sakuravps/"
    ],
    [
        "/blog/2023-09-12-sakuravps.md",
        "/ja/blog/2023-09-12-sakuravps/"
    ],
    [
        "/blog/2023-09-24-release.html",
        "/ja/blog/2023-09-24-release/"
    ],
    [
        "/blog/2023-09-24-release.md",
        "/ja/blog/2023-09-24-release/"
    ],
    [
        "/blog/2023-10-10-release.html",
        "/ja/blog/2023-10-10-release/"
    ],
    [
        "/blog/2023-10-10-release.md",
        "/ja/blog/2023-10-10-release/"
    ],
    [
        "/blog/2023-10-24-gihyo.html",
        "/ja/blog/2023-10-24-gihyo/"
    ],
    [
        "/blog/2023-10-24-gihyo.md",
        "/ja/blog/2023-10-24-gihyo/"
    ],
    [
        "/blog/2023-10-27-xserver.html",
        "/ja/blog/2023-10-27-xserver/"
    ],
    [
        "/blog/2023-10-27-xserver.md",
        "/ja/blog/2023-10-27-xserver/"
    ],
    [
        "/blog/2023-11-05-mac2023.html",
        "/ja/blog/2023-11-05-mac2023/"
    ],
    [
        "/blog/2023-11-05-mac2023.md",
        "/ja/blog/2023-11-05-mac2023/"
    ],
    [
        "/blog/2023-11-05-release.html",
        "/ja/blog/2023-11-05-release/"
    ],
    [
        "/blog/2023-11-05-release.md",
        "/ja/blog/2023-11-05-release/"
    ],
    [
        "/blog/2023-11-14-gihyo.html",
        "/ja/blog/2023-11-14-gihyo/"
    ],
    [
        "/blog/2023-11-14-gihyo.md",
        "/ja/blog/2023-11-14-gihyo/"
    ],
    [
        "/blog/2023-11-17-release.html",
        "/ja/blog/2023-11-17-release/"
    ],
    [
        "/blog/2023-11-17-release.md",
        "/ja/blog/2023-11-17-release/"
    ],
    [
        "/blog/2023-12-01-2023recap.html",
        "/ja/blog/2023-12-01-2023recap/"
    ],
    [
        "/blog/2023-12-01-2023recap.md",
        "/ja/blog/2023-12-01-2023recap/"
    ],
    [
        "/blog/2023-12-12-gihyo.html",
        "/ja/blog/2023-12-12-gihyo/"
    ],
    [
        "/blog/2023-12-12-gihyo.md",
        "/ja/blog/2023-12-12-gihyo/"
    ],
    [
        "/blog/index.html",
        "/blog/"
    ],
    [
        "/blog/index.md",
        "/blog/"
    ],
    [
        "/help.html",
        "/docs/for-users/"
    ],
    [
        "/help.md",
        "/docs/for-users/"
    ],
    [
        "/home.html",
        "/"
    ],
    [
        "/home.md",
        "/"
    ],
    [
        "/instances.html",
        "/servers/"
    ],
    [
        "/instances.md",
        "/servers/"
    ],
    [
        "/ns.html",
        "/ns/"
    ],
    [
        "/ns.md",
        "/ns/"
    ],
    [
        "/plugins.html",
        "/learn-more/"
    ],
    [
        "/plugins.md",
        "/learn-more/"
    ],
    [
        "/index.html",
        "/"
    ],
    [
        "/docs/for-users/resources/donate/",
        "/docs/donate/"
    ],
];


================================================
FILE: assets/data/team-members.ts
================================================
export type MiHubMember = {
    /** Github User ID */
    id: number;
    /** Github user name */
    username: string;
    /** 表示用の名前 */
    name?: string;
    /** 役割 */
    occupation?: string;
    /** 貢献回数 */
    contributions?: number;
    /** ついかふぃーるど(今のところつかってない) */
    fields?: ({
        type: 'twitter';
        id: string;
    } | {
        type: 'fediverse';
        acct: string;
    } | {
        type: 'website';
        href: string;
    })[];
} | {
    id: 'crowdin';
    username: string;
    name?: string;
    avatar?: string;
};

/** 現行のコアチームメンバー */
export const coreTeamMember: MiHubMember[] = [
    {
        id: 4439005,
        username: 'syuilo',
        name: 'しゅいろ',
    },
    {
        id: 20679825,
        username: 'acid-chicken',
        name: 'Acid Chicken (硫酸鶏)',
    },
    {
        id: 40626578,
        username: 'tai-cha',
        name: 'taichan',
    },
    {
        id: 67428053,
        username: 'kakkokari-gtyih',
        name: 'かっこかり',
    },
    {
        id: 46447427,
        username: 'samunohito',
        name: 'おさむのひと',
    },
    {
        id: 22656849,
        username: 'anatawa12',
        name: 'anatawa12',
    },
];

/** 過去のコアチームメンバー */
export const coreTeamEmeriti: MiHubMember[] = [
    {
        id: 30769358,
        username: 'mei23',
        name: 'MeiMei',
    },
	{
        id: 8159402,
        username: 'robflop',
        name: 'robflop',
    },
];


================================================
FILE: assets/data/toolsNav.ts
================================================
import type { NavSection } from "./nav";

export default <NavSection[]>[
    {
        title: "_tools._forUsers.title",
        items: [
            {
                i18n: "_mfmPlayground.title",
                description: "_mfmPlayground.description",
                to: "/tools/mfm-playground/",
            },
            {
                i18n: "_avatarDecorationPreview.title",
                description: "_avatarDecorationPreview.description",
                to: "/tools/avatar-decoration-preview/",
            },
            {
                i18n: "_customEmojiPreview.title",
                description: "_customEmojiPreview.description",
                to: "/tools/custom-emoji-preview/",
            },
            {
                i18n: "_shareLinkGenerator.title",
                description: "_shareLinkGenerator.description",
                to: "/tools/share-link-generator/",
            },
            {
                i18n: '_identiconGenerator.title',
                description: '_identiconGenerator.description',
                to: '/tools/identicon-generator/',
            },
        ],
    },
    {
        title: "_tools._forAdmin.title",
        items: [
            {
                i18n: "_aidConverter.title",
                description: "_aidConverter.description",
                to: "/tools/aid-converter/",
            },
            {
                i18n: "_miHubServerListPreview.title",
                description: "_miHubServerListPreview.description",
                to: "/tools/hub-servers-preview/",
            },
        ],
    }
];

================================================
FILE: assets/js/mi/aid.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

// AID
// 長さ8の[2000年1月1日からの経過ミリ秒をbase36でエンコードしたもの] + 長さ2の[ノイズ文字列]
import { customAlphabet } from 'nanoid';

export const aidRegExp = /^[0-9a-z]{10}$/;

const rand = customAlphabet('0123456789', 5);

const TIME2000 = 946684800000;
let counter: number;

counter = parseInt(rand(), 10);

function getTime(time: number): string {
	time = time - TIME2000;
	if (time < 0) time = 0;

	return time.toString(36).padStart(8, '0');
}

function getNoise(ctr: number): string {
	return ctr.toString(36).padStart(2, '0').slice(-2);
}

export function genAid(t: number, ctr: number | null = null): string {
	if (isNaN(t)) throw new Error('Failed to create AID: Invalid Date');
	if (!ctr) {
		counter++;
	}
	return getTime(t) + getNoise(ctr ?? counter);
}

export function parseAid(id: string): { date: Date; } {
	const time = parseInt(id.slice(0, 8), 36) + TIME2000;
	return { date: new Date(time) };
}

================================================
FILE: assets/js/mi/aidx.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

// AIDX
// 長さ8の[2000年1月1日からの経過ミリ秒をbase36でエンコードしたもの] + 長さ4の[個体ID] + 長さ4の[カウンタ]
// (c) mei23
// https://misskey.m544.net/notes/71899acdcc9859ec5708ac24

import { customAlphabet } from 'nanoid';

export const aidxRegExp = /^[0-9a-z]{16}$/;

const TIME2000 = 946684800000;
const TIME_LENGTH = 8;
const NODE_LENGTH = 4;
const NOISE_LENGTH = 4;

const nodeId = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', NODE_LENGTH)();
let counter = 0;

function getTime(time: number): string {
	time = time - TIME2000;
	if (time < 0) time = 0;

	return time.toString(36).padStart(TIME_LENGTH, '0').slice(-TIME_LENGTH);
}

function getNoise(ctr: number): string {
	return ctr.toString(36).padStart(NOISE_LENGTH, '0').slice(-NOISE_LENGTH);
}

export function genAidx(t: number, ctr: number | null = null): string {
	if (isNaN(t)) throw new Error('Failed to create AIDX: Invalid Date');
	if (!ctr) {
		counter++;
	}
	return getTime(t) + nodeId + getNoise(ctr ?? counter);
}

export function parseAidx(id: string): { date: Date; } {
	const time = parseInt(id.slice(0, TIME_LENGTH), 36) + TIME2000;
	return { date: new Date(time) };
}

================================================
FILE: assets/js/mi/clone.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

// structredCloneが遅いため
// SEE: http://var.blog.jp/archives/86038606.html
// あと、Vue RefをIndexedDBに保存しようとしてstructredCloneを使ったらエラーになった
// https://github.com/misskey-dev/misskey/pull/8098#issuecomment-1114144045

type Cloneable = string | number | boolean | null | { [key: string]: Cloneable } | Cloneable[];

export function deepClone<T extends Cloneable>(x: T): T {
	if (typeof x === 'object') {
		if (x === null) return x;
		if (Array.isArray(x)) return x.map(deepClone) as T;
		const obj = {} as Record<string, Cloneable>;
		for (const [k, v] of Object.entries(x)) {
			obj[k] = deepClone(v);
		}
		return obj as T;
	} else {
		return x;
	}
}

================================================
FILE: assets/js/mi/collapsed.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

import * as Misskey from 'misskey-js';

export function shouldCollapsed(note: Misskey.entities.Note): boolean {
	const collapsed = note?.cw == null && note?.text != null && (
		(note.text.includes('$[x2')) ||
		(note.text.includes('$[x3')) ||
		(note.text.includes('$[x4')) ||
		(note.text.includes('$[scale')) ||
		(note.text.split('\n').length > 9) ||
		(note.text.length > 500) ||
		(note.files && note.files.length >= 5)
	);

	return collapsed ?? false;
}

================================================
FILE: assets/js/mi/gen-identicon.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and misskey-project
 * SPDX-License-Identifier: AGPL-3.0-only
 */

/**
 * Identicon generator
 * https://en.wikipedia.org/wiki/Identicon
 */

import gen from 'random-seed';

const size = 128; // px
const n = 5; // resolution
const margin = (size / 4);
const colors = [
	['#FF512F', '#DD2476'],
	['#FF61D2', '#FE9090'],
	['#72FFB6', '#10D164'],
	['#FD8451', '#FFBD6F'],
	['#305170', '#6DFC6B'],
	['#00C0FF', '#4218B8'],
	['#009245', '#FCEE21'],
	['#0100EC', '#FB36F4'],
	['#FDABDD', '#374A5A'],
	['#38A2D7', '#561139'],
	['#121C84', '#8278DA'],
	['#5761B2', '#1FC5A8'],
	['#FFDB01', '#0E197D'],
	['#FF3E9D', '#0E1F40'],
	['#766eff', '#00d4ff'],
	['#9bff6e', '#00d4ff'],
	['#ff6e94', '#00d4ff'],
	['#ffa96e', '#00d4ff'],
	['#ffa96e', '#ff009d'],
	['#ffdd6e', '#ff009d'],
];

const actualSize = size - (margin * 2);
const cellSize = actualSize / n;
const sideN = Math.floor(n / 2);

/**
 * canvasにIdenticonを描画する
 * @param seed アカウントのacct
 */
export function genIdenticon(seed: string, canvas: HTMLCanvasElement) {
	const rand = gen.create(seed);
    canvas.width = size;
    canvas.height = size;
    const ctx = canvas.getContext('2d');
    
    if (!ctx) return;

	const bgColors = colors[rand(colors.length)];

	const bg = ctx.createLinearGradient(0, 0, size, size);
	bg.addColorStop(0, bgColors[0]);
	bg.addColorStop(1, bgColors[1]);

	ctx.fillStyle = bg as any;
	ctx.beginPath();
	ctx.fillRect(0, 0, size, size);

	ctx.fillStyle = '#ffffff';

	// side bitmap (filled by false)
	const side: boolean[][] = new Array(sideN);
	for (let i = 0; i < side.length; i++) {
		side[i] = new Array(n).fill(false);
	}

	// 1*n (filled by false)
	const center: boolean[] = new Array(n).fill(false);

	for (let x = 0; x < side.length; x++) {
		for (let y = 0; y < side[x].length; y++) {
			side[x][y] = rand(3) === 0;
		}
	}

	for (let i = 0; i < center.length; i++) {
		center[i] = rand(3) === 0;
	}

	// Draw
	for (let x = 0; x < n; x++) {
		for (let y = 0; y < n; y++) {
			const isXCenter = x === ((n - 1) / 2);
			if (isXCenter && !center[y]) continue;

			const isLeftSide = x < ((n - 1) / 2);
			if (isLeftSide && !side[x][y]) continue;

			const isRightSide = x > ((n - 1) / 2);
			if (isRightSide && !side[sideN - (x - sideN)][y]) continue;

			const actualX = margin + (cellSize * x);
			const actualY = margin + (cellSize * y);
			ctx.beginPath();
			ctx.fillRect(actualX, actualY, cellSize, cellSize);
		}
	}
}


================================================
FILE: assets/js/mi/io-emojis.ts
================================================
import { getIOEmoji } from './io-meta';
import * as Misskey from 'misskey-js';
export const customEmojisMap = new Map<string, Misskey.entities.EmojiSimple>();

async function init() {
    const emojis = await getIOEmoji();

    for (const emoji of emojis.emojis) {
        customEmojisMap.set(emoji.name, emoji);
    }
}

init();

================================================
FILE: assets/js/mi/io-media-proxy.ts
================================================
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

/** 各インスタンスから画像引っ張ってくるのがとても大変なのでio経由で出す */
import { withQuery } from "ufo";

export function getProxiedImageUrl(imageUrl: string, type?: 'preview' | 'emoji' | 'avatar', mustOrigin = false, noFallback = false): string {
	const localProxy = 'https://misskey.io/proxy';

	if (imageUrl.startsWith('https://proxy.misskeyusercontent.com/') || imageUrl.startsWith('/proxy/') || imageUrl.startsWith(localProxy + '/')) {
		// もう既にproxyっぽそうだったらurlを取り出す
		imageUrl = (new URL(imageUrl)).searchParams.get('url') ?? imageUrl;
    }
    
    return withQuery(`${mustOrigin ? localProxy : 'https://proxy.misskeyusercontent.com'}/${type === 'preview' ? 'preview.webp' : 'image.webp'}`, {
        url: imageUrl,
        ...(!noFallback ? { 'fallback': '1' } : {}),
        ...(type ? { [type]: '1' } : {}),
        ...(mustOrigin ? { origin: '1' } : {}),
    });
}

================================================
FILE: assets/js/mi/io-meta.ts
================================================
import * as Misskey from 'misskey-js';

export const getIOMeta = async (): Promise<Misskey.entities.MetaDetailed> => {
    if (!import.meta.client) {
        return {} as Misskey.entities.MetaDetailed;
    }
    if (!sessionStorage.getItem('miHub_io_meta')) {
        const meta = await fetch('https://misskey.io/api/meta');

        const metaText = await meta.text();
        sessionStorage.setItem('miHub_io_meta', metaText);

        return JSON.parse(metaText);
    } else {
        return JSON.parse(sessionStorage.getItem('miHub_io_meta') ?? '');
    }
}

export const getIOEmoji = async (): Promise<{ emojis: Misskey.entities.EmojiSimple[] }> => {
    if (!import.meta.client) {
        return { emojis: [] };
    }
    if (!localStorage.getItem('miHub_io_emoji')) {
        const emoji = await fetch('https://misskey.io/api/emojis');

        const emojiText = await emoji.text();
        localStorage.setItem('miHub_io_emoji', emojiText);

        return JSON.parse(emojiText);
    } else {
        return JSON.parse(localStorage.getItem('miHub_io_emoji') ?? '');
    }
}

================================================
FILE: assets/js/misc/get-issue-url.ts
================================================
import { withQuery } from 'ufo';

export async function getGhIssueUrl(options: {
    lang: string;
    repoUrl: string;
    additionalInfo?: Record<string, string>;
}) {
    // Issue Templateのプレフィル
    let environmentArr: string[] = [
        '* Model and OS of the device(s):',
        '* Browser:',
    ];
    let template = '02_visitor-bug-report-en.yml';

    if (options.lang === 'ja') {
        template = '01_visitor-bug-report-ja.yml';
    }

    if (import.meta.client) {
        //@ts-ignore
        if ('userAgentData' in navigator && 'getHighEntropyValues' in navigator.userAgentData) {
            //@ts-ignore
            const uaData = await navigator.userAgentData.getHighEntropyValues([
                "fullVersionList",
                "platformVersion",
            ]);

            let osVersion = 'v' + uaData.platformVersion;
            if (uaData.platform === 'Windows') {
                // https://learn.microsoft.com/ja-jp/microsoft-edge/web-platform/how-to-detect-win11
                const majorPlatformVersion = parseInt(uaData.platformVersion.split('.')[0]);
                if (majorPlatformVersion >= 13) {
                    osVersion = '11 or later';
                }
                else if (majorPlatformVersion > 0) {
                    osVersion = '10';
                }
                else {
                    osVersion = '8.1 or before';
                }
            }

            const browserData = uaData.fullVersionList.find((item: any) => item.brand.toLowerCase() !== 'not_a brand');

            environmentArr = [
                `* Model and OS of the device(s): ${uaData.platform} ${osVersion}`,
                `* Browser: ${browserData.brand} ${browserData.version}`,
                `* Viewport Size: ${window.innerWidth}x${window.innerHeight}`,
                `* (UA Detected Using getHighEntropyValues)`,
            ];
        } else {
            const { UAParser } = await import('ua-parser-js');
            const ua = new UAParser();
            const uaRes = ua.getResult();
            
            environmentArr = [
                `* Model and OS of the device(s): ${uaRes.os.name} v${uaRes.os.version}`,
                `* Browser: ${uaRes.browser.name} (${uaRes.engine.name}) v${uaRes.browser.version}`,
                `* Viewport Size: ${window.innerWidth}x${window.innerHeight}`,
                `* Raw User Agent: ${uaRes.ua}`,
            ];
        }
        if (options.additionalInfo) {
            environmentArr.push(...Object.entries(options.additionalInfo).map((v) => `* ${v[0]}: ${v[1]}`));
        }
        environmentArr.push((options.lang === 'ja') ? '* 【自動入力済】追記は不要です' : '* [Auto-filled] No need to write additional information.');
    } else {
        if (options.additionalInfo) {
            environmentArr.push(...Object.entries(options.additionalInfo).map((v) => `* ${v[0]}: ${v[1]}`));
        }
    }

    return withQuery(`${options.repoUrl}/issues/new`, {
        template,
        environment: environmentArr.join('\n'),
        labels: 'maybe non-developer,bug?',
    });
    
}

================================================
FILE: assets/js/misc/index.ts
================================================
import type { NavItem } from '@nuxt/content';
import type { LocaleObject } from '@nuxtjs/i18n';
import { parseURL } from 'ufo';

/**
 * オブジェクトのパス文字列からオブジェクトの内部を参照
 * @param o オブジェクト
 * @param s パス
 * @returns パスの先にあるもの
 */
export function resolveObjPath(o: Record<string, any>, s: string): any {
    s = s.replace(/\[(\w+)\]/g, '.$1'); // convert indexes to properties
    s = s.replace(/^\./, '');           // strip a leading dot
    var a = s.split('.');
    for (var i = 0, n = a.length; i < n; ++i) {
        var k = a[i];
        if (k in o) {
            o = o[k];
        } else {
            return;
        }
    }
    return o;
}

/**
 * URLがドメイン内部かどうかを判別
 * @param link 判別したいURL
 * @param base ローカルの基準となるドメイン
 */
export function isLocalPath(link: string, base?: string): boolean {
    let baseUrl;

    if (base) {
        baseUrl = base;
    } else {
        const runtimeConfig = useRuntimeConfig();
        baseUrl = runtimeConfig.public.baseUrl;
    }

    const rootDomain = parseURL(base);
    const url = parseURL(link);

    return (!url.host || rootDomain.host === url.host);
}

export function sanitizeInternalPath(path: string): string {
    const runtimeConfig = useRuntimeConfig();
    return path
        .replace(/^(\/((?!ja)[a-z]{2}))?\/blog\/(.+)/g, '/ja/blog/$3')
        .replace(new RegExp(`^(\/(${(runtimeConfig.public.locales as LocaleObject[]).map((l) => l.code).join('|')})\/?){2,}(.*)$`, 'g'), '$1$2');
}

/**
 * ナビゲーションObjectを合致する条件まで深掘り
 * @param obj ナビゲーションObject
 * @param condition 深掘りを停止する条件
 * @returns 深掘りしたナビゲーションObject
 */
export const findDeepObject = (obj: NavItem, condition: (v: NavItem) => boolean): NavItem | null => {
	if (condition(obj)) {
		return obj;
	}

	if (obj?.children && obj.children.length > 0) {
		for (let i = 0; i < obj.children.length; i++) {
			const result = findDeepObject(obj.children[i], condition);
			if (result) {
				return result;
			}
		}
	}

	return null;
};

/**
 * Clipboardに値をコピー(TODO: 文字列以外も対応)
 */
export function copyText(val: string) {
    if (!import.meta.client) return;

	// 空div 生成
	const tmp = document.createElement('div');
	// 選択用のタグ生成
	const pre = document.createElement('pre');

	// 親要素のCSSで user-select: none だとコピーできないので書き換える
	pre.style.webkitUserSelect = 'auto';
	pre.style.userSelect = 'auto';

	tmp.appendChild(pre).textContent = val;

	// 要素を画面外へ
	const s = tmp.style;
	s.position = 'fixed';
	s.right = '200%';

	// body に追加
	document.body.appendChild(tmp);
	// 要素を選択
	document.getSelection()?.selectAllChildren(tmp);

	// クリップボードにコピー
	const result = document.execCommand('copy');

	// 要素削除
	document.body.removeChild(tmp);

	return result;
}

/**
 * Converts half-width Katakana characters to full-width Katakana characters.
 * @param str - The string to convert.
 * @returns The converted string with full-width Katakana characters.
 */
export function kanaHalfToFull(str: string): string {
    const kanaMap: Record<string, string> = {
        'ガ': 'ガ', 'ギ': 'ギ', 'グ': 'グ', 'ゲ': 'ゲ', 'ゴ': 'ゴ',
        'ザ': 'ザ', 'ジ': 'ジ', 'ズ': 'ズ', 'ゼ': 'ゼ', 'ゾ': 'ゾ',
        'ダ': 'ダ', 'ヂ': 'ヂ', 'ヅ': 'ヅ', 'デ': 'デ', 'ド': 'ド',
        'バ': 'バ', 'ビ': 'ビ', 'ブ': 'ブ', 'ベ': 'ベ', 'ボ': 'ボ',
        'パ': 'パ', 'ピ': 'ピ', 'プ': 'プ', 'ペ': 'ペ', 'ポ': 'ポ',
        'ヴ': 'ヴ', 'ヷ': 'ヷ', 'ヺ': 'ヺ',
        'ア': 'ア', 'イ': 'イ', 'ウ': 'ウ', 'エ': 'エ', 'オ': 'オ',
        'カ': 'カ', 'キ': 'キ', 'ク': 'ク', 'ケ': 'ケ', 'コ': 'コ',
        'サ': 'サ', 'シ': 'シ', 'ス': 'ス', 'セ': 'セ', 'ソ': 'ソ',
        'タ': 'タ', 'チ': 'チ', 'ツ': 'ツ', 'テ': 'テ', 'ト': 'ト',
        'ナ': 'ナ', 'ニ': 'ニ', 'ヌ': 'ヌ', 'ネ': 'ネ', 'ノ': 'ノ',
        'ハ': 'ハ', 'ヒ': 'ヒ', 'フ': 'フ', 'ヘ': 'ヘ', 'ホ': 'ホ',
        'マ': 'マ', 'ミ': 'ミ', 'ム': 'ム', 'メ': 'メ', 'モ': 'モ',
        'ヤ': 'ヤ', 'ユ': 'ユ', 'ヨ': 'ヨ',
        'ラ': 'ラ', 'リ': 'リ', 'ル': 'ル', 'レ': 'レ', 'ロ': 'ロ',
        'ワ': 'ワ', 'ヲ': 'ヲ', 'ン': 'ン',
        'ァ': 'ァ', 'ィ': 'ィ', 'ゥ': 'ゥ', 'ェ': 'ェ', 'ォ': 'ォ',
        'ッ': 'ッ', 'ャ': 'ャ', 'ュ': 'ュ', 'ョ': 'ョ',
        '。': '。', '、': '、', 'ー': 'ー', '「': '「', '」': '」', '・': '・'
    };

    var reg = new RegExp('(' + Object.keys(kanaMap).join('|') + ')', 'g');
    return str.replace(reg, (m) => kanaMap[m]).replace(/゙/g, '゛').replace(/゚/g, '゜');
};


================================================
FILE: assets/js/misc/uwu.ts
================================================
export function uwu(setLocalStorage = true, enableLog = true) {
    if (import.meta.client) {
        const params = new URLSearchParams(window.location.search);
        if (params.has('uwu') || params.has('kawaii') || window.localStorage.getItem('miHub_uwu') === 'true') {
            const uwuPreference = params.get('uwu') ?? params.get('kawaii');
            if (uwuPreference === 'false') {
                if (setLocalStorage) window.localStorage.setItem('miHub_uwu', 'false');
                return false;
            } else {
                if (setLocalStorage) window.localStorage.setItem('miHub_uwu', 'true');
                if (enableLog) console.log('Kawaii mode is enabled! You can disable it by adding ?uwu=false or ?kawaii=false to the URL.');
                return true;
            }
        } else {
            if (setLocalStorage) window.localStorage.setItem('miHub_uwu', 'false');
            return false;
        }
    } else {
        return false;
    }
}


================================================
FILE: assets/js/scroll-to/index.ts
================================================
export function scrollTo(qs: string) {
    if (import.meta.client) {
        document.querySelector(qs)?.scrollIntoView({
            behavior: 'smooth',
        });
    }
}

================================================
FILE: assets/js/vFadeIn.ts
================================================
import type { Directive } from 'vue';

export const vFadeIn = {
	mounted: (src, binding, vn) => {
		if (window.location.search.includes('ss')) return;
	
		const name = binding.value || 'default';

		src.classList.add(`__v_fadeIn_${name}_out`);
		src.children[0].style.transition = `all 0.5s ease`;

		function onIntersect(entries: IntersectionObserverEntry[]) {
			for (const entry of entries) {
				if (entry.isIntersecting) {
					entry.target.classList.add(`__v_fadeIn_${name}_in`);
				} else {
					entry.target.classList.remove(`__v_fadeIn_${name}_in`);
				}
			}
		}

		const observer = new IntersectionObserver(onIntersect, {
			root: null,
			rootMargin: '9999px 0px -200px 0px',
			threshold: 0,
		});

		observer.observe(src);
	}
} satisfies Directive;


================================================
FILE: assets/js/vTextUnderline.ts
================================================
import type { Directive } from 'vue';

export const vTextUnderline = {
	mounted: (src, binding, vn) => {
		if (window.location.search.includes('ss')) {
			src.classList.add(`__v_textUnderline`);
			src.classList.add(`__v_textUnderline_in`);
			return;
		}
	
		src.classList.add(`__v_textUnderline`);
		src.classList.add(`__v_textUnderline_out`);
		//src.children[0].style.transition = `all 0.5s ease`;

		function onIntersect(entries: IntersectionObserverEntry[]) {
			for (const entry of entries) {
				if (entry.isIntersecting) {
					entry.target.classList.add(`__v_textUnderline_in`);
				} else {
					entry.target.classList.remove(`__v_textUnderline_in`);
				}
			}
		}

		const observer = new IntersectionObserver(onIntersect, {
			root: null,
			rootMargin: '9999px 0px -300px 0px',
			threshold: 0,
		});

		observer.observe(src);
	}
} satisfies Directive;


================================================
FILE: components/about-us/TeamMember.vue
================================================
<template>
    <GNuxtLink :to="member.id === 'crowdin' ? `https://crowdin.com/profile/${member.username}` : `https://github.com/${member.username}`" target="_blank" class="flex items-center p-4 bg-neutral-100 hover:bg-neutral-200 dark:bg-neutral-800 dark:hover:bg-neutral-700 rounded-lg">
        <div class="flex space-x-4 items-center">
            <img :src="member.id === 'crowdin' ? member.avatar : `https://avatars.githubusercontent.com/u/${member.id}?s=80&v=4`" class="block aspect-square flex-shrink-0 h-10 rounded-full" loading="lazy" />
            <div>
                <div class="text-lg">{{ member.name ?? '@' + member.username }}</div>
                <div v-if="member.name" class="text-sm opacity-80">{{ '@' + member.username }}</div>
            </div>
        </div>
    </GNuxtLink>
</template>

<script setup lang="ts">
import type { MiHubMember } from '@/assets/data/team-members';

defineProps<{
    member: MiHubMember;
}>();
</script>

<style scoped>

</style>


================================================
FILE: components/brand-assets/ImgPreview.vue
================================================
<template>
    <a :href="src" target="_blank">
        <div class="p-6" :class="$style.previewRoot">
            <img :src="src" class="mx-auto w-full max-w-sm" />
        </div>
    </a>
</template>

<script setup lang="ts">
defineProps<{
    src: string;
}>();
</script>

<style module>
.previewRoot {
    @apply rounded-lg;
    background: linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%),
              linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%);
    background-color: #888;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
</style>

================================================
FILE: components/charts/CircGraph.vue
================================================
<template>
    <svg viewBox="-3 -3 70 70">
        <circle
            v-for="(item, index) in sortedData"
            cx="32"
            cy="32"
            r="16"
            :class="[
                $style.pie,
                (focusedIndex === index) && $style.focused,
            ]"
            :style="getStyle(index)"
            :data-real-value="item"
        />
    </svg>
</template>

<script setup lang="ts">
/**
 * 軽量円グラフ描画コンポーネント(すごい)
 */

/** RGB */
type RGBArray = [number, number, number];

const props = withDefaults(defineProps<{
    /** グラフにしたいデータ(数字の配列 or kv形式のオブジェクト) */
    data: number[] | Record<string | number | symbol, number>;
    /** 多い順にソートするか?(デフォルトON) */
    sort?: boolean;
    /** 小さな値を「その他」としてまとめるか?(デフォルトON、数値指定でその割合以下の項目をまとめる) */
    truncMinor?: boolean | number;
    /** グラデーション開始色([r, g, b]の配列で指定) */
    startColor?: RGBArray;
    /** グラデーション終了色([r, g, b]の配列で指定) */
    endColor?: RGBArray;
    /** 強調するindex番号を指定 */
    focusedIndex?: number;
}>(), {
    sort: true,
    truncMinor: true,
    startColor: [74, 179, 0],
    endColor: [230, 255, 148],
});

const isReady = ref(false);

const sortedData = computed(() => {
    let out = Array.isArray(props.data) ? props.data : Object.values(props.data);
    const sum = out.reduce((p, c) => p + c, 0);

    if (props.sort) {
        out = out.sort((a, b) => b - a);
    }
    if (props.truncMinor !== false) {
        const ratio = props.truncMinor === true ? 0.02 : props.truncMinor;
        const toBeTrunked = out.filter((v) => v / sum < ratio);
        out = [
            ...out.filter((v) => v / sum >= ratio),
            toBeTrunked.reduce((p, c) => p + c, 0),
        ];
    }
    return out;
});

const steppedColors = computed<RGBArray[]>(() => {
    const r = sortedData.value.map((_, i, a) => props.startColor[0] - (props.startColor[0] - props.endColor[0]) / a.length * i);
    const g = sortedData.value.map((_, i, a) => props.startColor[1] - (props.startColor[1] - props.endColor[1]) / a.length * i);
    const b = sortedData.value.map((_, i, a) => props.startColor[2] - (props.startColor[2] - props.endColor[2]) / a.length * i);
    return sortedData.value.map((_, i) => [r[i], g[i], b[i]]);
});

const dasharrays = computed(() => {
    const sum = sortedData.value.reduce((p, c) => p + c, 0);

    const out: number[][] = [];
    let start = 0;
    for (let index = 0; index < sortedData.value.length; index++) {
        const element = sortedData.value[index];
        const percentage = element / sum;
        if (index === 0) {
            out[index] = [percentage * 100, 100 - percentage * 100];
            start = percentage * 100;
        } else {
            out[index] = [
                0,
                start,
                percentage * 100,
                Math.max(100 - (start + (percentage * 100)), 0),
            ];
            start += percentage * 100;
        }
    }
    return out.map((v) => v.join(' '));
});

function getStyle(index: number) {
    return `stroke: rgb(${steppedColors.value[index][0]}, ${steppedColors.value[index][1]}, ${steppedColors.value[index][2]});
    stroke-dasharray: ${dasharrays.value[index]}`;
}

onMounted(() => {
    watch(dasharrays, (to) => {
        if (to.length > 0) {
            setTimeout(() => {
                isReady.value = true;
            }, 100);
        }
    })
});
</script>

<style module>
.pie {
    @apply transition-transform;
    transform-origin: center;
    fill: transparent;
    stroke-width: 32;
    stroke-dashoffset: 25;
}

.focused.pie {
    transform: scale(1.08);
}
</style>


================================================
FILE: components/content/AiModeB.vue
================================================
<template>
    <button class="btn btn-primary inline-block mb-4" @click="click()">
        {{ isEnabledAiChanMode ? '藍モードを無効にする' : '藍モードを有効にする' }}
    </button>
</template>

<script setup lang="ts">
const isEnabledAiChanMode = ref<boolean>(false);

if (import.meta.client) {
    isEnabledAiChanMode.value = ((localStorage.getItem('miHub_aichan_mode') ?? '') == 'true');

    // migration
    if (!localStorage.getItem('miHub_aichan_mode')) {
        isEnabledAiChanMode.value = ((localStorage.getItem('aimode') ?? '') == 'true');
    }
}

function click() {
    localStorage.setItem('miHub_aichan_mode',isEnabledAiChanMode.value ? 'false' : 'true');
    location.reload();
}
</script>

<style scoped>

</style>

================================================
FILE: components/content/ApiPermissions.vue
================================================
<template>
    <div>
        <p>Version: v{{ misskeyJsVersion }}</p>
        <table>
            <thead>
                <tr>
                    <th>{{ $t('_api._permissions.title') }}</th>
                    <th>{{ $t('_api._permissions.description') }}</th>
                </tr>
            </thead>
            <tbody>
                <tr v-for="permission in permissions">
                    <td><code>{{ permission }}</code></td>
                    <td>{{ $t(`_api._permissions._types.${permission}`) }}</td>
                </tr>
            </tbody>
        </table>
    </div>
</template>

<script setup lang="ts">
import { permissions } from 'misskey-js';

const runtimeConfig = useRuntimeConfig();
const misskeyJsVersion = runtimeConfig.public.misskeyJsVersion ?? '';
</script>

<style scoped></style>

================================================
FILE: components/content/Badge.vue
================================================
<template>
    <span
        class="inline-block rounded-full"
        :class="[
            $style.badgeRoot,
            { 'bg-yellow-200 text-yellow-800 dark:bg-yellow-800 dark:text-yellow-200': color === 'yellow' },
            { 'bg-green-200 text-green-800 dark:bg-green-800 dark:text-green-200': color === 'green' },
            { 'bg-red-200 text-red-800 dark:bg-red-800 dark:text-red-200': color === 'red' },
            { 'bg-blue-200 text-blue-800 dark:bg-blue-800 dark:text-blue-200': color === 'blue' },
            { 'bg-purple-200 text-purple-800 dark:bg-purple-800 dark:text-purple-200': color === 'purple' },
            { 'bg-neutral-200 text-neutral-800 dark:bg-neutral-800 dark:text-neutral-200': !color || color === 'gray' },
        ]"
    >
        {{ label }}
    </span>
</template>

<script setup lang="ts">
defineProps<{
    color?: 'yellow' | 'green' | 'red' | 'blue' | 'purple' | 'gray';
    label: string;
}>();
</script>

<style module>
.badgeRoot {
    font-size: .5em;
    padding: .25em .5em;
    line-height: 1;
}
</style>

================================================
FILE: components/content/Danger.vue
================================================
<template>
    <div :class="$style.root" class="bg-red-100 dark:bg-red-900 dark:bg-opacity-25 border border-red-200 dark:border-red-500 rounded-lg px-4 py-3 mb-4">
        <div v-if="props.label !== null" class="mb-1.5 text-sm font-sans text-red-700 dark:text-red-300">
            <FireIco class="mr-1" />{{ realLabel }}
        </div>
        <slot></slot>
    </div>
</template>

<script setup lang="ts">
import FireIco from 'bi/fire.svg';

const { t } = useI18n();

const props = defineProps<{
    label?: string | null;
}>();

const realLabel = computed(() => props.label ? props.label : t('_content.danger'));
</script>

<style module>
.root > :global(:last-child) {
    margin-bottom: 0;
}
</style>

================================================
FILE: components/content/Fukidashi.vue
================================================
<template>
    <div class="flex gap-4 mb-4" :class="$style[direction]">
        <div class="flex-shrink-0" :class="direction === 'right' && 'order-2'">
            <div class="w-14 h-14 rounded-full bg-neutral-100 dark:bg-neutral-800 border-[3px] border-neutral-300 dark:border-neutral-500">
                <img :src="`/img/docs/fukidashi/${chara}.webp`" :class="direction === 'left' && '-scale-x-100'" class="w-full h-full rounded-full object-cover" />
            </div>
            <div v-if="charaName" class="mt-1 text-sm text-center">{{ charaName }}</div>
        </div>
        <div class="flex-grow">
            <div
                :class="[$style.fukidashiContent, direction === 'right' && 'order-1']"
                class="relative rounded-lg border-[3px] p-4 bg-white dark:bg-neutral-950 border-neutral-300 dark:border-neutral-500"
            >
                <slot></slot>
            </div>
        </div>
    </div>
</template>

<script setup lang="ts">
withDefaults(defineProps<{
    chara: string;
    charaName?: string;
    direction?: 'left' | 'right';
}>(), {
    direction: 'left',
});
</script>

<style module>
.fukidashiContent > :global(:last-child)  {
    margin-bottom: 0;
}

.left .fukidashiContent::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -12px;
    @apply border-r-[12px] border-r-neutral-300 dark:border-r-neutral-500;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
}
.right .fukidashiContent::before {
    content: "";
    position: absolute;
    top: 14px;
    right: -12px;
    @apply border-l-[12px] border-l-neutral-300 dark:border-l-neutral-500;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
}
.left .fukidashiContent::after {
    content: "";
    position: absolute;
    top: 18px;
    left: -8px;
    @apply border-r-[8px] border-r-white dark:border-r-neutral-950;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.right .fukidashiContent::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -8px;
    @apply border-l-[8px] border-l-white dark:border-l-neutral-950;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
</style>


================================================
FILE: components/content/GDetails.vue
================================================
<script setup lang="ts">
defineProps<{
    summary?: string;
}>();

const { t } = useI18n();
const clickToExpand = computed(() => `'${t('clickToExpand')}'` === "'clickToExpand'" ? '' : `'${t('clickToExpand')}'`);
</script>
<template>
    <details class="my-4" :class="$style.gDetails" :style="`--details-i18n: ${clickToExpand}`">
        <summary :class="$style.summary" class="cursor-pointer outline-none p-2 border dark:border-neutral-700 rounded-lg bg-white dark:bg-neutral-700 shadow-md">
            {{summary}}
        </summary>
        <div class="rounded-b-lg border dark:border-neutral-700 p-3 bg-white dark:bg-neutral-900 space-y-2">
            <slot></slot>
        </div>
    </details>
</template>
<style module>
.gDetails[open] > .summary {
    @apply rounded-b-none bg-neutral-200 dark:bg-neutral-800 shadow-none border-b-0;
}

.summary::after {
    @apply text-sm hidden md:inline;
    content: var(--details-i18n);
}
</style>


================================================
FILE: components/content/MfmPreview.vue
================================================
<template>
    <div class="rounded-lg border border-neutral-200 dark:border-neutral-700 p-6 mfm-root mb-4 relative overflow-hidden">
        <div class="absolute top-0 left-0 px-1 py-0.5 text-xs bg-neutral-200 dark:bg-neutral-800 rounded-br-lg z-20">{{ $t('_content.preview') }}</div>
        <div class="ignore" :class="$style.mfmRoot">
            <MkMfm :text="realText" baseHost="misskey.io" />
        </div>
    </div>
</template>

<script setup lang="ts">
import MkMfm from '@/components/mk/Mfm';

const props = defineProps<{
    text: string;
}>();

const realText = computed(() => props.text.replace(/\\[\s]*$/gm, '\n'));
</script>

<style module>
.mfmRoot img {
    display: inline;
}
</style>


================================================
FILE: components/content/MiWebEmbed.vue
================================================
<template>
    <div class="mb-4">
        <ClientOnly>
            <iframe
                ref="iframe"
                :src="actualUrl"
                loading="lazy"
                referrerpolicy="strict-origin-when-cross-origin"
                :class="$style.iframe"
                :style="{ height: `${iframeHeight}px` }"
            ></iframe>
            <template #fallback>
                <div class="border border-neutral-200 dark:border-neutral-700 mx-auto w-full max-w-[500px] p-4 rounded-lg">
                    <MkLoading />
                </div>
            </template>
        </ClientOnly>
    </div>
</template>

<script setup lang="ts">
import { useTemplateRef } from 'vue';

const props = withDefaults(defineProps<{
    src: string;
    colorMode?: 'syncWithMisskeyHub' | 'auto' | 'light' | 'dark';
}>(), {
    colorMode: 'syncWithMisskeyHub',
});

const colorMode = useColorMode();

const actualUrl = computed(() => {
    if (!import.meta.client) return props.src;

    const url = new URL(props.src);

    if (props.colorMode === 'syncWithMisskeyHub') {
        url.searchParams.set('colorMode', colorMode.value);
    } else if (props.colorMode === 'auto') {
        url.searchParams.delete('colorMode');
    } else {
        url.searchParams.set('colorMode', props.colorMode);
    }

    return url.toString();
});

const iframe = useTemplateRef('iframe');
const iframeId = useId();
const iframeHeight = ref(0);

function windowEventHandler(event: MessageEvent) {
    if (!import.meta.client) return;
    if (event.source !== iframe.value?.contentWindow) return;

    if (event.data.type === 'misskey:embed:ready') {
        iframe.value?.contentWindow?.postMessage({
            type: 'misskey:embedParent:registerIframeId',
            payload: {
                iframeId,
            },
        }, '*');
    }

    if (event.data.type === 'misskey:embed:changeHeight') {
        iframeHeight.value = event.data.payload.height;
    }
}

function reset() {
    window.removeEventListener('message', windowEventHandler);
    iframeHeight.value = 0;
}

onMounted(() => {
    window.addEventListener('message', windowEventHandler);
});

onUnmounted(() => {
    reset();
});

onDeactivated(() => {
    reset();
});
</script>

<style module>
.iframe {
    display: block;
    max-width: 500px;
    width: 100%;
    min-height: 120px;
    border: none;
    color-scheme: light dark;
    margin: 0 auto;
}
</style>


================================================
FILE: components/content/MkIndex.vue
================================================
<template>
	<div :class="['grid grid-cols-1 md:grid-cols-2 gap-4', wide && 'lg:grid-cols-3']">
		<ContentNavigation v-slot="{ navigation }" :query="query">
			<GNuxtLink
				class="block p-4 rounded-lg border border-neutral-200 dark:border-neutral-700 transition-colors hover:bg-neutral-100 dark:hover:bg-neutral-800 hover:!no-underline"
				v-for="item in findDeepObject(navigation[0], (v) => realBasePath.replace(/\/$/, '') === v?._path.replace(/\/$/, ''))?.children ?? []"
				:key="item._path"
				:to="item._path"
			>
				<h3 class="font-bold !text-lg !mt-0 !mb-2">
					{{ item.navTitle ?? item.title }}<ArrowRightIco class="ml-1.5" />
				</h3>
				<p class="text-sm text-neutral-500 dark:text-neutral-400 !mb-0 line-clamp-2">
					{{ item.description ?? "" }}
				</p>
			</GNuxtLink>
		</ContentNavigation>
	</div>
</template>

<script setup lang="ts">
import ArrowRightIco from "bi/arrow-right.svg";
import { findDeepObject } from "assets/js/misc";

const route = useRoute();
const { locale } = useI18n();

const props = withDefaults(defineProps<{
    basePath?: string;
    wide?: boolean;
}>(), {
    wide: false,
});

const realBasePath = computed<string>(() => {
    if (props.basePath) {
        return props.basePath;
    }
    return route.path.replace(/^.*\/docs/, `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs`);
});

const query = queryContent(realBasePath.value);
</script>


================================================
FILE: components/content/ProseA.vue
================================================
<script setup lang="ts">
import MiIco from '@/assets/svg/misskey_mi_bi.svg';
import ExtIco from 'bi/box-arrow-up-right.svg';
import { parseURL, isRelative, joinURL } from 'ufo';
import { isLocalPath, sanitizeInternalPath } from '@/assets/js/misc';

const runtimeConfig = useRuntimeConfig();
const rootDomain = parseURL(runtimeConfig.public.baseUrl);
const { locale } = useI18n();
const { resolve } = useRouter();
const route = useRoute();
const localePath = useGLocalePath();

const props = defineProps({
    href: {
        type: String,
        default: ''
    },
    target: {
        type: String,
        default: undefined,
        required: false
    },
})

const realHref = ref(props.href);
const realTarget = ref(props.target);

const url = parseURL(realHref.value);
let pathDetermined = false;

if (isLocalPath(realHref.value)) {
    // 相対パスの場合(trailing slashがあるので1つくり下げる)
    if (isRelative(realHref.value) && route.meta.__isDocsIndexPage !== true) {
        realHref.value = joinURL('../', realHref.value.replace(/^\.\//, ''));
        const resolved = resolve(realHref.value);
        if (resolved.name && resolved.name.toString().includes('___')) {
            // 相対パスがすでにローカライズされたパスの場合は以降の処理をスキップ
            pathDetermined = true;
        }
    }

    if (!pathDetermined) {
        // 内部リンクの場合
        if (/^\/[a-z]{2}\//.test(realHref.value)) {
            realHref.value = sanitizeInternalPath(realHref.value);
        } else {
            // 渡されたパスがローカライズされたルートでない場合はローカライズされたパスを返す
            realHref.value = sanitizeInternalPath(localePath(resolve(realHref.value).fullPath));
        }
    }

    if (locale.value === 'ja-ks') {
        realHref.value = realHref.value.replace('/ja/', '/ja-ks/');
    }
} else if (rootDomain.host !== url.host) {
    realTarget.value = '_blank';
}
</script>

<template>
    <GNuxtLink :href="realHref" :target="realTarget">
        <slot></slot>
        <MiIco v-if="realHref.startsWith('x-mi-web://')" class="text-xs mx-1" />
        <ExtIco v-else-if="realTarget === '_blank'" class="text-xs mx-1" />
    </GNuxtLink>
</template>

================================================
FILE: components/content/ProseImg.vue
================================================
<template>
	<img class="rounded-lg" :src="refinedSrc" :alt="alt" :width="width" :height="height" loading="lazy" />
</template>

<script setup lang="ts">
import { withBase } from 'ufo'
import { useRuntimeConfig, computed } from '#imports'

const props = defineProps({
	src: {
		type: String,
		default: ''
	},
	alt: {
		type: String,
		default: ''
	},
	width: {
		type: [String, Number],
		default: undefined
	},
	height: {
		type: [String, Number],
		default: undefined
	}
})

const refinedSrc = computed(() => {
	if (props.src?.startsWith('/') && !props.src.startsWith('//')) {
		return withBase(props.src, useRuntimeConfig().app.baseURL)
	}
	return props.src
})
</script>


================================================
FILE: components/content/ProseTable.vue
================================================
<template>
	<div ref="tableContainer" class="w-full overflow-x-auto !overflow-y-hidden whitespace-nowrap mb-4">
		<table class="!max-w-none !mb-0 !overflow-visible">
			<slot></slot>
		</table>
	</div>
</template>

<script setup lang="ts">
import 'scroll-hint/css/scroll-hint.css';
import ScrollHint from 'scroll-hint';

const { t } = useI18n();

const tableContainer = useTemplateRef('tableContainer');

onMounted(() => {
	if (!import.meta.client || !tableContainer.value) return;

	new ScrollHint(tableContainer.value, {
		i18n: {
			scrollable: t('scrollable'),
		},
	});
});
</script>

<style lang="css">
.scroll-hint-icon {
	height: 85px;
}
</style>


================================================
FILE: components/content/Tip.vue
================================================
<template>
    <div :class="$style.root" class="bg-sky-100 dark:bg-sky-900 dark:bg-opacity-25 border border-sky-200 dark:border-sky-500 rounded-lg px-4 py-3 mb-4">
        <div v-if="props.label !== null" class="mb-1.5 text-sm font-sans text-sky-700 dark:text-sky-300">
            <InfoIco class="mr-1" />{{ realLabel }}
        </div>
        <slot></slot>
    </div>
</template>

<script setup lang="ts">
import InfoIco from 'bi/info-circle.svg';
const { t } = useI18n();

const props = defineProps<{
    label?: string | null;
}>();

const realLabel = computed(() => props.label ? props.label : t('_content.tip'));
</script>

<style module>
.root > :global(:last-child) {
    margin-bottom: 0;
}
</style>

================================================
FILE: components/content/Warning.vue
================================================
<template>
    <div :class="$style.root" class="bg-yellow-100 dark:bg-yellow-900 dark:bg-opacity-25 border border-yellow-200 dark:border-yellow-500 rounded-lg px-4 py-3 mb-4">
        <div v-if="props.label !== null" class="mb-1.5 text-sm font-sans text-orange-600 dark:text-yellow-300">
            <WarnIco class="mr-1" />{{ realLabel }}
        </div>
        <slot></slot>
    </div>
</template>

<script setup lang="ts">
import WarnIco from 'bi/exclamation-triangle.svg';
const { t } = useI18n();

const props = defineProps<{
    label?: string | null;
}>();

const realLabel = computed(() => props.label ? props.label : t('_content.warning'));
</script>

<style module>
.root > :global(:last-child) {
    margin-bottom: 0;
}
</style>

================================================
FILE: components/content/X__Blog__2023-12-19-mac202319__Figure1.vue
================================================
<template>
	<div class="bg-neutral-100 dark:bg-neutral-900 rounded-lg">
		<div class="bg-neutral-200 dark:bg-neutral-800 gap-4 grid grid-auto-rows-max p-4 rounded-lg">
			<div class="gap-4 grid grid-cols-2">
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Child Components</div>
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Chart.js, etc.</div>
			</div>
			<div class="gap-4 grid grid-cols-1">
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Page Components</div>
			</div>
			<div class="gap-4 grid grid-cols-1">
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Router</div>
			</div>
			<div class="gap-4 grid grid-cols-3">
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">OS</div>
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Global Components</div>
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">UI Components</div>
			</div>
			<div class="gap-4 grid grid-cols-2">
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">BOOT</div>
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Vue.js</div>
			</div>
			<div class="flex gap-4 items-center">
				<div class="border-t border-neutral-300 dark:border-neutral-700 flex-grow"></div>
				<div class="text-center text-neutral-500 dark:text-neutral-400 uppercase"><ArrowUpIco class="mr-3" />frontend</div>
				<div class="border-t border-neutral-300 dark:border-neutral-700 flex-grow"></div>
				<div class="text-center text-neutral-500 dark:text-neutral-400 uppercase">backend<ArrowDownIco class="ml-3" /></div>
				<div class="border-t border-neutral-300 dark:border-neutral-700 flex-grow"></div>
			</div>
			<div class="gap-4 grid grid-cols-3">
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Fastify</div>
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Pug</div>
				<div class="bg-accent-300 dark:bg-accent-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">BOOT LOADER</div>
			</div>
			<div class="gap-4 grid grid-cols-1">
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">NestJS</div>
			</div>
			<div class="gap-4 grid grid-cols-1">
				<div class="bg-indigo-300 dark:bg-indigo-700 grid p-4 place-items-center rounded-lg text-black dark:text-white">Node.js</div>
			</div>
		</div>
		<div class="p-4 flex flex-wrap gap-4">
			<div class="bg-neutral-200 dark:bg-neutral-800 flex gap-2 p-2 place-items-center rounded-lg">
				<div class="bg-accent-300 dark:bg-accent-700 h-4 w-4 rounded-full"></div>
				<div class="text-neutral-600 dark:text-neutral-400 text-xs">1st Party</div>
			</div>
			<div class="bg-neutral-200 dark:bg-neutral-800 flex gap-2 p-2 place-items-center rounded-lg">
				<div class="bg-indigo-300 dark:bg-indigo-700 h-4 w-4 rounded-full"></div>
				<div class="text-neutral-600 dark:text-neutral-400 text-xs">3rd Party</div>
			</div>
		</div>
	</div>
</template>

<script setup lang="ts">
import ArrowDownIco from 'bi/arrow-down.svg';
import ArrowUpIco from 'bi/arrow-up.svg';
</script>


================================================
FILE: components/content/X__Docs__mi-card__Calculator.vue
================================================
<template>
	<div class="block mx-auto max-w-lg p-4 rounded-lg border border-neutral-200 dark:border-neutral-700">
		<label for="miCardCalculatorAmount" class="inline-block form-label">合計の支援額</label>
        <div class="input-group">
            <input v-model="paidAmount" id="miCardCalculatorAmount" type="number" class="form-control !flex-grow">
            <select v-model="currency" class="form-select !w-auto !flex-grow-0 !flex-shrink-0">
                <option value="JPY">JPY</option>
                <option value="USD">USD</option>
            </select>
        </div>
        <div class="mt-4">合計受け取り可能枚数: <b>{{ cardAmount }}</b></div>
	</div>
</template>

<script setup lang="ts">
const paidAmount = ref<number>(0);
const currency = ref<'USD' | 'JPY'>('JPY');
const cardAmount = computed(() => {
    const yen = paidAmount.value * (currency.value === 'USD' ? 150 : 1);
    return (yen >= 20000 ? 1 : 0) + Math.floor(Math.max(0, yen - 20000) / 30000);
});
</script>


================================================
FILE: components/content/X__Docs__mi-card__InteractiveView.vue
================================================
<template>
    <div v-if="show">
        <model-viewer
            src="/gltf/micard.glb"
            ar
            environment-image="/hdr/micard.hdr"
            shadow-intensity="1"
            auto-rotate
            auto-rotate-delay="0"
            camera-controls
            camera-orbit="0deg 50deg 100%"
            touch-action="pan-y"
            :class="$style.modelViewer"
        >
        </model-viewer>
    </div>
    <button v-else @click="toggleShow" class="w-full h-auto aspect-[2] bg-black rounded-lg flex items-center">
        <div class="w-full text-white text-center">
            <div class="font-bold text-sm"><BoxIco class="mr-1" />{{ $t('threeDimensionModel') }}</div>
            <div class="text-xs">{{ $t('clickToShow') }}</div>
        </div>
    </button>
</template>

<script setup lang="ts">
import BoxIco from 'bi/box.svg';

const show = ref<boolean>(false);

async function toggleShow() {
    await import('@google/model-viewer');
    nextTick(() => {
        show.value = true;
    });
}
</script>

<style module>
.modelViewer {
    @apply rounded-lg border border-neutral-200 dark:border-neutral-700;

    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2;
}
</style>


================================================
FILE: components/docs/AsideNav.vue
================================================
<template>
<ul class="toc-links text-sm" :class="[
	`depth-${depth}`,
	depth === 1 ? 'mb-4' : 'mb-2',
]">
	<li
		v-for="link in realLinks ?? []"
		:key="link.text"
		:class="[
			depth === 2 && 'border-l-2 flex flex-col',
			path.includes(link._path) ? 'border-accent-500' : 'border-neutral-300 dark:border-neutral-600',
		]"
	>
		<GNuxtLink
			:to="link._path"
			@click.passive="isAsideNavOpen = false"
			:class="[
				'block hover:text-accent-600',
				depth === 1 && 'text-base',
				depth === 2 ? 'px-2 py-1' : 'py-1',
				isSamePath(path, link._path) && 'text-accent-600 font-bold',
			]"
		>
			<div class="flex">
				<button
					v-if="link.children && link.children.filter((v) => !isSamePath(v._path, link._path)).length > 0"
					class="block px-1 mr-1 rounded hover:bg-neutral-100 dark:hover:bg-neutral-700"
					@click.prevent.stop="() => {
						console.log('State:', path.includes(link._path));
						manualOpen[link._path] = !(manualOpen[link._path] ?? path.includes(link._path));
					}"
				>
					<ArrowIco 
						:class="[
							'transition-transform',
							((path.includes(link._path) && (manualOpen[link._path] !== false)) || manualOpen[link._path]) && 'rotate-90'
						]"
					/>
				</button>
				<div>{{ link.title }}</div>
			</div>
		</GNuxtLink>
		<AsideNav
			v-if="link.children && link.children.filter((v) => !isSamePath(v._path, link._path)).length > 0"
			v-show="(path.includes(link._path) && (manualOpen[link._path] !== false)) || manualOpen[link._path]"
			:links="[link]"
			:depth="depth + 1"
		/>
	</li>
</ul>
</template>

<script setup lang="ts">
import type { NavItem } from '@nuxt/content';
import { findDeepObject } from '@/assets/js/misc';
import { isSamePath } from 'ufo';
import ArrowIco from "bi/chevron-right.svg";

const isAsideNavOpen = useState<boolean>('miHub_docs_asideNav_openState', () => false);

const manualOpen = useState<Record<string, boolean>>('miHub-docs-aside-manual-collapse', () => ({}));

onUnmounted(() => {
	manualOpen.value = {};
});

const props = withDefaults(defineProps<{
	links: NavItem[];
	depth?: number;
}>(), {
	depth: 1,
});

const { locale } = useI18n();
const router = useRouter();
const route = useRoute();
const path = ref(route.path);

watch(() => route.path, (to) => {
	path.value = to;
}, {
	immediate: true,
});

const realLinks = findDeepObject(props.links[0], (v) => {
	if (props.depth === 1) {
		return isSamePath(`/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/`, v._path);
	} else {
		return v._path.includes(props.links[0]._path);
	}
})?.children?.filter((cv: NavItem) => !isSamePath(cv._path, props.links[0]._path));

const emit = defineEmits(['move', 'child-click']);

</script>

<style scoped>
.toc-links:not(.depth-1) {
	@apply ml-6;
}
</style>


================================================
FILE: components/docs/PrevNext.vue
================================================
<template>
	<div class="flex flex-col lg:flex-row justify-between items-center">
		<div class="order-2 mt-4 lg:mt-0 lg:order-1 w-full lg:w-2/5">
			<GNuxtLink v-if="prev && prev._path != null && prev._path.includes(currentDirectory)" :to="prev._path" class="rounded-lg transition-colors p-4 border dark:border-neutral-700 hover:bg-neutral-200 dark:hover:bg-neutral-800 text-start flex justify-start items-center">
				<div class="mr-3"><LeftIco /></div>
				<div>
					<div class="mb-1 text-sm">{{ $t('_docs._prevNext.prev') }}</div>
					<div class="font-bold text-lg">{{ prev.title }}</div>
				</div>
			</GNuxtLink>
		</div>
		<div class="order-1 lg:order-2 w-full lg:w-2/5">
			<GNuxtLink v-if="next && next._path != null && next._path.includes(currentDirectory)" :to="next._path" class="rounded-lg transition-colors p-4 border dark:border-neutral-700 hover:bg-neutral-200 dark:hover:bg-neutral-800 text-end flex justify-end items-center">
				<div>
					<div class="mb-1 text-sm">{{ $t('_docs._prevNext.next') }}</div>
					<div class="font-bold text-lg">{{ next.title }}</div>
				</div>
				<div class="ml-3"><RightIco /></div>
			</GNuxtLink>
		</div>
	</div>
</template>

<script setup lang="ts">
import LeftIco from 'bi/arrow-left.svg';
import RightIco from 'bi/arrow-right.svg';

const { locale } = useI18n();
const route = useRoute();
const slugs = (route.params.slug as string[]).filter((v) => v !== '');

const props = withDefaults(defineProps<{
	ignoreDirBasedNav?: boolean;
	isDir?: boolean;
}>(), {
	ignoreDirBasedNav: false,
	isDir: false
});

const currentPath = `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/${slugs.join('/')}`;
const currentDirectory = props.ignoreDirBasedNav ? `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/` : props.isDir ? `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/${slugs.join('/')}` : `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/${slugs.slice(0, -1).join('/')}`;

const [prev, next] = await queryContent().where({ _partial: { $eq: false } }).findSurround(currentPath);
</script>

<style scoped>

</style>


================================================
FILE: components/docs/ReadersNav.vue
================================================
<template>
	<section>
		<h2 class="text-2xl lg:text-3xl font-title font-bold mb-4">
			{{ $t(`_docs._${sectionId}.title`) }}
		</h2>
		<MkIndex :wide="true" :base-path="basePath" />
	</section>
</template>

<script setup lang="ts">
const props = defineProps<{
	sectionId: "forUsers" | "forAdmin" | "forDevelopers";
}>();

const { locale } = useI18n();

const convertToKebabCase = (str: string): string => {
	if (typeof str !== "string") return str;

	str = str.replace(/^ *?[A-Z]/, function (allStr) {
		return allStr.toLowerCase();
	});
	str = str.replace(/_/g, "-");
	str = str.replace(/ *?[A-Z]/g, function (allStr, i) {
		return "-" + allStr.replace(/\s/g, "").toLowerCase();
	});
	return str;
};

const basePath = `/${locale.value === 'ja-ks' ? 'ja' : locale.value}/docs/${convertToKebabCase(props.sectionId)}/`;
</script>

<style scoped></style>


================================================
FILE: components/docs/SteppedGuide.vue
================================================
<template>
    <div class="grid" :class="$style.root">
        <div class="markdown-body w-full lg:col-span-2 mb-6">
            <h1>{{ data.title }}</h1>
            <MDC :value="data?.body" />
            <Warning v-show="guideIndexAutoDetected" :label="null" class="py-4">
                <label for="guideSelector" class="block mb-1 text-orange-600 dark:text-yellow-300 font-bold"><ArrowLRIco class="mr-1" />{{ $t('_docs._steppedGuide.selectCourse') }}</label>
                <select id="guideSelector" class="form-select" :disabled="data.guides.length <= 1" v-model="guideIndex">
                    <option v-for="guide, i in data.guides" :value="i">{{ guide.title }}</option>
                </select>
            </Warning>
        </div>
        <template v-if="guideIndexAutoDetected">
            <Tip v-if="data.guides[guideIndex]?.description" class="mb-6 lg:col-span-2 markdown-body">
                <MDC :value="data.guides[guideIndex].description" />
            </Tip>
            <div :class="data.guides[guideIndex]?._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED' ? 'lg:mr-3' : 'lg:col-span-2'">
                <ol class="relative before:content-[''] before:absolute before:left-[13px] before:top-3.5 before:w-0.5 before:h-[calc(100%-.875rem)] before:rounded-full before:bg-neutral-300 dark:before:bg-neutral-700 space-y-8">
                    <li
                        v-for="(step, i) in data.guides[guideIndex]?.steps"
                        :key="`steppedGuideSection_${guideIndex}_${i}`"
                        :id="`steppedGuideSection_${guideIndex}_${i}`"
                        class="ml-7 relative flex items-center"
                        :class="{
                            'lg:min-h-[calc(100vh-4rem)] steppedGuideSection': (data.guides[guideIndex]?._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED'),
                        }"
                    >
                        <div class="flex-grow">
                            <div class="flex items-center space-x-4 mb-4">
                                <div class="w-7 h-7 rounded-full flex-shrink-0 -ml-7 font-bold leading-7 text-center text-white bg-accent-600 ring-4 ring-white dark:ring-neutral-950">{{ i + 1 }}</div>
                                <h3 class="font-bold text-lg">{{ step.title }}</h3>
                            </div>
                            <div class="ml-4">
                                <img
                                    v-if="step?.image"
                                    :src="`/img/docs/${slugs.join('/')}/${step.image}`"
                                    class="w-auto h-full rounded-lg mx-auto max-h-96 mb-4"
                                    :class="{
                                        'lg:hidden': (data.guides[guideIndex]?._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED'),
                                    }"
                                />
                                <MDC v-if="step.description" :value="step.description" class="markdown-body" />
                            </div>
                        </div>
                    </li>
                    <li class="pl-7 pt-[18px] relative items-center before:content-[''] before:absolute before:left-[13px] before:top-[calc(50%-30px)] before:w-0.5 before:h-[calc(50%+30px)] before:bg-white dark:before:bg-neutral-950 after:absolute after:content-[''] after:left-[13px] after:top-[calc(50%-30px)] after:h-[30px] after:w-[15px] after:rounded-bl-[15px] after:border-l-[0.125rem] after:border-b-[0.125rem] after:border-neutral-300 dark:after:border-neutral-700">
                        <Fukidashi chara="smiling_ai" :charaName="$t('_links._aiChan.title')" class="!mb-0">{{ $t('_docs._steppedGuide.aiWellDone') }}</Fukidashi>
                    </li>
                </ol>
            </div>
            <div v-if="data.guides[guideIndex]?._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED'" class="hidden lg:block rounded-lg bg-neutral-100 dark:bg-neutral-800">
                <div class="sticky top-16 h-[calc(100vh-4rem)] p-3">
                    <div class="relative h-full">
                        <Transition
                            :enterActiveClass="$style.steppedGuideImage_enterActive"
                            :leaveActiveClass="$style.steppedGuideImage_leaveActive"
                            :enterFromClass="$style.steppedGuideImage_enterFrom"
                            :leaveToClass="$style.steppedGuideImage_leaveTo"
                        >
                            <img v-if="currentStep?.image" :src="`/img/docs/${slugs.join('/')}/${currentStep.image}`" :key="`steppedGuideSection_${currentStep.image}`" class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full h-auto rounded-lg" />
                            <div v-else class="h-full flex items-center">
                                <div class="opacity-70 w-full text-center text-sm">{{ $t('_docs._steppedGuide.noImageInThisStep') }}</div>
                            </div>
                        </Transition>
                    </div>
                </div>
            </div>
        </template>
        <template v-else>
            <div class="lg:col-span-2 flex items-center justify-center h-[calc(100vh-4rem)]">
                <div>
                    <MkLoading class="mx-auto text-accent-600"></MkLoading>
                    <div class="mx-auto text-center text-sm">{{  $t('loading') }}</div>
                </div>
            </div>
        </template>
    </div>
</template>

<script setup lang="ts">
import type { MiDocsParsedContentSteppedGuide } from '@/types/content';
import ArrowLRIco from 'bi/arrow-left-right.svg';

const props = defineProps<{
    data: MiDocsParsedContentSteppedGuide;
}>();

const route = useRoute();
const slugs = (route.params.slug as string[]).filter((v) => v !== '');

const { mainHeading, updateHeadings } = useScrollspy({
    rootMargin: '-64px 0px 0px 0px',
    threshold: 0.5,
});

const guideIndex = ref<number>(0);
const guideIndexAutoDetected = ref<boolean>(false);

const currentStep = computed(() => {
    if (!mainHeading.value) return null;

    const [currentGuideIndex, currentStepIndex] = mainHeading.value.split('_').slice(1).map((v) => parseInt(v, 10));
    return props.data.guides[currentGuideIndex].steps[currentStepIndex];
});

if (import.meta.client && props.data.guides.some((g) => g._AUTOSELECT_TYPE_)) {
    const ua = navigator.userAgent.toLowerCase();
    if (ua.includes('iphone') || ua.includes('ipad')) {
        guideIndex.value = Math.max(0, props.data.guides.findIndex((g) => g._AUTOSELECT_TYPE_ === 'OS_IOS' || g._AUTOSELECT_TYPE_ === 'HARD_SMARTPHONE'));
    } else if (ua.includes('android')) {
        guideIndex.value = Math.max(0, props.data.guides.findIndex((g) => g._AUTOSELECT_TYPE_ === 'OS_ANDROID' || g._AUTOSELECT_TYPE_ === 'HARD_SMARTPHONE'));
    } else if (ua.includes('windows')) {
        guideIndex.value = Math.max(0, props.data.guides.findIndex((g) => g._AUTOSELECT_TYPE_ === 'OS_WINDOWS' || g._AUTOSELECT_TYPE_ === 'HARD_PC'));
    } else if (ua.includes('macintosh')) {
        guideIndex.value = Math.max(0, props.data.guides.findIndex((g) => g._AUTOSELECT_TYPE_ === 'OS_MAC' || g._AUTOSELECT_TYPE_ === 'HARD_PC'));
    }
}

onMounted(() => {
    if (!import.meta.client) return;

    guideIndexAutoDetected.value = true;

    nextTick(() => {
        watch(guideIndex, () => {
            nextTick(() => {
                updateHeadings([
                    ...document.querySelectorAll('.steppedGuideSection'),
                ]);
            });
        }, { immediate: true });
    })
});

</script>

<style module>
.steppedGuideImage_enterActive,
.steppedGuideImage_leaveActive {
    transition: opacity 300ms;
}

.steppedGuideImage_enterFrom,
.steppedGuideImage_leaveTo {
    opacity: 0;
}

.root {
    grid-template-columns: 1fr;
}

@screen lg {
    .root {
        grid-template-columns: 1fr 20rem;
    }
}
</style>


================================================
FILE: components/docs/TocLinks.vue
================================================
<template>
<ul class="toc-links mb-2 space-y-2" :class="{ 'mt-2': (links != null && links[0]?.depth > 1) }">
	<li
		v-for="link in links"
		:key="link.text"
		:class="[`depth-${link.depth}`]"
	>
		<a
			:href="`#${link.id}`"
			@click.prevent="emit('child-click'); scrollToHeading(link.id);"
			:class="['hover:text-accent-600', activeHeadings.includes(link.id) ? 'font-bold text-accent-600' : '']"
		>
			{{ link.text }}
		</a>
		<TocLinks
			v-if="link.children && (link.depth ?? 0 + 1) < maxDepth"
			:links="link.children"
			@move="childMove($event)"
		/>
	</li>
</ul>
</template>

<script setup lang="ts">
import type { TocLink } from '@nuxt/content';

const props = withDefaults(defineProps<{
	links?: TocLink[];
	maxDepth?: number;
}>(), {
	maxDepth: Infinity,
});

const emit = defineEmits(['move', 'child-click']);

const { activeHeadings, updateHeadings } = useScrollspy();

if (import.meta.client) {
	setTimeout(() => {
			updateHeadings([
					...document.querySelectorAll('.markdown-body h1'),
					...document.querySelectorAll('.markdown-body h2'),
					...document.querySelectorAll('.markdown-body h3'),
					...document.querySelectorAll('.markdown-body h4'),
			]);
	}, 300);
}

function scrollToHeading (id: string) {
	if (import.meta.client) {
			if (!decodeURIComponent(location.href).includes(`#${id}`)) {
					// ページ遷移させずにハッシュだけ置き換えるために、history APIに直接書き込み
					history.pushState({}, '', `#${id}`);
			}
			document.getElementById(id)?.scrollIntoView({
					behavior: 'smooth'
			});
	}
	emit('move', id)
}

function childMove(id: string) {
	emit('move', id)
}
</script>

<style scoped>
.toc-links ::v-deep(.depth-3) {
	@apply ml-2;
}
.toc-links ::v-deep(.depth-4) {
	@apply ml-4;
}
</style>


================================================
FILE: components/g/AiChan.vue
================================================
<template>
    <iframe
        v-if="isEnabledAiChanMode"
        @load="initAiChan()"
        class="transition-opacity duration-1000"
        :class="[$style.aiFrame, loaded ? 'opacity-100' : 'opacity-0']"
        loading="lazy"
        ref="live2d"
        src="https://misskey-dev.github.io/mascot-web/?scale=2&y=1.4"
    ></iframe>
</template>

<script setup lang="ts">
const live2d = shallowRef<HTMLIFrameElement>();
const loaded = ref(false);
const isUwu = useState<boolean>('miHub_uwu');

const isEnabledAiChanMode = useState('miHub_aichan_mode', () => {
    if (!import.meta.client) return false;
    let value = ((localStorage.getItem('miHub_aichan_mode') ?? '') == 'true' || (isUwu.value && window.innerWidth >= 1440));

    // migration
    if (!localStorage.getItem('miHub_aichan_mode') && localStorage.getItem('aimode') && !isUwu.value) {
        value = ((localStorage.getItem('aimode') ?? '') == 'true');
    }

    return value;
});

if (import.meta.client) {
    function messageEventHandler(ev: MessageEvent) {
        if (ev.origin === 'https://misskey-dev.github.io' && ev.data.type === 'loaded') {
            loaded.value = true;
            window.removeEventListener('message', messageEventHandler);
        }
    }

    window.addEventListener('message', messageEventHandler);
}

function initAiChan() {
    if (!live2d.value) return;

    const iframeRect = live2d.value.getBoundingClientRect();
    window.addEventListener('mousemove', ev => {
        if (!live2d.value) return;

        live2d.value.contentWindow?.postMessage({
            type: 'moveCursor',
            body: {
                x: ev.clientX - iframeRect.left,
                y: ev.clientY - iframeRect.top,
            },
        }, '*');
    }, { passive: true });
    window.addEventListener('touchmove', ev => {
        if (!live2d.value) return;
        
        live2d.value.contentWindow?.postMessage({
            type: 'moveCursor',
            body: {
                x: ev.touches[0].clientX - iframeRect.left,
                y: ev.touches[0].clientY - iframeRect.top,
            },
        }, '*');
    }, { passive: true });
}
</script>

<style module>
.aiFrame {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 600px;
    border: none;
    pointer-events: none;
    background: transparent;
    color-scheme: light dark;
}
</style>

================================================
FILE: components/g/BsCopyButton.vue
================================================
<template>
<button class="btn btn-outline-primary" @click="copy">
    <CopyIco class="w-4 h-4" v-if="!copied" />
    <CheckIco class="w-4 h-4" v-else />
</button>
</template>

<script setup lang="ts">
import { copyText } from '@/assets/js/misc';
import CopyIco from 'bi/clipboard.svg';
import CheckIco from 'bi/check-lg.svg';

const props = defineProps<{
    text: string;
}>();

const copied = ref(false);

function copy() {
    copyText(props.text);
    copied.value = true;
    setTimeout(() => {
        copied.value = false;
    }, 3000);
}
</script>

<style scoped>

</style>

================================================
FILE: components/g/Button.vue
================================================
<template>
<GNuxtLink v-if="buttonType == 'link'" :to="to" class="_plainLink" :class="[$style.button, shadow ? $style.shadow : null, color == 'accent' ? $style.buttonAccent : $style.buttonPlain]">
	<slot></slot>
</GNuxtLink>
<button v-else-if="buttonType == 'button'" class="_plainButton" @click="onClick()" :class="[$style.button, shadow ? $style.shadow : null, color == 'accent' ? $style.buttonAccent : $style.buttonPlain]">
	<slot></slot>
</button>
</template>

<script setup lang="ts">
const props = withDefaults(defineProps<{
	/** ボタンのタイプ */
	buttonType: 'button' | 'link';
	/** 移動先 */
	to?: string;
	/** 色設定 */
	color?: 'accent' | 'plain';
	/** 影の有無 */
	shadow?: boolean;
}>(), {
	color: 'plain',
});

const emits = defineEmits<{
	(e: 'click'): void;
}>();

function onClick() {
	emits('click');
}
</script>

<style module>
.button {
	display: inline-flex;
	align-items: center;
	padding: 0.5em 1.5em;
	border-radius: 999px;
}

.buttonAccent {
	background-image: linear-gradient(90deg, #86b300, #4ab300, #4ab300);
	background-size: 200% 100%;
	background-position-x: 0%;
	color: #fff;
}

.buttonAccent:hover {
	background-position-x: 100%;
}

.buttonPlain {
	background: #fff;
}

:global(html.dark) {
	.buttonPlain {
		background: #333;
	}
}

.shadow.button {
	box-shadow: 0 8px 20px -5px rgba(0, 0, 0, .2);
}

.shadow.buttonAccent {
	box-shadow: 0 8px 20px -5px rgba(134, 179, 0, .4);
}
</style>


================================================
FILE: components/g/Dots.vue
================================================
<template>
<svg fill="none" style="pointer-events: none;">
	<defs>
		<pattern :id="id" x="0" y="0" :width="space" :height="space" patternUnits="userSpaceOnUse">
			<circle cx="2" cy="2" r="2" fill="currentColor"></circle>
		</pattern>
	</defs>
	<rect width="100%" height="100%" :fill="`url(#${id})`"></rect>
</svg>
</template>

<script setup lang="ts">
withDefaults(defineProps<{
	space?: number;
}>(), {
	space: 15,
});

const id = useId();
</script>


================================================
FILE: components/g/Footer.vue
================================================
<template>
<footer :class="$style.root">
	<span :class="$style.copyright">&copy; 2025 syuilo and Misskey Project</span>
</footer>
</template>

<script setup lang="ts">
import MiIcon from '@/assets/svg/misskey_mi_bi.svg';
import ExtIco from 'bi/box-arrow-up-right.svg';

const localePath = useGLocalePath();

const isUwu = useState('miHub_uwu');
const isAiChanMode = useState('miHub_aichan_mode');
</script>

<style module>
.root {

}

.copyright {
	display: block;
	text-align: center;
	padding: 32px 16px;
	font-size: 85%;
	opacity: 0.7;
}
</style>


================================================
FILE: components/g/Hero.vue
================================================
<template>
    <header class="lg:py-12">
        <div class="container mx-auto max-w-screen-xl p-6 lg:min-h-[330px] gap-6 flex flex-col lg:flex-row lg:items-center lg:justify-between">
            <div class="max-w-lg mx-auto lg:mx-0">
                <h1 class="font-title font-bold text-center lg:text-start text-2xl lg:text-4xl !leading-relaxed mb-4"><slot name="title"></slot></h1>
                <p class="opacity-90 text-center lg:text-start lg:text-lg lg:leading-relaxed max-w-lg"><slot name="description"></slot></p>
            </div>
            <div class="hidden lg:block">
                <slot name="icon"></slot>
            </div>
        </div>
    </header>
</template>

<script setup lang="ts">

</script>

<style scoped>

</style>

================================================
FILE: components/g/LargeLinks.vue
================================================
<template>
    <div class="space-y-6">
        <GNuxtLink v-for="item in items" :to="item.to" :target="isLocalPath(item.to) ? undefined : '_blank'" class="rounded-xl border border-neutral-200 dark:border-neutral-700 transition-colors hover:bg-neutral-100 dark:hover:bg-neutral-800 p-4 sm:pt-0 sm:pb-0 sm:pl-6 sm:pr-0 overflow-hidden flex">
            <div class="flex flex-col justify-center">
                <h2 class="text-xl sm:text-2xl font-bold mb-2">{{ item.title }}<ArrowRightIco v-if="isLocalPath(item.to)" class="ml-2" /><ArrowUpRightIco v-else class="ml-2" /></h2>
                <p class="text-neutral-500 dark:text-neutral-300">{{ item.description }}</p>
            </div>
            <div :class="['hidden sm:block ml-auto flex-shrink-0 relative h-40 w-auto', (item.cutBottom ? 'pt-4' : 'py-4'), (!item.cutLeft && 'pr-4')]">
                <GDots class="absolute top-0 right-0 h-16 w-16 text-accent-600" />
                <GDots class="absolute bottom-0 -left-2 h-12 w-16 text-accent-600" />
                <img class="relative h-full rounded-lg" :src="item.img" />
            </div>
        </GNuxtLink>
    </div>
</template>

<script setup lang="ts">
import ArrowRightIco from 'bi/arrow-right.svg';
import ArrowUpRightIco from 'bi/arrow-up-right.svg';
import { isLocalPath } from 'assets/js/misc';

defineProps<{
    items: {
        to: string;
        title: string;
        description?: string;
        img: string;
        cutBottom?: boolean;
        cutLeft?: boolean;
    }[];
}>();
</script>

<style scoped>

</style>


================================================
FILE: components/g/Links.vue
================================================
<template>
	<div :class="['grid grid-cols-1 md:grid-cols-2 gap-4', wide && 'lg:grid-cols-3']">
	    <GNuxtLink
	    	class="block p-4 rounded-lg border transition-colors hover:!no-underline"
			:class="gray ? 'hover:bg-white dark:hover:bg-neutral-950 border-neutral-300 dark:border-accent-800' : 'hover:bg-neutral-100 dark:hover:bg-neutral-800 border-neutral-200 dark:border-neutral-700'"
	    	v-for="item in items"
	    	:key="item.to"
	    	:to="item.to"
            :target="isLocalPath(item.to) ? undefined : '_blank'"
	    >
	    	<h3 class="font-bold !text-lg !mt-0 !mb-2">
	    		{{ item.title }}<ArrowRightIco v-if="isLocalPath(item.to)" class="ml-1.5" /><ArrowUpRightIco v-else class="ml-1.5" />
	    	</h3>
	    	<p class="text-sm text-neutral-500 dark:text-neutral-400 !mb-0 line-clamp-2">
	    		{{ item.description ?? "" }}
	    	</p>
	    </GNuxtLink>
	</div>
</template>

<script setup lang="ts">
import ArrowRightIco from 'bi/arrow-right.svg';
import ArrowUpRightIco from 'bi/arrow-up-right.svg';
import { isLocalPath } from 'assets/js/misc';

withDefaults(defineProps<{
    items: {
        to: string;
        title: string;
        description?: string;
    }[];
    basePath?: string;
	wide?: boolean;
	gray?: boolean;
}>(), {
	wide: false,
	gray: false,
});

</script>


================================================
FILE: components/g/LocalNav.vue
================================================
<template>
    <ul class="flex flex-wrap p-4" :class="$style.localNavRoot">
        <li v-for="item in items">
            <button v-if="item.anchor" class="hover:text-neutral-950 focus:text-neutral-950 dark:hover:text-neutral-200 dark:focus:text-neutral-200 " @click="scrollTo(item.anchor)">
                {{ item.name }}
                <ArrowIco class="ml-2 stroke-1 stroke-current" />
            </button>
        </li>
    </ul>
</template>
<script setup lang="ts">
import ArrowIco from 'bi/arrow-down.svg';
import { scrollTo } from '@/assets/js/scroll-to';

interface LocalNavItem {
    name: string;
    to?: string;
    anchor?: string;
}

const props = defineProps<{
    items: LocalNavItem[]
}>();

</script>
<style module>
.localNavRoot li a,
.localNavRoot li button {
    @apply font-bold tracking-wide relative px-2 py-4 text-neutral-400 transition-colors;
}
.localNavRoot li:not(:last-child) {
    @apply mr-4;
}

@media (max-width: 768px) {
    .localNavRoot li:not(:last-child) {
        @apply mr-0;
    }
    .localNavRoot li a,
    .localNavRoot li button {
        @apply w-full text-sm text-end
    }
    .localNavRoot li {
        width: calc((100% - 24px) / 2);
    }
    .localNavRoot li:nth-child(2n) {
        margin-left: 24px;
    }
}
</style>


================================================
FILE: components/g/Marquee.vue
================================================
<template>
<div :class="$style.wrap">
	<span
		ref="contentEl"
		:class="[$style.content, {
			[$style.paused]: paused,
			[$style.reverse]: reverse,
		}]"
	>
		<span v-for="key in repeat" :key="key" :class="$style.text">
			<slot></slot>
		</span>
	</span>
</div>
</template>

<script lang="ts" setup>
import { onMounted, onBeforeUnmount, useTemplateRef, watch } from 'vue';

const props = withDefaults(defineProps<{
	duration?: number;
	repeat?: number;
	paused?: boolean;
	reverse?: boolean;
}>(), {
	duration: 15,
	repeat: 2,
	paused: false,
	reverse: false,
});

const contentEl = useTemplateRef('contentEl');

let observer: MutationObserver | null = null;

function calcDuration() {
	if (contentEl.value == null) return;
	const eachLength = contentEl.value.offsetWidth / props.repeat;
	const factor = 3000;
	const duration = props.duration / ((1 / eachLength) * factor);
	contentEl.value.style.animationDuration = `${duration}s`;
}

watch(() => props.duration, calcDuration);

onMounted(() => {
	if (!import.meta.client) return;
	calcDuration();
	if (contentEl.value) {
		observer = new MutationObserver(() => {
			calcDuration();
		});
		observer.observe(contentEl.value, {
			childList: true,
			subtree: true,
		});
	}
});

onBeforeUnmount(() => {
	if (observer) {
		observer.disconnect();
		observer = null;
	}
});
</script>

<style module>
.wrap {
	overflow: clip;
	animation-play-state: running;
}

.wrap:hover {
	animation-play-state: paused;
}

.content {
	display: inline-block;
	white-space: nowrap;
	animation-play-state: inherit;
}

.text {
	display: inline-block;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: inherit;
	animation-play-state: inherit;
}

.paused .text {
	animation-play-state: paused;
}

.reverse .text {
	animation-direction: reverse;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
</style>


================================================
FILE: components/g/MisskeyGateway.vue
================================================
<template>
    <div class="min-h-screen">
        <div class="sm:py-20 sm:max-w-xl mx-auto">
            <div class="p-6 bg-white dark:bg-neutral-800 sm:rounded-lg min-h-screen sm:min-h-[230px]">
                <div v-if="loading" class="mx-auto py-12">
                    <MkLoading />
                </div>
                <div v-else class="space-y-6">
                    <div class="w-12 h-12 mx-auto bg-accent-600/20 text-accent-600 rounded-full p-3">
                        <component :is="branding?.icon ?? ShareIco" class="w-6 h-6" />
                    </div>
                    <h1 class="font-bold text-center text-lg sm:text-xl">{{ branding?.heading ?? $t('_share.chooseServer') }}</h1>
                    
                    <div v-if="manualInstanceData">
                        <div class="text-xs sm:text-sm mb-1 opacity-70">
                            {{ $t('_share.recommendedByWebsite') }}
                            <NuxtLink :to="localePath('/docs/for-users/features/share-form/#hub-share-disclaimer')" target="_blank"><HelpIco class="ml-1" /></NuxtLink>
                        </div>
                        <div class="rounded-lg border border-neutral-300 dark:border-neutral-600 group">
                            <component
                                :is="action.type === 'link' ? GNuxtLink : 'button'"
                                v-bind="action.type === 'link' && { to: joinURL(`https://${manualInstanceData.url}/`, action.path) }"
                                @click="handleClick(manualInstanceData)"
                                class="group-first:rounded-t-lg group-last:rounded-b-lg py-2 px-4 sm:p-4 w-full flex items-center hover:bg-neutral-100 active:bg-neutral-200 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
                            >
                                <div
                                    class="h-6 w-6 sm:h-9 sm:w-9 flex-shrink-0 overflow-hidden rounded bg-white dark:bg-neutral-700 border border-neutral-300 dark:border-neutral-600 mr-3"
                                >
                                    <img v-if="manualInstanceData.icon && manualInstanceData.meta?.iconUrl" :src="manualInstanceData.meta?.iconUrl" class="w-full h-full" />
                                </div>
                                <div class="min-w-0 mr-3 text-start">
                                    <h2 class="text-sm sm:text-base font-bold truncate">{{ manualInstanceData.name }}</h2>
                                    <p class="text-xs truncate">{{ manualInstanceData.url }}</p>
                                </div>
                                <ArrowRightIco class="block ml-auto flex-shrink-0 h-4 w-4" />
                            </component>
                        </div>
                    </div>

                    <ul class="rounded-lg border divide-y border-neutral-300 dark:border-neutral-600 divide-neutral-300 dark:divide-neutral-600">
                        <li v-for="instance in displayInstances" :key="instance.url" class="group">
                            <component
                                :is="action.type === 'link' ? GNuxtLink : 'button'"
                                v-bind="action.type === 'link' && { to: joinURL(`https://${instance.url}/`, action.path) }"
                                @click="handleClick(instance)"
                                class="group-first:rounded-t-lg group-last:rounded-b-lg py-2 px-4 sm:p-4 w-full flex items-center hover:bg-neutral-100 active:bg-neutral-200 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
                            >
                                <div
                                    class="h-6 w-6 sm:h-9 sm:w-9 flex-shrink-0 overflow-hidden rounded bg-white dark:bg-neutral-700 border border-neutral-300 dark:border-neutral-600 mr-3"
                                    :class="instance.isUserDefined && 'transition-[border-color] hover:border-red-600 dark:hover:border-red-600'"
                                >
                                    <template v-if="instance.isUserDefined">
                                        <button class="relative w-full h-full group/delete" @click.stop.prevent="deleteInstance(instance.url)">
                                            <img v-if="instance.icon && instance.meta?.iconUrl" :src="getInstanceImage(instance) ?? '/img/icons/f/mi.png'" class="w-full h-full" />
                                            <div v-else-if="['forked', 'notDetermined'].includes(getPlaceholderImage(instance))" class="w-full h-full bg-accent-600/20 p-1 sm:p-2 text-accent-600">
                                                <ForkedIco v-if="getPlaceholderImage(instance) === 'forked'" class="block h-4 w-4 sm:h-5 sm:w-5 stroke-1 stroke-current" />
                                                <QuestionIco v-else class="block h-4 w-4 sm:h-5 sm:w-5" />
                                            </div>
                                            <img v-else :src="getPlaceholderImage(instance)" class="w-full h-full" />
                                            <div class="pointer-events-none absolute top-0 left-0 w-full h-full bg-white dark:bg-neutral-800 transition-opacity opacity-0 group-hover/delete:opacity-100 p-1 sm:p-2 text-red-600">
                                                <DeleteIco class="block h-4 w-4 sm:h-5 sm:w-5" />
                                            </div>
                                        </button>
                                    </template>
                                    <img v-else-if="instance.icon" :src="getInstanceImage(instance) ?? '/img/icons/f/mi.png'" class="w-full h-full" />
                                </div>
                                <div class="min-w-0 mr-3 text-start">
                                    <h2 class="text-sm sm:text-base font-bold truncate">{{ instance.name }}</h2>
                                    <p class="text-xs truncate">{{ instance.url }}</p>
                                </div>
                                <ArrowRightIco class="block ml-auto flex-shrink-0 h-4 w-4" />
                            </component>
                        </li>
                        <li class="group">
                            <details class="group-first:rounded-t-lg group-last:rounded-b-lg group/details">
                    
Download .txt
gitextract_z999s_ga/

├── .editorconfig
├── .gitattributes
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 01_visitor-bug-report-ja.yml
│   │   ├── 02_visitor-bug-report-en.yml
│   │   ├── 03_developer-bug-report.yml
│   │   ├── 04_feature-request.yml
│   │   └── config.yml
│   └── workflows/
│       ├── deploy.yml
│       └── on-misskey-release.yml
├── .gitignore
├── .npmrc
├── .nuxtignore
├── LICENSE
├── README.md
├── app/
│   ├── router.options.ts
│   └── spa-loading-template-base.html
├── app.config.ts
├── app.vue
├── assets/
│   ├── css/
│   │   ├── bootstrap-forms.scss
│   │   ├── global.css
│   │   ├── mfm.scss
│   │   └── nprogress.css
│   ├── data/
│   │   ├── features.ts
│   │   ├── forks.ts
│   │   ├── locales.ts
│   │   ├── nav.ts
│   │   ├── old-hub-redirects.ts
│   │   ├── team-members.ts
│   │   └── toolsNav.ts
│   └── js/
│       ├── mi/
│       │   ├── aid.ts
│       │   ├── aidx.ts
│       │   ├── clone.ts
│       │   ├── collapsed.ts
│       │   ├── gen-identicon.ts
│       │   ├── io-emojis.ts
│       │   ├── io-media-proxy.ts
│       │   └── io-meta.ts
│       ├── misc/
│       │   ├── get-issue-url.ts
│       │   ├── index.ts
│       │   └── uwu.ts
│       ├── scroll-to/
│       │   └── index.ts
│       ├── vFadeIn.ts
│       └── vTextUnderline.ts
├── components/
│   ├── about-us/
│   │   └── TeamMember.vue
│   ├── brand-assets/
│   │   └── ImgPreview.vue
│   ├── charts/
│   │   └── CircGraph.vue
│   ├── content/
│   │   ├── AiModeB.vue
│   │   ├── ApiPermissions.vue
│   │   ├── Badge.vue
│   │   ├── Danger.vue
│   │   ├── Fukidashi.vue
│   │   ├── GDetails.vue
│   │   ├── MfmPreview.vue
│   │   ├── MiWebEmbed.vue
│   │   ├── MkIndex.vue
│   │   ├── ProseA.vue
│   │   ├── ProseImg.vue
│   │   ├── ProseTable.vue
│   │   ├── Tip.vue
│   │   ├── Warning.vue
│   │   ├── X__Blog__2023-12-19-mac202319__Figure1.vue
│   │   ├── X__Docs__mi-card__Calculator.vue
│   │   └── X__Docs__mi-card__InteractiveView.vue
│   ├── docs/
│   │   ├── AsideNav.vue
│   │   ├── PrevNext.vue
│   │   ├── ReadersNav.vue
│   │   ├── SteppedGuide.vue
│   │   └── TocLinks.vue
│   ├── g/
│   │   ├── AiChan.vue
│   │   ├── BsCopyButton.vue
│   │   ├── Button.vue
│   │   ├── Dots.vue
│   │   ├── Footer.vue
│   │   ├── Hero.vue
│   │   ├── LargeLinks.vue
│   │   ├── Links.vue
│   │   ├── LocalNav.vue
│   │   ├── Marquee.vue
│   │   ├── MisskeyGateway.vue
│   │   ├── Nav.vue
│   │   ├── NoScript.server.vue
│   │   ├── NuxtLink.vue
│   │   └── SocialShare.vue
│   ├── index/
│   │   ├── GetStarted.vue
│   │   ├── Sponsors.vue
│   │   ├── desktop.vue
│   │   ├── hero/
│   │   │   ├── Bg.vue
│   │   │   ├── Mi3d.vue
│   │   │   ├── NodesAnim.vue
│   │   │   ├── Particles.vue
│   │   │   ├── calc.ts
│   │   │   ├── ease.ts
│   │   │   └── particles-worker.ts
│   │   └── mobile.vue
│   ├── misc/
│   │   └── AiSign.vue
│   ├── mk/
│   │   ├── AnimBg.vue
│   │   ├── CustomEmoji.vue
│   │   ├── Google.vue
│   │   ├── Loading.vue
│   │   ├── Mention.vue
│   │   ├── Mfm.ts
│   │   ├── Sparkle.vue
│   │   └── Time.vue
│   ├── servers/
│   │   ├── Finder.vue
│   │   ├── Item.vue
│   │   └── StatsViewer.vue
│   └── tools/
│       ├── AsideNavSection.vue
│       └── mocks/
│           ├── MkNote.vue
│           └── MkProf.vue
├── composables/
│   ├── useGAsyncData.ts
│   ├── useGLocalPath.ts
│   ├── useGSwitchLocalePath.ts
│   └── useScrollSpy.ts
├── content/
│   ├── .README.md
│   ├── blog/
│   │   ├── 2021-09-11-hello-to-misskey-hub.md
│   │   ├── 2021-11-05-mac2021.md
│   │   ├── 2021-12-01-inside-misskey-hub.md
│   │   ├── 2022-02-11-inside-mfm.md
│   │   ├── 2022-11-28-media-k-tai.md
│   │   ├── 2023-02-08-contribute-to-earn.md
│   │   ├── 2023-02-13-gihyo.md
│   │   ├── 2023-02-13-media-k-tai.md
│   │   ├── 2023-03-04-media-itmedia.md
│   │   ├── 2023-03-22-gihyo.md
│   │   ├── 2023-04-08-media-nikkei-linux.md
│   │   ├── 2023-05-15-gihyo.md
│   │   ├── 2023-06-14-gihyo.md
│   │   ├── 2023-07-01-interview.md
│   │   ├── 2023-07-10-interview.md
│   │   ├── 2023-07-12-trademark.md
│   │   ├── 2023-07-14-skeb.md
│   │   ├── 2023-07-14-xserver.md
│   │   ├── 2023-07-16-media-nikkei.md
│   │   ├── 2023-07-18-shindanmaker.md
│   │   ├── 2023-07-19-gihyo.md
│   │   ├── 2023-08-08-misskeyhq.md
│   │   ├── 2023-08-30-conoha.md
│   │   ├── 2023-09-04-media-nlab.md
│   │   ├── 2023-09-07-hatenablog.md
│   │   ├── 2023-09-09-interview.md
│   │   ├── 2023-09-11-gihyo.md
│   │   ├── 2023-09-12-sakuravps.md
│   │   ├── 2023-09-24-release.md
│   │   ├── 2023-10-10-release.md
│   │   ├── 2023-10-24-gihyo.md
│   │   ├── 2023-10-27-xserver.md
│   │   ├── 2023-11-05-mac2023.md
│   │   ├── 2023-11-05-release.md
│   │   ├── 2023-11-14-gihyo.md
│   │   ├── 2023-11-17-release.md
│   │   ├── 2023-12-01-2023recap.md
│   │   ├── 2023-12-03-inside-misskey-hub-next.md
│   │   ├── 2023-12-12-gihyo.md
│   │   ├── 2023-12-19-mac202319.md
│   │   ├── 2023-12-23-release.md
│   │   ├── 2024-02-16-gihyo.md
│   │   ├── 2024-02-17-release.md
│   │   ├── 2024-02-27-wp-cocoon-share.md
│   │   ├── 2024-03-01-release.md
│   │   ├── 2024-03-26-gihyo.md
│   │   ├── 2024-04-11-gihyo.md
│   │   ├── 2024-05-31-release.md
│   │   ├── 2024-06-04-pepabo.md
│   │   ├── 2024-06-11-historical-materials.md
│   │   ├── 2024-06-11-mi-card.md
│   │   ├── 2024-06-17-gihyo.md
│   │   ├── 2024-07-19-gihyo.md
│   │   ├── 2024-07-31-release.md
│   │   ├── 2024-08-18-release.md
│   │   ├── 2024-08-19-gihyo.md
│   │   ├── 2024-09-20-gihyo.md
│   │   ├── 2024-09-29-release.md
│   │   ├── 2024-10-09-release.md
│   │   ├── 2024-10-15-release.md
│   │   ├── 2024-10-28-10kstars.md
│   │   ├── 2024-11-10-mac2024.md
│   │   ├── 2024-11-13-gihyo.md
│   │   ├── 2024-11-22-release.md
│   │   ├── 2024-12-20-gihyo.md
│   │   ├── 2024-12-31-2024recap.md
│   │   ├── 2025-01-28-release.md
│   │   ├── 2025-02-05-release.md
│   │   ├── 2025-02-27-release.md
│   │   ├── 2025-03-06-release.md
│   │   ├── 2025-03-09-release.md
│   │   ├── 2025-03-17-xfolio.md
│   │   ├── 2025-04-09-release.md
│   │   ├── 2025-04-22-gihyo.md
│   │   ├── 2025-04-30-release.md
│   │   ├── 2025-05-07-release.md
│   │   ├── 2025-05-31-release.md
│   │   ├── 2025-06-02-release.md
│   │   ├── 2025-06-16-release.md
│   │   ├── 2025-07-18-release.md
│   │   ├── 2025-08-31-release.md
│   │   ├── 2025-09-08-release.md
│   │   ├── 2025-10-06-gihyo.md
│   │   ├── 2025-10-08-release.md
│   │   ├── 2025-10-24-release.md
│   │   ├── 2025-10-27-release.md
│   │   ├── 2025-11-01-mac2025.md
│   │   ├── 2025-11-16-release.md
│   │   ├── 2025-11-28-release.md
│   │   ├── 2025-12-02-announce.md
│   │   ├── 2025-12-06-release.md
│   │   ├── 2025-12-14-release.md
│   │   ├── 2025-12-15-gihyo.md
│   │   ├── 2025-12-20-2025recap.md
│   │   ├── 2025-12-22-release.md
│   │   ├── 2026-01-26-gihyo.md
│   │   ├── 2026-03-05-release.md
│   │   ├── 2026-03-09-release.md
│   │   ├── 2026-03-10-gihyo.md
│   │   ├── 2026-03-31-release.md
│   │   ├── 2026-05-02-release.md
│   │   └── 2026-05-06-release.md
│   ├── ca/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── index.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── cn/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── de/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── en/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── es/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── fr/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── id/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── it/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── docker.md
│   │   │   │   ├── manual.md
│   │   │   │   └── ubuntu-manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ja/
│   │   ├── .docs-legacy/
│   │   │   └── api/
│   │   │       ├── common.json5
│   │   │       ├── endpoints/
│   │   │       │   ├── admin/
│   │   │       │   │   ├── abuse-user-reports.json5
│   │   │       │   │   ├── accounts/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── ad/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── announcements/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── delete-account.json5
│   │   │       │   │   ├── delete-all-files-of-a-user.json5
│   │   │       │   │   ├── drive/
│   │   │       │   │   │   ├── clean-remote-files.json5
│   │   │       │   │   │   ├── cleanup.json5
│   │   │       │   │   │   ├── files.json5
│   │   │       │   │   │   └── show-file.json5
│   │   │       │   │   ├── drive-capacity-override.json5
│   │   │       │   │   ├── emoji/
│   │   │       │   │   │   ├── add-aliases-bulk.json5
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   ├── copy.json5
│   │   │       │   │   │   ├── delete-bulk.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list-remote.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   ├── remove-aliases-bulk.json5
│   │   │       │   │   │   ├── set-aliases-bulk.json5
│   │   │       │   │   │   ├── set-category-bulk.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── federation/
│   │   │       │   │   │   ├── delete-all-files.json5
│   │   │       │   │   │   ├── refresh-remote-instance-metadata.json5
│   │   │       │   │   │   ├── remove-all-following.json5
│   │   │       │   │   │   └── update-instance.json5
│   │   │       │   │   ├── get-index-stats.json5
│   │   │       │   │   ├── get-table-stats.json5
│   │   │       │   │   ├── get-user-ips.json5
│   │   │       │   │   ├── invite.json5
│   │   │       │   │   ├── meta.json5
│   │   │       │   │   ├── moderators/
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   └── remove.json5
│   │   │       │   │   ├── promo/
│   │   │       │   │   │   └── create.json5
│   │   │       │   │   ├── queue/
│   │   │       │   │   │   ├── clear.json5
│   │   │       │   │   │   ├── deliver-delayed.json5
│   │   │       │   │   │   ├── inbox-delayed.json5
│   │   │       │   │   │   └── stats.json5
│   │   │       │   │   ├── relays/
│   │   │       │   │   │   ├── add.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   └── remove.json5
│   │   │       │   │   ├── reset-password.json5
│   │   │       │   │   ├── resolve-abuse-user-report.json5
│   │   │       │   │   ├── send-email.json5
│   │   │       │   │   ├── server-info.json5
│   │   │       │   │   ├── show-moderation-logs.json5
│   │   │       │   │   ├── show-user.json5
│   │   │       │   │   ├── show-users.json5
│   │   │       │   │   ├── silence-user.json5
│   │   │       │   │   ├── suspend-user.json5
│   │   │       │   │   ├── unsilence-user.json5
│   │   │       │   │   ├── unsuspend-user.json5
│   │   │       │   │   ├── update-meta.json5
│   │   │       │   │   ├── update-user-note.json5
│   │   │       │   │   └── vacuum.json5
│   │   │       │   ├── announcements.json5
│   │   │       │   ├── antennas/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── ap/
│   │   │       │   │   ├── get.json5
│   │   │       │   │   └── show.json5
│   │   │       │   ├── app/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   └── show.json5
│   │   │       │   ├── auth/
│   │   │       │   │   └── session/
│   │   │       │   │       ├── generate.json5
│   │   │       │   │       ├── show.json5
│   │   │       │   │       └── userkey.json5
│   │   │       │   ├── blocking/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   └── list.json5
│   │   │       │   ├── channels/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── follow.json5
│   │   │       │   │   ├── followed.json5
│   │   │       │   │   ├── owned.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── timeline.json5
│   │   │       │   │   ├── unfollow.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── charts/
│   │   │       │   │   ├── active-users.json5
│   │   │       │   │   ├── ap-request.json5
│   │   │       │   │   ├── drive.json5
│   │   │       │   │   ├── federation.json5
│   │   │       │   │   ├── hashtag.json5
│   │   │       │   │   ├── instance.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── user/
│   │   │       │   │   │   ├── drive.json5
│   │   │       │   │   │   ├── following.json5
│   │   │       │   │   │   ├── notes.json5
│   │   │       │   │   │   └── reactions.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── clips/
│   │   │       │   │   ├── add-note.json5
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── remove-note.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── drive/
│   │   │       │   │   ├── files/
│   │   │       │   │   │   ├── attached-notes.json5
│   │   │       │   │   │   ├── check-existence.json5
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── find-by-hash.json5
│   │   │       │   │   │   ├── find.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   ├── update.json5
│   │   │       │   │   │   └── upload-from-url.json5
│   │   │       │   │   ├── files.json5
│   │   │       │   │   ├── folders/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── find.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── folders.json5
│   │   │       │   │   └── stream.json5
│   │   │       │   ├── drive.json5
│   │   │       │   ├── email-address/
│   │   │       │   │   └── available.json5
│   │   │       │   ├── endpoint.json5
│   │   │       │   ├── endpoints.json5
│   │   │       │   ├── federation/
│   │   │       │   │   ├── followers.json5
│   │   │       │   │   ├── following.json5
│   │   │       │   │   ├── instances.json5
│   │   │       │   │   ├── show-instance.json5
│   │   │       │   │   ├── stats.json5
│   │   │       │   │   ├── update-remote-user.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── fetch-rss.json5
│   │   │       │   ├── following/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── invalidate.json5
│   │   │       │   │   └── requests/
│   │   │       │   │       ├── accept.json5
│   │   │       │   │       ├── cancel.json5
│   │   │       │   │       ├── list.json5
│   │   │       │   │       └── reject.json5
│   │   │       │   ├── gallery/
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── popular.json5
│   │   │       │   │   ├── posts/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── like.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   ├── unlike.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   └── posts.json5
│   │   │       │   ├── get-online-users-count.json5
│   │   │       │   ├── hashtags/
│   │   │       │   │   ├── list.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── trend.json5
│   │   │       │   │   └── users.json5
│   │   │       │   ├── i/
│   │   │       │   │   ├── favorites.json5
│   │   │       │   │   ├── gallery/
│   │   │       │   │   │   ├── likes.json5
│   │   │       │   │   │   └── posts.json5
│   │   │       │   │   ├── get-word-muted-notes-count.json5
│   │   │       │   │   ├── notifications.json5
│   │   │       │   │   ├── page-likes.json5
│   │   │       │   │   ├── pages.json5
│   │   │       │   │   ├── pin.json5
│   │   │       │   │   ├── read-all-messaging-messages.json5
│   │   │       │   │   ├── read-all-unread-notes.json5
│   │   │       │   │   ├── read-announcement.json5
│   │   │       │   │   ├── unpin.json5
│   │   │       │   │   ├── update.json5
│   │   │       │   │   └── webhooks/
│   │   │       │   │       ├── create.json5
│   │   │       │   │       ├── delete.json5
│   │   │       │   │       ├── list.json5
│   │   │       │   │       ├── show.json5
│   │   │       │   │       └── update.json5
│   │   │       │   ├── i.json5
│   │   │       │   ├── messaging/
│   │   │       │   │   ├── history.json5
│   │   │       │   │   ├── messages/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   └── read.json5
│   │   │       │   │   └── messages.json5
│   │   │       │   ├── meta.json5
│   │   │       │   ├── mute/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   └── list.json5
│   │   │       │   ├── my/
│   │   │       │   │   └── apps.json5
│   │   │       │   ├── notes/
│   │   │       │   │   ├── children.json5
│   │   │       │   │   ├── clips.json5
│   │   │       │   │   ├── conversation.json5
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── favorites/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── global-timeline.json5
│   │   │       │   │   ├── hybrid-timeline.json5
│   │   │       │   │   ├── local-timeline.json5
│   │   │       │   │   ├── mentions.json5
│   │   │       │   │   ├── polls/
│   │   │       │   │   │   ├── recommendation.json5
│   │   │       │   │   │   └── vote.json5
│   │   │       │   │   ├── reactions/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── reactions.json5
│   │   │       │   │   ├── renotes.json5
│   │   │       │   │   ├── replies.json5
│   │   │       │   │   ├── search-by-tag.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── state.json5
│   │   │       │   │   ├── thread-muting/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   └── delete.json5
│   │   │       │   │   ├── timeline.json5
│   │   │       │   │   ├── translate.json5
│   │   │       │   │   ├── unrenote.json5
│   │   │       │   │   ├── user-list-timeline.json5
│   │   │       │   │   └── watching/
│   │   │       │   │       ├── create.json5
│   │   │       │   │       └── delete.json5
│   │   │       │   ├── notes.json5
│   │   │       │   ├── notifications/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── mark-all-as-read.json5
│   │   │       │   │   └── read.json5
│   │   │       │   ├── pages/
│   │   │       │   │   ├── create.json5
│   │   │       │   │   ├── delete.json5
│   │   │       │   │   ├── featured.json5
│   │   │       │   │   ├── like.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   ├── unlike.json5
│   │   │       │   │   └── update.json5
│   │   │       │   ├── ping.json5
│   │   │       │   ├── pinned-users.json5
│   │   │       │   ├── promo/
│   │   │       │   │   └── read.json5
│   │   │       │   ├── request-reset-password.json5
│   │   │       │   ├── reset-db.json5
│   │   │       │   ├── reset-password.json5
│   │   │       │   ├── server-info.json5
│   │   │       │   ├── stats.json5
│   │   │       │   ├── sw/
│   │   │       │   │   ├── register.json5
│   │   │       │   │   └── unregister.json5
│   │   │       │   ├── test.json5
│   │   │       │   ├── username/
│   │   │       │   │   └── available.json5
│   │   │       │   ├── users/
│   │   │       │   │   ├── clips.json5
│   │   │       │   │   ├── followers.json5
│   │   │       │   │   ├── following.json5
│   │   │       │   │   ├── gallery/
│   │   │       │   │   │   └── posts.json5
│   │   │       │   │   ├── get-frequently-replied-users.json5
│   │   │       │   │   ├── lists/
│   │   │       │   │   │   ├── create.json5
│   │   │       │   │   │   ├── delete.json5
│   │   │       │   │   │   ├── list.json5
│   │   │       │   │   │   ├── pull.json5
│   │   │       │   │   │   ├── push.json5
│   │   │       │   │   │   ├── show.json5
│   │   │       │   │   │   └── update.json5
│   │   │       │   │   ├── notes.json5
│   │   │       │   │   ├── pages.json5
│   │   │       │   │   ├── reactions.json5
│   │   │       │   │   ├── recommendation.json5
│   │   │       │   │   ├── relation.json5
│   │   │       │   │   ├── report-abuse.json5
│   │   │       │   │   ├── search-by-username-and-host.json5
│   │   │       │   │   ├── search.json5
│   │   │       │   │   ├── show.json5
│   │   │       │   │   └── stats.json5
│   │   │       │   └── users.json5
│   │   │       └── index.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ko/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── advanced/
│   │   │   │   ├── aiscript.md
│   │   │   │   ├── create-plugin.md
│   │   │   │   ├── develop-bot.md
│   │   │   │   └── plugin-api-reference.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   ├── libraries.md
│   │   │   │   ├── permission.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── apps.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── hashtag.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── play.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── roles.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash-v140.md
│   │   │   │   ├── bash-v165.md
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   ├── manual.md
│   │   │   │   └── ubuntu-manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── ns.md
│   ├── pl/
│   │   ├── .docs-legacy/
│   │   │   ├── admin/
│   │   │   │   ├── cdn.md
│   │   │   │   ├── default-reaction.md
│   │   │   │   ├── emoji.md
│   │   │   │   ├── nginx.md
│   │   │   │   ├── push-docker-hub.md
│   │   │   │   └── troubleshooting.md
│   │   │   ├── api/
│   │   │   │   ├── app.md
│   │   │   │   ├── common.json5
│   │   │   │   ├── index.md
│   │   │   │   └── streaming/
│   │   │   │       ├── channel/
│   │   │   │       │   ├── global-timeline.md
│   │   │   │       │   ├── home-timeline.md
│   │   │   │       │   ├── hybrid-timeline.md
│   │   │   │       │   ├── index.md
│   │   │   │       │   ├── local-timeline.md
│   │   │   │       │   └── main.md
│   │   │   │       ├── index.md
│   │   │   │       └── note-capture-events.md
│   │   │   ├── donate.md
│   │   │   ├── faq.md
│   │   │   ├── features/
│   │   │   │   ├── ads.md
│   │   │   │   ├── antenna.md
│   │   │   │   ├── charts.md
│   │   │   │   ├── clip.md
│   │   │   │   ├── custom-emoji.md
│   │   │   │   ├── deck.md
│   │   │   │   ├── drive.md
│   │   │   │   ├── favorite.md
│   │   │   │   ├── follow.md
│   │   │   │   ├── index.md
│   │   │   │   ├── mfm.md
│   │   │   │   ├── mute-and-block.md
│   │   │   │   ├── note.md
│   │   │   │   ├── online-status.md
│   │   │   │   ├── pages.md
│   │   │   │   ├── plugin.md
│   │   │   │   ├── reaction.md
│   │   │   │   ├── share-form.md
│   │   │   │   ├── silence.md
│   │   │   │   ├── theme.md
│   │   │   │   ├── thread-mute.md
│   │   │   │   ├── timeline.md
│   │   │   │   ├── webhook.md
│   │   │   │   ├── widgets.md
│   │   │   │   └── word-mute.md
│   │   │   ├── getting-started.md
│   │   │   ├── glossary.md
│   │   │   ├── install/
│   │   │   │   ├── bash.md
│   │   │   │   ├── docker.md
│   │   │   │   ├── kubernetes.md
│   │   │   │   └── manual.md
│   │   │   ├── install.md
│   │   │   ├── misskey-hub.md
│   │   │   ├── misskey.md
│   │   │   ├── releases.md
│   │   │   ├── tips/
│   │   │   │   └── disable-timelines.md
│   │   │   └── troubleshooting.md
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   ├── th/
│   │   ├── contact-faq/
│   │   │   ├── 0.cannot-create-account.md
│   │   │   ├── 1.cannot-login-to-the-account.md
│   │   │   ├── 2.delete-account.md
│   │   │   ├── 3.server-wide-content-mod.md
│   │   │   ├── 4.copyright-infringement.md
│   │   │   ├── 5.client-not-working.md
│   │   │   └── 6.mention-spam.md
│   │   └── docs/
│   │       ├── 1.about-misskey.md
│   │       ├── 2.for-users/
│   │       │   ├── 1.index.md
│   │       │   ├── 2.onboarding/
│   │       │   │   ├── 0.index.md
│   │       │   │   ├── 1.warning.md
│   │       │   │   ├── 2.get-started.md
│   │       │   │   ├── 3.join-server.md
│   │       │   │   └── 4.things-to-know.md
│   │       │   ├── 3.features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── ads.md
│   │       │   │   ├── antenna.md
│   │       │   │   ├── charts.md
│   │       │   │   ├── clip.md
│   │       │   │   ├── custom-emoji.md
│   │       │   │   ├── deck.md
│   │       │   │   ├── dev-mode.md
│   │       │   │   ├── drive.md
│   │       │   │   ├── embed.md
│   │       │   │   ├── favorite.md
│   │       │   │   ├── follow.md
│   │       │   │   ├── hashtag.md
│   │       │   │   ├── mention.md
│   │       │   │   ├── mfm.md
│   │       │   │   ├── mute-and-block.md
│   │       │   │   ├── note.md
│   │       │   │   ├── online-status.md
│   │       │   │   ├── pages.md
│   │       │   │   ├── plugin.md
│   │       │   │   ├── poll.md
│   │       │   │   ├── reaction.md
│   │       │   │   ├── safemode.md
│   │       │   │   ├── share-form.md
│   │       │   │   ├── silence.md
│   │       │   │   ├── theme.md
│   │       │   │   ├── thread-mute.md
│   │       │   │   ├── timeline.md
│   │       │   │   ├── webhook.md
│   │       │   │   ├── widgets.md
│   │       │   │   └── word-mute.md
│   │       │   ├── 4.resources/
│   │       │   │   ├── 1.troubleshooting.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── apps.md
│   │       │   │   ├── faq.md
│   │       │   │   ├── glossary.md
│   │       │   │   ├── misskey-hub.md
│   │       │   │   └── self-xss.md
│   │       │   ├── 5.stepped-guides/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── how-to-delete-account.yml
│   │       │   │   ├── how-to-enable-2fa.yml
│   │       │   │   └── how-to-use-pwa.yml
│   │       │   └── _dir.yml
│   │       ├── 3.for-admin/
│   │       │   ├── _dir.yml
│   │       │   ├── features/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── abuse-report.md
│   │       │   │   ├── announcement.md
│   │       │   │   ├── cli.md
│   │       │   │   ├── federation.md
│   │       │   │   ├── ftt.md
│   │       │   │   ├── managing-emojis.md
│   │       │   │   ├── role.md
│   │       │   │   └── search.md
│   │       │   ├── install/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── guides/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── 2.service.md
│   │       │   │   │   ├── bash.md
│   │       │   │   │   ├── docker.md
│   │       │   │   │   ├── kubernetes.md
│   │       │   │   │   ├── manual.md
│   │       │   │   │   └── ubuntu-manual.md
│   │       │   │   └── resources/
│   │       │   │       ├── _dir.yml
│   │       │   │       ├── cdn.md
│   │       │   │       ├── forking.md
│   │       │   │       ├── nginx.md
│   │       │   │       ├── push-docker-hub.md
│   │       │   │       ├── scale-out.md
│   │       │   │       └── troubleshooting.md
│   │       │   └── moderation-tips/
│   │       │       ├── _dir.yml
│   │       │       └── disable-timelines.md
│   │       ├── 4.for-developers/
│   │       │   ├── _dir.yml
│   │       │   ├── aiscript.md
│   │       │   ├── api/
│   │       │   │   ├── 1.index.md
│   │       │   │   ├── endpoints.md
│   │       │   │   ├── libraries.md
│   │       │   │   ├── permission.md
│   │       │   │   ├── streaming/
│   │       │   │   │   ├── 1.index.md
│   │       │   │   │   ├── channel/
│   │       │   │   │   │   ├── 1.index.md
│   │       │   │   │   │   ├── global-timeline.md
│   │       │   │   │   │   ├── home-timeline.md
│   │       │   │   │   │   ├── hybrid-timeline.md
│   │       │   │   │   │   ├── local-timeline.md
│   │       │   │   │   │   └── main.md
│   │       │   │   │   └── note-capture-events.md
│   │       │   │   └── token/
│   │       │   │       ├── 1.index.md
│   │       │   │       ├── 2.miauth.md
│   │       │   │       ├── 3.oauth.md
│   │       │   │       └── 50.app.md
│   │       │   ├── bot/
│   │       │   │   └── 1.index.md
│   │       │   ├── plugin/
│   │       │   │   ├── _dir.yml
│   │       │   │   ├── create-play.md
│   │       │   │   ├── create-plugin.md
│   │       │   │   └── plugin-api-reference.md
│   │       │   └── publish-on-your-website.md
│   │       ├── 5.releases.md
│   │       ├── 6.donate.md
│   │       ├── 7.become-a-sponsor.md
│   │       ├── 8.mi-card.md
│   │       └── 9.misskey-and-misskey-servers.md
│   └── tw/
│       ├── contact-faq/
│       │   ├── 0.cannot-create-account.md
│       │   ├── 1.cannot-login-to-the-account.md
│       │   ├── 2.delete-account.md
│       │   ├── 3.server-wide-content-mod.md
│       │   ├── 4.copyright-infringement.md
│       │   ├── 5.client-not-working.md
│       │   └── 6.mention-spam.md
│       └── docs/
│           ├── 1.about-misskey.md
│           ├── 2.for-users/
│           │   ├── 1.index.md
│           │   ├── 2.onboarding/
│           │   │   ├── 0.index.md
│           │   │   ├── 1.warning.md
│           │   │   ├── 2.get-started.md
│           │   │   ├── 3.join-server.md
│           │   │   └── 4.things-to-know.md
│           │   ├── 3.features/
│           │   │   ├── 1.index.md
│           │   │   ├── ads.md
│           │   │   ├── antenna.md
│           │   │   ├── charts.md
│           │   │   ├── clip.md
│           │   │   ├── custom-emoji.md
│           │   │   ├── deck.md
│           │   │   ├── dev-mode.md
│           │   │   ├── drive.md
│           │   │   ├── embed.md
│           │   │   ├── favorite.md
│           │   │   ├── follow.md
│           │   │   ├── hashtag.md
│           │   │   ├── mention.md
│           │   │   ├── mfm.md
│           │   │   ├── mute-and-block.md
│           │   │   ├── note.md
│           │   │   ├── online-status.md
│           │   │   ├── pages.md
│           │   │   ├── plugin.md
│           │   │   ├── poll.md
│           │   │   ├── reaction.md
│           │   │   ├── safemode.md
│           │   │   ├── share-form.md
│           │   │   ├── silence.md
│           │   │   ├── theme.md
│           │   │   ├── thread-mute.md
│           │   │   ├── timeline.md
│           │   │   ├── webhook.md
│           │   │   ├── widgets.md
│           │   │   └── word-mute.md
│           │   ├── 4.resources/
│           │   │   ├── 1.troubleshooting.md
│           │   │   ├── _dir.yml
│           │   │   ├── apps.md
│           │   │   ├── faq.md
│           │   │   ├── glossary.md
│           │   │   ├── misskey-hub.md
│           │   │   └── self-xss.md
│           │   ├── 5.stepped-guides/
│           │   │   ├── 1.index.md
│           │   │   ├── _dir.yml
│           │   │   ├── how-to-delete-account.yml
│           │   │   ├── how-to-enable-2fa.yml
│           │   │   └── how-to-use-pwa.yml
│           │   └── _dir.yml
│           ├── 3.for-admin/
│           │   ├── _dir.yml
│           │   ├── features/
│           │   │   ├── 1.index.md
│           │   │   ├── abuse-report.md
│           │   │   ├── announcement.md
│           │   │   ├── cli.md
│           │   │   ├── federation.md
│           │   │   ├── ftt.md
│           │   │   ├── managing-emojis.md
│           │   │   ├── role.md
│           │   │   └── search.md
│           │   ├── install/
│           │   │   ├── _dir.yml
│           │   │   ├── guides/
│           │   │   │   ├── 1.index.md
│           │   │   │   ├── 2.service.md
│           │   │   │   ├── bash.md
│           │   │   │   ├── docker.md
│           │   │   │   ├── kubernetes.md
│           │   │   │   ├── manual.md
│           │   │   │   └── ubuntu-manual.md
│           │   │   └── resources/
│           │   │       ├── _dir.yml
│           │   │       ├── cdn.md
│           │   │       ├── forking.md
│           │   │       ├── nginx.md
│           │   │       ├── push-docker-hub.md
│           │   │       ├── scale-out.md
│           │   │       └── troubleshooting.md
│           │   └── moderation-tips/
│           │       ├── _dir.yml
│           │       └── disable-timelines.md
│           ├── 4.for-developers/
│           │   ├── _dir.yml
│           │   ├── aiscript.md
│           │   ├── api/
│           │   │   ├── 1.index.md
│           │   │   ├── endpoints.md
│           │   │   ├── libraries.md
│           │   │   ├── permission.md
│           │   │   ├── streaming/
│           │   │   │   ├── 1.index.md
│           │   │   │   ├── channel/
│           │   │   │   │   ├── 1.index.md
│           │   │   │   │   ├── global-timeline.md
│           │   │   │   │   ├── home-timeline.md
│           │   │   │   │   ├── hybrid-timeline.md
│           │   │   │   │   ├── local-timeline.md
│           │   │   │   │   └── main.md
│           │   │   │   └── note-capture-events.md
│           │   │   └── token/
│           │   │       ├── 1.index.md
│           │   │       ├── 2.miauth.md
│           │   │       ├── 3.oauth.md
│           │   │       └── 50.app.md
│           │   ├── bot/
│           │   │   └── 1.index.md
│           │   ├── plugin/
│           │   │   ├── _dir.yml
│           │   │   ├── create-play.md
│           │   │   ├── create-plugin.md
│           │   │   └── plugin-api-reference.md
│           │   └── publish-on-your-website.md
│           ├── 5.releases.md
│           ├── 6.donate.md
│           ├── 7.become-a-sponsor.md
│           ├── 8.mi-card.md
│           └── 9.misskey-and-misskey-servers.md
├── crowdin.yml
├── error.vue
├── i18n/
│   └── i18n.config.ts
├── layouts/
│   ├── blank.vue
│   ├── default.vue
│   ├── docs.vue
│   ├── landing.vue
│   ├── slim.vue
│   └── tools.vue
├── locales/
│   ├── README.md
│   ├── ca-ES.yml
│   ├── de-DE.yml
│   ├── en-US.yml
│   ├── es-ES.yml
│   ├── fr-FR.yml
│   ├── id-ID.yml
│   ├── it-IT.yml
│   ├── ja-JP.yml
│   ├── ja-KS.yml
│   ├── ko-KR.yml
│   ├── pl-PL.yml
│   ├── th-TH.yml
│   ├── zh-CN.yml
│   └── zh-TW.yml
├── mdc.config.ts
├── nuxt.config.ts
├── package.json
├── pages/
│   ├── about-us/
│   │   ├── history.vue
│   │   ├── index.vue
│   │   └── team.vue
│   ├── blog/
│   │   ├── [slug].vue
│   │   └── index.vue
│   ├── brand-assets.vue
│   ├── contact.vue
│   ├── docs/
│   │   ├── [...slug].vue
│   │   └── index.vue
│   ├── index.vue
│   ├── learn-more.vue
│   ├── mi-web.client.vue
│   ├── ns.vue
│   ├── servers/
│   │   ├── index.vue
│   │   └── stats.vue
│   ├── share.client.vue
│   ├── test.vue
│   └── tools/
│       ├── aid-converter.vue
│       ├── avatar-decoration-preview.vue
│       ├── custom-emoji-preview.vue
│       ├── hub-servers-preview.vue
│       ├── identicon-generator.vue
│       ├── index.vue
│       ├── mfm-playground.vue
│       ├── share-link-generator.vue
│       └── tools-template-ignore.vue
├── public/
│   ├── _headers
│   ├── _redirects_template
│   ├── fonts/
│   │   ├── GenJyuuGothicX-Bold/
│   │   │   └── GenJyuuGothicX-Bold.css
│   │   ├── GenJyuuGothicX-P-Bold/
│   │   │   └── GenJyuuGothicX-P-Bold.css
│   │   ├── GenJyuuGothicX-P-Regular/
│   │   │   └── GenJyuuGothicX-P-Regular.css
│   │   ├── GenJyuuGothicX-Regular/
│   │   │   └── GenJyuuGothicX-Regular.css
│   │   ├── LICENSE
│   │   └── fonts.css
│   ├── gltf/
│   │   ├── mi.glb
│   │   └── micard.glb
│   ├── hdr/
│   │   └── micard.hdr
│   ├── header-mask.afdesign
│   ├── img/
│   │   ├── docs/
│   │   │   └── fukidashi/
│   │   │       └── README.md
│   │   ├── sponsors/
│   │   │   └── LICENSE
│   │   └── uwu/
│   │       └── LICENSE
│   └── section-mask.afdesign
├── scripts/
│   ├── changelog-auto-updater/
│   │   ├── package.json
│   │   ├── src/
│   │   │   └── index.ts
│   │   ├── tsconfig.json
│   │   └── vite.config.ts
│   ├── fetch-crowdin.ts
│   ├── gen-locales.ts
│   ├── gen-old-hub-redirects.ts
│   ├── gen-spa-loading-template.ts
│   ├── get-old-hub-redirects.ts
│   ├── get-static-endpoints.ts
│   ├── markdown-fixer/
│   │   ├── index.js
│   │   └── package.json
│   └── vercel-branch-deploy-config.sh
├── server/
│   ├── plugins/
│   │   ├── appendComment.ts
│   │   └── i18nRedirector.ts
│   └── tsconfig.json
├── tsconfig.json
├── types/
│   ├── content.ts
│   ├── instances-info.ts
│   ├── misc.d.ts
│   ├── others.ts
│   └── router.d.ts
├── uno.config.ts
└── vercel.json
Download .txt
SYMBOL INDEX (146 symbols across 40 files)

FILE: app/router.options.ts
  method scrollBehavior (line 4) | scrollBehavior(to) {

FILE: assets/data/features.ts
  type FeatureItem (line 1) | type FeatureItem = {

FILE: assets/data/locales.ts
  type LocaleCodes (line 19) | type LocaleCodes = typeof localesConst[number]['code'];

FILE: assets/data/nav.ts
  type NavSection (line 4) | type NavSection = {
  type NavItem (line 12) | type NavItem = {

FILE: assets/data/team-members.ts
  type MiHubMember (line 1) | type MiHubMember = {

FILE: assets/js/mi/aid.ts
  constant TIME2000 (line 14) | const TIME2000 = 946684800000;
  function getTime (line 19) | function getTime(time: number): string {
  function getNoise (line 26) | function getNoise(ctr: number): string {
  function genAid (line 30) | function genAid(t: number, ctr: number | null = null): string {
  function parseAid (line 38) | function parseAid(id: string): { date: Date; } {

FILE: assets/js/mi/aidx.ts
  constant TIME2000 (line 15) | const TIME2000 = 946684800000;
  constant TIME_LENGTH (line 16) | const TIME_LENGTH = 8;
  constant NODE_LENGTH (line 17) | const NODE_LENGTH = 4;
  constant NOISE_LENGTH (line 18) | const NOISE_LENGTH = 4;
  function getTime (line 23) | function getTime(time: number): string {
  function getNoise (line 30) | function getNoise(ctr: number): string {
  function genAidx (line 34) | function genAidx(t: number, ctr: number | null = null): string {
  function parseAidx (line 42) | function parseAidx(id: string): { date: Date; } {

FILE: assets/js/mi/clone.ts
  type Cloneable (line 11) | type Cloneable = string | number | boolean | null | { [key: string]: Clo...
  function deepClone (line 13) | function deepClone<T extends Cloneable>(x: T): T {

FILE: assets/js/mi/collapsed.ts
  function shouldCollapsed (line 8) | function shouldCollapsed(note: Misskey.entities.Note): boolean {

FILE: assets/js/mi/gen-identicon.ts
  function genIdenticon (line 47) | function genIdenticon(seed: string, canvas: HTMLCanvasElement) {

FILE: assets/js/mi/io-emojis.ts
  function init (line 5) | async function init() {

FILE: assets/js/mi/io-media-proxy.ts
  function getProxiedImageUrl (line 9) | function getProxiedImageUrl(imageUrl: string, type?: 'preview' | 'emoji'...

FILE: assets/js/misc/get-issue-url.ts
  function getGhIssueUrl (line 3) | async function getGhIssueUrl(options: {

FILE: assets/js/misc/index.ts
  function resolveObjPath (line 11) | function resolveObjPath(o: Record<string, any>, s: string): any {
  function isLocalPath (line 31) | function isLocalPath(link: string, base?: string): boolean {
  function sanitizeInternalPath (line 47) | function sanitizeInternalPath(path: string): string {
  function copyText (line 80) | function copyText(val: string) {
  function kanaHalfToFull (line 118) | function kanaHalfToFull(str: string): string {

FILE: assets/js/misc/uwu.ts
  function uwu (line 1) | function uwu(setLocalStorage = true, enableLog = true) {

FILE: assets/js/scroll-to/index.ts
  function scrollTo (line 1) | function scrollTo(qs: string) {

FILE: assets/js/vFadeIn.ts
  function onIntersect (line 12) | function onIntersect(entries: IntersectionObserverEntry[]) {

FILE: assets/js/vTextUnderline.ts
  function onIntersect (line 15) | function onIntersect(entries: IntersectionObserverEntry[]) {

FILE: components/index/hero/calc.ts
  function rand (line 12) | function rand(min, max?, ease?) {
  function randInt (line 35) | function randInt(min, max?, ease?) {
  function randArr (line 55) | function randArr(arr) {
  function map (line 72) | function map(val, inputMin, inputMax, outputMin, outputMax) {
  function clamp (line 86) | function clamp(val, min, max) {
  function lerp (line 90) | function lerp(current, target, mix) {
  function roundToUpperInterval (line 103) | function roundToUpperInterval(value, interval) {
  function roundToLowerInterval (line 119) | function roundToLowerInterval(value, interval) {
  function roundToNearestInterval (line 135) | function roundToNearestInterval(value, interval) {
  function intersectSphere (line 149) | function intersectSphere(a, b) {
  function getIndexFromCoords (line 168) | function getIndexFromCoords(x, y, w) {
  function getCoordsFromIndex (line 181) | function getCoordsFromIndex(i, w) {
  function visibleHeightAtZDepth (line 188) | function visibleHeightAtZDepth(depth, camera) {
  function visibleWidthAtZDepth (line 197) | function visibleWidthAtZDepth(depth, camera) {

FILE: components/index/hero/ease.ts
  function inQuad (line 13) | function inQuad(t, b, c, d) {
  function outQuad (line 28) | function outQuad(t, b, c, d) {
  function inOutQuad (line 43) | function inOutQuad(t, b, c, d) {
  function inCubic (line 59) | function inCubic(t, b, c, d) {
  function outCubic (line 74) | function outCubic(t, b, c, d) {
  function inOutCubic (line 89) | function inOutCubic(t, b, c, d) {
  function inQuart (line 105) | function inQuart(t, b, c, d) {
  function outQuart (line 120) | function outQuart(t, b, c, d) {
  function inOutQuart (line 135) | function inOutQuart(t, b, c, d) {
  function inQuint (line 151) | function inQuint(t, b, c, d) {
  function outQuint (line 166) | function outQuint(t, b, c, d) {
  function inOutQuint (line 181) | function inOutQuint(t, b, c, d) {
  function inSine (line 197) | function inSine(t, b, c, d) {
  function outSine (line 212) | function outSine(t, b, c, d) {
  function inOutSine (line 227) | function inOutSine(t, b, c, d) {
  function inExpo (line 242) | function inExpo(t, b, c, d) {
  function outExpo (line 257) | function outExpo(t, b, c, d) {
  function inOutExpo (line 272) | function inOutExpo(t, b, c, d) {
  function inCirc (line 290) | function inCirc(t, b, c, d) {
  function outCirc (line 305) | function outCirc(t, b, c, d) {
  function inOutCirc (line 320) | function inOutCirc(t, b, c, d) {
  function inElastic (line 336) | function inElastic(t, b, c, d) {
  function outElastic (line 355) | function outElastic(t, b, c, d) {
  function inOutElastic (line 374) | function inOutElastic(t, b, c, d) {
  function inBack (line 395) | function inBack(t, b, c, d, s) {
  function outBack (line 412) | function outBack(t, b, c, d, s) {
  function inOutBack (line 429) | function inOutBack(t, b, c, d, s) {

FILE: components/index/hero/particles-worker.ts
  function hexToInt (line 5) | function hexToInt(rrggbb: string): number {
  class Ripple (line 10) | class Ripple {
    method constructor (line 27) | constructor(config, system) {
    method getInfluenceVector (line 63) | getInfluenceVector(vec) {
    method update (line 76) | update(i) {
    method destroy (line 90) | destroy(i) {
  class Particle (line 99) | class Particle {
    method constructor (line 120) | constructor(config, system) {
    method createMesh (line 138) | createMesh() {
    method update (line 160) | update() {
  class Drop (line 176) | class Drop {
    method constructor (line 198) | constructor(config, system) {
    method createMesh (line 218) | createMesh() {
    method update (line 240) | update(i) {
  class System (line 256) | class System {
    method constructor (line 280) | constructor(loader, config: { particleColor: string; rippleColor: stri...
    method createDrop (line 320) | createDrop(progress = 0) {
    method updateDrops (line 334) | updateDrops() {
    method createRipple (line 341) | createRipple(x, z, strength) {
    method updateRipples (line 353) | updateRipples() {
    method update (line 360) | update() {
  class Loader (line 399) | class Loader {
    method constructor (line 414) | constructor(container: HTMLElement, width, height) {
    method setupTime (line 434) | setupTime() {
    method setupScene (line 442) | setupScene() {
    method setupCamera (line 446) | setupCamera() {
    method setupRenderer (line 458) | setupRenderer() {
    method update (line 466) | update() {
    method render (line 480) | render() {
    method listen (line 484) | listen() {
    method onResize (line 488) | onResize(width, height) {
    method loop (line 496) | loop() {
    method destroy (line 502) | destroy() {

FILE: components/mk/Mfm.ts
  constant QUOTE_STYLE (line 18) | const QUOTE_STYLE = `
  function safeParseFloat (line 27) | function safeParseFloat(str: unknown): number | null {

FILE: composables/useGAsyncData.ts
  type KeysOf (line 1) | type KeysOf<T> = Array<T extends T ? keyof T extends string ? keyof T : ...
  function useGAsyncData (line 3) | function useGAsyncData<ResT, DataE = Error, DataT = ResT, PickKeys exten...

FILE: composables/useGLocalPath.ts
  function useGLocalePath (line 5) | function useGLocalePath() {

FILE: composables/useGSwitchLocalePath.ts
  function useGSwitchLocalePath (line 5) | function useGSwitchLocalePath() {

FILE: composables/useScrollSpy.ts
  function observerCallback (line 13) | function observerCallback(entries: IntersectionObserverEntry[]) {
  function updateHeadings (line 27) | function updateHeadings(headings: Element[]) {

FILE: mdc.config.ts
  method setup (line 6) | async setup(shiki) {

FILE: nuxt.config.ts
  function getRouteRules (line 27) | function getRouteRules(): NuxtConfig['routeRules'] | undefined {

FILE: scripts/changelog-auto-updater/src/index.ts
  function parseChangelog (line 4) | function parseChangelog(text: string) {
  function getGhChangelog (line 45) | async function getGhChangelog() {
  function main (line 57) | async function main() {

FILE: scripts/fetch-crowdin.ts
  type CrowdinTargetLanguages (line 7) | type CrowdinTargetLanguages = {
  type CrowdinProjectMember (line 24) | type CrowdinProjectMember = {
  function fallback (line 36) | function fallback(sourceFilePath: string, tsOut: string[]) {
  function fetchCrowdinMembers (line 42) | async function fetchCrowdinMembers() {

FILE: scripts/gen-locales.ts
  function genLocalesJson (line 5) | async function genLocalesJson() {

FILE: scripts/gen-spa-loading-template.ts
  function genSpaLoadingTemplate (line 4) | async function genSpaLoadingTemplate() {

FILE: scripts/get-old-hub-redirects.ts
  type VercelRouteSource (line 11) | type VercelRouteSource = {
  function getOldHubRedirects (line 46) | function getOldHubRedirects(mode: 'nitro' | 'nitroFs' | 'vercel' = 'nitr...
  function generateOldHubRedirects (line 132) | async function generateOldHubRedirects() {

FILE: scripts/get-static-endpoints.ts
  function getStaticEndpoints (line 5) | function getStaticEndpoints(): string[] {
  function getFiles (line 27) | function getFiles(dir: string): string[] {

FILE: scripts/markdown-fixer/index.js
  function remarkAddSpaceFunction (line 3) | function remarkAddSpaceFunction() {

FILE: types/content.ts
  type MiDocsParsedContentMd (line 9) | interface MiDocsParsedContentMd extends MarkdownParsedContent {
  type MiDocsParsedContentSteppedGuide (line 22) | interface MiDocsParsedContentSteppedGuide extends ParsedContent {
  type MiDocsParsedContent (line 38) | type MiDocsParsedContent = MiDocsParsedContentMd | MiDocsParsedContentSt...
  type MiBlogParsedContent (line 45) | interface MiBlogParsedContent extends MarkdownParsedContent {
  type MiContactFaqParsedContent (line 53) | interface MiContactFaqParsedContent extends MarkdownParsedContent {

FILE: types/instances-info.ts
  type InstanceItem (line 4) | type InstanceItem = {
  type InstanceInfo (line 38) | type InstanceInfo = {
  type InstancesStatsObj (line 65) | type InstancesStatsObj = {

FILE: types/misc.d.ts
  type CustomAppConfig (line 15) | interface CustomAppConfig {
  type ComposerCustomProperties (line 52) | interface ComposerCustomProperties {

FILE: types/others.ts
  type PartialRecord (line 1) | type PartialRecord<K extends keyof any, T> = {

FILE: types/router.d.ts
  type RouteMeta (line 7) | interface RouteMeta {
Copy disabled (too large) Download .json
Condensed preview — 2349 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (10,454K chars).
[
  {
    "path": ".editorconfig",
    "chars": 143,
    "preview": "root = true\n\n[*]\nindent_style = tab\nindent_size = 2\ncharset = utf-8\ninsert_final_newline = true\nend_of_line = lf\n\n[*.yml"
  },
  {
    "path": ".gitattributes",
    "chars": 38,
    "preview": "public/fonts/** linguist-documentation"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/01_visitor-bug-report-ja.yml",
    "chars": 1965,
    "preview": "name: 🐛 【閲覧者】バグ報告 (Japanese)\ndescription: サイトの誤作動があった場合はこちらにご報告ください。\nlabels: [\"bug?\", \"maybe non-developer\"]\n\nbody:\n  - "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/02_visitor-bug-report-en.yml",
    "chars": 2564,
    "preview": "name: 🐛 [For visitors] Bug Report (English)\ndescription: If you encounter any malfunction on the site, please report it "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/03_developer-bug-report.yml",
    "chars": 2049,
    "preview": "name: 🐛 [For developers] Bug Report\ndescription: Create a report to help us improve\nlabels: [\"bug?\"]\n\nbody:\n  - type: ma"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/04_feature-request.yml",
    "chars": 640,
    "preview": "name: ✨ Feature Request\ndescription: Suggest an idea for this project\nlabels: [\"feature\"]\n\nbody:\n  - type: textarea\n    "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 354,
    "preview": "contact_links:\n  - name: 💬 Bug reports and feature requests for Misskey itself\n    url: https://github.com/misskey-dev/m"
  },
  {
    "path": ".github/workflows/deploy.yml",
    "chars": 2333,
    "preview": "name: Deploy\n\non:\n  # Runs on pushes targeting the default branch\n  push:\n    branches: [\"master\"]\n\n  # Allows you to ru"
  },
  {
    "path": ".github/workflows/on-misskey-release.yml",
    "chars": 2311,
    "preview": "name: On Misskey Release (Update Release Notes)\n\non:\n  repository_dispatch:\n    types: [misskey_release]\n  workflow_disp"
  },
  {
    "path": ".gitignore",
    "chars": 437,
    "preview": "# Nuxt dev/build outputs\n.output\n.nuxt\n.nitro\n.cache\n.vercel\ndist\n\n# Node dependencies\nnode_modules\n\n# Logs\nlogs\n*.log\n\n"
  },
  {
    "path": ".npmrc",
    "chars": 53,
    "preview": "shamefully-hoist=true\nstrict-peer-dependencies=false\n"
  },
  {
    "path": ".nuxtignore",
    "chars": 68,
    "preview": "pages/**/*-ignore.vue\nlocales\n__misc\nscripts/changelog-auto-updater\n"
  },
  {
    "path": "LICENSE",
    "chars": 34519,
    "preview": "                    GNU AFFERO GENERAL PUBLIC LICENSE\n                       Version 3, 19 November 2007\n\n Copyright (C)"
  },
  {
    "path": "README.md",
    "chars": 1878,
    "preview": "# Misskey Hub (Next)\n\n![Screenshot of Misskey Hub](./public/img/og/misskey-hub-screenshot-dr.png)\n\nWebsite for Misskey, "
  },
  {
    "path": "app/router.options.ts",
    "chars": 976,
    "preview": "import type { RouterConfig } from '@nuxt/schema'\n\nexport default <RouterConfig> {\n    scrollBehavior(to) {\n        if (t"
  },
  {
    "path": "app/spa-loading-template-base.html",
    "chars": 2037,
    "preview": "<!-- script -->\n\n<div id=\"splash\">\n    <img id=\"splashIcon\" src=\"/img/icons/icon-128x128.png\">\n    <div id=\"splashSpinne"
  },
  {
    "path": "app.config.ts",
    "chars": 198,
    "preview": "export default defineAppConfig({\n    notice: {\n        title: {\n            ja: 'v2026.5.1 をリリースしました!',\n            en: "
  },
  {
    "path": "app.vue",
    "chars": 6498,
    "preview": "<script setup lang=\"ts\">\nimport TopIco from 'bi/chevron-up.svg';\nimport { locales } from '@/assets/data/locales';\nimport"
  },
  {
    "path": "assets/css/bootstrap-forms.scss",
    "chars": 1101,
    "preview": "@import \"bootstrap/scss/mixins/banner\";\n@include bsBanner(\"Forms & Buttons\");\n\n//$primary: #4a4c94;\n$primary: #86b300;\n\n"
  },
  {
    "path": "assets/css/global.css",
    "chars": 8953,
    "preview": ":root {\n\t--THEME-bg: #eee;\n\t--THEME-fg: #222;\n\n\tbackground: var(--THEME-bg);\n\tcolor: var(--THEME-fg);\n}\n:root.dark {\n\t--"
  },
  {
    "path": "assets/css/mfm.scss",
    "chars": 5574,
    "preview": "@charset \"utf-8\";\n\n/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n *\n * SPDX-License-Identifier: AG"
  },
  {
    "path": "assets/css/nprogress.css",
    "chars": 785,
    "preview": "/* Make clicks pass-through */\n#nprogress {\n    pointer-events: none;\n}\n\n#nprogress .bar {\n    background: #4ab300;\n\n   "
  },
  {
    "path": "assets/data/features.ts",
    "chars": 7004,
    "preview": "type FeatureItem = {\n\timg?: string;\n\ttitle: string;\n\tdescription: string;\n};\n\nexport const features = [{\n\timg: '/img/top"
  },
  {
    "path": "assets/data/forks.ts",
    "chars": 163,
    "preview": "export const forkedSoftwares = [\n    'firefish',\n    'calckey',\n    'iceshrimp',\n    'meisskey',\n    'ebisskey',\n    'fo"
  },
  {
    "path": "assets/data/locales.ts",
    "chars": 1353,
    "preview": "import type { LocaleObject } from '@nuxtjs/i18n';\n\nexport const localesConst = [\n\t{ files: [ 'ja-JP.json' ], code: 'ja',"
  },
  {
    "path": "assets/data/nav.ts",
    "chars": 1117,
    "preview": "import type { Component } from \"#app/compat/capi\";\nimport GHIcon from \"bi/github.svg\";\n\nexport type NavSection = {\n    /"
  },
  {
    "path": "assets/data/old-hub-redirects.ts",
    "chars": 21893,
    "preview": "export const redirects: [string, string][] = [\n    [\n        \"/docs/api/\",\n        \"/docs/for-developers/api/\"\n    ],\n  "
  },
  {
    "path": "assets/data/team-members.ts",
    "chars": 1421,
    "preview": "export type MiHubMember = {\n    /** Github User ID */\n    id: number;\n    /** Github user name */\n    username: string;\n"
  },
  {
    "path": "assets/data/toolsNav.ts",
    "chars": 1596,
    "preview": "import type { NavSection } from \"./nav\";\n\nexport default <NavSection[]>[\n    {\n        title: \"_tools._forUsers.title\",\n"
  },
  {
    "path": "assets/js/mi/aid.ts",
    "chars": 1002,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\n// AI"
  },
  {
    "path": "assets/js/mi/aidx.ts",
    "chars": 1235,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\n// AI"
  },
  {
    "path": "assets/js/mi/clone.ts",
    "chars": 757,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\n// st"
  },
  {
    "path": "assets/js/mi/collapsed.ts",
    "chars": 574,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\nimpor"
  },
  {
    "path": "assets/js/mi/gen-identicon.ts",
    "chars": 2446,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and misskey-project\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\n/**\n * Identicon"
  },
  {
    "path": "assets/js/mi/io-emojis.ts",
    "chars": 329,
    "preview": "import { getIOEmoji } from './io-meta';\nimport * as Misskey from 'misskey-js';\nexport const customEmojisMap = new Map<st"
  },
  {
    "path": "assets/js/mi/io-media-proxy.ts",
    "chars": 962,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\n/** 各"
  },
  {
    "path": "assets/js/mi/io-meta.ts",
    "chars": 1081,
    "preview": "import * as Misskey from 'misskey-js';\n\nexport const getIOMeta = async (): Promise<Misskey.entities.MetaDetailed> => {\n "
  },
  {
    "path": "assets/js/misc/get-issue-url.ts",
    "chars": 3086,
    "preview": "import { withQuery } from 'ufo';\n\nexport async function getGhIssueUrl(options: {\n    lang: string;\n    repoUrl: string;\n"
  },
  {
    "path": "assets/js/misc/index.ts",
    "chars": 4182,
    "preview": "import type { NavItem } from '@nuxt/content';\nimport type { LocaleObject } from '@nuxtjs/i18n';\nimport { parseURL } from"
  },
  {
    "path": "assets/js/misc/uwu.ts",
    "chars": 985,
    "preview": "export function uwu(setLocalStorage = true, enableLog = true) {\n    if (import.meta.client) {\n        const params = new"
  },
  {
    "path": "assets/js/scroll-to/index.ts",
    "chars": 173,
    "preview": "export function scrollTo(qs: string) {\n    if (import.meta.client) {\n        document.querySelector(qs)?.scrollIntoView("
  },
  {
    "path": "assets/js/vFadeIn.ts",
    "chars": 765,
    "preview": "import type { Directive } from 'vue';\n\nexport const vFadeIn = {\n\tmounted: (src, binding, vn) => {\n\t\tif (window.location."
  },
  {
    "path": "assets/js/vTextUnderline.ts",
    "chars": 867,
    "preview": "import type { Directive } from 'vue';\n\nexport const vTextUnderline = {\n\tmounted: (src, binding, vn) => {\n\t\tif (window.lo"
  },
  {
    "path": "components/about-us/TeamMember.vue",
    "chars": 986,
    "preview": "<template>\n    <GNuxtLink :to=\"member.id === 'crowdin' ? `https://crowdin.com/profile/${member.username}` : `https://git"
  },
  {
    "path": "components/brand-assets/ImgPreview.vue",
    "chars": 624,
    "preview": "<template>\n    <a :href=\"src\" target=\"_blank\">\n        <div class=\"p-6\" :class=\"$style.previewRoot\">\n            <img :s"
  },
  {
    "path": "components/charts/CircGraph.vue",
    "chars": 3580,
    "preview": "<template>\n    <svg viewBox=\"-3 -3 70 70\">\n        <circle\n            v-for=\"(item, index) in sortedData\"\n            c"
  },
  {
    "path": "components/content/AiModeB.vue",
    "chars": 710,
    "preview": "<template>\n    <button class=\"btn btn-primary inline-block mb-4\" @click=\"click()\">\n        {{ isEnabledAiChanMode ? '藍モー"
  },
  {
    "path": "components/content/ApiPermissions.vue",
    "chars": 816,
    "preview": "<template>\n    <div>\n        <p>Version: v{{ misskeyJsVersion }}</p>\n        <table>\n            <thead>\n               "
  },
  {
    "path": "components/content/Badge.vue",
    "chars": 1057,
    "preview": "<template>\n    <span\n        class=\"inline-block rounded-full\"\n        :class=\"[\n            $style.badgeRoot,\n         "
  },
  {
    "path": "components/content/Danger.vue",
    "chars": 705,
    "preview": "<template>\n    <div :class=\"$style.root\" class=\"bg-red-100 dark:bg-red-900 dark:bg-opacity-25 border border-red-200 dark"
  },
  {
    "path": "components/content/Fukidashi.vue",
    "chars": 2267,
    "preview": "<template>\n    <div class=\"flex gap-4 mb-4\" :class=\"$style[direction]\">\n        <div class=\"flex-shrink-0\" :class=\"direc"
  },
  {
    "path": "components/content/GDetails.vue",
    "chars": 945,
    "preview": "<script setup lang=\"ts\">\ndefineProps<{\n    summary?: string;\n}>();\n\nconst { t } = useI18n();\nconst clickToExpand = compu"
  },
  {
    "path": "components/content/MfmPreview.vue",
    "chars": 704,
    "preview": "<template>\n    <div class=\"rounded-lg border border-neutral-200 dark:border-neutral-700 p-6 mfm-root mb-4 relative overf"
  },
  {
    "path": "components/content/MiWebEmbed.vue",
    "chars": 2437,
    "preview": "<template>\n    <div class=\"mb-4\">\n        <ClientOnly>\n            <iframe\n                ref=\"iframe\"\n                "
  },
  {
    "path": "components/content/MkIndex.vue",
    "chars": 1407,
    "preview": "<template>\n\t<div :class=\"['grid grid-cols-1 md:grid-cols-2 gap-4', wide && 'lg:grid-cols-3']\">\n\t\t<ContentNavigation v-sl"
  },
  {
    "path": "components/content/ProseA.vue",
    "chars": 2087,
    "preview": "<script setup lang=\"ts\">\nimport MiIco from '@/assets/svg/misskey_mi_bi.svg';\nimport ExtIco from 'bi/box-arrow-up-right.s"
  },
  {
    "path": "components/content/ProseImg.vue",
    "chars": 674,
    "preview": "<template>\n\t<img class=\"rounded-lg\" :src=\"refinedSrc\" :alt=\"alt\" :width=\"width\" :height=\"height\" loading=\"lazy\" />\n</tem"
  },
  {
    "path": "components/content/ProseTable.vue",
    "chars": 655,
    "preview": "<template>\n\t<div ref=\"tableContainer\" class=\"w-full overflow-x-auto !overflow-y-hidden whitespace-nowrap mb-4\">\n\t\t<table"
  },
  {
    "path": "components/content/Tip.vue",
    "chars": 708,
    "preview": "<template>\n    <div :class=\"$style.root\" class=\"bg-sky-100 dark:bg-sky-900 dark:bg-opacity-25 border border-sky-200 dark"
  },
  {
    "path": "components/content/Warning.vue",
    "chars": 739,
    "preview": "<template>\n    <div :class=\"$style.root\" class=\"bg-yellow-100 dark:bg-yellow-900 dark:bg-opacity-25 border border-yellow"
  },
  {
    "path": "components/content/X__Blog__2023-12-19-mac202319__Figure1.vue",
    "chars": 3700,
    "preview": "<template>\n\t<div class=\"bg-neutral-100 dark:bg-neutral-900 rounded-lg\">\n\t\t<div class=\"bg-neutral-200 dark:bg-neutral-800"
  },
  {
    "path": "components/content/X__Docs__mi-card__Calculator.vue",
    "chars": 977,
    "preview": "<template>\n\t<div class=\"block mx-auto max-w-lg p-4 rounded-lg border border-neutral-200 dark:border-neutral-700\">\n\t\t<lab"
  },
  {
    "path": "components/content/X__Docs__mi-card__InteractiveView.vue",
    "chars": 1231,
    "preview": "<template>\n    <div v-if=\"show\">\n        <model-viewer\n            src=\"/gltf/micard.glb\"\n            ar\n            env"
  },
  {
    "path": "components/docs/AsideNav.vue",
    "chars": 2756,
    "preview": "<template>\n<ul class=\"toc-links text-sm\" :class=\"[\n\t`depth-${depth}`,\n\tdepth === 1 ? 'mb-4' : 'mb-2',\n]\">\n\t<li\n\t\tv-for=\""
  },
  {
    "path": "components/docs/PrevNext.vue",
    "chars": 2099,
    "preview": "<template>\n\t<div class=\"flex flex-col lg:flex-row justify-between items-center\">\n\t\t<div class=\"order-2 mt-4 lg:mt-0 lg:o"
  },
  {
    "path": "components/docs/ReadersNav.vue",
    "chars": 852,
    "preview": "<template>\n\t<section>\n\t\t<h2 class=\"text-2xl lg:text-3xl font-title font-bold mb-4\">\n\t\t\t{{ $t(`_docs._${sectionId}.title`"
  },
  {
    "path": "components/docs/SteppedGuide.vue",
    "chars": 7927,
    "preview": "<template>\n    <div class=\"grid\" :class=\"$style.root\">\n        <div class=\"markdown-body w-full lg:col-span-2 mb-6\">\n   "
  },
  {
    "path": "components/docs/TocLinks.vue",
    "chars": 1713,
    "preview": "<template>\n<ul class=\"toc-links mb-2 space-y-2\" :class=\"{ 'mt-2': (links != null && links[0]?.depth > 1) }\">\n\t<li\n\t\tv-fo"
  },
  {
    "path": "components/g/AiChan.vue",
    "chars": 2378,
    "preview": "<template>\n    <iframe\n        v-if=\"isEnabledAiChanMode\"\n        @load=\"initAiChan()\"\n        class=\"transition-opacity"
  },
  {
    "path": "components/g/BsCopyButton.vue",
    "chars": 581,
    "preview": "<template>\n<button class=\"btn btn-outline-primary\" @click=\"copy\">\n    <CopyIco class=\"w-4 h-4\" v-if=\"!copied\" />\n    <Ch"
  },
  {
    "path": "components/g/Button.vue",
    "chars": 1403,
    "preview": "<template>\n<GNuxtLink v-if=\"buttonType == 'link'\" :to=\"to\" class=\"_plainLink\" :class=\"[$style.button, shadow ? $style.sh"
  },
  {
    "path": "components/g/Dots.vue",
    "chars": 452,
    "preview": "<template>\n<svg fill=\"none\" style=\"pointer-events: none;\">\n\t<defs>\n\t\t<pattern :id=\"id\" x=\"0\" y=\"0\" :width=\"space\" :heigh"
  },
  {
    "path": "components/g/Footer.vue",
    "chars": 550,
    "preview": "<template>\n<footer :class=\"$style.root\">\n\t<span :class=\"$style.copyright\">&copy; 2025 syuilo and Misskey Project</span>\n"
  },
  {
    "path": "components/g/Hero.vue",
    "chars": 751,
    "preview": "<template>\n    <header class=\"lg:py-12\">\n        <div class=\"container mx-auto max-w-screen-xl p-6 lg:min-h-[330px] gap-"
  },
  {
    "path": "components/g/LargeLinks.vue",
    "chars": 1551,
    "preview": "<template>\n    <div class=\"space-y-6\">\n        <GNuxtLink v-for=\"item in items\" :to=\"item.to\" :target=\"isLocalPath(item."
  },
  {
    "path": "components/g/Links.vue",
    "chars": 1291,
    "preview": "<template>\n\t<div :class=\"['grid grid-cols-1 md:grid-cols-2 gap-4', wide && 'lg:grid-cols-3']\">\n\t    <GNuxtLink\n\t    \tcla"
  },
  {
    "path": "components/g/LocalNav.vue",
    "chars": 1275,
    "preview": "<template>\n    <ul class=\"flex flex-wrap p-4\" :class=\"$style.localNavRoot\">\n        <li v-for=\"item in items\">\n         "
  },
  {
    "path": "components/g/Marquee.vue",
    "chars": 1955,
    "preview": "<template>\n<div :class=\"$style.wrap\">\n\t<span\n\t\tref=\"contentEl\"\n\t\t:class=\"[$style.content, {\n\t\t\t[$style.paused]: paused,\n"
  },
  {
    "path": "components/g/MisskeyGateway.vue",
    "chars": 15355,
    "preview": "<template>\n    <div class=\"min-h-screen\">\n        <div class=\"sm:py-20 sm:max-w-xl mx-auto\">\n            <div class=\"p-6"
  },
  {
    "path": "components/g/Nav.vue",
    "chars": 10455,
    "preview": "<template>\n\t<!--\n<GNuxtLink :class=\"$style.news\" class=\"_plainLink\">\n\t<b>NEWS:</b> New blog post \"Lorem ipsum dolor sit "
  },
  {
    "path": "components/g/NoScript.server.vue",
    "chars": 255,
    "preview": "<template>\n    <noscript class=\"block bg-accent-800 text-white text-center py-1.5 px-3 keep-all relative z-[10005]\">Plea"
  },
  {
    "path": "components/g/NuxtLink.vue",
    "chars": 1358,
    "preview": "<template>\n<NuxtLink\n\t:to=\"realHref\"\n\t:href=\"undefined\"\n\t:target=\"realTarget\"\n>\n\t<slot></slot>\n</NuxtLink>\n</template>\n\n"
  },
  {
    "path": "components/g/SocialShare.vue",
    "chars": 2281,
    "preview": "<template>\n    <div class=\"text-center\">\n        <h2 class=\"font-bold text-lg mb-4\">{{ $t('share') }}</h2>\n        <div "
  },
  {
    "path": "components/index/GetStarted.vue",
    "chars": 2205,
    "preview": "<template>\n    <div>\n        <h2 class=\"mb-12 text-2xl lg:text-3xl text-center font-bold font-title\">{{ $t('_landing._ge"
  },
  {
    "path": "components/index/Sponsors.vue",
    "chars": 2091,
    "preview": "<template>\n<div>\n\t<h2 :class=\"$style.title\">{{ $t('_landing._sponsors.title') }}</h2>\n\t<div :class=\"$style.grid\">\n\t\t<!--"
  },
  {
    "path": "components/index/desktop.vue",
    "chars": 75320,
    "preview": "<template>\n<main class=\"main\">\n\t<section class=\"section_top _primaryWidth\">\n\t\t<div class=\"section_top_bg\">\n\t\t\t<LazyIndex"
  },
  {
    "path": "components/index/hero/Bg.vue",
    "chars": 1202,
    "preview": "<template>\n<div class=\"root\">\n\t<div class=\"object object1\"><Blob1 aria-hidden=\"true\" /></div>\n\t<div class=\"object object"
  },
  {
    "path": "components/index/hero/Mi3d.vue",
    "chars": 3456,
    "preview": "<template>\n<canvas width=\"500\" height=\"500\" style=\"display: block; width: 500px; height: 500px;\" ref=\"canvas\"></canvas>\n"
  },
  {
    "path": "components/index/hero/NodesAnim.vue",
    "chars": 4285,
    "preview": "<template>\n<canvas ref=\"canvasEl\" style=\"display: block; width: 100%; height: 100%; pointer-events: none;\"></canvas>\n</t"
  },
  {
    "path": "components/index/hero/Particles.vue",
    "chars": 653,
    "preview": "<template>\n<canvas ref=\"container\" style=\"width: 100%; height: 100%;\"></canvas>\n</template>\n\n<script setup lang=\"ts\">\nim"
  },
  {
    "path": "components/index/hero/calc.ts",
    "chars": 5531,
    "preview": "/*\n------------------------------------------\n| rand:float - returns random float\n|\n| min:number - minimum value\n| max:n"
  },
  {
    "path": "components/index/hero/ease.ts",
    "chars": 11499,
    "preview": "\n/*\n------------------------------------------\n| inQuad:float - returns eased float value\n|\n| t:number - current time\n| "
  },
  {
    "path": "components/index/hero/particles-worker.ts",
    "chars": 12651,
    "preview": "import * as THREE from 'three';\nimport * as Calc from './calc';\nimport * as Ease from './ease';\n\nfunction hexToInt(rrggb"
  },
  {
    "path": "components/index/mobile.vue",
    "chars": 48126,
    "preview": "<template>\n<main class=\"main\">\n\t<section class=\"section_top _primaryWidth\">\n\t\t<div class=\"section_top_tagline\"><strong>C"
  },
  {
    "path": "components/misc/AiSign.vue",
    "chars": 3211,
    "preview": "<template>\n    <svg viewBox=\"0 0 500 300\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.or"
  },
  {
    "path": "components/mk/AnimBg.vue",
    "chars": 8580,
    "preview": "<!--\nSPDX-FileCopyrightText: syuilo and other misskey contributors\nSPDX-License-Identifier: AGPL-3.0-only\n-->\n\n<template"
  },
  {
    "path": "components/mk/CustomEmoji.vue",
    "chars": 2426,
    "preview": "<!--\nSPDX-FileCopyrightText: syuilo and other misskey contributors\nSPDX-License-Identifier: AGPL-3.0-only\n-->\n\n<template"
  },
  {
    "path": "components/mk/Google.vue",
    "chars": 1111,
    "preview": "<template>\n    <div :class=\"$style.root\">\n        <input v-model=\"query\" :class=\"$style.input\" type=\"search\" :placeholde"
  },
  {
    "path": "components/mk/Loading.vue",
    "chars": 2408,
    "preview": "<!--\nSPDX-FileCopyrightText: syuilo and other misskey contributors\nSPDX-License-Identifier: AGPL-3.0-only\n-->\n\n<template"
  },
  {
    "path": "components/mk/Mention.vue",
    "chars": 1143,
    "preview": "<!--\nSPDX-FileCopyrightText: syuilo and other misskey contributors\nSPDX-License-Identifier: AGPL-3.0-only\n-->\n\n<template"
  },
  {
    "path": "components/mk/Mfm.ts",
    "chars": 12181,
    "preview": "/*\n * SPDX-FileCopyrightText: syuilo and other misskey contributors\n * SPDX-License-Identifier: AGPL-3.0-only\n */\n\nimpor"
  },
  {
    "path": "components/mk/Sparkle.vue",
    "chars": 4831,
    "preview": "<template>\n\t<span :class=\"$style.root\">\n\t\t<span ref=\"el\" style=\"display: inline-block;\">\n\t\t\t<slot></slot>\n\t\t</span>\n\t\t<!"
  },
  {
    "path": "components/mk/Time.vue",
    "chars": 3595,
    "preview": "<!--\nSPDX-FileCopyrightText: syuilo and misskey-project\nSPDX-License-Identifier: AGPL-3.0-only\n-->\n\n<template>\n<time :ti"
  },
  {
    "path": "components/servers/Finder.vue",
    "chars": 14480,
    "preview": "<template>\n    <div \n        class=\"px-6 grid server-list gap-8\"\n        :class=\"[\n            (v_view === 'list') && 'c"
  },
  {
    "path": "components/servers/Item.vue",
    "chars": 8136,
    "preview": "<template>\n    <div class=\"border border-neutral-300 dark:border-neutral-800 dark:bg-neutral-800 rounded-lg shadow-lg ov"
  },
  {
    "path": "components/servers/StatsViewer.vue",
    "chars": 10563,
    "preview": "<template>\n    <div class=\"container mx-auto max-w-screen-lg px-6 space-y-6 lg:space-y-8\">\n        <GLocalNav :items=\"[\n"
  },
  {
    "path": "components/tools/AsideNavSection.vue",
    "chars": 1656,
    "preview": "<script lang=\"ts\" setup>\nimport type { NavSection } from '@/assets/data/nav';\nimport { isSamePath } from 'ufo';\nimport C"
  },
  {
    "path": "components/tools/mocks/MkNote.vue",
    "chars": 3580,
    "preview": "<template>\n    <div class=\"rounded-xl h-auto w-full px-4 py-3.5 md:px-8 md:py-7 flex max-w-md border border-neutral-300 "
  },
  {
    "path": "components/tools/mocks/MkProf.vue",
    "chars": 2244,
    "preview": "<template>\n    <div class=\"rounded-xl h-auto w-72 border border-neutral-300 dark:border-neutral-800 bg-neutral-200 dark:"
  },
  {
    "path": "composables/useGAsyncData.ts",
    "chars": 593,
    "preview": "type KeysOf<T> = Array<T extends T ? keyof T extends string ? keyof T : never : never>;\n\nexport function useGAsyncData<R"
  },
  {
    "path": "composables/useGLocalPath.ts",
    "chars": 434,
    "preview": "import type { LocaleCodes } from '@/assets/data/locales';\nimport { localesConst, localePathRegex } from \"@/assets/data/l"
  },
  {
    "path": "composables/useGSwitchLocalePath.ts",
    "chars": 442,
    "preview": "import type { LocaleCodes } from '@/assets/data/locales';\nimport { localesConst, localePathRegex } from \"@/assets/data/l"
  },
  {
    "path": "composables/useScrollSpy.ts",
    "chars": 1756,
    "preview": "/**\n * Scrollspy allows you to watch visible headings in a specific page.\n * Useful for table of contents live style upd"
  },
  {
    "path": "content/.README.md",
    "chars": 2035,
    "preview": "# **DO NOT edit locale files** except `ja-JP` directory.\n\nWhen you add files/text to the ja-JP directory (of misskey-dev"
  },
  {
    "path": "content/blog/2021-09-11-hello-to-misskey-hub.md",
    "chars": 246,
    "preview": "---\ndate: 2021-09-11\ndescription: 'Misskey初のオフィシャルサイト、Misskey Hubを開設しました。'\n---\n\n# Say hello to Misskey Hub\nMisskey初のオフィシ"
  },
  {
    "path": "content/blog/2021-11-05-mac2021.md",
    "chars": 377,
    "preview": "---\ndate: 2021-11-05\ndescription: '2021年も恒例のMisskey Advent Calendarが企画されています。'\n---\n\n# Misskey Advent Calendar 2021\n\n2021"
  },
  {
    "path": "content/blog/2021-12-01-inside-misskey-hub.md",
    "chars": 9338,
    "preview": "---\ndate: 2021-12-01\ndescription: 'Misskey Advent Calendar 2021 1日目の記事です。Misskey Hubの実装について紹介します。'\n---\n\n# インサイド Misskey "
  },
  {
    "path": "content/blog/2022-02-11-inside-mfm.md",
    "chars": 1180,
    "preview": "---\ndate: 2022-02-11\ndescription: 'MFMで使われている技術や考え方について紹介します。'\n---\n\n# インサイド MFM\n\nこんにちは、まりはちです🚀\n\nMisskey関係では主にMFM(Markup "
  },
  {
    "path": "content/blog/2022-11-28-media-k-tai.md",
    "chars": 264,
    "preview": "---\ndescription: 'Misskeyが「ケータイ Watch」にて取り上げられました'\ndate: 2022-11-28\n---\n\n# メディアによる紹介: ケータイ Watch\n\nMisskeyを「ケータイ Watch」にて"
  },
  {
    "path": "content/blog/2023-02-08-contribute-to-earn.md",
    "chars": 2393,
    "preview": "---\ndate: 2023-02-08\ndescription: 'Misskey開発に貢献すると報奨金がもらえるキャンペーンを行います。 We offer campaigns you to recieve rewards for con"
  },
  {
    "path": "content/blog/2023-02-13-gihyo.md",
    "chars": 704,
    "preview": "---\ndescription: 'Misskeyプロジェクトリーダーのsyuiloによる、Misskeyの技術についての連載がgihyo.jpにて開始しました'\ndate: 2023-02-13\n---\n\n# NEWS: gihyo.jp"
  },
  {
    "path": "content/blog/2023-02-13-media-k-tai.md",
    "chars": 406,
    "preview": "---\ndescription: 'Misskeyが「ケータイ Watch」にて取り上げられました(2回目)'\ndate: 2023-02-13\n---\n\n# メディアによる紹介: ケータイ Watch\n\nMisskeyを「ケータイ Wat"
  },
  {
    "path": "content/blog/2023-03-04-media-itmedia.md",
    "chars": 266,
    "preview": "---\ndescription: 'Misskeyが「ITmedia NEWS」にて取り上げられました'\ndate: 2023-03-04\n---\n\n# メディアによる紹介: ITmedia NEWS\n\nMisskeyを「ITmedia N"
  },
  {
    "path": "content/blog/2023-03-22-gihyo.md",
    "chars": 322,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の3月の記事が公開されました'\ndate: 2023-03-22\n---\n\n# 「Misskey & Webテクノロジー最前線」3月\n\nWebメディア[gi"
  },
  {
    "path": "content/blog/2023-04-08-media-nikkei-linux.md",
    "chars": 221,
    "preview": "---\ndescription: 'Misskeyが「日経Linux 2023年5月号」にて取り上げられました'\ndate: 2023-04-08\n---\n\n# メディアによる紹介: 日経Linux\n\nMisskeyを「日経Linux 20"
  },
  {
    "path": "content/blog/2023-05-15-gihyo.md",
    "chars": 319,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の5月の記事が公開されました'\ndate: 2023-05-15\n---\n\n# 「Misskey & Webテクノロジー最前線」5月\n\nWebメディア[gi"
  },
  {
    "path": "content/blog/2023-06-14-gihyo.md",
    "chars": 317,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の6月の記事が公開されました'\ndate: 2023-06-14\n---\n\n# 「Misskey & Webテクノロジー最前線」6月\n\nWebメディア[gi"
  },
  {
    "path": "content/blog/2023-07-01-interview.md",
    "chars": 408,
    "preview": "---\ndescription: 'Nikkei AsiaによるMisskeyプロジェクトリーダー syuiloへのインタビューが公開されました'\ndate: 2023-07-01\n---\n\n# 被インタビュー: Nikkei Asia\n\n"
  },
  {
    "path": "content/blog/2023-07-10-interview.md",
    "chars": 326,
    "preview": "---\ndescription: 'レバテックLABによるMisskeyプロジェクトリーダー syuiloへのインタビューが公開されました'\ndate: 2023-07-10\n---\n\n# 被インタビュー: レバテックLAB\n\nレバテック社"
  },
  {
    "path": "content/blog/2023-07-12-trademark.md",
    "chars": 165,
    "preview": "---\ndescription: '「Misskey」の商標登録が認められました'\ndate: 2023-07-12\n---\n\n# NEWS: 「Misskey」の商標登録が認められました\n\n2023年7月12日、「Misskey」が日本に"
  },
  {
    "path": "content/blog/2023-07-14-skeb.md",
    "chars": 223,
    "preview": "---\ndescription: '株式会社スケブよりMisskeyプロジェクトに対しての支援をいただきました'\ndate: 2023-07-14\n---\n\n# New partner: Skeb\n\n株式会社スケブ様よりMisskeyプロジ"
  },
  {
    "path": "content/blog/2023-07-14-xserver.md",
    "chars": 201,
    "preview": "---\ndescription: 'XServer VPSにてMisskeyのアプリイメージが利用可能になりました'\ndate: 2023-07-14\n---\n\n# NEWS: XServer VPSでMisskeyが利用可能に\n\nVPSホ"
  },
  {
    "path": "content/blog/2023-07-16-media-nikkei.md",
    "chars": 243,
    "preview": "---\ndescription: 'Misskeyが「日本経済新聞」にて取り上げられました'\ndate: 2023-07-16\n---\n\n# メディアによる紹介: 日本経済新聞\n\nMisskeyを「日本経済新聞」にて取り上げていただきました"
  },
  {
    "path": "content/blog/2023-07-18-shindanmaker.md",
    "chars": 284,
    "preview": "---\ndescription: '診断メーカーにてMisskeyとの連携が可能に'\ndate: 2023-07-18\n---\n\n# NEWS: 診断メーカーにてMisskeyとの連携が可能に\n\nオリジナルの診断の作成・共有サービス、[診断"
  },
  {
    "path": "content/blog/2023-07-19-gihyo.md",
    "chars": 330,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の7月の記事が公開されました'\ndate: 2023-07-19\n---\n\n# 「Misskey & Webテクノロジー最前線」7月\n\nWebメディア[gi"
  },
  {
    "path": "content/blog/2023-08-08-misskeyhq.md",
    "chars": 337,
    "preview": "---\ndescription: 'Misskey最大サーバーmisskey.ioが法人化しました。'\ndate: 2023-08-08\n---\n\n# NEWS: misskey.ioが株式会社MisskeyHQとして法人化\n\nFedive"
  },
  {
    "path": "content/blog/2023-08-30-conoha.md",
    "chars": 286,
    "preview": "---\ndescription: 'ConoHa VPSにてMisskeyのアプリイメージが利用可能になりました'\ndate: 2023-08-30\n---\n\n# NEWS: ConoHa VPSでMisskeyが利用可能に\n\nVPSホステ"
  },
  {
    "path": "content/blog/2023-09-04-media-nlab.md",
    "chars": 272,
    "preview": "---\ndescription: 'Misskeyが「ねとらぼ」にて取り上げられました'\ndate: 2023-09-04\n---\n\n# メディアによる紹介: ねとらぼ\n\nMisskeyを「ねとらぼ調査隊」にて取り上げていただきました!\n\n"
  },
  {
    "path": "content/blog/2023-09-07-hatenablog.md",
    "chars": 302,
    "preview": "---\ndescription: 'はてなブログがMisskeyへの記事シェアに対応'\ndate: 2023-09-07\n---\n\n# NEWS: はてなブログがMisskeyへの記事シェアに対応\n\nブログ作成サービス、[「はてなブログ」]"
  },
  {
    "path": "content/blog/2023-09-09-interview.md",
    "chars": 380,
    "preview": "---\ndescription: 'Real SoundによるMisskeyプロジェクトリーダー syuiloおよびMisskey最大サーバー管理人 村上さんへのインタビューが公開されました'\ndate: 2023-09-09\n---\n\n#"
  },
  {
    "path": "content/blog/2023-09-11-gihyo.md",
    "chars": 330,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の9月の記事が公開されました'\ndate: 2023-09-11\n---\n\n# 「Misskey & Webテクノロジー最前線」9月\n\nWebメディア[gi"
  },
  {
    "path": "content/blog/2023-09-12-sakuravps.md",
    "chars": 307,
    "preview": "---\ndescription: 'VPSサービス、さくらのVPSは25日、スタートアップスクリプトに「Misskey」を追加したことを発表しました。'\ndate: 2023-09-12\n---\n\n# NEWS: さくらのVPSにMissk"
  },
  {
    "path": "content/blog/2023-09-24-release.md",
    "chars": 363,
    "preview": "---\ndescription: 'Misskey v2023.9.0がリリースされました'\ndate: 2023-09-24\n---\n\n# NEW RELEASE: v2023.9.0\n\n2023年9月24日、様々な新機能、機能強化、パフ"
  },
  {
    "path": "content/blog/2023-10-10-release.md",
    "chars": 351,
    "preview": "---\ndescription: 'Misskey v2023.10.0がリリースされました'\ndate: 2023-10-10\n---\n\n# NEW RELEASE: v2023.10.0\n\n2023年10月10日、タイムラインの大幅なパ"
  },
  {
    "path": "content/blog/2023-10-24-gihyo.md",
    "chars": 304,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の10月の記事が公開されました'\ndate: 2023-10-24\n---\n\n# 「Misskey & Webテクノロジー最前線」10月\n\nWebメディア["
  },
  {
    "path": "content/blog/2023-10-27-xserver.md",
    "chars": 1184,
    "preview": "---\ndescription: 'エックスサーバー株式会社よりMisskeyプロジェクトに対しての支援をいただきました'\ndate: 2023-10-27\n---\n\n# New partner: XSERVER\n\nMisskeyプロジェク"
  },
  {
    "path": "content/blog/2023-11-05-mac2023.md",
    "chars": 266,
    "preview": "---\ndescription: '2023年も恒例のMisskey Advent Calendarが企画されています。'\ndate: 2023-11-05\n---\n\n# Misskey Advent Calendar 2023\n\n2023"
  },
  {
    "path": "content/blog/2023-11-05-release.md",
    "chars": 352,
    "preview": "---\ndescription: 'Misskey v2023.11.0がリリースされました'\ndate: 2023-11-05\n---\n\n# NEW RELEASE: v2023.11.0\n\n2023年11月5日、様々な新機能、パフォーマ"
  },
  {
    "path": "content/blog/2023-11-14-gihyo.md",
    "chars": 328,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の11月の記事が公開されました'\ndate: 2023-11-14\n---\n\n# 「Misskey & Webテクノロジー最前線」11月\n\nWebメディア["
  },
  {
    "path": "content/blog/2023-11-17-release.md",
    "chars": 330,
    "preview": "---\ndescription: 'Misskey v2023.11.1がリリースされました'\ndate: 2023-11-17\n---\n\n# NEW RELEASE: v2023.11.1\n\n2023年11月17日、Misskey v20"
  },
  {
    "path": "content/blog/2023-12-01-2023recap.md",
    "chars": 10450,
    "preview": "---\ndescription: '今年Misskeyで起こったこと・自分が取り組んだことや来年取り組む予定のことを紹介します'\ndate: 2023-12-01\n---\n\n# Misskey 2023 recap\n\n:::tip\n\nこれは"
  },
  {
    "path": "content/blog/2023-12-03-inside-misskey-hub-next.md",
    "chars": 7350,
    "preview": "---\ndescription: Misskey Hubが新しくなります!新しいMisskey Hubの機能やこだわり、今後のアップデートをご紹介。\ndate: 2023-12-03\n---\n\n# インサイド Misskey Hub Nex"
  },
  {
    "path": "content/blog/2023-12-12-gihyo.md",
    "chars": 310,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の12月の記事が公開されました'\ndate: 2023-12-12\n---\n\n# 「Misskey & Webテクノロジー最前線」12月\n\nWebメディア["
  },
  {
    "path": "content/blog/2023-12-19-mac202319.md",
    "chars": 10524,
    "preview": "---\ndate: 2023-12-19\n---\n\n# Deep dive on the linkage between Misskey and Vue.js\n\n:::tip\n\nこれは&emsp14;[Misskey Advent Cale"
  },
  {
    "path": "content/blog/2023-12-23-release.md",
    "chars": 329,
    "preview": "---\ndescription: 'Misskey v2023.12.0がリリースされました'\ndate: 2023-12-23\n---\n\n# NEW RELEASE: v2023.12.0\n\n2023年12月23日、Misskey v20"
  },
  {
    "path": "content/blog/2024-02-16-gihyo.md",
    "chars": 326,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年2月の記事が公開されました'\ndate: 2024-02-16\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年2月\n\n"
  },
  {
    "path": "content/blog/2024-02-17-release.md",
    "chars": 325,
    "preview": "---\ndescription: 'Misskey v2024.2.0がリリースされました'\ndate: 2024-02-17\n---\n\n# NEW RELEASE: v2024.2.0\n\n2024年2月17日、Misskey v2024."
  },
  {
    "path": "content/blog/2024-02-27-wp-cocoon-share.md",
    "chars": 636,
    "preview": "---\ndescription: '日本で人気を博しているWordPressテーマ「Cocoon」に、Misskey Hubを利用したMisskeyシェアボタンが追加されました!'\ndate: 2024-02-27\n---\n\n# NEWS:"
  },
  {
    "path": "content/blog/2024-03-01-release.md",
    "chars": 324,
    "preview": "---\ndescription: 'Misskey v2024.3.0がリリースされました'\ndate: 2024-03-01\n---\n\n# NEW RELEASE: v2024.3.0\n\n2024年3月1日、Misskey v2024.3"
  },
  {
    "path": "content/blog/2024-03-26-gihyo.md",
    "chars": 321,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年3月の記事が公開されました'\ndate: 2024-03-26\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年3月\n\n"
  },
  {
    "path": "content/blog/2024-04-11-gihyo.md",
    "chars": 319,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年4月の記事が公開されました'\ndate: 2024-04-11\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年4月\n\n"
  },
  {
    "path": "content/blog/2024-05-31-release.md",
    "chars": 341,
    "preview": "---\ndescription: 'Misskey v2024.5.0がリリースされました'\ndate: 2024-05-31\n---\n\n# NEW RELEASE: v2024.5.0\n\nMisskey Projectは2024年5月31"
  },
  {
    "path": "content/blog/2024-06-04-pepabo.md",
    "chars": 639,
    "preview": "---\ndescription: 'Misskey ProjectはGMOペパボ株式会社様との提携を開始しました'\ndate: 2024-06-04\n---\n\n# New partner: GMOペパボ\n\nMisskey Projectは、"
  },
  {
    "path": "content/blog/2024-06-11-historical-materials.md",
    "chars": 237,
    "preview": "---\ndescription: 'Misskey歴史資料館を公開'\ndate: 2024-06-11\n---\n\n# NEWS: Misskey歴史資料館を公開!\n\n皆様のご愛顧のおかげで、今年でMisskeyは10周年になります。\n\n10"
  },
  {
    "path": "content/blog/2024-06-11-mi-card.md",
    "chars": 451,
    "preview": "---\ndescription: '「MisskeyIDカード」発表!'\ndate: 2024-06-11\n---\n\n# NEWS: 「MisskeyIDカード」発表!\n\nMisskeyご支援者の方の特典として、金属製「MisskeyIDカ"
  },
  {
    "path": "content/blog/2024-06-17-gihyo.md",
    "chars": 324,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年6月の記事が公開されました'\ndate: 2024-06-17\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年6月\n\n"
  },
  {
    "path": "content/blog/2024-07-19-gihyo.md",
    "chars": 335,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年7月の記事が公開されました'\ndate: 2024-07-19\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年7月\n\n"
  },
  {
    "path": "content/blog/2024-07-31-release.md",
    "chars": 341,
    "preview": "---\ndescription: 'Misskey v2024.7.0がリリースされました'\ndate: 2024-07-31\n---\n\n# NEW RELEASE: v2024.7.0\n\nMisskey Projectは2024年7月31"
  },
  {
    "path": "content/blog/2024-08-18-release.md",
    "chars": 341,
    "preview": "---\ndescription: 'Misskey v2024.8.0がリリースされました'\ndate: 2024-08-18\n---\n\n# NEW RELEASE: v2024.8.0\n\nMisskey Projectは2024年8月18"
  },
  {
    "path": "content/blog/2024-08-19-gihyo.md",
    "chars": 331,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年8月の記事が公開されました'\ndate: 2024-08-19\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年8月\n\n"
  },
  {
    "path": "content/blog/2024-09-20-gihyo.md",
    "chars": 325,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年9月の記事が公開されました'\ndate: 2024-09-20\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年9月\n\n"
  },
  {
    "path": "content/blog/2024-09-29-release.md",
    "chars": 341,
    "preview": "---\ndescription: 'Misskey v2024.9.0がリリースされました'\ndate: 2024-09-29\n---\n\n# NEW RELEASE: v2024.9.0\n\nMisskey Projectは2024年9月29"
  },
  {
    "path": "content/blog/2024-10-09-release.md",
    "chars": 329,
    "preview": "---\ndescription: 'Misskey v2024.10.0がリリースされました'\ndate: 2024-10-09\n---\n\n# NEW RELEASE: v2024.10.0\n\n2024年10月9日、Misskey v202"
  },
  {
    "path": "content/blog/2024-10-15-release.md",
    "chars": 330,
    "preview": "---\ndescription: 'Misskey v2024.10.1がリリースされました'\ndate: 2024-10-15\n---\n\n# NEW RELEASE: v2024.10.1\n\n2024年10月15日、Misskey v20"
  },
  {
    "path": "content/blog/2024-10-28-10kstars.md",
    "chars": 177,
    "preview": "---\ndescription: 'MisskeyのGitHubリポジトリのStar数が10,000を達成'\ndate: 2024-10-28\n---\n\n# NEWS: MisskeyのGitHubリポジトリのStar数が10,000を達成"
  },
  {
    "path": "content/blog/2024-11-10-mac2024.md",
    "chars": 268,
    "preview": "---\ndescription: '2024年も恒例のMisskey Advent Calendarが企画されています。'\ndate: 2024-11-10\n---\n\n# Misskey Advent Calendar 2024\n\n2024"
  },
  {
    "path": "content/blog/2024-11-13-gihyo.md",
    "chars": 354,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年11月の記事が公開されました'\ndate: 2024-11-13\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年11月"
  },
  {
    "path": "content/blog/2024-11-22-release.md",
    "chars": 392,
    "preview": "---\ndescription: Misskey v2024.11.0 がリリースされました!\ndate: 2024-11-22\n---\n\n# NEW RELEASE: v2024.11.0\n\nMisskey Projectは2024年11"
  },
  {
    "path": "content/blog/2024-12-20-gihyo.md",
    "chars": 326,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2024年12月の記事が公開されました'\ndate: 2024-12-20\n---\n\n# 「Misskey & Webテクノロジー最前線」2024年12月"
  },
  {
    "path": "content/blog/2024-12-31-2024recap.md",
    "chars": 2511,
    "preview": "---\ndescription: '今年Misskeyで起こったこと・自分が取り組んだことや来年取り組む予定のことを紹介します'\ndate: 2024-12-31\n---\n\n# Misskey 2024 recap\n\nおはこんばんちは、Mi"
  },
  {
    "path": "content/blog/2025-01-28-release.md",
    "chars": 470,
    "preview": "---\ndescription: Misskey v2025.1.0 がリリースされました!\ndate: 2025-01-28\n---\n\n# NEW RELEASE: v2025.1.0\n\nMisskey Projectは2025年1月28"
  },
  {
    "path": "content/blog/2025-02-05-release.md",
    "chars": 384,
    "preview": "---\ndescription: Misskey v2025.2.0 がリリースされました!\ndate: 2025-02-05\n---\n\n# NEW RELEASE: v2025.2.0\n\nMisskey Projectは2025年2月5日"
  },
  {
    "path": "content/blog/2025-02-27-release.md",
    "chars": 342,
    "preview": "---\ndescription: Misskey v2025.2.1 がリリースされました!\ndate: 2025-02-27\n---\n\n# NEW RELEASE: v2025.2.1\n\nMisskey Projectは2025年2月27"
  },
  {
    "path": "content/blog/2025-03-06-release.md",
    "chars": 341,
    "preview": "---\ndescription: Misskey v2025.3.0 がリリースされました!\ndate: 2025-03-06\n---\n\n# NEW RELEASE: v2025.3.0\n\nMisskey Projectは2025年3月6日"
  },
  {
    "path": "content/blog/2025-03-09-release.md",
    "chars": 341,
    "preview": "---\ndescription: Misskey v2025.3.1 がリリースされました!\ndate: 2025-03-09\n---\n\n# NEW RELEASE: v2025.3.1\n\nMisskey Projectは2025年3月9日"
  },
  {
    "path": "content/blog/2025-03-17-xfolio.md",
    "chars": 877,
    "preview": "---\ndescription: 'Misskey ProjectはXfolio(株式会社Booklive)との提携を開始しました'\ndate: 2025-03-17\n---\n\n# New partner: Xfolio\n\nMisskey "
  },
  {
    "path": "content/blog/2025-04-09-release.md",
    "chars": 341,
    "preview": "---\ndescription: Misskey v2025.4.0 がリリースされました!\ndate: 2025-04-09\n---\n\n# NEW RELEASE: v2025.4.0\n\nMisskey Projectは2025年4月9日"
  },
  {
    "path": "content/blog/2025-04-22-gihyo.md",
    "chars": 327,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2025年4月の記事が公開されました'\ndate: 2025-04-22\n---\n\n# 「Misskey & Webテクノロジー最前線」2025年4月\n\n"
  },
  {
    "path": "content/blog/2025-04-30-release.md",
    "chars": 342,
    "preview": "---\ndescription: Misskey v2025.4.1 がリリースされました!\ndate: 2025-04-30\n---\n\n# NEW RELEASE: v2025.4.1\n\nMisskey Projectは2025年4月30"
  },
  {
    "path": "content/blog/2025-05-07-release.md",
    "chars": 341,
    "preview": "---\ndescription: Misskey v2025.5.0 がリリースされました!\ndate: 2025-05-07\n---\n\n# NEW RELEASE: v2025.5.0\n\nMisskey Projectは2025年5月7日"
  },
  {
    "path": "content/blog/2025-05-31-release.md",
    "chars": 342,
    "preview": "---\ndescription: Misskey v2025.5.1 がリリースされました!\ndate: 2025-05-31\n---\n\n# NEW RELEASE: v2025.5.1\n\nMisskey Projectは2025年5月31"
  },
  {
    "path": "content/blog/2025-06-02-release.md",
    "chars": 341,
    "preview": "---\ndescription: Misskey v2025.6.0 がリリースされました!\ndate: 2025-06-02\n---\n\n# NEW RELEASE: v2025.6.0\n\nMisskey Projectは2025年6月2日"
  },
  {
    "path": "content/blog/2025-06-16-release.md",
    "chars": 342,
    "preview": "---\ndescription: Misskey v2025.6.3 がリリースされました!\ndate: 2025-06-16\n---\n\n# NEW RELEASE: v2025.6.3\n\nMisskey Projectは2025年6月16"
  },
  {
    "path": "content/blog/2025-07-18-release.md",
    "chars": 342,
    "preview": "---\ndescription: Misskey v2025.7.0 がリリースされました!\ndate: 2025-07-18\n---\n\n# NEW RELEASE: v2025.7.0\n\nMisskey Projectは2025年7月18"
  },
  {
    "path": "content/blog/2025-08-31-release.md",
    "chars": 1235,
    "preview": "---\ndescription: Misskey v2025.8.0 がリリースされました!\ndate: 2025-08-31\n---\n\n# NEW RELEASE: v2025.8.0\n\nMisskey Projectは2025年8月31"
  },
  {
    "path": "content/blog/2025-09-08-release.md",
    "chars": 376,
    "preview": "---\ndescription: Misskey v2025.9.0 がリリースされました!\ndate: 2025-09-08\n---\n\n# NEW RELEASE: v2025.9.0\n\nMisskey Projectは2025年9月8日"
  },
  {
    "path": "content/blog/2025-10-06-gihyo.md",
    "chars": 321,
    "preview": "---\ndescription: '「Misskey & Webテクノロジー最前線」の2025年10月の記事が公開されました'\ndate: 2025-10-07\n---\n\n# 「Misskey & Webテクノロジー最前線」2025年10月"
  },
  {
    "path": "content/blog/2025-10-08-release.md",
    "chars": 1038,
    "preview": "---\ndescription: Misskey v2025.10.0 がリリースされました!\ndate: 2025-10-08\n---\n\n# NEW RELEASE: v2025.10.0\n\nMisskey Projectは2025年10"
  },
  {
    "path": "content/blog/2025-10-24-release.md",
    "chars": 404,
    "preview": "---\ndescription: Misskey v2025.10.1 がリリースされました!\ndate: 2025-10-24\n---\n\n# NEW RELEASE: v2025.10.1\n\nMisskey Projectは2025年10"
  },
  {
    "path": "content/blog/2025-10-27-release.md",
    "chars": 376,
    "preview": "---\ndescription: Misskey v2025.10.2 がリリースされました!\ndate: 2025-10-27\n---\n\n# NEW RELEASE: v2025.10.2\n\nMisskey Projectは2025年10"
  }
]

// ... and 2149 more files (download for full content)

About this extraction

This page contains the full source code of the misskey-dev/misskey-hub-next GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2349 files (6.3 MB), approximately 1.8M tokens, and a symbol index with 146 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!