فهرست منبع

ES linted // start on documentation

Front 3 سال پیش
والد
کامیت
818a70e106
4فایلهای تغییر یافته به همراه20 افزوده شده و 4 حذف شده
  1. 6 0
      Website/pages/documentation.vue
  2. 5 0
      Website/pages/documentation/index.vue
  3. 1 2
      Website/pages/faq.vue
  4. 8 2
      Website/pages/index.vue

+ 6 - 0
Website/pages/documentation.vue

@@ -0,0 +1,6 @@
+<template>
+  <div>
+    <p>documentation.vue</p>
+    <NuxtChild />
+  </div>
+</template>

+ 5 - 0
Website/pages/documentation/index.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+    <p>documentation/index.vue</p>
+  </div>
+</template>

+ 1 - 2
Website/pages/faq.vue

@@ -49,8 +49,7 @@ export default {
           "The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you dislike or like a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
       },
       {
-        question:
-        "Can I share my dislke count with you?",
+        question: "Can I share my dislke count with you?",
         answer:
           "Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability. ",
       },

+ 8 - 2
Website/pages/index.vue

@@ -97,8 +97,14 @@ export default {
         { name: "Piepacker", link: "https://piepacker.com/" },
         { name: "nodetube", link: "https://github.com/mayeaux/nodetube" },
         { name: "trig404" },
-        { name: "Peter33", link: "https://www.youtube.com/watch?v=G5kzUpWAusI" },
-        { name: "Seed4.Me VPN", link: "https://www.seed4.me/users/register?gift=ReturnYoutubeDislike" },
+        {
+          name: "Peter33",
+          link: "https://www.youtube.com/watch?v=G5kzUpWAusI",
+        },
+        {
+          name: "Seed4.Me VPN",
+          link: "https://www.seed4.me/users/register?gift=ReturnYoutubeDislike",
+        },
       ],
     };
   },