160 Commits
Author SHA1 Message Date
Stevan Freeborn 5bb962cee3 Merge pull request #9 from StevanFreeborn/stevanfreeborn/feat/update-python-examples-for-version-3
feat: update python code snippets to reflect new version 3 of the python sdk
2026-06-26 17:52:17 -05:00
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