From 8844f83a59838ebdfb0bda2d92bdd31c6765e50a Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 18 Jan 2017 14:14:26 -0600 Subject: [PATCH] feat(iframe_api): Add api.html to doc for example and testing purpose --- doc/api/api.html | 22 ++++++++++++++++++++++ doc/{ => api}/api.md | 0 2 files changed, 22 insertions(+) create mode 100644 doc/api/api.html rename doc/{ => api}/api.md (100%) diff --git a/doc/api/api.html b/doc/api/api.html new file mode 100644 index 000000000..be5642495 --- /dev/null +++ b/doc/api/api.html @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/doc/api.md b/doc/api/api.md similarity index 100% rename from doc/api.md rename to doc/api/api.md