docs: move docs site to 11ty

This commit is contained in:
Westbrook Johnson
2020-05-02 00:39:33 -04:00
committed by Thomas Allmer
parent 8c2bd68b7b
commit 8cccfc837b
93 changed files with 2204 additions and 2824 deletions

View File

@@ -1,3 +1,11 @@
---
permalink: 'scoped-elements/index.html'
title: Scoped elements
section: guides
tags:
- guides
---
# Scoped elements
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
@@ -323,15 +331,3 @@ This is an example of the results obtained running the performance test.
## Special thanks
This package was initially inspired by [carehtml](https://github.com/bashmish/carehtml) and we would like to thank [@bashmish](https://github.com/bashmish) for his work on it.
<script>
export default {
mounted() {
const editLink = document.querySelector('.edit-link a');
if (editLink) {
const url = editLink.href;
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/scoped-elements/README.md';
}
}
}
</script>