diff --git a/docs/manual.md b/docs/manual.md index 69be0d7a9..e0735b816 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -33,7 +33,6 @@ Welcome to Turso database manual! * [`sqlite_column`](#sqlite3_column) * [WAL manipulation](#wal-manipulation) * [`libsql_wal_frame_count`](#libsql_wal_frame_count) -* [SQL Commands](#sql-commands) * [Appendix A: Turso Internals](#appendix-a-turso-internals) * [Frontend](#frontend) * [Parser](#parser) @@ -485,8 +484,6 @@ in the `p_frame_count` parameter. * The `p_frame_count` must be a valid pointer to a `u32` that will store the * number of frames in the WAL file. -## SQL Commands - ## Appendix A: Turso Internals Turso's architecture resembles SQLite's but differs primarily in its