Check in HTML versions
We don't have automatic markdown-to-HTML translation on the server
side (at least for now), so commit generated HTML.
diff --git a/docs/psa/se/index.html b/docs/psa/se/index.html
new file mode 100644
index 0000000..de0e367
--- /dev/null
+++ b/docs/psa/se/index.html
@@ -0,0 +1,4 @@
+<h1 id="psa-secure-element-driver-interface">PSA secure element driver interface</h1>
+<p>The accelerator interface lets you drivers for external cryptoprocessors into an implementation of the <a href="../#application-programming-interface">PSA Cryptography API</a>. External cryptoprocessors such as secure elements and smart cards perform cryptographic operations with keys accessed via opaque handles.</p>
+<p><strong>Status: draft</strong> — major changes are still likely.</p>
+<p><strong>Documentation</strong>: for now, please see the header file: <a href="https://github.com/ARMmbed/mbed-crypto/blob/development/include/psa/crypto_se_driver.h"><code>include/psa/crypto_se_driver.h</code></a></p>