Skip to content
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

Deleted markdown announcement #2404

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/admin/onboardingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,6 @@ export class OnboardingModal extends React.Component<OnboardingModalProps, Onboa
</ul>
</Stack>
</div>
<div>
<Image
src="/assets/images/onboarding-3.png"
imageFit={ImageFit.centerCover}
styles={{ root: { height: 360 } }}
alt="isplay custom documentation with new details pages"
/>
<Stack className="carousel-text-container">
<Text block className="carousel-header">Display custom documentation with new details pages</Text>
<Text block>The redesigned API and product details pages improve functionality by making custom documentation readily accessible to your developers. Custom documentation is created and configured through your API Management service and displayed in the developer portal.</Text>
</Stack>
</div>
<div>
<Image
src="/assets/images/onboarding-4.png"
Expand Down
Loading