diff --git a/_Sidebar.md b/_Sidebar.md index 36ee71a..1c69fa8 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,17 +1,18 @@ ### [Home](https://github.com/VinGarcia/ksql/wiki) - [Why KSQL](https://github.com/VinGarcia/ksql/wiki#why-ksql) -- [Comparing KSQL with Other Tools](https://github.com/VinGarcia/ksql/wiki/Comparing-KSQL-with-Other-Tools) +- [Comparing KSQL with other tools](https://github.com/VinGarcia/ksql/wiki/Comparing-KSQL-with-Other-Tools) - [Examples](https://github.com/VinGarcia/ksql/tree/master/examples) ### Features -- [Querying in Chunks for Big Queries](https://github.com/VinGarcia/ksql/wiki/Querying-in-Chunks-for-Big-Queries) +- [Querying in chunks for big queries](https://github.com/VinGarcia/ksql/wiki/Querying-in-Chunks-for-Big-Queries) - [sql.Scan, sql.Value and Modifiers](https://github.com/VinGarcia/ksql/wiki/sql.Scan,-sql.Value-and-Modifiers) -- [PGx Support](https://github.com/VinGarcia/ksql/wiki/PGX-Support) +- [PGx support](https://github.com/VinGarcia/ksql/wiki/PGX-Support) ### Advanced Features -- [Avoiding Code Duplication with the SELECT Builder](https://github.com/VinGarcia/ksql/wiki/Avoiding-Code-Duplication-with-the-Select-Builder) -- [Reusing Existing Structs on Queries with JOINs](https://github.com/VinGarcia/ksql/wiki/Reusing-Existing-Structs-on-Queries-with-JOINs) +- [Avoiding code duplication with the SELECT builder](https://github.com/VinGarcia/ksql/wiki/Avoiding-Code-Duplication-with-the-Select-Builder) +- [Reusing existing structs on queries with JOINs](https://github.com/VinGarcia/ksql/wiki/Reusing-Existing-Structs-on-Queries-with-JOINs) +- [Debugging with `ksql.InjectLogger`](https://github.com/VinGarcia/ksql/wiki/Debugging-with-%60ksql.InjectLogger%60) ### Writing Tests -- [Testing Tools and `ksql.Mock`](https://github.com/VinGarcia/ksql/wiki/Testing-Tools-and-ksql.Mock) +- [Testing tools and `ksql.Mock`](https://github.com/VinGarcia/ksql/wiki/Testing-Tools-and-ksql.Mock)