diff --git a/app/client.js b/app/client.js
index 1bd34f5..566f813 100755
--- a/app/client.js
+++ b/app/client.js
@@ -37,6 +37,7 @@ function main() {
   app.use(ssr());
 
   app.route("/", page(require("./views/home")));
+  app.route("/api", page(require("./views/api")));
   app.route("/api/*", page(require("./views/api")));
   app.route("/*", page(require("./views/redirect")));
 
diff --git a/app/components/api/header-blockchain.js b/app/components/api/header-blockchain.js
deleted file mode 100644
index 301b016..0000000
--- a/app/components/api/header-blockchain.js
+++ /dev/null
@@ -1,15 +0,0 @@
-"use strict";
-
-import html from "choo/html";
-
-export default () => {
-  return html`
-    <div class="api__header page__markup">
-      <h1>lbrycrd APIs</h1>
-      <p>
-        Methods and signatures provided by the <a href="/glossary#lbrycrd">lbrycrd</a> blockchain daemon are documented below. 
-        To build, download, or run lbrycrd, see the project <a href="https://github.com/lbryio/lbrycrd/blob/master/README.md">README</a>.
-        </p>
-    </div>
-  `;
-};
diff --git a/app/components/api/header-sdk.js b/app/components/api/header-sdk.js
deleted file mode 100644
index 694a66e..0000000
--- a/app/components/api/header-sdk.js
+++ /dev/null
@@ -1,15 +0,0 @@
-"use strict";
-
-import html from "choo/html";
-
-export default () => {
-  return html`
-    <div class="api__header page__markup">
-      <h1>lbry-sdk APIs</h1>
-      <p>
-        Methods and signatures provided by the <a href="/glossary#lbry-sdk">lbry-sdk</a> daemon are documented below. 
-        To build, download, or run the daemon, see the project <a href="https://github.com/lbryio/lbry/blob/master/README.md">README</a>.
-        </p>
-    </div>
-  `;
-};
diff --git a/app/dist/scripts/api.js b/app/components/client/api-scripts.js
similarity index 100%
rename from app/dist/scripts/api.js
rename to app/components/client/api-scripts.js
diff --git a/app/components/ecosystem/module-lbry.js b/app/components/ecosystem/module-lbry.js
index 561bf8f..7af3b27 100644
--- a/app/components/ecosystem/module-lbry.js
+++ b/app/components/ecosystem/module-lbry.js
@@ -35,7 +35,7 @@ module.exports = exports = () => `
 
       <h3>Additional Resources</h3>
       <ul>
-        <li>See the <a href="/whitepaper" title="">Whitepaper</a> for a more comprehensive introduction to the LBRY data network.</li>
+        <li>See the <a href="https://lbry-whitepaper.herokuapp.comWhitepaper" title="">Whitepaper</a> for a more comprehensive introduction to the LBRY data network.</li>
         <li>See <a href="/resources" title="">Resources</a> for documentation of the LBRY APIs.</li>
         <li>See [[Whatever]] for learning more about LBRY distributes data.</li>
         <li>See <a href="/build" title="">Build</a> for learning how to use the daemon to solve your own problem or build your own app!</li>
diff --git a/app/components/ecosystem/module-lbrycrd.js b/app/components/ecosystem/module-lbrycrd.js
index 8798179..390b3af 100644
--- a/app/components/ecosystem/module-lbrycrd.js
+++ b/app/components/ecosystem/module-lbrycrd.js
@@ -32,7 +32,7 @@ module.exports = exports = () => `
 
       <h3>Additional Resources</h3>
       <ul>
-        <li>See the <a href="/whitepaper" title="Whitepaper">Whitepaper</a> for a more comprehensive introduction to the LBRY blockchain.</li>
+        <li>See the <a href="https://lbry-whitepaper.herokuapp.com" title="Whitepaper">Whitepaper</a> for a more comprehensive introduction to the LBRY blockchain.</li>
         <li>See the <a href="/resources" title="">Resources</a> for documentation about the LBRY blockchain, including its API.</li>
         <li>See [[Naming]] for learning more about LBRY URLs and how they work.</li>
         <li>See [[Identities]] for learning how the LBRY blockchain handles publisher identities.</li>
diff --git a/app/components/feature-links.js b/app/components/feature-links.js
index 00c193b..a85a384 100644
--- a/app/components/feature-links.js
+++ b/app/components/feature-links.js
@@ -7,32 +7,36 @@
 const links = [ // TODO: Update images
   {
     href: "https://chat.lbry.io",
-    image: "http://static.simpledesktops.com/uploads/desktops/2016/12/05/Untitled-1-03-01.png",
-    title: "Chat (Discord)"
+    image: "http://static.simpledesktops.com/static/images/sd-bg.png",
+    title: "Join us in chat"
   },
   {
-    href: "https://discourse.lbry.io",
+    href: "https://lbry.io/developer",
     image: "http://static.simpledesktops.com/uploads/desktops/2017/02/28/GeoShapes_2880x1800.png",
-    title: "Developer Forum"
+    title: "Join the developer email list"
   },
   {
-    href: "https://lbry.fund",
-    image: "http://static.simpledesktops.com/uploads/desktops/2015/08/20/Sunset_by_Banned.png",
-    title: "lbry.fund (Project Funding)"
+    href: "https://lbry.io/meet",
+    image: "http://static.simpledesktops.com/uploads/desktops/2016/12/05/Untitled-1-03-01.png",
+    title: "Host a meet-up"
   },
   {
     href: "https://www.reddit.com/r/lbry",
     image: "http://static.simpledesktops.com/uploads/desktops/2016/08/28/Wind-Vector-resize.png",
     title: "Reddit"
   },
+  {
+    href: "https://lbry.fund",
+    image: "http://static.simpledesktops.com/uploads/desktops/2015/08/20/Sunset_by_Banned.png",
+    title: "Get funding for a project"
+  },
   {
     href: "https://lbry.io/join-us",
     image: "http://static.simpledesktops.com/uploads/desktops/2015/09/25/Siri.png",
-    title: "Join Our Team"
+    title: "Get a job"
   },
   {
     href: "https://twitter.com/lbryio",
-    image: "http://static.simpledesktops.com/static/images/sd-bg.png",
     title: "Twitter"
   }
 ];
@@ -51,7 +55,7 @@ export default function () {
   }
 
   return `
-    <div class="feature-links">${renderedLinks.join("")}</div>
+    <ul class="feature-links">${renderedLinks.join("")}</ul>
   `;
 }
 
