6 Commits

Author SHA1 Message Date
Jacob Schmidt
ee1dd91b7f feat: Add documentation for fetch function
All checks were successful
Build / Build (push) Successful in 40s
This commit adds documentation for the `ramdb_db_fnc_fetch` function. The documentation explains the function's purpose, which is to handle data chunks received from the database extension when data is too large to be returned in a single callback. The documentation includes a title, icon, and excerpt for better readability and understanding.
2025-03-30 17:16:31 -05:00
Jacob Schmidt
801bc91ffb fix: Update documentation links to README.md
This commit updates internal links in the documentation to point to the correct `README.md` files within each category. This ensures that the links function as intended and improves navigation within the documentation.
2025-03-22 20:10:02 -05:00
6e2add447c Update docs/basic/README.md 2025-03-22 20:06:32 -05:00
Jacob Schmidt
6d51f2e333 fix: Update documentation for consistency and accuracy
This commit enhances the documentation by ensuring consistency in function references and correcting inaccuracies. Key changes include:

*   Updated function names and references throughout the documentation.
*   Corrected internal links to point to the appropriate markdown files.
*   Removed outdated references to improve clarity and relevance.
2025-03-22 20:05:28 -05:00
Jacob Schmidt
8c0e8144e5 docs: Update documentation links and function references
This commit updates the documentation to reflect the current function names and link structure. Specifically, it addresses the following:

*   Corrected internal links within the documentation to point to the correct markdown files (e.g., `hashDelete.md` instead of `hashDelete`).
*   Updated related function references to reflect the current function names and include missing functions.
*   Removed outdated function references.
*   Added `ramdb_db_fnc_scheduler` to related functions where appropriate.
*   Updated the links section to use the correct markdown file names.
2025-03-22 16:53:30 -05:00
Jacob Schmidt
5b9f3402b6 docs: add comprehensive documentation and usage examples for ramdb
All checks were successful
Build / Build (push) Successful in 30s
2025-03-22 16:31:59 -05:00