Archived
2
0

docs (wip)

This commit is contained in:
Craig
2020-02-10 00:59:08 +00:00
parent a6d0e2872c
commit 22e80d9d6c
23 changed files with 210 additions and 266 deletions

View File

@ -147,7 +147,7 @@
if (this.about === '') {
this.loading = true
this.$http
.get<string>('https://raw.githubusercontent.com/nurdism/neko/master/client/ABOUT.md')
.get<string>('https://raw.githubusercontent.com/nurdism/neko/master/docs/README.md')
.then(res => {
return this.$http.post('https://api.github.com/markdown', {
text: res.data,