Commit Graph
100 Commits
Author SHA1 Message Date
Stevan Freeborn 3bfaf17bf3 feat: update package dependencies and refactor Python SDK examples for consistency
- Bump versions of eslint-plugin-prettier, jest, jest-environment-jsdom, and prettier in package.json.
- Refactor Python SDK examples to use consistent naming conventions (snake_case) for method and parameter names.
- Update example responses to reflect changes in the SDK, including status code and data field names.
- Ensure all Python imports are updated to use the correct module naming.
2026-06-26 16:51:54 -05:00
Stevan Freeborn bbdb3b62a4 Merge pull request #8 from StevanFreeborn/stevanfreeborn/feat/add-go-sdk-and-examples
feat: add Go SDK support and examples to documentation
2026-03-26 22:12:02 -05:00
Stevan Freeborn 3c569db660 feat: add Go SDK support and examples to documentation 2026-03-26 22:09:26 -05:00
Stevan Freeborn fb0e177d91 Merge pull request #7 from StevanFreeborn/stevanfreeborn/feat/add-rust-sdk-and-examples
feat: add rust sdk examples
2026-03-26 21:56:17 -05:00
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 e359ca763e Merge pull request #3 from StevanFreeborn/feat/highlight-and-scroll-to-active-section-in-sidebar
Feat: Add Background to Current Section Title
2023-04-28 08:37:46 -05:00
Stevan Freeborn ac386b5717 Feat: Add Background to Current Section Title
Added functionality to allow the background color of the link
that links to the current section to be highlighted.
2023-04-28 08:33:11 -05:00
Stevan Freeborn 43b4f774b2 Merge pull request #2 from StevanFreeborn/feat/update-nav-dropdown-on-scroll
Feat: Update Nav Dropdown on Scroll
2023-04-28 07:59:33 -05:00
Stevan Freeborn 6d9d089882 feat: add all doc titles to nav dropdown 2023-04-28 07:54:37 -05:00
Stevan Freeborn dfb50ca6ba Feat: Sync Navbar Section Dropdown
Added section context that can be set when section heading
scrolls into browser viewport and it's value can be used
to set the current value of the navbar dropdown.

Added kebab case utility method for converting title to element
id.
2023-04-27 16:03:27 -05:00
Stevan Freeborn 7cb9cf24f7 feat: add observer to page component 2023-04-27 07:54:36 -05:00
Stevan Freeborn 6dc5c67d8b chore: rename section dropdown group to section dropdown option 2023-04-27 06:25:29 -05:00
Stevan Freeborn 38212dcde9 chore: refactor to move section dropdown to separate component 2023-04-27 06:22:37 -05:00
Stevan Freeborn 0be3292ea3 Merge pull request #1 from StevanFreeborn/fix/pass-copied-code-as-prop
Fix: Pass Copied Content as prop
2023-04-26 19:40:32 -05:00
Stevan Freeborn 1c5d57e4ed Fix: Pass Copied Content as prop
Add prop to fence component called content which will
hold the content contained within the fence component.

