-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c60205
commit e47a6c0
Showing
7 changed files
with
55 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Wrapping up | ||
description: | ||
Welcome to Carbon! This tutorial will guide you in creating a Vue app with the | ||
Carbon Design System. | ||
tabs: | ||
['Overview', 'Step 1', 'Step 2', 'Step 3', 'Step 4', 'Step 5', 'Wrapping up'] | ||
--- | ||
|
||
<PageDescription> | ||
|
||
Thanks for completing our tutorial and helping us improve it along the way. If | ||
you want to show the world your new skills, you can share your deployed | ||
application and showcase the five pull requests you have completed with the | ||
green `status: approved` label. | ||
|
||
</PageDescription> | ||
|
||
### How can I show others my completion status? | ||
|
||
- Proof of your completion of the tutorial can be seen by filtering the PR list | ||
to show your five PRs with the `status: approved` label. | ||
|
||
- You can filter the pull request list to show only pull requests authored by | ||
your username. Replace `YOURUSERNAMEHERE` with your username in the following | ||
link: | ||
|
||
- https://github.com/carbon-design-system/carbon-tutorial-nextjs/pulls?q=author%3AYOURUSERNAMEHERE |