diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ab2619..7f00d87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. ### Added - Release instructions to README. +- Subscription management docs. ### Fixed diff --git a/docs/src/index.rst b/docs/src/index.rst index dc4a4600..703106c1 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -29,6 +29,13 @@ CriticalUp User Documentation using-criticalup/toolchain-management using-criticalup/running-tools +.. toctree:: + :numbered: + :maxdepth: 2 + :caption: Ferrocene Subscription: + + subscriptions + .. toctree:: :numbered: :maxdepth: 2 diff --git a/docs/src/overview.rst b/docs/src/overview.rst index 014cfed0..5f21f557 100644 --- a/docs/src/overview.rst +++ b/docs/src/overview.rst @@ -20,6 +20,7 @@ This guide contains the following chapters: CriticalUp. * *Using CriticalUp* describes how to use CriticalUp to manage Ferrocene installations. +* *Ferrocene Subscription* describes how to manage your subscription. * *References* provides further support and information about other documentation. diff --git a/docs/src/subscriptions.rst b/docs/src/subscriptions.rst new file mode 100644 index 00000000..7aae1051 --- /dev/null +++ b/docs/src/subscriptions.rst @@ -0,0 +1,13 @@ +.. SPDX-FileCopyrightText: The Ferrocene Developers +.. SPDX-License-Identifier: MIT OR Apache-2.0 + +.. _subscriptions: + +Managing Subscriptions +====================== + +This chapter describes how to make changes to your Ferrocene subscription. + +- If you subscribed to Ferrocene using Stripe, you can make changes to your subscription in your `Stripe Billing Portal `_. + +- If you have an Enterprise Subscription, email your billing contact to make changes to your subscription. \ No newline at end of file