From 7379418a74ff2112f8c046ef8da84df094d10259 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: Tue, 22 May 2018 19:29:54 -0500 Subject: [PATCH] Fixed links and nav --- .vuepress/theme/Layout.vue | 20 +++++++++----------- resources/index.md | 2 +- {open-api => resources}/lbry.md | 0 {open-api => resources}/lbrycrd.md | 0 4 files changed, 10 insertions(+), 12 deletions(-) rename {open-api => resources}/lbry.md (100%) rename {open-api => resources}/lbrycrd.md (100%) diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index 52254fa..2b6ba54 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -4,11 +4,10 @@
LBRY - Overview - Documentation - Contribute - Develop + Overview Resources + Contribute + Community
@@ -34,7 +33,7 @@
  • Want to contribute?

    Start exploring our API and help make LBRY better

    - Jump in + Jump in
  • @@ -129,13 +128,13 @@

    lbry

    lbrycrd

    Lighthouse

    @@ -240,11 +239,10 @@ -
  • Overview
  • -
  • Documentation
  • -
  • Contribute
  • -
  • Develop
  • +
  • Overview
  • Resources
  • +
  • Contribute
  • +
  • Community
  • Sitemap
  • MIT Licensed
  • diff --git a/resources/index.md b/resources/index.md index 0ad5025..849377c 100644 --- a/resources/index.md +++ b/resources/index.md @@ -1,4 +1,4 @@ --- documentation: true -title: Documentation +title: Resources --- diff --git a/open-api/lbry.md b/resources/lbry.md similarity index 100% rename from open-api/lbry.md rename to resources/lbry.md diff --git a/open-api/lbrycrd.md b/resources/lbrycrd.md similarity index 100% rename from open-api/lbrycrd.md rename to resources/lbrycrd.md