Update code snippet component so that it filters the fence components
passed to it as children to only display the fence component that
is same language as the selected language and pass the content prop
of the fence component to the copy code button component on each
render of the snippet component.
2023-04-26 19:31:15 -05:00
Stevan Freeborn 538d5f675b fix: make box shadow on nav more prominent 2023-04-26 11:21:06 -05:00
Stevan Freeborn 440f63910e docs: correct typo 2023-04-26 11:10:19 -05:00
Stevan Freeborn 573ffe00de docs: remove note on dates section 2023-04-26 07:57:22 -05:00
Stevan Freeborn a338b50ac5 chore: add analytics 2023-04-26 07:37:26 -05:00
Stevan Freeborn 0ab2059e3b fix: add swagger conditional around entire li tag 2023-04-26 07:32:21 -05:00
Stevan Freeborn c7b4def67f fix: styling on not found page 2023-04-26 07:25:58 -05:00
Stevan Freeborn 3ef3dfb1fc docs: update README 2023-04-26 07:21:33 -05:00
Stevan Freeborn 5f50ab74d7 tests: begin adding tests 2023-04-26 06:47:11 -05:00
Stevan Freeborn e1a0575e0d fix: make tables scroll on horizontal overflow 2023-04-26 06:03:27 -05:00
Stevan Freeborn fccf60b7cf fix: text in final table column causing overflow 2023-04-25 17:31:28 -05:00
Stevan Freeborn 10ab2d3d17 feat: add official docs link 2023-04-25 16:56:06 -05:00
Stevan Freeborn 82301a8aa0 Add or update the Azure App Service build and deployment workflow config 2023-04-25 15:50:29 -05:00
Stevan Freeborn aebf6ba85e docs: fix add file section 2023-04-25 15:22:42 -05:00
Stevan Freeborn ded28353e1 docs: add add file section to version 1 2023-04-25 15:20:55 -05:00
Stevan Freeborn a60ae04e76 docs: add get file section for version 1 2023-04-25 15:03:23 -05:00
Stevan Freeborn 11aa9eba61 docs: stub out file sections 2023-04-25 08:02:09 -05:00
Stevan Freeborn 99a0508e5c fix: only add link in side bar if has content or children otherwise just a div 2023-04-25 07:54:34 -05:00
Stevan Freeborn e9658b0ac3 docs: add delete record section to version 1 2023-04-25 07:43:50 -05:00
Stevan Freeborn 46f93c8224 docs: add update record section to version 1 2023-04-25 07:30:01 -05:00
Stevan Freeborn a755c8ef6d docs: update add record section 2023-04-24 19:29:31 -05:00
Stevan Freeborn ae6abffcc2 docs: add add record section to version 1 2023-04-24 19:27:40 -05:00
StevanFreeborn 045336b987 fix: add word break to snippet header styling 2023-04-24 16:34:30 -05:00
StevanFreeborn 4aa9902825 docs: add get record by id section 2023-04-24 16:06:10 -05:00
StevanFreeborn 08c58ba719 docs: add get records by app section to version 1 2023-04-24 15:38:13 -05:00
StevanFreeborn 4cfd6fd792 docs: add field value section for version 1 2023-04-24 14:02:22 -05:00
StevanFreeborn fa20049522 docs: add separate data format sections for report and record in both versions 2023-04-24 13:34:27 -05:00
Stevan Freeborn d37bafd89d docs: remove link from section 2023-04-24 07:25:10 -05:00
Stevan Freeborn 938dd877e6 docs: add separate sections for report and record data format 2023-04-24 07:23:42 -05:00
Stevan Freeborn 77fb97e4af docs: add get rport by id section 2023-04-24 07:03:24 -05:00
Stevan Freeborn 863e6205fc docs: add get reports by app section 2023-04-24 06:48:49 -05:00
Stevan Freeborn a64eb9a524 docs: add get fields by id 2023-04-24 06:40:53 -05:00
Stevan Freeborn fad39f4ce5 docs: add get fields by app section. add get apps section. 2023-04-24 06:24:08 -05:00
Stevan Freeborn b6145c0deb docs: stub out field values section on version 1 2023-04-23 18:07:50 -05:00
Stevan Freeborn 50c0e81cf3 docs: correct typo in files copy version 2 2023-04-23 18:02:48 -05:00
Stevan Freeborn 518d24ed3f docs: add records section to version 1 2023-04-23 17:58:28 -05:00
Stevan Freeborn f0fd67d61e docs: add list value section to value 1 2023-04-23 17:50:23 -05:00
Stevan Freeborn f7611e58e2 docs: add list field section to version 1 2023-04-23 17:46:56 -05:00
Stevan Freeborn 7d5a20384a docs: add reference field section to version 1 2023-04-23 17:41:33 -05:00
Stevan Freeborn cd46fc5416 docs: begin working on fields section 2023-04-22 20:31:31 -05:00
Stevan Freeborn 03905ada4e docs: add apps section 2023-04-22 19:28:48 -05:00
Stevan Freeborn f6bf49cb38 docs: update connectivity section 2023-04-22 19:24:02 -05:00
Stevan Freeborn 0f4a532c33 docs: add connectivity section to version 1 2023-04-22 19:23:16 -05:00
Stevan Freeborn d1fe5d43ce docs: add error handling section to version 1 2023-04-22 15:53:41 -05:00
Stevan Freeborn 46d0db60c9 docs: add record id section 2023-04-22 15:47:33 -05:00
Stevan Freeborn 895df5e23f docs: add date section to version 1 2023-04-22 15:38:44 -05:00
Stevan Freeborn 5f65eb8248 docs: adjust version note on intro section 2023-04-22 15:35:27 -05:00
Stevan Freeborn f9e479d053 docs: add data format section to version 1 2023-04-22 15:31:06 -05:00
Stevan Freeborn a8d160b340 docs: add authentication section for version 1 2023-04-22 14:38:38 -05:00
Stevan Freeborn 66e87b3c48 fix: correct styles of client to account for light mode 2023-04-22 14:26:56 -05:00
Stevan Freeborn d50cfa8cf1 fix: make both articles sticky 2023-04-21 17:54:34 -05:00
Stevan Freeborn c2db81f3f3 feat: add border to selected client container 2023-04-21 17:50:55 -05:00
Stevan Freeborn 89de8db25e feat: add client sdk component 2023-04-21 17:45:53 -05:00
Stevan Freeborn 70fc603eb8 docs: correct typo 2023-04-21 16:04:22 -05:00
Stevan Freeborn 35967cc04e docs: add examples for relationship section 2023-04-21 15:57:20 -05:00
Stevan Freeborn e309ff6911 docs: add link in intro section 2023-04-21 11:03:27 -05:00
Stevan Freeborn a788a63ede docs: add section on relationships 2023-04-21 11:02:07 -05:00
Stevan Freeborn b2ac193c91 fix: invert toggle logic and add styling 2023-04-21 09:40:29 -05:00
Stevan Freeborn 96e456069b docs: add additional sections 2023-04-21 09:37:43 -05:00
Stevan Freeborn 99f00e4d85 fix: small styling changes 2023-04-20 23:42:23 -05:00
Stevan Freeborn 88d4c1c339 feat: implement theme toggle switch 2023-04-20 23:36:52 -05:00
Stevan Freeborn 8eb224e018 feat: begin working on being able to immplement dark mode and light mode 2023-04-20 22:39:47 -05:00
Stevan Freeborn ec87b67385 feat: add catch all route and pages for 404 and 500 errors 2023-04-20 00:01:50 -05:00
Stevan Freeborn 149a2385f6 docs: update introduction section 2023-04-19 23:11:34 -05:00
Stevan Freeborn 2431930b76 feat: implement toggler for right side nav 2023-04-19 23:09:51 -05:00
Stevan Freeborn 18240bad41 docs: add delete file by id section 2023-04-19 22:30:14 -05:00
Stevan Freeborn e79378e955 docs: update add file section 2023-04-19 22:12:06 -05:00
Stevan Freeborn b376c73e8f docs: fix add file section 2023-04-19 22:09:50 -05:00
Stevan Freeborn fec55beebe docs: update add file section 2023-04-19 22:09:04 -05:00
Stevan Freeborn e6b8b854b4 docs: add section for add file 2023-04-19 22:08:04 -05:00
Stevan Freeborn 5d3c08a99f docs: add sections for getting file info and file by id 2023-04-19 21:02:43 -05:00
Stevan Freeborn 5eeba20302 feat: add mobile navigation dropdown 2023-04-18 22:51:50 -05:00
Stevan Freeborn d0e3855600 docs: add language examples for deleting list value 2023-04-18 21:18:33 -05:00
Stevan Freeborn ecc5716e7b docs: update python ad list value example 2023-04-18 21:12:46 -05:00
Stevan Freeborn f46efcc4fb docs: add examples to add list value 2023-04-18 21:11:42 -05:00
Stevan Freeborn ef67963c62 docs: add property tables to save list value 2023-04-18 20:47:29 -05:00
Stevan Freeborn fb8499a659 docs: add file sections to doc structure 2023-04-17 23:20:04 -05:00
Stevan Freeborn 14e52a01a0 docs: stub out files section 2023-04-17 23:17:45 -05:00
Stevan Freeborn 506f44a7f1 fix: rename navbar dropdown component 2023-04-17 23:06:10 -05:00
Stevan Freeborn 07b7aff742 docs: add list values resource section 2023-04-17 23:00:51 -05:00
Stevan Freeborn dfac4e90ad docs: added section for get fields by ids section 2023-04-17 22:35:36 -05:00
Stevan Freeborn 82582d5c29 docs: update csharp example for get fields by app 2023-04-17 22:21:09 -05:00
Stevan Freeborn c1d20205db docs: add get field by id section 2023-04-17 22:19:28 -05:00
Stevan Freeborn 21f75036b3 docs: add get fields by app section 2023-04-17 22:07:08 -05:00
Stevan Freeborn 248074e3ae feat: add scroll bar styling to sidebar and main sections 2023-04-17 21:54:11 -05:00