Import Collections directly from Docs page

This commit is contained in:
Liyas Thomas
2020-07-18 17:46:29 +05:30
parent 1827a98284
commit ebe351ff0f
7 changed files with 15 additions and 16 deletions

View File

@@ -80,18 +80,12 @@ TODO:
</li>
</ul>
</div>
<!-- <nuxt-link :to="localePath('doc')" :aria-label="$t('documentation')">
<button class="icon">
<i class="material-icons">topic</i>
<span>{{ $t("generate_docs") }}</span>
</button>
</nuxt-link> -->
</pw-section>
</template>
<style scoped lang="scss">
.virtual-list {
max-height: calc(100vh - 290px);
max-height: calc(100vh - 245px);
}
ul {