Skip to content
Prev Previous commit
Next Next commit
Fix links
  • Loading branch information
trevorblades committed Mar 14, 2022
commit 4fed1a9b83c470b2f44056a7d40f5ae6475df172
13 changes: 6 additions & 7 deletions docs/source/api-reference.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: API Reference
description: ''
---

* [Apollo.framework](../api/Apollo/README/)
* [ApolloAPI.framework](../api/ApolloAPI/README/)
* [ApolloUtils.framework](../api/ApolloUtils/README/)
* [ApolloCodegenLib.framework](../api/ApolloCodegenLib/README/)
* [ApolloSQLite.framework](../api/ApolloSQLite/README/)
* [ApolloWebSocket.framework](../api/ApolloWebSocket/README/)
* [Apollo.framework](./api/Apollo/README/)
* [ApolloAPI.framework](./api/ApolloAPI/README/)
* [ApolloUtils.framework](./api/ApolloUtils/README/)
* [ApolloCodegenLib.framework](./api/ApolloCodegenLib/README/)
* [ApolloSQLite.framework](./api/ApolloSQLite/README/)
* [ApolloWebSocket.framework](./api/ApolloWebSocket/README/)

Our API reference is automatically generated directly from the inline comments in our code, so if you're adding something new, all you have to do is actually add doc comments and they'll show up here.

Expand Down