[api] Resources for the generated API docs

Firebase files and a basic default index page.

Change-Id: Ia987d43bfe30d959f0d38346480ba87ac64441d0
diff --git a/.firebaserc b/.firebaserc
new file mode 100644
index 0000000..08301e5
--- /dev/null
+++ b/.firebaserc
@@ -0,0 +1,5 @@
+{
+  "projects": {
+    "default": "fuchsia-docs"
+  }
+}
diff --git a/firebase.json b/firebase.json
new file mode 100644
index 0000000..e782939
--- /dev/null
+++ b/firebase.json
@@ -0,0 +1,10 @@
+{
+  "hosting": {
+    "public": "public",
+    "ignore": [
+      "firebase.json",
+      "**/.*",
+      "**/node_modules/**"
+    ]
+  }
+}
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..1efb458
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta name="description" content="Fuchsia API docs.">
+  <title>Fuchsia API docs</title>
+  <style>
+  body {
+    font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
+  }
+  li a {
+    text-decoration: none;
+  }
+</style>
+</head>
+
+<body>
+
+<div>
+  <div>Fuchsia Documentation</div>
+</div>
+
+<div>
+  <h5><span>Languages</span></h5>
+  <ul>
+        <li><a href="dart/index.html">Dart APIs</a></li>
+  </ul>
+</div>
+
+</body>
+
+</html>