feat: OAuth2 diagram, SEO config, auth flow builder, schema type descriptions - #262
Open
john2ydep2-gt wants to merge 1 commit into
Open
feat: OAuth2 diagram, SEO config, auth flow builder, schema type descriptions#262john2ydep2-gt wants to merge 1 commit into
john2ydep2-gt wants to merge 1 commit into
Conversation
…oko257#255 Pidoko257#251 - Add interactive animated OAuth2 flow diagram to index.tsx with step-by-step animation, clickable details, alternate flows (Authorization Code, PKCE, Implicit), and mobile fallback list. CSS styles added for all diagram elements. Pidoko257#252 - Enhance Docusaurus config with SEO optimizations: structured data (Schema.org JSON-LD), OG meta tags, Twitter Card tags, canonical URL, sitemap.xml generation via preset, and robots.txt in static/. Pidoko257#253 - Add visual authentication flow builder to ApiReference.tsx supporting OAuth2 (with grant type selector, token display, refresh and revoke), API Key (header/query, auto-insertion preview), Bearer Token (manual entry or mock generation), and Session (username/ password, session token display). Pidoko257#255 - Add response schema type descriptions with hover tooltips showing human-readable info for string, integer, date-time, uuid, email, uri, boolean, and other types. Includes format, constraints, and enum values. Schema fields table shows required/optional badges and constraint ranges.
|
@john2ydep2-gt Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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
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.
Summary
This PR resolves four enhancement issues in a single batch commit.
Closes #251 — Interactive OAuth2 Flow Diagram
OAuth2FlowDiagramcomponent tosrc/pages/index.tsxsrc/css/custom.cssCloses #252 — Docusaurus SEO Optimizations
sitemap.xmlgeneration via the presetsitemapoption indocusaurus.config.tsog:title,og:description,og:type,og:url,og:image)headTags<link rel="canonical">tagstatic/robots.txtwithAllow: /and sitemap referenceCloses #253 — Request Builder with Authentication Flows
src/components/ApiReference.tsxwith a fullAuthFlowBuildercomponentCloses #255 — Response Schema Type Descriptions
SchemaTypeTooltipcomponent that shows hover popups with human-readable type infostring,integer,number,boolean,array,object,date-time,date,uuid,email,uri,password,binary,int64,float,doubleSchemaDisplaytable showing example Transaction response schema with required/optional badges and constraint rangessrc/css/custom.cssFiles Changed
src/pages/index.tsxdocusaurus.config.tsstatic/robots.txtsrc/components/ApiReference.tsxsrc/css/custom.css