diff --git a/src/pages/docs/projects/export-import/index.mdx b/src/pages/docs/projects/export-import/index.mdx index 691e170f85..4ec03b7fd3 100644 --- a/src/pages/docs/projects/export-import/index.mdx +++ b/src/pages/docs/projects/export-import/index.mdx @@ -12,6 +12,10 @@ import OctopusCloudStorageLimits from 'src/shared-content/octopus-cloud/octopus- The Export/Import Projects feature was added in Octopus Deploy **2021.1** ::: +:::div{.warning} +**Version-controlled projects are not currently supported** +::: + The `Export/Import Projects` feature can export one or more projects into a zip file, which can then be imported into other spaces. The target space may be in a different Octopus Server instance, and projects can be exported and imported between self-hosted and Octopus Cloud instances (see below for some [specific considerations when moving a project to Octopus Cloud](#octopus-cloud)). Export/Import features are found in the overflow menu on the **Projects** page. @@ -198,4 +202,4 @@ You can use the [Octopus REST API](/docs/octopus-rest-api) to export or import O To find out more take a look at our examples: - [Export projects](/docs/octopus-rest-api/examples/projects/export-projects) -- [Import projects](/docs/octopus-rest-api/examples/projects/import-projects) \ No newline at end of file +- [Import projects](/docs/octopus-rest-api/examples/projects/import-projects)