diff --git a/docs/API-index.md b/docs/API-index.md
new file mode 100644
index 00000000..b29770a4
--- /dev/null
+++ b/docs/API-index.md
@@ -0,0 +1,3 @@
+
+[`load`](api/scheme/load.md#load)
+[`write`](api/scheme/write.md#write)
diff --git a/docs/API.md b/docs/API.md
index fd74fab8..36b6054a 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -1,7 +1,7 @@
# R7RS Libraries
-This section of the Cyclone Scheme API is based on the specification from [R7RS Scheme Specification](r7rs.pdf). The R7RS document may be used to provide more detailed API information if the API provided here is not sufficient.
+This section of the Cyclone API is based on the [R7RS Scheme Specification](r7rs.pdf). The R7RS document may be used to provide detailed information in addition to the following API sections.
- Cyclone runtime
- [`scheme base`](api/scheme/base.md)
@@ -20,7 +20,7 @@ This section of the Cyclone Scheme API is based on the specification from [R