From c102e643b821654e760fb2a025130d4c805c6207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Mon, 25 Jun 2018 09:27:00 -0500 Subject: [PATCH] Barebones docs are now viewable --- content/.vuepress/components/Slate.vue | 5 +++-- content/api/index.md | 4 +++- content/slate-test.md | 3 --- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 content/slate-test.md diff --git a/content/.vuepress/components/Slate.vue b/content/.vuepress/components/Slate.vue index 7d6da1b..035cc05 100644 --- a/content/.vuepress/components/Slate.vue +++ b/content/.vuepress/components/Slate.vue @@ -51,10 +51,10 @@ return { content: {}, htmlContent: "", + markdownFile: "", searchIndex: {}, searchResults: {}, - toc: {}, - markdownFile: "" + toc: {} } }, @@ -156,6 +156,7 @@ }, created: function () { + console.log(this.markdownFile); this.$http.get(this.markdownFile).then(function (response) { this.htmlContent = md.render(response.body); diff --git a/content/api/index.md b/content/api/index.md index 18813ac..a466f17 100644 --- a/content/api/index.md +++ b/content/api/index.md @@ -3,4 +3,6 @@ api: true title: API --- - + + + diff --git a/content/slate-test.md b/content/slate-test.md deleted file mode 100644 index 995ac2e..0000000 --- a/content/slate-test.md +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file