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

Update support to be for typedoc 24 #254

Merged
merged 3 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 3 additions & 29 deletions projects/docs-tools-showcase/src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@
<sky-docs-demo-page
moduleName="SkyColorpickerModule"
moduleSourceCodePath="projects/colorpicker/src/modules/colorpicker/"
pageTitle="Colorpicker"
moduleName="SkyDatepickerModule"
moduleSourceCodePath="projects/datetime/src/modules/datepicker/"
pageTitle="datepicker"
>
<sky-docs-demo-page-summary>
Colorpickers create SKY UX-themed inputs for users select colors.
</sky-docs-demo-page-summary>

<sky-docs-demo>
<sky-colorpicker #colorPicker>
<input
name="favoriteColor"
type="text"
[skyColorpickerInput]="colorPicker"
[(ngModel)]="model.favoriteColor"
/>
</sky-colorpicker>
</sky-docs-demo>

<sky-docs-code-examples
[packageDependencies]="{
'@skyux/colorpicker': '*'
}"
>
<sky-docs-code-example
heading="Basic colorpicker"
sourceCodePath="/projects/colorpicker/documentation/code-examples/colorpicker/basic"
></sky-docs-code-example>
<sky-docs-code-example
heading="Interact with a colorpicker programmatically"
sourceCodePath="/projects/colorpicker/documentation/code-examples/colorpicker/programmatic"
></sky-docs-code-example>
</sky-docs-code-examples>
Blackbaud-SteveBrush marked this conversation as resolved.
Show resolved Hide resolved
</sky-docs-demo-page>
Loading
Loading