-
Notifications
You must be signed in to change notification settings - Fork 332
API and Product details pages #2214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
malincrist
wants to merge
248
commits into
master
Choose a base branch
from
malincrist/feature/api-wiki
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1584) * Create mainCI.yml Work in progress, don't merge * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * added script for build website * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Fixed color contrast accessibility issues * Fixed ari-roles issues * added static storage wip * Added missing static data * Update mainCI.yml * added static data for requests made at publishing time * updated PublisherStaticDataProvider * updated PublisherStaticDataProvider * updated PublisherStaticDataProvider * get data from default.json too * added build-static-data script * refactoring * removed logs * removed some headers from static data * removed headers * added smaller GraphQL api * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * Update mainCI.yml * test accessibility on profile * Update mainCI.yml * Update mainCI.yml * removed headers * test with pre-populated e-mail and password * compacted json files * removed test e-mail and password * code review changes * test for signed in version * added default.json and defaultMockData.json only for staticData * fixed webpack configs * fixed accessibility issues * fixed accessibility issues * added staticDataEnviroment constant * Update mainCI.yml * removed logs * renamed defaultMockData.json
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…enerate.js (#1675) > @azaslonov Thank you for accepting the PR. Not sure why the build failed. It appears not related to my changes. Any insights? This is accessibility check, doesn't seem to be related to your PR. @malincrist, do you mind taking a look?
… other minor improvements (#1681)
* Added support for union types in the graphql console * Removing hardcoding and using constant values from the graphql library
Implementation inspired by #1621 Co-authored-by: Jonas Anker Rasmussen <[email protected]>
* Add "API: Products (dropdown)" widget Closes #1177 * Update src/components/apis/api-products/ko/runtime/api-products-dropdown.ts Avoid assigning undefined to undefined Co-authored-by: Rafał Mielowski <[email protected]> * Remove unnecessary function called in the next line by other function Co-authored-by: Rafał Mielowski <[email protected]>
… the "send" button from the test console (#1704)
* Supporting graphql subscriptions * Adding improvements and style variables to the gql console.
|
Co-authored-by: Alexander Zaslonov <[email protected]> Co-authored-by: Farhad Alizada <[email protected]>
Co-authored-by: Farhad Alizada <[email protected]>
* Add Playwright tests with image comparison for profile page --------- Co-authored-by: Farhad Alizada <[email protected]>
Co-authored-by: SenpuDev <[email protected]>
I'm interested in shownig documentations on the API details page and perhaps on other pages as well. Is there any information on when this change will be available in the developer portal? |
8af12fd
to
f516fd0
Compare
f4cb86d
to
7908fbe
Compare
f516fd0
to
3084b1b
Compare
79dae19
to
a74f7db
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces two new widgets: the "API details page" and the "Product details page," designed to enhance and enrich the user experience when interacting with our platform.
API Details Page Widget:
The "API details page" widget offers an improved layout for the existing APIs page. It features a left-side menu that grants users quick access to API details, such as products, changelog, and operations.
The customizations for the operations within this widget are consistent with those found in the "List of Operations" widget, while the customizations for the operation details match those of the "Operation details" widget.
Below, you can find a screenshot showcasing the "API details page" widget:

Product Details Page Widget:
Simultaneously, the "Product details page" widget shares a similar left-side menu layout, allowing users to effortlessly navigate through key details related to a specific product.
Below, you can find a screenshot showcasing the "Product details page" widget:

Custom documentation
Additionally, this update introduces a new section for both widgets called "Documentation" which showcases the markdown documentations associated with the selected API/Product.