-
Notifications
You must be signed in to change notification settings - Fork 1
VPS-23/write-basic-tutorial-documentation #354
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Introduction | ||
|
|
||
| Hello, welcome to VPS! This user tutorial will cover what exactly this thing is and how you can leverage all of its capabilities. The tutorial is split across a few pages, each for a related set of functionality, and each page is sectioned appropriately. Additionally, we'll use various callouts throughout the documentation wherever we want to bring special attention to something. Hopefully, this makes it easy to find the information you need. | ||
|
Comment on lines
+1
to
+3
|
||
|
|
||
| > [!NOTE] | ||
| > An example informational callout. | ||
|
||
|
|
||
| > [!WARNING] | ||
| > An example warning callout. Pay special attention to these, as they may detail edge cases or limitations you need to be aware of. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The introduction says the tutorial is split across multiple pages, but currently this is the only file under
wiki/Tutorial/. Either add the other pages/links in this PR or reword this to avoid implying existing pages that aren't present yet.