@@ -61,14 +65,14 @@ export default function () {
 
 function returnLinkTemplate(url, title, image) {
   return `
-    <a class="feature-link" href="${url}" title="${title}">
-      <h3 class="feature-link__title">
-        <span class="feature-link__title-inner">${title}</span>
-      </h3>
+    <li class="feature-link">
+      <div>
+        <a class="feature-link__title" href="${url}" title="${title}">${title}</a>
+      </div>
 
       <figure class="feature-link__background">
         ${image}
       </figure>
-    </a>
+    </li>
   `;
 }
diff --git a/app/components/footer.js b/app/components/footer.js
index d221e62..a608dd9 100644
--- a/app/components/footer.js
+++ b/app/components/footer.js
@@ -45,9 +45,10 @@ export default function (state) {
           </li>
 
           <li><a href="/overview" title="LBRY overview">Overview</a></li>
-          <li><a href="/playground" title="Play with LBRY">Playground</a></li>
           <li><a href="/resources" title="View LBRY resources">Resources</a></li>
-          <li><a href="/community" title="Hang with LBRY">Community</a></li>
+          <li><a href="/contribute" title="Contribute to LBRY">Contribute</a></li>
+          <li><a href="/community" title="Interact with LBRY">Community</a></li>
+          <li><a href="/sitemap" title="">Sitemap</a></li>
         </ul>
       </div>
     </footer>
diff --git a/app/components/navigation.js b/app/components/navigation.js
index 5693f1d..9de7ee9 100644
--- a/app/components/navigation.js
+++ b/app/components/navigation.js
@@ -39,6 +39,16 @@ export default class Navigation extends Nanocomponent {
           title: "View LBRY resources",
           url: "/resources"
         },
+        {
+          name: "Contribute",
+          title: "Contribute to LBRY",
+          url: "/contribute"
+        },
+        {
+          name: "Build",
+          title: "View LBRY resources",
+          url: "/build"
+        },
         {
           name: "Community",
           title: "Interact with LBRY",
diff --git a/app/components/resources-link-grid.js b/app/components/resources-link-grid.js
deleted file mode 100644
index 5e01c60..0000000
--- a/app/components/resources-link-grid.js
+++ /dev/null
@@ -1,27 +0,0 @@
-"use strict";
-
-import linkGrid from "./link-grid";
-
-export default () => {
-  return linkGrid([{
-    title: "Whitepaper",
-    description: "Read the formal specification for LBRY.",
-    destination: "/whitepaper",
-    label: "Study the Paper"
-  }, {
-    title: "Contributor's Guide",
-    description: "Can you code, design, write or test? Join us!",
-    destination: "/contribute",
-    label: "Read the Guide"
-  }, {
-    title: "SDK APIs",
-    description: "Method signatures and examples for lbry-sdk, the most common way to build on LBRY.",
-    destination: "/api/sdk",
-    label: "SDK APIs"
-  }, {
-    title: "Blockchain APIs",
-    description: "Method signatures and examples for lbrycrd, the LBRY blockchain.",
-    destination: "/api/blockchain",
-    label: "Blockchain APIs"
-  }]);
-};
diff --git a/app/data/redirects.json b/app/data/redirects.json
deleted file mode 100644
index eb101d2..0000000
--- a/app/data/redirects.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "/tour" : "/playground",
-  "/play" : "/playground",
-  "/api" :  "/resources",
-  "/api/protocol" : "/api/sdk",
-  "/api/lbry" : "/api/sdk",
-  "/api/lbrycrd" : "/api/blockchain",
-  "/whitepaper": "https://whitepaper.lbry.tech"
-}
diff --git a/app/dist/scripts/app.js b/app/dist/scripts/app.js
index 8873186..889d491 100755
--- a/app/dist/scripts/app.js
+++ b/app/dist/scripts/app.js
@@ -14,6 +14,12 @@ $(function () {
 
 
 
+// Browsers not Firefox do not yet support `text-orientation` and/or `writing-mode`
+if (!/Firefox[/\s](\d+\.\d+)/.test(navigator.userAgent))
+  document.querySelector(".component--glossary-toc-toggle").classList.add("noncompliant-fix");
+
+
+
 if ( // Toggle beta message
   localStorage.getItem("hide lbry alert") &&
   localStorage.getItem("hide lbry alert") === "true" // cannot set Booleans for some reason
diff --git a/app/modules/redirectOr404.js b/app/modules/redirectOr404.js
deleted file mode 100644
index 15c6636..0000000
--- a/app/modules/redirectOr404.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
-this is fucking awful
- */
-
-import Page404 from "../views/404.js";
-import redirects from "../data/redirects.json";
-
-export default (path) => {
-  const redirectUrl = redirects[path];
-  if (redirectUrl) {
-    throw "fix this please, needs to redirect to:" + redirectUrl;
-  } else {
-    return Page404();
-  }
-};
diff --git a/app/sass/_layout.scss b/app/sass/_layout.scss
index ea43588..366d646 100644
--- a/app/sass/_layout.scss
+++ b/app/sass/_layout.scss
@@ -15,6 +15,29 @@ body {
   overflow-x: hidden;
   position: relative;
   z-index: 0;
+
+  &:not(.home) {
+    main > div:first-of-type {
+      flex: 1;
+    }
+  }
+
+  &.home {
+    @media (min-width: 1001px) {
+      main > div:first-of-type {
+        display: grid;
+        grid-gap: 0;
+        grid-template-areas:
+          "header header header"
+          "features features features"
+          "intro intro github"
+          "docs docs github"
+          "contribute contribute contribute"
+          "develop develop develop"
+          "community community community";
+      }
+    }
+  }
 }
 
 main {
diff --git a/app/sass/init/_markdown.scss b/app/sass/init/_markdown.scss
index 8504e82..9b12971 100644
--- a/app/sass/init/_markdown.scss
+++ b/app/sass/init/_markdown.scss
@@ -119,12 +119,6 @@
         top: -1px;
       }
     }
-    + h2 {
-      margin-top: 2rem;
-    }
-    + h3, + h4, + h5 {
-      margin-top: 1.5rem;
-    }
   }
 
   p,
@@ -153,6 +147,10 @@
         margin-bottom: 0.25rem;
       }
     }
+
+    + h2, + h3, + h4, + h5 {
+      padding-top: 2rem;
+    }
   }
 
   ol {
@@ -164,16 +162,7 @@
     padding-left: 1.25rem;
   }
 
