Commit Graph
11 Commits
Author SHA1 Message Date
Stevan Freeborn 7ad0b30f34 feat: add Rust code examples and support for Rust syntax highlighting
- Added Rust syntax highlighting to the Fence component.
- Updated Markdoc functions to clone React elements with unique keys for copy and example sections.
- Included Rust code examples for various API endpoints in documentation:
  - `get_app_by_id`
  - `get_apps`
  - `get_apps_by_ids`
  - `connectivity`
  - `get_field_by_id`
  - `get_fields_by_app`
  - `get_fields_by_ids`
  - `add_file`
  - `delete_file_by_id`
  - `get_file_by_id`
  - `get_file_info_by_id`
  - `delete_list_value_by_id`
  - `save_list_value`
  - `delete_record_by_id`
  - `delete_records_by_ids`
  - `get_record_by_id`
  - `get_records_by_app`
  - `get_records_by_ids`
  - `get_records_by_query`
  - `save_record`
  - `get_report_by_id`
  - `get_reports_by_app`
2026-03-26 21:53:02 -05:00
Stevan Freeborn d7e82d5a80 fix: housekeeping 2026-03-26 15:22:04 -05:00
Stevan Freeborn 89de8db25e feat: add client sdk component 2023-04-21 17:45:53 -05:00
Stevan Freeborn e168c5b34c feat: extend code snippet to support method 2023-04-14 21:45:41 -05:00
Stevan Freeborn 25d7a70f4e fix: use docs structure to resolve doc path 2023-04-13 20:29:27 -05:00
Stevan Freeborn 5f4d4f656e feat: work on highlighting and displaying language snippets 2023-04-11 22:45:48 -05:00
Stevan Freeborn c87b2a39e8 feat: trying to figure out syntax highlighting 2023-04-11 17:00:54 -05:00
Stevan Freeborn 68d6dd5f59 feat: work on displaying more complex doc structure 2023-04-11 15:52:48 -05:00
Stevan Freeborn 7d7bffc20a feat: add navigation between version 1 and 2 2023-04-10 23:20:07 -05:00
Stevan Freeborn 85e7934c05 feat: begin adding copy function to code component 2023-04-09 15:23:13 -05:00
Stevan Freeborn 4c6257012d feat: add custom code tag to markdown 2023-04-09 14:50:50 -05:00