diff --git a/crowdsec-docs/sidebarsUnversioned.js b/crowdsec-docs/sidebarsUnversioned.js index d0843e2b6..b3eef8cae 100644 --- a/crowdsec-docs/sidebarsUnversioned.js +++ b/crowdsec-docs/sidebarsUnversioned.js @@ -221,19 +221,26 @@ module.exports = { }, { type: "category", - label: "Threat Forecast 🏅", - link: { - type: "doc", - id: "console/threat_forecast", - }, - items: [], + label : "Enterprise plan 🏅", + items: [ + { + type: "doc", + label: "Enterprise support 🏅", + id: "console/enterprise_plan/enterprise_support", + }, + { + type: "doc", + label: "Invoices 🏅", + id: "console/enterprise_plan/enterprise_invoices", + }, + ], }, { type: "category", - label: "Enterprise support 🏅", + label: "Threat Forecast 🏅", link: { type: "doc", - id: "console/enterprise_support", + id: "console/threat_forecast", }, items: [], }, diff --git a/crowdsec-docs/static/img/console/enterprise_invoices/invoices_settings_menu.png b/crowdsec-docs/static/img/console/enterprise_invoices/invoices_settings_menu.png new file mode 100644 index 000000000..bad6b915d Binary files /dev/null and b/crowdsec-docs/static/img/console/enterprise_invoices/invoices_settings_menu.png differ diff --git a/crowdsec-docs/static/img/console/enterprise_invoices/invoices_stripe.png b/crowdsec-docs/static/img/console/enterprise_invoices/invoices_stripe.png new file mode 100644 index 000000000..c6f9f588c Binary files /dev/null and b/crowdsec-docs/static/img/console/enterprise_invoices/invoices_stripe.png differ diff --git a/crowdsec-docs/unversioned/console/enterprise_plan/enterprise_invoices.mdx b/crowdsec-docs/unversioned/console/enterprise_plan/enterprise_invoices.mdx new file mode 100644 index 000000000..180768d2b --- /dev/null +++ b/crowdsec-docs/unversioned/console/enterprise_plan/enterprise_invoices.mdx @@ -0,0 +1,20 @@ +--- +id: enterprise_invoices +title: Invoices 🏅 +--- + +# Find and download your invoices + +:::warning +To access invoices, you need to be an **organization owner** +::: + +Login to your account and ensure you have selected the correct organization in the organization switcher on the top left corner of the interface. Go to the `Settings` page and click on the `Billing and plans` entry menu. Once here, you have to click on the `Manage your plan` button. + +![settings menu](/img/console/enterprise_invoices/invoices_settings_menu.png) + +You will be redirected to the `Manage your plan` page. + +![invoices](/img/console/enterprise_invoices/invoices_stripe.png) + +At the bottom of the page, you can see the `Invoice history` section. Here you can see all the invoices associated with your organization. Click on the desired invoice adn download it. \ No newline at end of file diff --git a/crowdsec-docs/unversioned/console/enterprise_support.mdx b/crowdsec-docs/unversioned/console/enterprise_plan/enterprise_support.mdx similarity index 100% rename from crowdsec-docs/unversioned/console/enterprise_support.mdx rename to crowdsec-docs/unversioned/console/enterprise_plan/enterprise_support.mdx