-  img {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
-    margin-bottom: 1rem;
-  }
-
   p {
-    margin-left: 2px;
-    margin-right: 2px;
     img {
       float: right;
     }
diff --git a/app/sass/pages/_api.scss b/app/sass/pages/_api.scss
index 4e596e2..e57ca6e 100644
--- a/app/sass/pages/_api.scss
+++ b/app/sass/pages/_api.scss
@@ -6,8 +6,7 @@
  */
 
 .__slate {
-  width: 100%;
-  height: 100%;
+  width: 100%; height: 100%;
   position: relative;
 
   &::after {
@@ -15,10 +14,6 @@
   }
 }
 
-.api__header
-{
-  padding: 2rem;
-}
 
 
 /**
@@ -39,7 +34,7 @@
 
 .api__toc {
   width: 200px; height: calc(100vh - 4rem); // navigation is 4rem tall
-  left: 0; bottom: 0;
+  top: 4rem; left: 0; bottom: 0;
 
   background-color: $white;
   border-right: 1px solid rgba($gray, 0.3);
@@ -106,14 +101,28 @@
   }
 }
 
-.api__content {
-  float: right;
-  width: calc(100% - 200px);
-}
 
-.api__documentation {
+
+/**
+ * API | Main Content
+ *
+ * @class     .api__content
+ * @class     .api__content__body
+ * @class     .api__content__body__arguments
+ *
+ * @class     .api__content__body__argument
+ * @selector  {::after}
+ * @selector  {:last-of-type}
+ * @selector  {:nth-child}
+ *
+ * @class     .api__content__example
+ */
+
+.api__content {
   display: grid;
+  float: right;
   grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
+  width: calc(100% - 200px);
 
   h1 {
     font-size: 1.5rem;
diff --git a/app/sass/pages/_home.scss b/app/sass/pages/_home.scss
index 2a3aea1..8b79cfd 100644
--- a/app/sass/pages/_home.scss
+++ b/app/sass/pages/_home.scss
@@ -1,20 +1,3 @@
-body.home {
-  @media (min-width: 1001px) {
-    main > div:first-of-type {
-      display: grid;
-      grid-gap: 0;
-      grid-template-areas:
-        "header header header"
-        "features features features"
-        "intro intro github"
-        "docs docs github"
-        "contribute contribute contribute"
-        "develop develop develop"
-        "community community community";
-    }
-  }
-}
-
 .home {
   padding-right: env(safe-area-inset-right);
   padding-left: env(safe-area-inset-left);
@@ -52,7 +35,6 @@ body.home {
     grid-area: header;
     height: calc(50vh - 4rem); min-height: 300px;
     justify-content: center;
-    margin-bottom: 2rem;
 
     @media (max-width: 850px) {
       background-size: cover;
@@ -81,7 +63,6 @@ body.home {
 
   .features {
     grid-area: features;
-    border-bottom: 1px solid rgba($black, 0.05);
   }
 
   .intro,
@@ -123,10 +104,6 @@ body.home {
       }
     }
 
-    ol, ul {
-      margin-bottom: 1.5rem;
-    }
-
     p {
       margin-bottom: 1.5rem;
       max-width: 1000px;
@@ -248,7 +225,7 @@ body.home {
     ul {
       li {
         @media (min-width: 701px) {
-          width: calc(100% / 4);
+          width: calc(100% / 5);
         }
 
         @media (max-width: 700px) {
@@ -268,19 +245,23 @@ body.home {
         }
 
         &:nth-child(1) a::before {
-          background-image: url("/assets/media/svg/keyboard.svg");
+          background-image: url("/assets/media/svg/flag.svg");
         }
 
         &:nth-child(2) a::before {
-          background-image: url("/assets/media/svg/anchor.svg");
+          background-image: url("/assets/media/svg/keyboard.svg");
         }
 
         &:nth-child(3) a::before {
-          background-image: url("/assets/media/svg/monitor.svg");
+          background-image: url("/assets/media/svg/anchor.svg");
         }
 
         &:nth-child(4) a::before {
-          background-image: url("/assets/media/svg/flag.svg");
+          background-image: url("/assets/media/svg/chat.svg");
+        }
+
+        &:nth-child(5) a::before {
+          background-image: url("/assets/media/svg/monitor.svg");
         }
       }
     }
@@ -296,7 +277,8 @@ body.home {
     ul {
       li {
         @media (min-width: 701px) {
-          width: calc(100% / 3);
+          // width: calc(100% / 3); // https://github.com/lbryio/lbry.tech/issues/104
+          width: 50%; //
         }
 
         @media (max-width: 700px) {
@@ -320,11 +302,11 @@ body.home {
         }
 
         &:nth-child(2) a::before {
-          background-image: url("/assets/media/svg/keyboard.svg");
+          background-image: url("/assets/media/svg/reddit.svg");
         }
 
         &:nth-child(3) a::before {
-          background-image: url("/assets/media/svg/reddit.svg");
+          background-image: url("/assets/media/svg/slack.svg");
         }
       }
     }
diff --git a/app/sass/pages/_page.scss b/app/sass/pages/_page.scss
index a1b86c8..4d01db3 100644
--- a/app/sass/pages/_page.scss
+++ b/app/sass/pages/_page.scss
@@ -5,6 +5,8 @@
   height: 100%;
 }
 
+
+
 .page__header-wrap {
   width: 100%;
 }
diff --git a/app/sass/partials/_feature-links.scss b/app/sass/partials/_feature-links.scss
index eb3b76f..53f4364 100644
--- a/app/sass/partials/_feature-links.scss
+++ b/app/sass/partials/_feature-links.scss
@@ -1,17 +1,13 @@
-$width-feature-link: 320px;
-
 .feature-links {
   display: grid;
   grid-gap: 2rem;
   grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
   list-style-type: none;
   padding-top: 0.5rem;
-  margin-bottom: 2rem;
 }
 
 .feature-link {
-  width: $width-feature-link;
-  min-height: 135px;
+  width: 320px; min-height: 135px;
 
   background-color: $white;
   border: 1px solid rgba($black, 0.1);
@@ -22,6 +18,15 @@ $width-feature-link: 320px;
   transition: box-shadow 0.2s;
   vertical-align: top;
 
+  > div:first-of-type {
+    top: 85px; left: 5%;
+
+    position: relative;
+    text-align: center;
+    width: 90%;
+    z-index: 1;
+  }
+
   &:not(:hover) {
     .feature-link__background {
       filter: brightness(0.5);
@@ -38,23 +43,17 @@ $width-feature-link: 320px;
 }
 
 .feature-link__title {
-  position: relative;
-  top: 85px;
-  font-weight: normal;
-  text-align: center;
-  z-index: 1;
-  font-size: 1rem;
-  transition: color 0.2s;
-}
-
-.feature-link__title-inner {
-  display: inline-block;
-  padding: .25rem .5rem;
   background-color: $white;
   border: 1px solid rgba(gray, 0.1);
   box-shadow: 0 2px 5px rgba($black, 0.025);
   border-radius: 3px;
   box-decoration-break: clone;
+  display: inline;
+  font-size: 1rem;
+  line-height: 1.7;
+  padding: 0.25rem 0.5rem;
+  transition: color 0.2s;
+  position: relative;
 }
 
 .feature-link__background {
diff --git a/app/sass/partials/_glossary.scss b/app/sass/partials/_glossary.scss
index 8ad81b5..13da93b 100644
--- a/app/sass/partials/_glossary.scss
+++ b/app/sass/partials/_glossary.scss
@@ -14,17 +14,47 @@
     }
 
     .component--glossary-toc-toggle {
-      left: calc(250px - 25px);
+      &:not(.noncompliant-fix) {
+        left: calc(250px - 25px);
+      }
+
+      &.noncompliant-fix {
+        @media (min-width: 901px) {
+          left: calc(250px - 65px);
+        }
+
+        @media (max-width: 900px) {
+          left: calc(250px - 45px);
+        }
+      }
     }
   }
 
   &.sidebar-closed {
+    @media (max-width: 1230px) {
+      .page__header {
+        margin-left: 1rem;
+      }
+    }
+
     .component--glossary-toc {
       left: -250px;
     }
 
     .component--glossary-toc-toggle {
-      left: 0;
+      &:not(.noncompliant-fix) {
+        left: 0;
+      }
+
+      &.noncompliant-fix {
+        @media (min-width: 901px) {
+          left: -40px;
+        }
+
+        @media (max-width: 900px) {
+          left: -20px;
+        }
+      }
     }
   }
 }
@@ -50,13 +80,34 @@
 }
 
 .component--glossary-toc-toggle {
-  width: 25px; height: 104px;
-
+  background-color: mix($gray, $white, 30%);
   font-size: 0.7rem;
   position: absolute;
   text-orientation: upright;
   text-transform: uppercase;
-  top: 4rem;
   writing-mode: vertical-rl;
   z-index: 1;
+
+  &:not(.noncompliant-fix) {
+    width: 25px; height: 104px;
+    top: 4rem;
+  }
+
+  &.noncompliant-fix {
+    transform: rotate(90deg);
+
+    @media (min-width: 901px) {
+      width: 105px; height: 25px;
+
+      letter-spacing: 2px;
+      top: 103px;
+    }
+
+    @media (max-width: 900px) {
+      width: 65px; height: 25px;
+
+      letter-spacing: 1px;
+      top: 83px;
+    }
+  }
 }
diff --git a/app/sass/partials/_link-grid.scss b/app/sass/partials/_link-grid.scss
index eb67f9c..8f4d04f 100644
--- a/app/sass/partials/_link-grid.scss
+++ b/app/sass/partials/_link-grid.scss
@@ -1,16 +1,17 @@
 .link-grid {
   align-content: center;
+  border-bottom: 1px solid rgba($black, 0.05);
   display: flex;
   flex-flow: row wrap;
   list-style-type: none;
+  padding-top: 2rem;
+  padding-bottom: 2rem;
 }
 
 .link-grid__link {
   position: relative;
   text-align: center;
   vertical-align: top;
-  margin-bottom: 2rem;
-  flex-grow: 1;
 
   @media (min-width: 651px) {
     width: 50%;
diff --git a/app/views/404.js b/app/views/404.js
deleted file mode 100644
index 448e415..0000000
--- a/app/views/404.js
+++ /dev/null
@@ -1,26 +0,0 @@
-"use strict";
-
-import html from "choo/html";
-
-export default () => {
-  return html`
-    <article class="page" itemtype="http://schema.org/BlogPosting">
-      <header class="page__header">
-        <div class="page__header-wrap">
-          <div class="inner-wrap">
-            <h1 class="page__header__title" itemprop="name headline">404</h1>
-          </div>
-        </div>
-      </header>
-
-      <section class="page__content page__markup" itemprop="articleBody">
-        <div class="inner-wrap">
-          <p>The requested page could not be found. Here is the image located at <a href="https://lbry.tech/playground">lbry://404</a> to console you.</p>
-          <img src="https://spee.ch/404.png" title="lbry://404" />
-          <p>Think something should be here? Let us know by <a href="/contribute#raising-issues">raising an issue</a>.</p>
-        </div>
-      </section>
-    </article>
-  `;
-};
-
diff --git a/app/views/api.js b/app/views/api.js
index 4aa87e1..b717103 100644
--- a/app/views/api.js
+++ b/app/views/api.js
@@ -1,13 +1,24 @@
 "use strict";
 
+
+
+//  P A C K A G E S
+
 import asyncHtml from "choo-async/html";
 import dedent from "dedent";
-import redirectOr404 from "../modules/redirectOr404";
-import headerBlockchain from "../components/api/header-blockchain";
-import headerSdk from "../components/api/header-sdk";
+import fs from "graceful-fs";
+import raw from "choo/html/raw";
 
 const fetch = require("make-fetch-happen").defaults({ cacheManager: "./cache" });
 
+//  V A R I A B L E
+
+const apiScripts = "<script>" + fs.readFileSync("./app/components/client/api-scripts.js", "utf-8") + "</script>";
+
+
+
+//  E X P O R T
+
 module.exports = exports = state => parseApiFile(state.params.wildcard).then(response => {
   /*
   state.lbry = {
@@ -27,37 +38,21 @@ module.exports = exports = state => parseApiFile(state.params.wildcard).then(res
           <ul class="api__toc__search__results"></ul>
         </div>
 
-        <ul class="api__toc__items" id="toc" role="navigation">${createApiSidebar(response)}</ul>
+        <ul class="api__toc__items" id="toc" role="navigation">${raw(createApiSidebar(response).join(""))}</ul>
       </aside>
-      <section class="api__content">
-        ${createApiHeader(state.params.wildcard)}
-        <div class="api__documentation" id="toc-content">
-          ${createApiContent(response)}
-        </div>
-      </section>
+
+      <section class="api__content" id="toc-content">${raw(createApiContent(response).join(""))}</section>
     </div>
 
     <script src="/assets/scripts/plugins/jets.js"></script>
-    <script src="/assets/scripts/api.js"></script>
+    ${raw(apiScripts)}
   `;
-}).catch(() => {
-  redirectOr404(state.href);
 });
 
 
 
-
 //  H E L P E R S
 
-function createApiHeader(slug) {
-  switch (slug) {
-    case "sdk":
-      return headerSdk();
-    case "blockchain":
-      return headerBlockchain();
-  }
-}
-
 function createApiContent(apiDetails) {
   const apiContent = [];
 
@@ -104,10 +99,9 @@ function createApiSidebar(apiDetails) {
 function parseApiFile(urlSlug) {
   let apiFileLink;
 
-  //checks below are related to rate limits, both URLs should return the same content
-  if (urlSlug === "sdk") apiFileLink = process.env.NODE_ENV === "development" ?
+  if (!urlSlug || urlSlug === "api" || urlSlug === "protocol") apiFileLink = process.env.NODE_ENV === "development" ?
     "https://rawgit.com/lbryio/lbry/master/docs/api.json" :
-    "https://cdn.rawgit.com/lbryio/lbry/master/docs/api.json"
+    "https://cdn.rawgit.com/lbryio/lbry/5b3103e4/docs/api.json"
   ;
 
   if (urlSlug === "blockchain") apiFileLink = process.env.NODE_ENV === "development" ?
@@ -115,7 +109,7 @@ function parseApiFile(urlSlug) {
     "https://cdn.rawgit.com/lbryio/lbrycrd/add_api_docs_scripts/contrib/devtools/generated/api_v1.json"
   ;
 
-  if (!apiFileLink) return Promise.reject(new Error("Failed to fetch API docs")); // TODO: Error handling
+  if (!apiFileLink) return; // TODO: Error handling
 
   return fetch(apiFileLink).then(() => fetch(apiFileLink, {
     cache: "no-cache" // forces a conditional request
diff --git a/app/views/home.js b/app/views/home.js
index 7f706bb..cd60c28 100644
--- a/app/views/home.js
+++ b/app/views/home.js
@@ -1,8 +1,34 @@
 "use strict";
 
+
+
+//  P A C K A G E
+
 import html from "choo/html";
+
+//  V A R I A B L E
+
 import linkGrid from "../components/link-grid";
 
+
+
+//  E X P O R T
+
+const featureLinks = linkGrid([
+  {
+    description: "Learn how LBRY works with 3 easy examples",
+    destination: "/playground",
+    label: "Jump into Playground",
+    title: "New to LBRY?"
+  },
+  {
+    description: "Help make LBRY better!",
+    destination: "/contribute",
+    label: "Explore our repos",
+    title: "Want to contribute?"
+  }
+]);
+
 module.exports = exports = () => html`
   <div>
     <section class="hero">
@@ -15,35 +41,26 @@ module.exports = exports = () => html`
     </section>
 
     <section class="features">
-      ${linkGrid([
-    {
-      description: "Get your head around LBRY with 3 interactive examples.",
-      destination: "/playground",
-      label: "Party in the Playground",
-      title: "Learn By Trying"
-    },
-    {
-      description: "Dig into the formal specification of the LBRY protocol.",
-      destination: "/whitepaper",
-      label: "Wisdom of the Whitepaper",
-      title: "Learn By Reading"
-    }
-  ])}
+      ${featureLinks}
     </section>
 
     <section class="intro">
       <div class="inner-wrap">
-        <h3>Overview</h3>
+        <h3>Intro/Overview</h3>
         <p>What if anyone in the world could publish a piece of digital content, anyone else in the world could access it, for free or for payment, and that entire system worked end-to-end without any centralized authority or point of control?</p>
-        <a class="cta" href="/overview">Observe the Overview</a>
+
+        <p>That's the idea behind LBRY. To create a market for accessing and publishing information that is global, decentralized, robust, optimal and complete.</p>
+
+        <a class="cta" href="/overview">Learn more about our mission</a>
       </div>
     </section>
 
     <section class="docs">
       <div class="inner-wrap">
-        <h3>Resources</h3>
-        <p>Looking for API documentation, formal specifications, how-tos, resources, or the meaning of life? Find at least some of these things in the resources area.</p>
-        <a class="cta" href="/resources">Roam to Resources</a>
+        <h3>Documentation</h3>
+        <p>LBRY has enough moving parts to warrant comprehensive documentation. Whether you are interested in learning the technical details of our technology stack or you want to integrate LBRY into your life, you will find everything you need in our docs.</p>
+
+        <a class="cta" href="/resources">Explore our documentation</a>
       </div>
     </section>
 
@@ -55,28 +72,34 @@ module.exports = exports = () => html`
     <section class="contribute">
       <div class="inner-wrap">
         <h3>Contribute</h3>
-        <p>No matter your experience or skill level, <em>you</em> can progress content freedom.</p>
+        <p>Interested in progressing content freedom? Awesome! No matter your experience or skill level, <strong>you</strong> can make a difference.</p>
 
         <ul>
+          <li><a href="" title="">Raising Issues</a></li>
           <li><a href="" title="">Coding</a></li>
           <li><a href="" title="">Creative</a></li>
-          <li><a href="" title="">Writing</a></li>
+          <li><a href="" title="">Translating</a></li>
           <li><a href="" title="">Testing</a></li>
         </ul>
-        <p>
-         <a class="cta" href="/contribute">Collaborate with Contributors</a>
-        </p>
+      </div>
+    </section>
+
+    <section class="develop">
+      <div class="inner-wrap">
+        <h3>Development</h3>
+        <p>Like a bit of documentation but would prefer to jump in and make your mark on the blockchain? Perhaps add cats to it?</p>
+
+        <a class="cta" href="/api/protocol" title="Learn the LBRY API">Learn the LBRY API</a>
       </div>
     </section>
 
     <section class="community">
       <div class="inner-wrap">
         <h3>Community</h3>
-        <p>There's literally <a href="https://spee.ch/@lbrytech/dozens.mp4">12<sup>n</sup></a> of us.</p>
+        <p>Hang out with us! We have a vibrant community of lbryians and would be <em>delighted</em> if you joined us.</p>
 
         <ul>
-          <li><a href="//chat.lbry.io" title="LBRY on Discord">Chat</a></li>
-          <li><a href="//discourse.lbry.io" title="LBRY on Discourse">Forum</a></li>
+          <li><a href="//chat.lbry.io" title="LBRY on Discord">Discord</a></li>
           <li><a href="//www.reddit.com/r/lbry" title="LBRY on Reddit">Reddit</a></li>
         </ul>
       </div>
diff --git a/app/views/redirect.js b/app/views/redirect.js
index bbd22f2..3a5992e 100644
--- a/app/views/redirect.js
+++ b/app/views/redirect.js
@@ -11,7 +11,6 @@ import fs from "graceful-fs";
 import html from "choo/html";
 import path from "path";
 import { require as local } from "app-root-path";
-import redirectOr404 from "../modules/redirectOr404";
 import raw from "choo/html/raw";
 
 //  V A R I A B L E S
@@ -42,11 +41,28 @@ const md = require("markdown-it")({
 
 module.exports = exports = (state, emit) => { // eslint-disable-line
   let path;
+
   if (state.route === "resources/*") path = `resources/${state.params.wildcard}`;
   else path = state.params.wildcard;
 
   if (!fs.existsSync(`./documents/${path}.md`)) {
-    return redirectOr404(state.href);
+    return html`
+      <article class="page" itemtype="http://schema.org/BlogPosting">
+        <header class="page__header">
+          <div class="page__header-wrap">
+            <div class="inner-wrap">
+              <h1 class="page__header__title" itemprop="name headline">404</h1>
+            </div>
+          </div>
+        </header>
+
+        <section class="page__content page__markup" itemprop="articleBody">
+          <div class="inner-wrap">
+            <p>The page you are looking for does not exist.</p>
+          </div>
+        </section>
+      </article>
+    `;
   }
 
   const markdownFile = fs.readFileSync(`./documents/${path}.md`, "utf-8");
@@ -97,18 +113,20 @@ module.exports = exports = (state, emit) => { // eslint-disable-line
 //  H E L P E R S
 
 function partialFinder(markdownBody) {
-  const regexToFindPartials = /<\w+ ?\/>/g;
+  const regexToFindPartials = /<\w+\/>/g;
   const partials = markdownBody.match(regexToFindPartials);
 
   if (!partials) return markdownBody;
 
   for (const partial of partials) {
-    const filename = decamelize(partial, "-").replace("<", "").replace("/>", "").trim();
+    const filename = decamelize(partial, "-").replace("<", "").replace("/>", "");
     const fileExistsTest = exists(`./app/components/${filename}.js`); // `local` results in error if used here and file !exist
 
     if (!fileExistsTest) {
       markdownBody = markdownBody.replace(partial, "");
-    } else {
+    }
+
+    else {
       const partialFunction = require(path.join(__dirname, "..", `./components/${filename}.js`));
 
       if (filename === "glossary-toc") markdownBody = markdownBody.replace(partial, partialFunction);
diff --git a/documents/build.md b/documents/build.md
index f359b7f..589bdc0 100644
--- a/documents/build.md
+++ b/documents/build.md
@@ -4,8 +4,6 @@ title: Development
 
 Want to build something on top of LBRY? This is the place to get you started.
 
-# THIS IS NOT DONE AT ALL AND IF YOU CONTINUE TO READ IT YOU MENTALLY ASSENT TO COMMITTING AT LEAST ONE CHANGE THAT MAKES IT BETTER
-
 At least, it's the place to get started so long as you have some idea of what LBRY _is_. If you don't, you should read the
 [Overview](/overview) first.
 
@@ -23,7 +21,7 @@ At least, it's the place to get started so long as you have some idea of what LB
 
 ### Web, Desktop, and Mobile Applications (Daemon-based Applications)
 
-Almost all web, desktop, and mobile applications will use the [lbry-sdk](https://github.com/lbryio/lbry) as a way of accessing and communicating with the LBRY network.
+Almost all web, desktop, and mobile applications will use the [lbry daemon](https://github.com/lbryio/lbry) as a way of accessing and communicating with the LBRY network.
 
 #### Web Applications
 
@@ -33,7 +31,7 @@ Almost all web, desktop, and mobile applications will use the [lbry-sdk](https:/
 
 #### Desktop Applications
 
-1. Desktop applications will typically use the [lbry-sdk](https://github.com/lbryio/lbry).
+1. Desktop applications will typically bundle the [lbry daemon](https://github.com/lbryio/lbry).
 1. lbry-desktop as example
 
 #### Android Applications
diff --git a/documents/community.md b/documents/community.md
index bae37c3..b387987 100644
--- a/documents/community.md
+++ b/documents/community.md
@@ -2,12 +2,10 @@
 title: Community
 ---
 
-Sometimes we say that the LBRY [[blockchain]] is the foundation of the LBRY protocol, but that's not really true. The foundation of LBRY is the community of people that make it possible.
+Sometimes we say that the LBRY [[blockchain]] is the foundation of the LBRY protocol, but that's a lie.
 
-Get [upstream of consensus](https://spee.ch/d/consensus.png) by participating in the LBRY community.
+The foundation of LBRY is the community of people that make it possible. LBRY uses computers to move bits around, but it's people that tell them how.
 
 ## Commune Yourself
 
 <FeatureLinks/>
-
-<p>And don't forget to sign up for developer-only mailing list, below.</p>
diff --git a/documents/contribute.md b/documents/contribute.md
index f70ddcf..79a9490 100644
--- a/documents/contribute.md
+++ b/documents/contribute.md
@@ -1,42 +1,43 @@
 ---
-title: Contributor's Guide
+title: Contributing
 ---
-## Welcome to LBRY!
+
+## Contributing to LBRY
 
 Interested in working on the LBRY protocol, an official LBRY app, or other LBRY infrastructure? Awesome! This guide will get you started.
 
-This is a guide for contributing to the code bases maintained by the LBRY organization by [Coding](#coding), [Designing](#designing), [Writing](#writing), and [Testing](#testing).
+This guide is for contributing to the code bases maintained by the LBRY organization. For building on top of the LBRY protocol, see [Build](/build).
 
-Contributors that provide accepted pull requests, well-specified issues, or assist in testing and quality assurance typically receive LBC tokens as [appreciation](#appreciation).
+Contributors that provide accepted pull requests, well-specified issues, or assist in testing and quality assurance typically receive LBC tokens as appreciation.
 
 ## Ecosystem Overview
 
 Typical usage of LBRY does not involve a single piece of software, but several interacting components.
 
-If you want to contribute to LBRY, there's definitely something for you! The first step is to figure out what project to work on.
+If you want to contribute to LBRY, the first step is to understand where.
 
 ### Core Protocol Components
 
 | Component | Language (Toolset) | What Is It
 --- | --- | ---
-| [lbrycrd](https://github.com/lbryio/lbrycrd) | C++ | A full node for the LBRY blockchain, including a standalone wallet. Used by miners and some applications. Most consumer applications do not bundle [[lbrycrd]] directly, and instead bundle [[lbry-sdk]].
-| [lbry-sdk](https://github.com/lbryio/lbry) | Python (Twisted) | A daemon that can be used directly or to develop other applications. Provides convenience [APIs](/api/sdk), bundles an SPV wallet ([[torba]]), and contains an implementation of the LBRY data network. |
-| [torba](https://github.com/lbryio/torba) | Python | An [[SPV]] (Simple Payment Verification) wallet. Bundled with [[lbry-sdk]]. |
-| [lbryumx](https://github.com/lbryio/lbryumx) | Protobuf, Python |  The wallet server used by [[torba]].
-| [lbry-schema](https://github.com/lbryio/lbryschema) | Protobuf, Python | Defines the structure of the metadata stored in the LBRY blockchain.
+| [lbrycrd](https://github.com/lbryio/lbrycrd) | C++ | A full node for the LBRY blockchain, including a standalone wallet. Used by miners and some applications. Most consumer applications do not bundle `lbrycrd` directly.
+| [lbry](https://github.com/lbryio/lbry) | Python (Twisted) | A daemon that implements the LBRY protocol. Bundled with and/or used by most LBRY applications.
+| [torba](https://github.com/lbryio/torba) | Python | The Simple Payment Verification (SPV) wallet bundled with `lbry`.
+| [lbryumx](https://github.com/lbryio/lbryumx) | Protobuf, Python |  The wallet server for the `lbryum` SPV wallet.
+| [lbry-schema](https://github.com/lbryio/lbryschema) | Protobuf, Python | The structure of the metadata stored in the LBRY blockchain.
 
 ### Official Applications
 | Application | Language (Toolset) | What Is It
 --- | --- | ---
-| [lbry-desktop](https://github.com/lbryio/lbry-desktop) | JavaScript (ReactJS, Electron) | A graphical browser for the LBRY network for Windows, macOS, and Linux. [[lbry-desktop]] is built with [[lbry-sdk]]. |
-| [lbry-android](https://github.com/lbryio/lbry-desktop) | JavaScript (ReactNative), Python (kivy) | A graphical browser for the LBRY network for Android. [[lbry-android]] is built with [[lbry-sdk]].
-| [lbry-redux](https://github.com/lbryio/lbry-redux) | JavaScript (Redux) | A common codebase for shared Redux logic between [[lbry-desktop]] and [[lbry-android]].
+| [lbry-desktop](https://github.com/lbryio/lbry-desktop) | JavaScript (ReactJS, Electron) | A graphical browser for the LBRY protocol for Windows, macOS, and Linux. `lbry-desktop` bundles `lbry` and is primarily frontend code.
+| [lbry-android](https://github.com/lbryio/lbry-desktop) | JavaScript (ReactNative), Python (kivy) | A graphical browser for the LBRY protocol for Android. `lbry-android` bundles `lbry` and is primarily frontend code.
+| [lbry-redux](https://github.com/lbryio/lbry-redux) | JavaScript (Redux) | A common codebase for shared Redux logic between `lbry-desktop` and `lbry-android`.
 | [spee.ch](https://github.com/lbryio/spee.ch) | JavaScript (Node, ReactJS, Express) | A web-based host for free LBRY content. Usable directly as a content link dump site or as a customized, standalone install.
 
 ### Websites
 | Domain | Language (Toolset) | What Is It
 --- | --- | ---
-| [lbry.tech](https://github.com/lbryio/lbry.tech) | JavaScript (Node, Choo) | You're on it.
+| [lbry.tech](https://github.com/lbryio/lbry.tech) | JavaScript (Vue, Vuepress) | You're on it.
 | [lbry.io](https://github.com/lbryio/lbry.io) | PHP (vanilla) | A website for LBRY end-users and creators.
 | [lbry.fund](https://github.com/lbryio/lbry.fund) | HTML | A website for receiving funding from LBRY, Inc.
 
@@ -47,18 +48,20 @@ If you want to contribute to LBRY, there's definitely something for you! The fir
 | [lighthouse](https://github.com/lbryio/lighthouse) | JavaScript, ElasticSearch | A search service for the LBRY blockchain.
 | [wunderbot](https://github.com/lbryio/lbry-wunderbot) | JavaScript (Node) | A chatbot used by the LBRY discord.
 | [block-explorer](https://github.com/lbryio/block-explorer) | PHP (vanilla) | A blockchain explorer for the LBRY blockchain.
+| Add more? other tipbots... |
 
 ## Coding
 
-Several hundred extremely good-looking, wise and moral people, as well as our CTO, have contributed to LBRY. Join us!
+Several hundred extremely good-looking, intelligent and popular people, as well as our CTO, have contributed to LBRY. Join us!
+
+Additionally, every technical employee of LBRY outside of the founding team started as a public contributor.
 
 ### How To Contribute Code
 
-1. **Join the Community**. By joining our [chat](https://chat.lbry.io) or our [forum](https://discourse.lbry.io), you can interact with other developers when you have questions, ideas, or problems.
-1. **Identify the component you want to work on**. LBRY has code bases that deal with everything from cryptography and distributed systems to end-user graphic user-interfaces. We use Python, JavaScript, C++, Go, and more. See [Ecosystem Overview](#ecosystem-overview) to find the right project.
-1. **Get set up.** Each repo has a [[README]] with clear instructions on how to get the repo up and running properly. Thanks, [Repository Standards](/repository-standards)!
-1. **Find something to work on**. All actively developed repositories should have issues tagged "Good First Issues" specifically for new contributors. You are also welcome to work on something not currently filed if you have your own idea. Additionally, all repositories have contact information for the maintainer if you have trouble finding an issue to work on.
-1. **Abide coding and commit standards**. Any specific information necessary to know in this regard should be in the project [[README]].
+1. **Identify the component you want to work on**. LBRY has code bases in Python, JavaScript, PHP, and C++. See [Ecosystem Overview](#ecosystem-overview).
+1. **Get set up.** Each repo has a `README.md` with clear instructions on how to get the repo up and running properly. Thanks, [Repository Standards](/repository-standards)!
+1. **Find something to work on**. All actively developed repositories should have issues tagged "Good First Issues" specifically for new contributors. Some projects use a "level: n" tagging system, where lower numbers are simpler and higher numbers are more complex. Of course, you are also welcome to work on something not currently filed if you have your own idea! Additionally, all repositories have contact information for the maintainer if you have trouble finding an issue to work on.
+1. **Abide coding and commit standards**. Any specific information necessary to know in this regard should be in the `README`.
 1. **Commit early and ask questions**. Is an issue confusing? Please comment and say so! Not sure if you've got the right approach? Commit your code and we'll give feedback. Certain you're doing everything right? Commit it anyway. Once you commit, open a pull request. We encourage work-in-progress commits to let us know you're working on something and to facilitate feedback.
 1. **Accept feedback and finish**. Most pull requests are reviewed within two business days. Once the repository maintainer has approved your contribution, it will get merged and we'll try really hard to give you LBC even if you say no.
 
@@ -66,48 +69,44 @@ Several hundred extremely good-looking, wise and moral people, as well as our CT
 
 Web and application designers are requested to be able to work directly on CSS in the project they'd be contributing to. Please follow the [Coding](#coding) instructions for any website or application you want to improve.
 
-We're happy to provide assistance if you're used to working in HTMl and CSS but are having trouble getting started. Check out [our chat](https://chat.lbry.io) or [our forum](https://discourse.lbry.io).
-
 ## Writing
 
-Most written content, and especially all technical writing, is checked into source control. To improve content we've written or add new content:
+Most written content at LBRY is checked into source control. To improve content we've written:
 
 1. Identify which website or application it is in (see the [overview])(#ecosystem-overview).
-1. Search for a quoted phrase of the content you want to change (or use the same technique to identify the folder to create a new document in).
+1. Search for a quoted phrase of the content you want to change.
 1. Edit the content via the GitHub interface and submit it as a pull request.
 
 ## Testing
 
 If you want to contribute without getting directly into the code, one of the best ways you can contribute is testing.
 
-A number of our code bases ([[lbrycrd]], [[lbry-sdk]], all applications, more...) go through regular release cycles where new versions are shipped every several weeks. Testing pre-release versions is a great way to help us identify issues and ship bug-free code.
+A number of our code bases (`lbrycrd`, `lbry`, all applications, more...) go through regular release cycles where new versions are shipped every several weeks. Testing pre-release versions is a great way to help us identify issues and ship bug-free code.
 
-### Ways to Test
+For any projects that you want to be a tester on, "Watch" the repo on GitHub. You will receive an email with release notes whenever a release candidate is out.
 
-- "Watch" the repo on GitHub. You will receive an email with release notes whenever a release candidate is out and you can [raise an issue](#raising-issues).
-- Join the #early-testing channel in our [chat](https://chat.lbry.io).
-- For the hardcore, run master from source and/or the latest builds from [build.lbry.io](http://build.lbry.io).
+For even harder-core testing, you can follow the `README` instructions in a project and test against the `master` branch of a project at any time. Additionally, `master` builds for some projects are always available via [build.lbry.io](http://build.lbry.io).
 
 Opening well-specified issues against release candidates or master builds is extremely useful in helping us create quality software.
 
-**Note: Please do not use wallets with substantial sums when testing. If using release candidates and especially master builds, back up your wallet and be cautious. While a substantial bug, like one that caused loss of funds, would merit significant [Appreciation](#appreciation), you perform testing at your own risk.**
+**Note: that you perform testing at your own risk! If using release candidates and especially master builds, back up your wallet and be cautious.**
 
 ## Raising Issues
 
-All [bug reports](#reporting-a-bug) and [feature requests](#feature-requests) are managed through GitHub.
-
 If you're about to raise an issue because you've found a problem with LBRY, or you'd like to request a new feature, or for any other reason, please read this first.
 
+GitHub is the preferred channel for [bug reports](#reporting-a-bug) and [feature requests](#feature-requests).
+
 ### Reporting a Bug
 
 A bug is a _demonstrable problem_ that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!
 Guidelines for bug reports:
 
 1. **Identify the correct repo**. See [ecosystem overview](#ecosystem-overview). While it's okay if you get this wrong, it's a big help to us if you get it right.
-2. **Check if the issue exists**. Please do a quick search to see if the issue has been reported (or fixed), including closed tickets.
-3. **Follow the instructions** - When you open an issue inside of GitHub, each repo contains a template for how to create a good bug report. Santa _loves_ people who follow it.
+2. **Use the GitHub issue search** — check if the issue has already been reported (or fixed). Be sure to include closed tickets in your search.
+3. **Follow the instructions** — When you open an issue inside of GitHub, each repo contains a template for how to create a good bug report. Please follow it!
 
-Well-specified bug reports save developers lots of time and are [appreciated](#appreciation).
+Well-specified bug reports save developers lots of time and are extremely appreciated, typically with an LBRY credit tip.
 
 ### Feature Requests
 
@@ -118,14 +117,8 @@ Feature requests are welcome. Before you submit one be sure to:
 3. **Consider whether it's feasible** for us to tackle this feature in the next 6-12 months. The LBRY team is currently stretched thin just adding basic functionality. If this is a nice to have rather than a need, it is probably more clutter than helpful.
 4. **Make a strong case** to convince the project's leaders of the merits of this feature. Please provide as much detail and context as possible. This means explaining the use case and why it is likely to be common.
 
-### Discussion and Help
+## Tips
 
-Sometimes, you may have a problem but an issue isn't appropriate (or you're not sure if it's a real issue).
-
-Join our [chat](https://chat.lbry.io), our [forum](https://discourse.lbry.io), or another [community](https://lbry.tech/community) and talk to others about it.
-
-## Appreciation
-
-We offer LBC as a gesture of our appreciation to anyone who contributes to LBRY. While we're generous in what we send, it is more about recognizing and appreciating what you've given to the community than providing compensation.
+We offer LBC as a thank you to anyone who contributes to LBRY. While we think we're fair-to-generous in our tips, tipping is more about recognizing and appreciating what you've given to the community than providing compensation.
 
 The amount of LBC is not typically specified in advance of a contribution, though if you're particularly motivated by this aspect you are welcome to ask.
diff --git a/documents/glossary.md b/documents/glossary.md
index e90a0a8..6ca0dc9 100644
--- a/documents/glossary.md
+++ b/documents/glossary.md
@@ -136,15 +136,9 @@ The content price, set by the publisher, in order to download a claim. The key f
 
 The currency code for 1 LBRY Credit (defined as 100 000 000 *deweys*).
 
-### lbrycrd
+### LBRYCrd
 
-lbrycrd is the authoritative implementation of the LBRY [[blockchain]] protocol. See [the source code](https://github.com/lbryio/lbrycrd), [the API](/api/blockchain), or [the whitepaper](/whitepaper).
-
-### lbry-sdk
-
-An [[SDK]] for the LBRY protocol that can also be used independently. Distributed as a daemon or bundled directly, it contains a set of convenience methods for developing applications, and bundles an [[SPV]] wallet as well as implementation of the data network.
-
-See [the source code](https://github/lbryio/lbry) or [the API documentation](/api/sdk).
+LBRYcrd uses a blockchain similar to bitcoin's to implement an index and payment system for content on the LBRY network. It is a fork of Core.
 
 ### LBRY Credits
 
@@ -258,10 +252,6 @@ Note that owning a very large amount of computational power does not override ot
 
 A 2D point on an elliptic curve [secp256k1](https://en.bitcoin.it/wiki/Secp256k1) that is produced by multiplying a predefined "generator" point by a *private key*. Usually it is represented by a pair of 256-bit numbers ("uncompressed public key"), but can also be compressed to just one 256-bit number (at the slight expense of CPU time to decode an uncompressed number). A special hash of a public key is called *address*. Typical LBRY transactions contain public keys or addresses in the output scripts and *signatures* in the input scripts.
 
-### README
-
-A README is a file included in all code repositories that includes basic information about that project. More in (/resources/repository-standards).
-
 ### Reflector
 
 A reflector cluster to accept LBRY content for hosting en masse, re-host the content, and make money on data fees (currently disabled). This code includes Go implementations of the LBRY peer protocol, reflector protocol, and DHT.
@@ -282,10 +272,6 @@ Amount of newly generated LBRY credits that a *miner* may claim in a new block.
 
 A compact turing-incomplete programming language used in transaction *inputs* and *outputs*. Scripts are interpreted by a Forth-like stack machine: each operation manipulates data on the stack. Most scripts follow the standard pattern and verify the digital *signature* provided in the transaction *input* against a *public key* provided in the previous transaction's *output*. Both signatures and public keys are provided using scripts. Scripts may contain complex conditions, but can never change amounts being transferred. Amount is stored in a separate field in a *transaction output*.
 
-### SDK
-
-An abbreviation for Software Development Kit. [[lbry-sdk]] is an SDK for developing applications that use the LBRY protocol.
-
 ### Secret key
 
 Either the *Private Key* or an encryption key used in encrypted *wallets*. LBRY protocol does not use encryption anywhere, so *secret key* typically means a *private key* used for signing transactions.
@@ -294,9 +280,9 @@ Either the *Private Key* or an encryption key used in encrypted *wallets*. LBRY
 
 A sequence of bytes that proves that a piece of data is acknowledged by a person holding a certain *public key*. LBRY, like Bitcoin, uses *ECDSA* for signing transactions. Amounts of credits are sent through a chain of transactions: from one to another. Every transaction must provide a signature matching a public key defined in the previous transaction. This way only a proper owner of a secret *private key* associated with a given public key can spend credits further.
 
-### Simplified Payment Verification
+### Simplified Payment Verification (SPV)
 
-A scheme to validate transactions without storing the whole blockchain (only block headers) and without trusting any external service. Every transaction must be present with all its parent and sibling hashes in a *merkle tree* up to the root. SPV client trusts the most *difficult* chain of block headers and can validate if the transaction indeed belongs to a certain block header. Since SPV does not validate all transactions, a *51% attack* may not only cause a *double spend* (like with *full nodes*), but also make a completely invalid payment with credits created from nowhere. However, this kind of attack is very costly and probably more expensive than a product in question. Frequently abbreviated as SPV.
+A scheme to validate transactions without storing the whole blockchain (only block headers) and without trusting any external service. Every transaction must be present with all its parent and sibling hashes in a *merkle tree* up to the root. SPV client trusts the most *difficult* chain of block headers and can validate if the transaction indeed belongs to a certain block header. Since SPV does not validate all transactions, a *51% attack* may not only cause a *double spend* (like with *full nodes*), but also make a completely invalid payment with credits created from nowhere. However, this kind of attack is very costly and probably more expensive than a product in question.
 
 ### Soft Fork
 
@@ -310,10 +296,6 @@ Incorrect peer-to-peer messages (like sending invalid transactions) may be consi
 
 A transaction *output* can be spent only once: when another valid transaction makes a reference to this output from its own input. When another transaction attempts to spend the same output, it will be rejected by the nodes already seeing the first transaction. Blockchain as a *proof-of-work* scheme allows every node to agree on which transaction was indeed the first one. The whole transaction is considered spent when all its outputs are spent.
 
-### SPV
-
-SPV is an abbreviation for [[Simplified Payment Verification]].
-
 ### Stream
 
 Streaming media is multimedia that is constantly received by and presented to an end-user while being delivered by a provider. In LBRY, streams as associated with claim data in order to provide the capability to download files over a Peer to Peer network.
@@ -338,10 +320,6 @@ A 256-bit number that puts an upper limit for a block header hash to be valid. T
 
 A set of parameters used for testing a LBRY network. Testnet is like *mainnet*, but has a different genesis block (it was reset several times, the latest testnet is *testnet3*). Testnet uses slightly different *address* format to avoid confusion with main LBRY addresses and all nodes are relaying and mining non-standard transactions.
 
-### Torba
-
-An [[SPV]] wallet for the LBRY [[blockchain]]. See the [source code](https://github.com/lbryio/torba).
-
 ### Transaction
 
 A chunk of binary data that describes how credits are moved from one owner to another. Transactions are stored in the *[blockchain](#blockchain)*. Every transaction (except for *coinbase* transactions) has a reference to one or more previous transactions (*inputs*) and one or more rules on how to spend these credits further (*outputs*). See *Transaction Input* and *Transaction Output* for more info.
diff --git a/documents/resources.md b/documents/resources.md
index 8b46dca..ef08db8 100644
--- a/documents/resources.md
+++ b/documents/resources.md
@@ -2,18 +2,22 @@
 title: Resources
 ---
 
-<ResourcesLinkGrid />
+## Showcase
+
+- [Whitepaper](https://lbry-whitepaper.herokuapp.com)
+- [Blockchain API](/api/blockchain)
+- [Protocol API](/api/protocol)
 
 ## Additional Resources
 
-- [LBRY URIs](/resources/uri)
-- [LBRY Claim Metadata Schema](/resources/schema)
-- [LBRY Merkle Claim Trie](/resources/claimtrie)
-- [LBRY Consensus Algorithm](/resources/consensus)
 - [Download Overview](/resources/download-overview)
+- [Lighthouse API](https://lbryio.github.io/lighthouse)
+- [Merkle Claim Trie](/resources/claimtrie)
+- [LBRY Claimtrie](/resources/lbry-claimtrie)
+- [The LBRY Proof of Work (POW) Algorithm](/resources/pow)
+- [Regtest Setup](/resources/regtest-setup)
+- [Schema](/resources/schema)
 - [Signing a claim](/resources/signing-claim)
+- [URI](/resources/uri)
 - [API Wrappers](/resources/api-wrappers)
 - [LBRY Daemon Settings](/resources/daemon-settings)
-- [Claim Signing](/resources/signing-claim)
-- [Regtest Setup](/resources/regtest-setup)
-- [Lighthouse (search) API](https://lbryio.github.io/lighthouse)
diff --git a/documents/resources/consensus.md b/documents/resources/pow.md
similarity index 51%
rename from documents/resources/consensus.md
rename to documents/resources/pow.md
index 9e357d2..cee5d8e 100644
--- a/documents/resources/consensus.md
+++ b/documents/resources/pow.md
@@ -1,10 +1,9 @@
-# LBRY Consensus Algorithm
+# The LBRY Proof of Work (POW) Algorithm
 
-LBRY uses [proof of work](https://en.bitcoin.it/wiki/Proof_of_work) as a consensus mechanism, the same way that Bitcoin does.
+LBRY uses [proof of work](https://en.bitcoin.it/wiki/Proof_of_work) the same way that Bitcoin does. The
+only difference is the hash function. LBRY uses a slightly different algorithm that achieves the same ends but slightly delayed the development of a GPU miner and gave early adopters a chance to mine without specialized hardware.
 
-LBRY has differences in hash function, block targeting, and difficult adjustment.
-
-### Hash Mechanism
+LBRY's algorithm is
 
 ```python
 intermediate = sha512(sha256(sha256(data)))  # compute the sha512() of the double-sha256() of the data
@@ -13,10 +12,8 @@ right = ripemd(intermediate[len(intermediate)/2:]) # and the right half
 proof = sha256(sha256(left + right))  # concatenate the two halves, and double-sha256() it again
 ```
 
-### Block Targeting
+For comparison, Bitcoin's algorithm is...
 
-_PR this_.
-
-### Difficulty Adjustment
-
-_PR this_.
+```python
+proof = sha256(sha256(data))
+```
diff --git a/documents/resources/schema.md b/documents/resources/schema.md
index f755268..d7c946d 100644
--- a/documents/resources/schema.md
+++ b/documents/resources/schema.md
@@ -1,4 +1,4 @@
-# LBRY Claim Metadata Schema
+# Schema
 
 The schema defines the structure of the data that is stored in claims in the LBRY blockchain. It has several goals:
 
@@ -25,7 +25,7 @@ message Claim {
         certificateType = 2;
     }
     required ClaimType claimType = 2;
-
+    
     optional Stream stream = 3;
     optional Certificate certificate = 4;
     optional Signature publisherSignature = 5;
@@ -46,7 +46,7 @@ message Stream {
         _0_0_1 = 1;
     }
     required Version version = 1;
-
+    
     required Metadata metadata = 2;
     required Source source = 3;
 }
@@ -72,7 +72,7 @@ message Metadata {
         en = 1;
     }
     required Language language = 2;
-
+    
     required string title = 3;
     required string description = 4;
     required string author = 5;
@@ -80,7 +80,7 @@ message Metadata {
     required bool nsfw = 7;
 
     optional Fee fee = 8;
-
+    
     optional string thumbnail = 9;
     optional string preview = 10;
     optional string licenseUrl = 11;
@@ -159,7 +159,7 @@ message Certificate {
         _0_0_1 = 1;
     }
     required Version version = 1;
-
+    
     required KeyType keyType = 2;
     required bytes publicKey = 4;
 }
@@ -177,7 +177,7 @@ message Signature {
         _0_0_1 = 1;
     }
     required Version version = 1;
-
+    
     required KeyType signatureType = 2;
     required bytes signature = 3;
     required bytes certificateId = 4;
diff --git a/documents/resources/claim-signing.md b/documents/resources/signing-claim.md
similarity index 100%
rename from documents/resources/claim-signing.md
rename to documents/resources/signing-claim.md
diff --git a/documents/sitemap.md b/documents/sitemap.md
new file mode 100644
index 0000000..ad969e4
--- /dev/null
+++ b/documents/sitemap.md
@@ -0,0 +1,27 @@
+---
+title: Sitemap
+---
+
+- [/](/)
+- [/api](/api)
+  - [/blockchain](/api/blockchain)
+  - [/protocol](/api/protocol)
+- [/build](/build)
+- [/community](/community)
+- [/contribute](/contribute)
+- [/glossary](/glossary)
+- [/guides](/guides)
+  - [/css](/guides/css)
+  - [/js](/guides/js)
+- [/overview](/overview)
+- [/resources](/resources)
+  - [/claimtrie](/resources/claimtrie)
+  - [/encrypt-lbrycrd](/resources/encrypt-lbrycrd)
+  - [/lbry-claimtrie](/resources/lbry-claimtrie)
+  - [/pow](/resources/pow)
+  - [/regtest-setup](/resources/regtest-setup)
+  - [/repository-standards](/resources/repository-standards)
+  - [/schema](/resources/schema)
+  - [/signing-claim](/resources/signing-claim)
+  - [/uri](/resources/uri)
+- [/tour](/tour)