-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add an index.md for getting-started section, with accurate link… #6498
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
Open
codeEvolveZenith345
wants to merge
3
commits into
knative:main
Choose a base branch
from
codeEvolveZenith345:gettingStarted
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+51
−7
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,15 +9,59 @@ function: tutorial | |
|
|
||
| # Welcome to the Knative Tutorials | ||
|
|
||
| ### **Quick Start Tutorial** | ||
| Quickstart tutorial provides a simplified local installation to explore Knative Serving and Eventing features. | ||
| Choose your learning path based on your goals and experience level. | ||
|
|
||
| [Get Started :octicons-arrow-right-24:](../getting-started/README.md){ .md-button } | ||
| --- | ||
|
|
||
| ### Getting Started with Knative | ||
|
|
||
| **Perfect for:** First-time users, developers evaluating Knative, and those wanting hands-on experience | ||
|
|
||
| Comprehensive guide with multiple learning paths: | ||
| - Quick local installation (10 minutes with kind/minikube) | ||
| - Step-by-step tutorials for Serving, Eventing, and Functions | ||
| - Guidance for evaluators and decision makers | ||
| - Links to production installation options | ||
|
|
||
| **What you'll learn:** Deploy your first service, explore autoscaling, build event-driven applications, and create serverless functions. | ||
|
|
||
| [Explore Getting Started Paths :octicons-arrow-right-24:](../getting-started/README.md){ .md-button } | ||
|
|
||
| --- | ||
|
|
||
| ### Knative Bookstore: End-to-End Sample Application | ||
|
|
||
| **Perfect for:** Learning Knative through a real-world application | ||
|
|
||
| ### **New: Knative's End-to-End Sample Application Tutorial** | ||
| Good starting point to learn Knative from scratch. Build an online bookstore application with Knative's powerful features. | ||
| Build a complete online bookstore application from scratch and explore Knative's powerful features in action. | ||
|
|
||
| **What you'll learn:** Integration of Serving and Eventing, real-world architecture patterns, and best practices for production applications. | ||
|
|
||
| [Start Bookstore Tutorial :octicons-arrow-right-24:](../bookstore/page-0/welcome-knative-bookstore-tutorial.md){ .md-button } | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ### Quick Links | ||
|
|
||
| Not sure where to start? Here are common paths: | ||
|
|
||
| - **Want to try Knative in 10 minutes?** → [Quick Start Tutorial](../getting-started/README.md#i-want-to-try-knative-quickly) | ||
| - **Need to understand Knative first?** → [Getting Started for Evaluators](../getting-started/README.md#i-want-to-understand-knative-first) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't seem to be a heading in that file. If people want to understand Knative, you might want to link to |
||
| - **Building event-driven apps?** → [Eventing Tutorial](../getting-started/README.md#i-want-to-explore-event-driven-features) | ||
| - **Creating serverless functions?** → [Functions Tutorial](../getting-started/README.md#i-want-to-build-serverless-functions) | ||
| - **Ready for production?** → [Installation Guide](../install/README.md) | ||
|
|
||
| --- | ||
|
|
||
| [Get Started :octicons-arrow-right-24:](../bookstore/page-0/welcome-knative-bookstore-tutorial.md){ .md-button } | ||
| ### Prerequisites | ||
|
|
||
| **For Quick Start Tutorial:** | ||
| - Docker | ||
| - kubectl | ||
| - 3 CPUs, 3 GB RAM | ||
|
|
||
|  | ||
| **For Bookstore Tutorial:** | ||
| - Kubernetes cluster (local or cloud) | ||
| - Basic familiarity with Kubernetes concepts | ||
Oops, something went wrong.
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.
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.
I think you may need a newline after the
:or spaces before the-. Right now, this isn't rendering as a list.Looking at the content, I feel like I can see where the first two bullets came from, but the second two (guidance for decision makers and production installation) don't really seem to be covered in the "click next" path of the tutorial.