Commit Graph
55 Commits
Author SHA1 Message Date
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 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 0ab2059e3b fix: add swagger conditional around entire li tag 2023-04-26 07:32:21 -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 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
StevanFreeborn 045336b987 fix: add word break to snippet header styling 2023-04-24 16:34:30 -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 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 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 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 2431930b76 feat: implement toggler for right side nav 2023-04-19 23:09:51 -05:00
Stevan Freeborn 5eeba20302 feat: add mobile navigation dropdown 2023-04-18 22:51:50 -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 248074e3ae feat: add scroll bar styling to sidebar and main sections 2023-04-17 21:54:11 -05:00
Stevan Freeborn 69ef5bc3c3 docs: add section for get records by query 2023-04-14 22:35:40 -05:00
Stevan Freeborn e168c5b34c feat: extend code snippet to support method 2023-04-14 21:45:41 -05:00
Stevan Freeborn 6dcf4568a7 fix: add link to index on nav brand 2023-04-14 00:40:25 -05:00
Stevan Freeborn 9a0578b201 docs: add get record by id section 2023-04-13 23:38:07 -05:00
Stevan Freeborn e755b60093 fix: padding issue 2023-04-13 21:34:11 -05:00
Stevan Freeborn 15a9f467c0 docs: add more documentation 2023-04-13 17:22:28 -05:00
Stevan Freeborn 3c1a140cb9 docs: add more docs 2023-04-13 11:16:55 -05:00
Stevan Freeborn fd18398baa feat: more docs 2023-04-13 09:27:38 -05:00
Stevan Freeborn 955de7db83 feat: add more content 2023-04-12 10:54:07 -05:00
Stevan Freeborn 46018970d7 feat: add dorpdown for snippet language 2023-04-11 23:57:24 -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 0a342725de fix: small styling adjust for inline code 2023-04-10 10:14:08 -05:00
Stevan Freeborn f81f0f5d06 fix: remove line on copy tool tip 2023-04-10 10:03:05 -05:00
Stevan Freeborn 99f84fa903 fix: add basePath to config 2023-04-10 00:04:49 -05:00
Stevan Freeborn 7f0fa411b0 fix: set min-width on page container 2023-04-09 23:52:36 -05:00
Stevan Freeborn 5c411b4b9a feat: continue to work on site 2023-04-09 23:13:02 -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
Stevan Freeborn da40cdfaba feat: get to displaying markdown copy 2023-04-09 12:52:32 -05:00