Move new site into src folder

This commit is contained in:
Matthew Holt 2023-12-07 19:11:10 -07:00 committed by Francis Lavoie
parent c0d7ca3f22
commit b4c4b113f6
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
199 changed files with 4768 additions and 9104 deletions

View file

@ -1,22 +0,0 @@
<div class="ex-json-automate-certs">
```json
{
"apps": {
"tls": {
"certificates": {
"automate": [
"example.com",
"sub.example.com",
"example.net"
]
}
}
}
}
```
</div>
<script>
window.$_('.ex-json-automate-certs code').classList.add('light');
</script>