-
Notifications
You must be signed in to change notification settings - Fork 21
Add education plan #341
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
Add education plan #341
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,34 @@ | ||||||
| --- | ||||||
| description: "How to get Caido for free by applying for the Education plan." | ||||||
| --- | ||||||
|
|
||||||
| # Applying for Education Plan | ||||||
|
|
||||||
| Students can get access to Caido for free through the Education plan. You need to verify your academic status in the [Caido Dashboard](https://dashboard.caido.io); once approved, your benefit is valid for a limited time. | ||||||
|
|
||||||
| ## Opening the Education settings | ||||||
|
|
||||||
| 1. Go to [dashboard.caido.io](https://dashboard.caido.io) and sign in. | ||||||
| 2. Open the **Settings** page. | ||||||
| 3. Select the **Education** tab (alongside User, Integrations, and Policy). | ||||||
|
|
||||||
| You will see the education plan section where you can apply or check the status of your application. | ||||||
|
|
||||||
| ## Submitting your application | ||||||
|
|
||||||
| On the Education tab, fill in the form with your **level of study** (e.g. secondary, undergraduate, graduate) and **field of study**. If your field is not in the list, choose the option to specify it manually. Then click **Submit application**. | ||||||
|
||||||
|
|
||||||
| ::: warning | ||||||
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application." | ||||||
|
||||||
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application." | |
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: `You already have a subscription. You need to cancel it to submit an application.` |
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 page mixes capitalization (“Education plan” vs “Education Plan”) and is missing a frontmatter
title, which can lead to inconsistent SEO/page metadata and inconsistent naming across the docs. Consider addingtitle: "Applying for the Education Plan"to frontmatter and using “Education Plan” consistently in the description and headings (and optionally add “the” in the H1 to match the sidebar text better).