ドキュメントをmisskey-hubに移行

This commit is contained in:
syuilo 2021-11-05 16:18:52 +09:00
parent c625a3fa5b
commit 8630542146
1355 changed files with 13 additions and 60421 deletions

View file

@ -30,7 +30,7 @@ export default defineComponent({
methods: {
whatIsNew() {
this.$refs.modal.close();
this.$router.push('/docs/general/changelog');
window.open(`https://misskey-hub.net/docs/releases.html#_${version.replace(/\./g, '-')}`, '_blank');
}
}
});