mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
docs: move docs site to 11ty
This commit is contained in:
committed by
Thomas Allmer
parent
8c2bd68b7b
commit
8cccfc837b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user